Changeset 155 for trunk/Forms/FormSettings.lfm
- Timestamp:
- Jun 6, 2023, 10:45:32 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormSettings.lfm
r152 r155 44 44 Width = 845 45 45 HorzScrollBar.Page = 504 46 VertScrollBar.Page = 4 7546 VertScrollBar.Page = 457 47 47 Anchors = [akTop, akLeft, akRight, akBottom] 48 ClientHeight = 53 849 ClientWidth = 84 348 ClientHeight = 536 49 ClientWidth = 841 50 50 TabOrder = 2 51 51 object Label1: TLabel 52 52 Left = 24 53 Height = 2 653 Height = 25 54 54 Top = 24 55 Width = 8 855 Width = 81 56 56 Caption = 'Language:' 57 57 ParentColor = False … … 60 60 object ComboBoxLanguage: TComboBox 61 61 Left = 240 62 Height = 4262 Height = 33 63 63 Top = 16 64 64 Width = 264 65 ItemHeight = 065 ItemHeight = 25 66 66 ParentFont = False 67 67 Style = csDropDownList … … 69 69 end 70 70 object CheckBoxAutomaticDPI: TCheckBox 71 Left = 2 372 Height = 3073 Top = 24774 Width = 14 871 Left = 24 72 Height = 29 73 Top = 392 74 Width = 145 75 75 Caption = 'Automatic DPI' 76 76 OnChange = CheckBoxAutomaticDPIChange … … 80 80 end 81 81 object SpinEditDPI: TSpinEdit 82 Left = 24 083 Height = 4384 Top = 27982 Left = 241 83 Height = 33 84 Top = 424 85 85 Width = 145 86 86 MaxValue = 300 … … 92 92 end 93 93 object LabelDPI: TLabel 94 Left = 5 595 Height = 2 696 Top = 28797 Width = 3 594 Left = 56 95 Height = 25 96 Top = 432 97 Width = 32 98 98 Caption = 'DPI:' 99 99 ParentColor = False … … 102 102 end 103 103 object CheckBoxReopenLastFileOnStart: TCheckBox 104 Left = 2 3105 Height = 30106 Top = 207107 Width = 2 26104 Left = 24 105 Height = 29 106 Top = 352 107 Width = 217 108 108 Caption = 'Reopen last file on start' 109 109 ParentFont = False … … 112 112 object Label2: TLabel 113 113 Left = 24 114 Height = 2 6114 Height = 25 115 115 Top = 72 116 Width = 63116 Width = 57 117 117 Caption = 'Theme:' 118 118 ParentColor = False … … 121 121 object ComboBoxTheme: TComboBox 122 122 Left = 240 123 Height = 42123 Height = 33 124 124 Top = 64 125 125 Width = 264 126 ItemHeight = 0126 ItemHeight = 25 127 127 ParentFont = False 128 128 Style = csDropDownList … … 131 131 object Label3: TLabel 132 132 Left = 24 133 Height = 2 6133 Height = 25 134 134 Top = 120 135 Width = 1 86135 Width = 174 136 136 Caption = 'Default vCard version:' 137 137 ParentColor = False … … 139 139 object EditDefaultVcardVersion: TEdit 140 140 Left = 240 141 Height = 43141 Height = 33 142 142 Top = 112 143 143 Width = 144 … … 146 146 object Label4: TLabel 147 147 Left = 24 148 Height = 2 6148 Height = 25 149 149 Top = 165 150 Width = 1 33150 Width = 126 151 151 Caption = 'Map query URL:' 152 152 ParentColor = False … … 154 154 object EditMapUrl: TEdit 155 155 Left = 240 156 Height = 43156 Height = 33 157 157 Top = 160 158 Width = 58 8158 Width = 586 159 159 Anchors = [akTop, akLeft, akRight] 160 160 TabOrder = 6 161 161 end 162 162 object Label5: TLabel 163 Left = 2 3164 Height = 2 6165 Top = 340166 Width = 1 20163 Left = 24 164 Height = 25 165 Top = 212 166 Width = 114 167 167 Caption = 'Compare tool:' 168 168 ParentColor = False 169 169 end 170 170 object EditCompareTool: TEdit 171 Left = 24 0172 Height = 43173 Top = 336174 Width = 4 72171 Left = 241 172 Height = 33 173 Top = 208 174 Width = 462 175 175 Anchors = [akTop, akLeft, akRight] 176 176 TabOrder = 7 177 177 end 178 178 object ButtonBrowse: TButton 179 Left = 7 20179 Left = 713 180 180 Height = 38 181 Top = 340181 Top = 206 182 182 Width = 113 183 183 Anchors = [akTop, akRight] … … 187 187 end 188 188 object Label6: TLabel 189 Left = 2 3190 Height = 2 6191 Top = 392192 Width = 2 48189 Left = 24 190 Height = 25 191 Top = 264 192 Width = 231 193 193 Caption = 'Default phone country prefix:' 194 194 ParentColor = False 195 195 end 196 196 object EditDefaultPhoneCountryPrefix: TEdit 197 Left = 3 12198 Height = 43199 Top = 384197 Left = 328 198 Height = 33 199 Top = 264 200 200 Width = 144 201 201 TabOrder = 9 202 202 end 203 203 object Label7: TLabel 204 Left = 2 3205 Height = 2 6206 Top = 440207 Width = 2 67204 Left = 24 205 Height = 25 206 Top = 312 207 Width = 243 208 208 Caption = 'Default international call prefix:' 209 209 ParentColor = False 210 210 end 211 211 object EditDefaultInternationalCallPrefix: TEdit 212 Left = 3 12213 Height = 43214 Top = 432212 Left = 328 213 Height = 33 214 Top = 312 215 215 Width = 144 216 216 TabOrder = 10 … … 218 218 end 219 219 object OpenDialog1: TOpenDialog 220 Left = 506221 Top = 258220 Left = 640 221 Top = 72 222 222 end 223 223 end
Note:
See TracChangeset
for help on using the changeset viewer.