Changeset 330 for trunk/Forms/FormGameSystem.lfm
- Timestamp:
- Jul 19, 2024, 9:46:33 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormGameSystem.lfm
r325 r330 67 67 object TabSheetGeneral: TTabSheet 68 68 Caption = 'General' 69 ClientHeight = 36 070 ClientWidth = 60 369 ClientHeight = 362 70 ClientWidth = 605 71 71 ParentFont = False 72 72 object CheckBoxEmptyCellsNeutral: TCheckBox 73 73 Left = 16 74 Height = 3074 Height = 29 75 75 Top = 16 76 Width = 3 5776 Width = 330 77 77 Caption = 'Set cells without player units as neutral' 78 78 ParentFont = False … … 81 81 object CheckBoxUnitsSplitMerge: TCheckBox 82 82 Left = 16 83 Height = 3083 Height = 29 84 84 Top = 55 85 Width = 2 2985 Width = 213 86 86 Caption = 'Units can split or merge' 87 87 ParentFont = False … … 90 90 object CheckBoxUnitsMoveImmediately: TCheckBox 91 91 Left = 16 92 Height = 3092 Height = 29 93 93 Top = 95 94 Width = 2 3294 Width = 217 95 95 Caption = 'Units move immediately' 96 96 ParentFont = False 97 97 TabOrder = 2 98 end 99 object Label5: TLabel 100 Left = 16 101 Height = 25 102 Top = 136 103 Width = 153 104 Caption = 'Preferred grid type:' 105 ParentColor = False 106 ParentFont = False 107 end 108 object ComboBoxPreferredGridType: TComboBox 109 Left = 272 110 Height = 33 111 Top = 136 112 Width = 304 113 ItemHeight = 25 114 Items.Strings = ( 115 'None' 116 'Hexagon vertical' 117 'Square' 118 'Triangular' 119 'Random' 120 'Isometric' 121 'Hexagon horizontal' 122 ) 123 ParentFont = False 124 Style = csDropDownList 125 TabOrder = 3 98 126 end 99 127 end
Note:
See TracChangeset
for help on using the changeset viewer.