Changeset 174 for trunk/Forms/UFormSettings.lfm
- Timestamp:
- Feb 14, 2018, 10:39:55 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormSettings.lfm
r154 r174 9 9 Constraints.MinHeight = 328 10 10 Constraints.MinWidth = 389 11 DesignTimePPI = 120 11 12 OnCreate = FormCreate 12 13 OnShow = FormShow 13 14 Position = poScreenCenter 14 LCLVersion = '1. 6.4.0'15 LCLVersion = '1.8.0.6' 15 16 object ComboBoxLanguage: TComboBox 16 17 Left = 152 … … 65 66 Width = 150 66 67 Caption = 'Start on user logon' 68 Color = clDefault 67 69 OnChange = CheckBoxStartOnLogonChange 70 ParentColor = False 71 ParentFont = False 68 72 TabOrder = 4 69 73 end … … 121 125 Anchors = [akLeft, akRight, akBottom] 122 126 end 127 object Label3: TLabel 128 Left = 16 129 Height = 20 130 Top = 264 131 Width = 48 132 Caption = 'Theme:' 133 ParentColor = False 134 end 135 object ComboBoxTheme: TComboBox 136 Left = 152 137 Height = 28 138 Top = 264 139 Width = 208 140 ItemHeight = 20 141 Style = csDropDownList 142 TabOrder = 9 143 end 123 144 end
Note:
See TracChangeset
for help on using the changeset viewer.