Changeset 276 for trunk/Forms/UFormNew.lfm
- Timestamp:
- Feb 3, 2019, 11:55:30 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormNew.lfm
r275 r276 21 21 Top = 60 22 22 Width = 806 23 ActivePage = TabSheet Mode23 ActivePage = TabSheetRules 24 24 Align = alClient 25 25 BorderSpacing.Around = 4 26 TabIndex = 026 TabIndex = 3 27 27 TabOrder = 0 28 28 OnChange = PageControl1Change … … 546 546 object Panel4: TPanel 547 547 Left = 0 548 Height = 652548 Height = 596 549 549 Top = 0 550 550 Width = 796 551 551 Align = alClient 552 552 BevelOuter = bvNone 553 ClientHeight = 652553 ClientHeight = 596 554 554 ClientWidth = 796 555 555 TabOrder = 0 … … 694 694 end 695 695 end 696 object CheckBoxEmptyCellsNeutral: TCheckBox697 Left = 336698 Height = 30699 Top = 62700 Width = 362701 Caption = 'Set cells without player units as neutral'702 TabOrder = 5703 end704 object CheckBoxUnitsSplitMerge: TCheckBox705 Left = 336706 Height = 30707 Top = 101708 Width = 231709 Caption = 'Units can split or merge'710 TabOrder = 6711 end712 object CheckBoxUnitsMoveImmediately: TCheckBox713 Left = 336714 Height = 30715 Top = 141716 Width = 234717 Caption = 'Units move immediately'718 TabOrder = 7719 end720 696 end 721 697 end
Note:
See TracChangeset
for help on using the changeset viewer.