Changeset 344 for trunk/Forms/FormGameSystem.lfm
- Timestamp:
- Dec 23, 2024, 8:16:05 AM (10 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormGameSystem.lfm
r330 r344 1 1 object FormGameSystem: TFormGameSystem 2 2 Left = 954 3 Height = 4 823 Height = 402 4 4 Top = 479 5 Width = 6515 Width = 542 6 6 Caption = 'Game system' 7 ClientHeight = 4 828 ClientWidth = 6519 DesignTimePPI = 1 447 ClientHeight = 402 8 ClientWidth = 542 9 DesignTimePPI = 120 10 10 OnCreate = FormCreate 11 11 OnDestroy = FormDestroy 12 LCLVersion = '3. 4.0.0'12 LCLVersion = '3.6.0.0' 13 13 object ButtonSave: TButton 14 Left = 1 6015 Height = 3 816 Top = 43217 Width = 11314 Left = 133 15 Height = 32 16 Top = 360 17 Width = 94 18 18 Anchors = [akLeft, akBottom] 19 19 Caption = 'Save' … … 23 23 end 24 24 object ButtonLoad: TButton 25 Left = 2 426 Height = 3 827 Top = 43228 Width = 11325 Left = 20 26 Height = 32 27 Top = 360 28 Width = 94 29 29 Anchors = [akLeft, akBottom] 30 30 Caption = 'Load' … … 34 34 end 35 35 object ButtonCancel: TButton 36 Left = 3 7437 Height = 3 838 Top = 43239 Width = 11336 Left = 311 37 Height = 32 38 Top = 360 39 Width = 94 40 40 Anchors = [akRight, akBottom] 41 41 Caption = 'Cancel' … … 45 45 end 46 46 object ButtonOk: TButton 47 Left = 51648 Height = 3 849 Top = 43250 Width = 11347 Left = 430 48 Height = 32 49 Top = 360 50 Width = 94 51 51 Anchors = [akRight, akBottom] 52 52 Caption = 'OK' … … 56 56 end 57 57 object PageControl1: TPageControl 58 Left = 1 659 Height = 40060 Top = 1 661 Width = 61358 Left = 13 59 Height = 334 60 Top = 13 61 Width = 511 62 62 ActivePage = TabSheetGeneral 63 63 Anchors = [akTop, akLeft, akRight, akBottom] … … 67 67 object TabSheetGeneral: TTabSheet 68 68 Caption = 'General' 69 ClientHeight = 3 6270 ClientWidth = 60569 ClientHeight = 301 70 ClientWidth = 503 71 71 ParentFont = False 72 72 object CheckBoxEmptyCellsNeutral: TCheckBox 73 Left = 1 674 Height = 2 975 Top = 1 676 Width = 33073 Left = 13 74 Height = 24 75 Top = 13 76 Width = 277 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 683 Height = 2 984 Top = 5585 Width = 21382 Left = 13 83 Height = 24 84 Top = 46 85 Width = 178 86 86 Caption = 'Units can split or merge' 87 87 ParentFont = False … … 89 89 end 90 90 object CheckBoxUnitsMoveImmediately: TCheckBox 91 Left = 1 692 Height = 2 993 Top = 9594 Width = 21791 Left = 13 92 Height = 24 93 Top = 79 94 Width = 182 95 95 Caption = 'Units move immediately' 96 96 ParentFont = False … … 98 98 end 99 99 object Label5: TLabel 100 Left = 1 6101 Height = 2 5102 Top = 1 36103 Width = 1 53100 Left = 13 101 Height = 20 102 Top = 113 103 Width = 128 104 104 Caption = 'Preferred grid type:' 105 105 ParentColor = False … … 107 107 end 108 108 object ComboBoxPreferredGridType: TComboBox 109 Left = 2 72110 Height = 33111 Top = 1 36112 Width = 304113 ItemHeight = 2 5109 Left = 227 110 Height = 28 111 Top = 113 112 Width = 253 113 ItemHeight = 20 114 114 Items.Strings = ( 115 115 'None' … … 140 140 end 141 141 object OpenDialog1: TOpenDialog 142 Left = 440143 Top = 1 60142 Left = 367 143 Top = 133 144 144 end 145 145 object SaveDialog1: TSaveDialog 146 Left = 232147 Top = 1 60146 Left = 193 147 Top = 133 148 148 end 149 149 end
Note:
See TracChangeset
for help on using the changeset viewer.