object FormSettings: TFormSettings Left = 798 Height = 487 Top = 367 Width = 654 Caption = 'Settings' ClientHeight = 487 ClientWidth = 654 Constraints.MinHeight = 200 Constraints.MinWidth = 300 DesignTimePPI = 144 OnCreate = FormCreate Position = poScreenCenter LCLVersion = '3.6.0.0' object ButtonOk: TButton Left = 400 Height = 38 Top = 440 Width = 106 Anchors = [akRight, akBottom] Caption = 'Ok' ModalResult = 1 TabOrder = 1 end object ButtonCancel: TButton Left = 527 Height = 38 Top = 440 Width = 114 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 0 end object ScrollBox1: TScrollBox Left = 8 Height = 418 Top = 8 Width = 631 HorzScrollBar.Page = 432 VertScrollBar.Page = 359 Anchors = [akTop, akLeft, akRight, akBottom] ClientHeight = 416 ClientWidth = 629 TabOrder = 2 object ComboBoxLanguage: TComboBox Left = 182 Height = 42 Top = 29 Width = 250 ItemHeight = 0 Style = csDropDownList TabOrder = 0 end object Label1: TLabel Left = 19 Height = 26 Top = 29 Width = 88 Caption = 'Language:' ParentColor = False end object CheckBoxAlwaysOnTop: TCheckBox Left = 19 Height = 30 Top = 77 Width = 145 Caption = 'Always on top' TabOrder = 1 end object CheckBoxStartOnLogon: TCheckBox Left = 19 Height = 30 Top = 115 Width = 188 Caption = 'Start on user logon' Color = clDefault ParentColor = False ParentFont = False TabOrder = 2 OnChange = CheckBoxStartOnLogonChange end object CheckBoxStartMinimizedToTray: TCheckBox Left = 58 Height = 30 Top = 154 Width = 218 Caption = 'Start minimized to tray' TabOrder = 3 end object CheckBoxAutomaticDPI: TCheckBox Left = 19 Height = 30 Top = 230 Width = 148 Caption = 'Automatic DPI' TabOrder = 4 Visible = False OnChange = CheckBoxAutomaticDPIChange end object SpinEditDPI: TSpinEdit Left = 113 Height = 43 Top = 266 Width = 116 MaxValue = 300 MinValue = 96 TabOrder = 5 Value = 96 Visible = False end object Label2: TLabel Left = 55 Height = 26 Top = 266 Width = 35 Caption = 'DPI:' ParentColor = False Visible = False end object CheckBoxReopenLastFileOnStart: TCheckBox Left = 19 Height = 30 Top = 192 Width = 226 Caption = 'Reopen last file on start' TabOrder = 6 end object Label3: TLabel Left = 19 Height = 26 Top = 317 Width = 63 Caption = 'Theme:' ParentColor = False end object ComboBoxTheme: TComboBox Left = 182 Height = 42 Top = 317 Width = 250 ItemHeight = 0 Style = csDropDownList TabOrder = 7 end end end