object FormSettings: TFormSettings Left = 798 Height = 491 Top = 367 Width = 689 Caption = 'Settings' ClientHeight = 491 ClientWidth = 689 OnCreate = FormCreate OnShow = FormShow Position = poScreenCenter LCLVersion = '1.6.0.4' object ComboBoxLanguage: TComboBox Left = 184 Height = 28 Top = 24 Width = 236 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 = 584 Height = 25 Top = 448 Width = 75 Anchors = [akRight] Caption = 'Ok' ModalResult = 1 OnClick = ButtonOkClick TabOrder = 3 end object ButtonCancel: TButton Left = 459 Height = 25 Top = 447 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' OnChange = CheckBoxStartOnLogonChange 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 = 18 Height = 24 Top = 191 Width = 120 Caption = 'Automatic DPI' OnChange = CheckBoxAutomaticDPIChange TabOrder = 6 Visible = False end object SpinEditDPI: TSpinEdit Left = 96 Height = 28 Top = 221 Width = 97 MaxValue = 300 MinValue = 96 TabOrder = 7 Value = 96 Visible = False end object Label2: TLabel Left = 48 Height = 20 Top = 221 Width = 26 Caption = 'DPI:' ParentColor = False Visible = False end end