object FormSettings: TFormSettings Left = 798 Height = 371 Top = 367 Width = 590 Caption = 'Settings' ClientHeight = 371 ClientWidth = 590 Constraints.MinHeight = 328 Constraints.MinWidth = 389 DesignTimePPI = 120 OnClose = FormClose OnCreate = FormCreate OnShow = FormShow Position = poScreenCenter LCLVersion = '1.8.2.0' object ComboBoxLanguage: TComboBox Left = 152 Height = 28 Top = 24 Width = 208 ItemHeight = 20 Style = csDropDownList TabOrder = 0 end object Label1: TLabel Left = 16 Height = 20 Top = 24 Width = 68 Caption = 'Language:' ParentColor = False end object ButtonOk: TButton Left = 506 Height = 25 Top = 326 Width = 75 Anchors = [akRight, akBottom] Caption = 'Ok' ModalResult = 1 OnClick = ButtonOkClick TabOrder = 3 end object ButtonCancel: TButton Left = 410 Height = 25 Top = 326 Width = 75 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object CheckBoxAlwaysOnTop: TCheckBox Left = 16 Height = 24 Top = 64 Width = 118 Caption = 'Always on top' TabOrder = 1 end object CheckBoxStartOnLogon: TCheckBox Left = 16 Height = 24 Top = 96 Width = 150 Caption = 'Start on user logon' Color = clDefault OnChange = CheckBoxStartOnLogonChange ParentColor = False ParentFont = False TabOrder = 4 end object CheckBoxStartMinimizedToTray: TCheckBox Left = 48 Height = 24 Top = 128 Width = 176 Caption = 'Start minimized to tray' TabOrder = 5 end object CheckBoxAutomaticDPI: TCheckBox Left = 16 Height = 24 Top = 192 Width = 120 Caption = 'Automatic DPI' OnChange = CheckBoxAutomaticDPIChange TabOrder = 6 Visible = False end object SpinEditDPI: TSpinEdit Left = 94 Height = 28 Top = 222 Width = 97 MaxValue = 300 MinValue = 96 TabOrder = 7 Value = 96 Visible = False end object Label2: TLabel Left = 46 Height = 20 Top = 222 Width = 26 Caption = 'DPI:' ParentColor = False Visible = False end object CheckBoxReopenLastFileOnStart: TCheckBox Left = 16 Height = 24 Top = 160 Width = 181 Caption = 'Reopen last file on start' TabOrder = 8 end object Bevel1: TBevel Left = 8 Height = 2 Top = 309 Width = 570 Anchors = [akLeft, akRight, akBottom] end object Label3: TLabel Left = 16 Height = 20 Top = 264 Width = 48 Caption = 'Theme:' ParentColor = False end object ComboBoxTheme: TComboBox Left = 152 Height = 28 Top = 264 Width = 208 ItemHeight = 20 Style = csDropDownList TabOrder = 9 end end