object FormSettings: TFormSettings Left = 851 Height = 613 Top = 413 Width = 857 Caption = 'Settings' ClientHeight = 613 ClientWidth = 857 Constraints.MinHeight = 404 Constraints.MinWidth = 526 DesignTimePPI = 144 OnShow = FormShow Position = poScreenCenter LCLVersion = '2.2.6.0' object ButtonOk: TButton Left = 731 Height = 37 Top = 560 Width = 113 Anchors = [akRight, akBottom] Caption = 'Ok' ModalResult = 1 OnClick = ButtonOkClick ParentFont = False TabOrder = 1 end object ButtonCancel: TButton Left = 600 Height = 37 Top = 560 Width = 113 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 ParentFont = False TabOrder = 0 end object ScrollBox1: TScrollBox Left = 8 Height = 540 Top = 8 Width = 845 HorzScrollBar.Page = 520 VertScrollBar.Page = 481 Anchors = [akTop, akLeft, akRight, akBottom] ClientHeight = 536 ClientWidth = 841 TabOrder = 2 object Label1: TLabel Left = 24 Height = 25 Top = 24 Width = 81 Caption = 'Language:' ParentColor = False ParentFont = False end object ComboBoxLanguage: TComboBox Left = 240 Height = 33 Top = 16 Width = 264 ItemHeight = 25 ParentFont = False Style = csDropDownList TabOrder = 0 end object CheckBoxAutomaticDPI: TCheckBox Left = 24 Height = 29 Top = 416 Width = 145 Caption = 'Automatic DPI' OnChange = CheckBoxAutomaticDPIChange ParentFont = False TabOrder = 1 Visible = False end object SpinEditDPI: TSpinEdit Left = 241 Height = 33 Top = 448 Width = 145 MaxValue = 300 MinValue = 96 ParentFont = False TabOrder = 2 Value = 96 Visible = False end object LabelDPI: TLabel Left = 56 Height = 25 Top = 456 Width = 32 Caption = 'DPI:' ParentColor = False ParentFont = False Visible = False end object CheckBoxReopenLastFileOnStart: TCheckBox Left = 24 Height = 29 Top = 368 Width = 217 Caption = 'Reopen last file on start' ParentFont = False TabOrder = 3 end object Label2: TLabel Left = 24 Height = 25 Top = 72 Width = 57 Caption = 'Theme:' ParentColor = False ParentFont = False end object ComboBoxTheme: TComboBox Left = 240 Height = 33 Top = 64 Width = 264 ItemHeight = 25 ParentFont = False Style = csDropDownList TabOrder = 4 end object Label3: TLabel Left = 24 Height = 25 Top = 120 Width = 174 Caption = 'Default vCard version:' ParentColor = False end object EditDefaultVcardVersion: TEdit Left = 240 Height = 33 Top = 112 Width = 144 TabOrder = 5 end object Label4: TLabel Left = 24 Height = 25 Top = 165 Width = 126 Caption = 'Map query URL:' ParentColor = False end object EditMapUrl: TEdit Left = 240 Height = 33 Top = 160 Width = 586 Anchors = [akTop, akLeft, akRight] TabOrder = 6 end object Label5: TLabel Left = 24 Height = 25 Top = 212 Width = 114 Caption = 'Compare tool:' ParentColor = False end object EditCompareTool: TEdit Left = 241 Height = 33 Top = 208 Width = 462 Anchors = [akTop, akLeft, akRight] TabOrder = 7 end object ButtonBrowse: TButton Left = 713 Height = 38 Top = 210 Width = 113 Anchors = [akTop, akRight] Caption = 'Browse' OnClick = ButtonBrowseClick TabOrder = 8 end object Label6: TLabel Left = 24 Height = 25 Top = 264 Width = 231 Caption = 'Default phone country prefix:' ParentColor = False end object EditDefaultPhoneCountryPrefix: TEdit Left = 376 Height = 33 Top = 260 Width = 144 TabOrder = 9 end object Label7: TLabel Left = 24 Height = 25 Top = 312 Width = 243 Caption = 'Default international call prefix:' ParentColor = False end object EditDefaultInternationalCallPrefix: TEdit Left = 376 Height = 33 Top = 308 Width = 144 TabOrder = 10 end end object OpenDialog1: TOpenDialog Left = 640 Top = 72 end end