Changeset 158 for trunk/Forms/FormSettings.lfm
- Timestamp:
- Jun 12, 2023, 12:07:42 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormSettings.lfm
r155 r158 28 28 end 29 29 object ButtonCancel: TButton 30 Left = 58730 Left = 600 31 31 Height = 37 32 32 Top = 560 … … 44 44 Width = 845 45 45 HorzScrollBar.Page = 504 46 VertScrollBar.Page = 4 5746 VertScrollBar.Page = 467 47 47 Anchors = [akTop, akLeft, akRight, akBottom] 48 ClientHeight = 53 649 ClientWidth = 84 148 ClientHeight = 538 49 ClientWidth = 843 50 50 TabOrder = 2 51 51 object Label1: TLabel 52 52 Left = 24 53 Height = 2 553 Height = 26 54 54 Top = 24 55 Width = 8 155 Width = 88 56 56 Caption = 'Language:' 57 57 ParentColor = False … … 60 60 object ComboBoxLanguage: TComboBox 61 61 Left = 240 62 Height = 3362 Height = 42 63 63 Top = 16 64 64 Width = 264 65 ItemHeight = 2565 ItemHeight = 0 66 66 ParentFont = False 67 67 Style = csDropDownList … … 70 70 object CheckBoxAutomaticDPI: TCheckBox 71 71 Left = 24 72 Height = 2972 Height = 30 73 73 Top = 392 74 Width = 14 574 Width = 148 75 75 Caption = 'Automatic DPI' 76 76 OnChange = CheckBoxAutomaticDPIChange … … 81 81 object SpinEditDPI: TSpinEdit 82 82 Left = 241 83 Height = 3383 Height = 43 84 84 Top = 424 85 85 Width = 145 … … 93 93 object LabelDPI: TLabel 94 94 Left = 56 95 Height = 2 595 Height = 26 96 96 Top = 432 97 Width = 3 297 Width = 35 98 98 Caption = 'DPI:' 99 99 ParentColor = False … … 103 103 object CheckBoxReopenLastFileOnStart: TCheckBox 104 104 Left = 24 105 Height = 29105 Height = 30 106 106 Top = 352 107 Width = 2 17107 Width = 226 108 108 Caption = 'Reopen last file on start' 109 109 ParentFont = False … … 112 112 object Label2: TLabel 113 113 Left = 24 114 Height = 2 5114 Height = 26 115 115 Top = 72 116 Width = 57116 Width = 63 117 117 Caption = 'Theme:' 118 118 ParentColor = False … … 121 121 object ComboBoxTheme: TComboBox 122 122 Left = 240 123 Height = 33123 Height = 42 124 124 Top = 64 125 125 Width = 264 126 ItemHeight = 25126 ItemHeight = 0 127 127 ParentFont = False 128 128 Style = csDropDownList … … 131 131 object Label3: TLabel 132 132 Left = 24 133 Height = 2 5133 Height = 26 134 134 Top = 120 135 Width = 1 74135 Width = 186 136 136 Caption = 'Default vCard version:' 137 137 ParentColor = False … … 139 139 object EditDefaultVcardVersion: TEdit 140 140 Left = 240 141 Height = 33141 Height = 43 142 142 Top = 112 143 143 Width = 144 … … 146 146 object Label4: TLabel 147 147 Left = 24 148 Height = 2 5148 Height = 26 149 149 Top = 165 150 Width = 1 26150 Width = 133 151 151 Caption = 'Map query URL:' 152 152 ParentColor = False … … 154 154 object EditMapUrl: TEdit 155 155 Left = 240 156 Height = 33156 Height = 43 157 157 Top = 160 158 Width = 58 6158 Width = 588 159 159 Anchors = [akTop, akLeft, akRight] 160 160 TabOrder = 6 … … 162 162 object Label5: TLabel 163 163 Left = 24 164 Height = 2 5164 Height = 26 165 165 Top = 212 166 Width = 1 14166 Width = 120 167 167 Caption = 'Compare tool:' 168 168 ParentColor = False … … 170 170 object EditCompareTool: TEdit 171 171 Left = 241 172 Height = 33172 Height = 43 173 173 Top = 208 174 Width = 46 2174 Width = 464 175 175 Anchors = [akTop, akLeft, akRight] 176 176 TabOrder = 7 177 177 end 178 178 object ButtonBrowse: TButton 179 Left = 71 3179 Left = 715 180 180 Height = 38 181 181 Top = 206 … … 188 188 object Label6: TLabel 189 189 Left = 24 190 Height = 2 5190 Height = 26 191 191 Top = 264 192 Width = 2 31192 Width = 248 193 193 Caption = 'Default phone country prefix:' 194 194 ParentColor = False … … 196 196 object EditDefaultPhoneCountryPrefix: TEdit 197 197 Left = 328 198 Height = 33198 Height = 43 199 199 Top = 264 200 200 Width = 144 … … 203 203 object Label7: TLabel 204 204 Left = 24 205 Height = 2 5205 Height = 26 206 206 Top = 312 207 Width = 2 43207 Width = 267 208 208 Caption = 'Default international call prefix:' 209 209 ParentColor = False … … 211 211 object EditDefaultInternationalCallPrefix: TEdit 212 212 Left = 328 213 Height = 33213 Height = 43 214 214 Top = 312 215 215 Width = 144
Note:
See TracChangeset
for help on using the changeset viewer.