object FormSettings: TFormSettings Left = 404 Height = 490 Top = 574 Width = 831 ActiveControl = ButtonOk Caption = 'Settings' ClientHeight = 490 ClientWidth = 831 Constraints.MinHeight = 490 Constraints.MinWidth = 831 DesignTimePPI = 144 OnCreate = FormCreate OnShow = FormShow Position = poMainFormCenter LCLVersion = '2.0.0.4' object ButtonOk: TButton Left = 667 Height = 38 Top = 425 Width = 112 Anchors = [akRight, akBottom] Caption = 'Ok' ModalResult = 1 ParentFont = False TabOrder = 0 end object ButtonCancel: TButton Left = 483 Height = 38 Top = 425 Width = 112 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 ParentFont = False TabOrder = 1 end object PageControl1: TPageControl Left = 6 Height = 425 Top = 6 Width = 819 ActivePage = TabSheetGeneral Align = alTop Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Around = 6 ParentFont = False TabIndex = 0 TabOrder = 2 object TabSheetGeneral: TTabSheet Caption = 'General' ClientHeight = 385 ClientWidth = 809 ParentFont = False object Label1: TLabel Left = 30 Height = 26 Top = 39 Width = 88 Caption = 'Language:' ParentColor = False ParentFont = False end object ComboBoxLanguage: TComboBox Left = 267 Height = 42 Top = 36 Width = 294 ItemHeight = 0 ParentFont = False Style = csDropDownList TabOrder = 0 end end object TabSheetDebug: TTabSheet Caption = 'Debug' ClientHeight = 385 ClientWidth = 809 ParentFont = False object CheckBoxDevelMode: TCheckBox Left = 24 Height = 40 Top = 204 Width = 503 Anchors = [akTop, akLeft, akRight] AutoSize = False Caption = 'Developer mode' ParentFont = False TabOrder = 0 end object Label4: TLabel Left = 21 Height = 24 Top = 100 Width = 35 Caption = 'DPI:' ParentColor = False ParentFont = False end object SpinEditX: TSpinEdit Left = 156 Height = 34 Top = 96 Width = 144 MaxValue = 500 MinValue = 20 ParentFont = False TabOrder = 1 Value = 50 end object SpinEditY: TSpinEdit Left = 348 Height = 34 Top = 96 Width = 135 MaxValue = 500 MinValue = 20 ParentFont = False TabOrder = 2 Value = 20 end object Label5: TLabel Left = 312 Height = 24 Top = 100 Width = 10 Caption = 'x' ParentColor = False ParentFont = False end object CheckBox2: TCheckBox Left = 24 Height = 36 Top = 48 Width = 497 Anchors = [akTop, akLeft, akRight] AutoSize = False Caption = 'Automatic DPI' OnChange = CheckBox2Change ParentFont = False TabOrder = 3 end end end end