Changeset 13 for trunk/Forms/UFormSettings.lfm
- Timestamp:
- Oct 5, 2019, 11:16:00 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormSettings.lfm
r11 r13 8 8 ClientWidth = 480 9 9 DesignTimePPI = 144 10 OnClose = FormClose 11 OnCreate = FormCreate 10 12 OnShow = FormShow 11 13 LCLVersion = '2.0.2.0' … … 48 50 TabOrder = 2 49 51 end 52 object ComboBoxLanguage: TComboBox 53 Left = 208 54 Height = 43 55 Top = 86 56 Width = 230 57 ItemHeight = 0 58 Style = csDropDownList 59 TabOrder = 3 60 end 61 object Label2: TLabel 62 Left = 19 63 Height = 26 64 Top = 94 65 Width = 88 66 Caption = 'Language:' 67 ParentColor = False 68 end 50 69 end
Note:
See TracChangeset
for help on using the changeset viewer.