Changeset 151 for trunk/Forms/FormSettings.lfm
- Timestamp:
- Jun 6, 2023, 11:15:57 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormSettings.lfm
r149 r151 1 1 object FormSettings: TFormSettings 2 2 Left = 798 3 Height = 4044 Top = 3215 Width = 5263 Height = 521 4 Top = 204 5 Width = 857 6 6 Caption = 'Settings' 7 ClientHeight = 4048 ClientWidth = 5267 ClientHeight = 521 8 ClientWidth = 857 9 9 Constraints.MinHeight = 404 10 10 Constraints.MinWidth = 526 … … 15 15 Position = poScreenCenter 16 16 LCLVersion = '2.2.6.0' 17 object ComboBoxLanguage: TComboBox18 Left = 24019 Height = 4220 Top = 1621 Width = 26422 ItemHeight = 023 ParentFont = False24 Style = csDropDownList25 TabOrder = 026 end27 object Label1: TLabel28 Left = 2429 Height = 2630 Top = 2431 Width = 8832 Caption = 'Language:'33 ParentColor = False34 ParentFont = False35 end36 17 object ButtonOk: TButton 37 Left = 40018 Left = 731 38 19 Height = 37 39 Top = 35120 Top = 468 40 21 Width = 113 41 22 Anchors = [akRight, akBottom] … … 44 25 OnClick = ButtonOkClick 45 26 ParentFont = False 46 TabOrder = 727 TabOrder = 1 47 28 end 48 29 object ButtonCancel: TButton 49 Left = 25630 Left = 587 50 31 Height = 37 51 Top = 35132 Top = 468 52 33 Width = 113 53 34 Anchors = [akRight, akBottom] … … 55 36 ModalResult = 2 56 37 ParentFont = False 57 TabOrder = 6 58 end 59 object CheckBoxAutomaticDPI: TCheckBox 60 Left = 23 61 Height = 30 62 Top = 247 63 Width = 148 64 Caption = 'Automatic DPI' 65 OnChange = CheckBoxAutomaticDPIChange 66 ParentFont = False 67 TabOrder = 4 68 Visible = False 69 end 70 object SpinEditDPI: TSpinEdit 71 Left = 239 72 Height = 43 73 Top = 279 74 Width = 145 75 MaxValue = 300 76 MinValue = 96 77 ParentFont = False 78 TabOrder = 5 79 Value = 96 80 Visible = False 81 end 82 object LabelDPI: TLabel 83 Left = 55 84 Height = 26 85 Top = 287 86 Width = 35 87 Caption = 'DPI:' 88 ParentColor = False 89 ParentFont = False 90 Visible = False 91 end 92 object CheckBoxReopenLastFileOnStart: TCheckBox 93 Left = 23 94 Height = 30 95 Top = 207 96 Width = 226 97 Caption = 'Reopen last file on start' 98 ParentFont = False 99 TabOrder = 3 100 end 101 object Bevel1: TBevel 102 Left = 12 103 Height = 2 104 Top = 332 105 Width = 496 106 Anchors = [akLeft, akRight, akBottom] 107 end 108 object Label2: TLabel 109 Left = 24 110 Height = 26 111 Top = 72 112 Width = 63 113 Caption = 'Theme:' 114 ParentColor = False 115 ParentFont = False 116 end 117 object ComboBoxTheme: TComboBox 118 Left = 240 119 Height = 42 120 Top = 64 121 Width = 264 122 ItemHeight = 0 123 ParentFont = False 124 Style = csDropDownList 125 TabOrder = 1 126 end 127 object Label3: TLabel 128 Left = 24 129 Height = 26 130 Top = 120 131 Width = 186 132 Caption = 'Default vCard version:' 133 ParentColor = False 134 end 135 object EditDefaultVcardVersion: TEdit 136 Left = 240 137 Height = 43 138 Top = 112 139 Width = 144 38 TabOrder = 0 39 end 40 object ScrollBox1: TScrollBox 41 Left = 8 42 Height = 448 43 Top = 8 44 Width = 845 45 HorzScrollBar.Page = 504 46 VertScrollBar.Page = 427 47 Anchors = [akTop, akLeft, akRight, akBottom] 48 ClientHeight = 446 49 ClientWidth = 843 140 50 TabOrder = 2 141 end 142 object Label4: TLabel 143 Left = 24 144 Height = 26 145 Top = 165 146 Width = 133 147 Caption = 'Map query URL:' 148 ParentColor = False 149 end 150 object EditMapUrl: TEdit 151 Left = 240 152 Height = 43 153 Top = 161 154 Width = 267 155 Anchors = [akTop, akLeft, akRight] 156 TabOrder = 8 51 object Label1: TLabel 52 Left = 24 53 Height = 26 54 Top = 24 55 Width = 88 56 Caption = 'Language:' 57 ParentColor = False 58 ParentFont = False 59 end 60 object ComboBoxLanguage: TComboBox 61 Left = 240 62 Height = 42 63 Top = 16 64 Width = 264 65 ItemHeight = 0 66 ParentFont = False 67 Style = csDropDownList 68 TabOrder = 0 69 end 70 object CheckBoxAutomaticDPI: TCheckBox 71 Left = 23 72 Height = 30 73 Top = 247 74 Width = 148 75 Caption = 'Automatic DPI' 76 OnChange = CheckBoxAutomaticDPIChange 77 ParentFont = False 78 TabOrder = 1 79 Visible = False 80 end 81 object SpinEditDPI: TSpinEdit 82 Left = 240 83 Height = 43 84 Top = 279 85 Width = 145 86 MaxValue = 300 87 MinValue = 96 88 ParentFont = False 89 TabOrder = 2 90 Value = 96 91 Visible = False 92 end 93 object LabelDPI: TLabel 94 Left = 55 95 Height = 26 96 Top = 287 97 Width = 35 98 Caption = 'DPI:' 99 ParentColor = False 100 ParentFont = False 101 Visible = False 102 end 103 object CheckBoxReopenLastFileOnStart: TCheckBox 104 Left = 23 105 Height = 30 106 Top = 207 107 Width = 226 108 Caption = 'Reopen last file on start' 109 ParentFont = False 110 TabOrder = 3 111 end 112 object Label2: TLabel 113 Left = 24 114 Height = 26 115 Top = 72 116 Width = 63 117 Caption = 'Theme:' 118 ParentColor = False 119 ParentFont = False 120 end 121 object ComboBoxTheme: TComboBox 122 Left = 240 123 Height = 42 124 Top = 64 125 Width = 264 126 ItemHeight = 0 127 ParentFont = False 128 Style = csDropDownList 129 TabOrder = 4 130 end 131 object Label3: TLabel 132 Left = 24 133 Height = 26 134 Top = 120 135 Width = 186 136 Caption = 'Default vCard version:' 137 ParentColor = False 138 end 139 object EditDefaultVcardVersion: TEdit 140 Left = 240 141 Height = 43 142 Top = 112 143 Width = 144 144 TabOrder = 5 145 end 146 object Label4: TLabel 147 Left = 24 148 Height = 26 149 Top = 165 150 Width = 133 151 Caption = 'Map query URL:' 152 ParentColor = False 153 end 154 object EditMapUrl: TEdit 155 Left = 240 156 Height = 43 157 Top = 160 158 Width = 588 159 Anchors = [akTop, akLeft, akRight] 160 TabOrder = 6 161 end 162 object Label5: TLabel 163 Left = 23 164 Height = 26 165 Top = 340 166 Width = 120 167 Caption = 'Compare tool:' 168 ParentColor = False 169 end 170 object EditCompareTool: TEdit 171 Left = 240 172 Height = 43 173 Top = 336 174 Width = 472 175 Anchors = [akTop, akLeft, akRight] 176 TabOrder = 7 177 end 178 object ButtonBrowse: TButton 179 Left = 720 180 Height = 38 181 Top = 340 182 Width = 113 183 Anchors = [akTop, akRight] 184 Caption = 'Browse' 185 OnClick = ButtonBrowseClick 186 TabOrder = 8 187 end 188 object Label6: TLabel 189 Left = 23 190 Height = 26 191 Top = 392 192 Width = 248 193 Caption = 'Default phone country prefix:' 194 ParentColor = False 195 end 196 object EditDefaultPhoneCountryPrefix: TEdit 197 Left = 296 198 Height = 43 199 Top = 384 200 Width = 144 201 TabOrder = 9 202 end 203 end 204 object OpenDialog1: TOpenDialog 205 Left = 506 206 Top = 258 157 207 end 158 208 end
Note:
See TracChangeset
for help on using the changeset viewer.