object FormSettings: TFormSettings Left = 342 Height = 746 Top = 145 Width = 1029 Caption = 'Settings' ClientHeight = 746 ClientWidth = 1029 DesignTimePPI = 144 OnCreate = FormCreate LCLVersion = '3.6.0.0' object ButtonCancel: TButton Left = 888 Height = 38 Top = 696 Width = 112 Caption = 'Cancel' ModalResult = 2 TabOrder = 0 end object ButtonOk: TButton Left = 744 Height = 38 Top = 696 Width = 112 Caption = 'Ok' ModalResult = 1 TabOrder = 1 end object Label1: TLabel Left = 24 Height = 26 Top = 24 Width = 97 Caption = 'User name:' ParentColor = False end object Label2: TLabel Left = 24 Height = 26 Top = 96 Width = 52 Caption = 'Email:' ParentColor = False end object EditUserName: TEdit Left = 228 Height = 43 Top = 12 Width = 396 TabOrder = 2 end object EditEmail: TEdit Left = 228 Height = 43 Top = 84 Width = 396 TabOrder = 3 end end