Changeset 50 for trunk/Forms/UFormSettings.lfm
- Timestamp:
- Nov 3, 2019, 12:18:14 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormSettings.lfm
r33 r50 11 11 OnCreate = FormCreate 12 12 OnShow = FormShow 13 LCLVersion = '2.0. 2.0'13 LCLVersion = '2.0.4.0' 14 14 object Label1: TLabel 15 15 Left = 19 16 Height = 2 616 Height = 25 17 17 Top = 24 18 Width = 1 7218 Width = 158 19 19 Caption = 'Animation duration:' 20 20 ParentColor = False … … 52 52 object ComboBoxLanguage: TComboBox 53 53 Left = 208 54 Height = 4254 Height = 33 55 55 Top = 86 56 56 Width = 230 57 ItemHeight = 057 ItemHeight = 25 58 58 Style = csDropDownList 59 59 TabOrder = 3 … … 61 61 object Label2: TLabel 62 62 Left = 19 63 Height = 2 663 Height = 25 64 64 Top = 94 65 Width = 8 865 Width = 81 66 66 Caption = 'Language:' 67 67 ParentColor = False 68 68 end 69 object ComboBoxTheme: TComboBox 70 Left = 208 71 Height = 33 72 Top = 136 73 Width = 230 74 ItemHeight = 25 75 Style = csDropDownList 76 TabOrder = 4 77 end 78 object Label3: TLabel 79 Left = 19 80 Height = 25 81 Top = 144 82 Width = 57 83 Caption = 'Theme:' 84 ParentColor = False 85 end 69 86 end
Note:
See TracChangeset
for help on using the changeset viewer.