Changeset 365 for trunk/Forms/FormGameSystem.lfm
- Timestamp:
- Jan 2, 2025, 2:29:10 PM (5 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormGameSystem.lfm
r344 r365 1 1 object FormGameSystem: TFormGameSystem 2 2 Left = 954 3 Height = 4 023 Height = 482 4 4 Top = 479 5 Width = 5425 Width = 650 6 6 Caption = 'Game system' 7 ClientHeight = 4 028 ClientWidth = 5429 DesignTimePPI = 1 207 ClientHeight = 482 8 ClientWidth = 650 9 DesignTimePPI = 144 10 10 OnCreate = FormCreate 11 11 OnDestroy = FormDestroy 12 12 LCLVersion = '3.6.0.0' 13 13 object ButtonSave: TButton 14 Left = 1 3315 Height = 3 216 Top = 36017 Width = 9414 Left = 144 15 Height = 38 16 Top = 432 17 Width = 113 18 18 Anchors = [akLeft, akBottom] 19 19 Caption = 'Save' … … 23 23 end 24 24 object ButtonLoad: TButton 25 Left = 2026 Height = 3 227 Top = 36028 Width = 9425 Left = 16 26 Height = 38 27 Top = 432 28 Width = 113 29 29 Anchors = [akLeft, akBottom] 30 30 Caption = 'Load' … … 34 34 end 35 35 object ButtonCancel: TButton 36 Left = 31137 Height = 3 238 Top = 36039 Width = 9436 Left = 515 37 Height = 38 38 Top = 432 39 Width = 113 40 40 Anchors = [akRight, akBottom] 41 41 Caption = 'Cancel' … … 45 45 end 46 46 object ButtonOk: TButton 47 Left = 43048 Height = 3 249 Top = 36050 Width = 9447 Left = 384 48 Height = 38 49 Top = 432 50 Width = 113 51 51 Anchors = [akRight, akBottom] 52 52 Caption = 'OK' … … 56 56 end 57 57 object PageControl1: TPageControl 58 Left = 1 359 Height = 33460 Top = 1 361 Width = 51158 Left = 16 59 Height = 400 60 Top = 16 61 Width = 612 62 62 ActivePage = TabSheetGeneral 63 63 Anchors = [akTop, akLeft, akRight, akBottom] … … 67 67 object TabSheetGeneral: TTabSheet 68 68 Caption = 'General' 69 ClientHeight = 3 0170 ClientWidth = 50369 ClientHeight = 360 70 ClientWidth = 602 71 71 ParentFont = False 72 72 object CheckBoxEmptyCellsNeutral: TCheckBox 73 Left = 1 374 Height = 2475 Top = 1 376 Width = 27773 Left = 16 74 Height = 30 75 Top = 16 76 Width = 357 77 77 Caption = 'Set cells without player units as neutral' 78 78 ParentFont = False … … 80 80 end 81 81 object CheckBoxUnitsSplitMerge: TCheckBox 82 Left = 1 383 Height = 2484 Top = 4685 Width = 17882 Left = 16 83 Height = 30 84 Top = 55 85 Width = 229 86 86 Caption = 'Units can split or merge' 87 87 ParentFont = False … … 89 89 end 90 90 object CheckBoxUnitsMoveImmediately: TCheckBox 91 Left = 1 392 Height = 2493 Top = 7994 Width = 18291 Left = 16 92 Height = 30 93 Top = 95 94 Width = 232 95 95 Caption = 'Units move immediately' 96 96 ParentFont = False … … 98 98 end 99 99 object Label5: TLabel 100 Left = 1 3101 Height = 2 0102 Top = 1 13103 Width = 1 28100 Left = 16 101 Height = 26 102 Top = 136 103 Width = 164 104 104 Caption = 'Preferred grid type:' 105 105 ParentColor = False … … 107 107 end 108 108 object ComboBoxPreferredGridType: TComboBox 109 Left = 2 27110 Height = 28111 Top = 1 13112 Width = 253113 ItemHeight = 20109 Left = 272 110 Height = 38 111 Top = 136 112 Width = 304 113 ItemHeight = 0 114 114 Items.Strings = ( 115 115 'None' … … 140 140 end 141 141 object OpenDialog1: TOpenDialog 142 Left = 367143 Top = 1 33142 Left = 440 143 Top = 160 144 144 end 145 145 object SaveDialog1: TSaveDialog 146 Left = 193147 Top = 1 33146 Left = 232 147 Top = 160 148 148 end 149 149 end
Note:
See TracChangeset
for help on using the changeset viewer.