Changeset 8 for trunk/Forms/UFormNew.lfm
- Timestamp:
- Sep 26, 2019, 10:08:16 PM (5 years ago)
- Location:
- trunk/Forms
- Files:
-
- 1 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormNew.lfm
r7 r8 1 1 object FormNew: TFormNew 2 2 Left = 759 3 Height = 3604 Top = 6745 Width = 48 03 Height = 212 4 Top = 822 5 Width = 487 6 6 Caption = 'New game' 7 ClientHeight = 3608 ClientWidth = 48 07 ClientHeight = 212 8 ClientWidth = 487 9 9 DesignTimePPI = 144 10 LCLVersion = ' 1.8.4.0'10 LCLVersion = '2.0.2.0' 11 11 object Label1: TLabel 12 12 Left = 16 … … 19 19 object ComboBoxSize: TComboBox 20 20 Left = 173 21 Height = 4021 Height = 38 22 22 Top = 11 23 23 Width = 262 … … 37 37 end 38 38 object ButtonCancel: TButton 39 Left = 1 1239 Left = 120 40 40 Height = 38 41 Top = 27241 Top = 158 42 42 Width = 113 43 Anchors = [akLeft, akBottom] 43 44 Caption = 'Cancel' 44 45 ModalResult = 2 … … 48 49 Left = 280 49 50 Height = 38 50 Top = 27251 Top = 158 51 52 Width = 113 53 Anchors = [akLeft, akBottom] 52 54 Caption = 'OK' 53 55 ModalResult = 1
Note:
See TracChangeset
for help on using the changeset viewer.