object FormSettings: TFormSettings Left = 342 Height = 497 Top = 145 Width = 686 Caption = 'Settings' ClientHeight = 497 ClientWidth = 686 OnCreate = FormCreate LCLVersion = '1.5' object ButtonCancel: TButton Left = 592 Height = 25 Top = 464 Width = 75 Caption = 'Cancel' ModalResult = 2 TabOrder = 0 end object ButtonOk: TButton Left = 496 Height = 25 Top = 464 Width = 75 Caption = 'Ok' ModalResult = 1 TabOrder = 1 end object Label1: TLabel Left = 16 Height = 25 Top = 16 Width = 107 Caption = 'User name:' ParentColor = False end object Label2: TLabel Left = 16 Height = 25 Top = 64 Width = 57 Caption = 'Email:' ParentColor = False end object EditUserName: TEdit Left = 152 Height = 35 Top = 8 Width = 264 TabOrder = 2 end object EditEmail: TEdit Left = 152 Height = 35 Top = 56 Width = 264 TabOrder = 3 end end