Changeset 101 for trunk/Forms/UFormSettings.lfm
- Timestamp:
- Feb 8, 2022, 6:07:35 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormSettings.lfm
r89 r101 1 1 object FormSettings: TFormSettings 2 2 Left = 798 3 Height = 3604 Top = 3 675 Width = 5 643 Height = 421 4 Top = 321 5 Width = 548 6 6 Caption = 'Settings' 7 ClientHeight = 3608 ClientWidth = 5 649 Constraints.MinHeight = 36010 Constraints.MinWidth = 48011 DesignTimePPI = 1 447 ClientHeight = 421 8 ClientWidth = 548 9 Constraints.MinHeight = 421 10 Constraints.MinWidth = 548 11 DesignTimePPI = 150 12 12 OnClose = FormClose 13 13 OnCreate = FormCreate 14 14 OnShow = FormShow 15 15 Position = poScreenCenter 16 LCLVersion = '2. 0.12.0'16 LCLVersion = '2.2.0.4' 17 17 object ComboBoxLanguage: TComboBox 18 Left = 2 4019 Height = 4 120 Top = 1 621 Width = 2 6418 Left = 250 19 Height = 42 20 Top = 17 21 Width = 275 22 22 ItemHeight = 0 23 23 ParentFont = False … … 26 26 end 27 27 object Label1: TLabel 28 Left = 2 429 Height = 2 430 Top = 2 431 Width = 8828 Left = 25 29 Height = 27 30 Top = 25 31 Width = 96 32 32 Caption = 'Language:' 33 ParentColor = False34 33 ParentFont = False 35 34 end 36 35 object ButtonOk: TButton 37 Left = 4 3838 Height = 3 739 Top = 3 0740 Width = 11 336 Left = 416 37 Height = 39 38 Top = 365 39 Width = 118 41 40 Anchors = [akRight, akBottom] 42 41 Caption = 'Ok' … … 47 46 end 48 47 object ButtonCancel: TButton 49 Left = 2 9450 Height = 3 751 Top = 3 0752 Width = 11 348 Left = 266 49 Height = 39 50 Top = 365 51 Width = 118 53 52 Anchors = [akRight, akBottom] 54 53 Caption = 'Cancel' … … 59 58 object CheckBoxAutomaticDPI: TCheckBox 60 59 Left = 24 61 Height = 3 062 Top = 2 0063 Width = 1 4860 Height = 31 61 Top = 257 62 Width = 154 64 63 Caption = 'Automatic DPI' 65 64 OnChange = CheckBoxAutomaticDPIChange … … 69 68 end 70 69 object SpinEditDPI: TSpinEdit 71 Left = 24 072 Height = 4 273 Top = 2 3274 Width = 1 4570 Left = 249 71 Height = 43 72 Top = 291 73 Width = 151 75 74 MaxValue = 300 76 75 MinValue = 96 … … 81 80 end 82 81 object LabelDPI: TLabel 83 Left = 5 684 Height = 2 485 Top = 2 4086 Width = 3 582 Left = 57 83 Height = 27 84 Top = 299 85 Width = 36 87 86 Caption = 'DPI:' 88 ParentColor = False89 87 ParentFont = False 90 88 Visible = False … … 92 90 object CheckBoxReopenLastFileOnStart: TCheckBox 93 91 Left = 24 94 Height = 3 095 Top = 16096 Width = 2 2692 Height = 31 93 Top = 216 94 Width = 239 97 95 Caption = 'Reopen last file on start' 98 96 ParentFont = False … … 102 100 Left = 12 103 101 Height = 2 104 Top = 288105 Width = 5 34102 Top = 346 103 Width = 517 106 104 Anchors = [akLeft, akRight, akBottom] 107 105 end 108 106 object Label2: TLabel 109 Left = 2 4110 Height = 2 4111 Top = 7 2112 Width = 6 3107 Left = 25 108 Height = 27 109 Top = 75 110 Width = 67 113 111 Caption = 'Theme:' 114 ParentColor = False115 112 ParentFont = False 116 113 end 117 114 object ComboBoxTheme: TComboBox 118 Left = 2 40119 Height = 4 1120 Top = 6 4121 Width = 2 64115 Left = 250 116 Height = 42 117 Top = 67 118 Width = 275 122 119 ItemHeight = 0 123 120 ParentFont = False … … 126 123 end 127 124 object Label3: TLabel 128 Left = 2 4129 Height = 2 4130 Top = 12 0131 Width = 1 86125 Left = 25 126 Height = 27 127 Top = 125 128 Width = 199 132 129 Caption = 'Default vCard version:' 133 ParentColor = False134 130 end 135 131 object EditDefaultVcardVersion: TEdit 136 Left = 2 40137 Height = 4 2138 Top = 11 2139 Width = 1 44132 Left = 250 133 Height = 43 134 Top = 117 135 Width = 150 140 136 TabOrder = 2 141 137 end 138 object Label4: TLabel 139 Left = 25 140 Height = 27 141 Top = 172 142 Width = 144 143 Caption = 'Map query URL:' 144 end 145 object EditMapUrl: TEdit 146 Left = 250 147 Height = 43 148 Top = 168 149 Width = 278 150 Anchors = [akTop, akLeft, akRight] 151 TabOrder = 8 152 end 142 153 end
Note:
See TracChangeset
for help on using the changeset viewer.