Changeset 317 for trunk/Forms/FormGameSystem.lfm
- Timestamp:
- Jun 21, 2024, 12:44:53 PM (5 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormGameSystem.lfm
r316 r317 1 1 object FormGameSystem: TFormGameSystem 2 Left = 5713 Height = 4824 Top = 3645 Width = 6512 Left = 954 3 Height = 578 4 Top = 479 5 Width = 781 6 6 Caption = 'Game system' 7 ClientHeight = 482 8 ClientWidth = 651 9 DesignTimePPI = 120 10 OnClose = FormClose 7 ClientHeight = 578 8 ClientWidth = 781 9 DesignTimePPI = 144 11 10 OnCreate = FormCreate 12 11 OnDestroy = FormDestroy 13 OnShow = FormShow 14 LCLVersion = '2.0.0.4' 12 LCLVersion = '3.4.0.0' 15 13 object ButtonSave: TButton 16 Left = 1 3317 Height = 3 218 Top = 44019 Width = 9414 Left = 160 15 Height = 38 16 Top = 528 17 Width = 113 20 18 Anchors = [akLeft, akBottom] 21 19 Caption = 'Save' 22 OnClick = ButtonSaveClick23 20 ParentFont = False 24 21 TabOrder = 0 22 OnClick = ButtonSaveClick 25 23 end 26 24 object ButtonLoad: TButton 27 Left = 2 028 Height = 3 229 Top = 44030 Width = 9425 Left = 24 26 Height = 38 27 Top = 528 28 Width = 113 31 29 Anchors = [akLeft, akBottom] 32 30 Caption = 'Load' 33 OnClick = ButtonLoadClick34 31 ParentFont = False 35 32 TabOrder = 1 33 OnClick = ButtonLoadClick 36 34 end 37 35 object ButtonCancel: TButton 38 Left = 42039 Height = 3 240 Top = 44041 Width = 9436 Left = 504 37 Height = 38 38 Top = 528 39 Width = 113 42 40 Anchors = [akRight, akBottom] 43 41 Caption = 'Cancel' … … 47 45 end 48 46 object ButtonOk: TButton 49 Left = 53950 Height = 3 251 Top = 44052 Width = 9447 Left = 646 48 Height = 38 49 Top = 528 50 Width = 113 53 51 Anchors = [akRight, akBottom] 54 52 Caption = 'OK' … … 58 56 end 59 57 object PageControl1: TPageControl 60 Left = 1 361 Height = 4 1462 Top = 1 363 Width = 62058 Left = 16 59 Height = 496 60 Top = 16 61 Width = 743 64 62 ActivePage = TabSheetBuildings 65 63 Anchors = [akTop, akLeft, akRight, akBottom] … … 70 68 Caption = 'General' 71 69 ClientHeight = 456 72 ClientWidth = 73 470 ClientWidth = 733 73 71 ParentFont = False 74 72 object CheckBoxEmptyCellsNeutral: TCheckBox 75 Left = 1 373 Left = 16 76 74 Height = 30 77 Top = 1 378 Width = 3 6275 Top = 16 76 Width = 357 79 77 Caption = 'Set cells without player units as neutral' 80 78 ParentFont = False … … 82 80 end 83 81 object CheckBoxUnitsSplitMerge: TCheckBox 84 Left = 1 382 Left = 16 85 83 Height = 30 86 Top = 4687 Width = 2 3184 Top = 55 85 Width = 229 88 86 Caption = 'Units can split or merge' 89 87 ParentFont = False … … 91 89 end 92 90 object CheckBoxUnitsMoveImmediately: TCheckBox 93 Left = 1 391 Left = 16 94 92 Height = 30 95 Top = 7996 Width = 23 493 Top = 95 94 Width = 232 97 95 Caption = 'Units move immediately' 98 96 ParentFont = False … … 114 112 end 115 113 object OpenDialog1: TOpenDialog 116 left = 367117 top = 133114 Left = 440 115 Top = 160 118 116 end 119 117 object SaveDialog1: TSaveDialog 120 left = 193121 top = 133118 Left = 232 119 Top = 160 122 120 end 123 121 end
Note:
See TracChangeset
for help on using the changeset viewer.