Changeset 276 for trunk/Forms/UFormGameSystem.lfm
- Timestamp:
- Feb 3, 2019, 11:55:30 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormGameSystem.lfm
r275 r276 8 8 ClientWidth = 781 9 9 DesignTimePPI = 144 10 OnClose = FormClose 11 OnCreate = FormCreate 12 OnShow = FormShow 10 13 LCLVersion = '1.8.4.0' 11 14 object ButtonSave: TButton … … 14 17 Top = 528 15 18 Width = 113 16 Anchors = [ak Top, akLeft, akBottom]19 Anchors = [akLeft, akBottom] 17 20 Caption = 'Save' 18 21 OnClick = ButtonSaveClick … … 30 33 end 31 34 object ButtonCancel: TButton 32 Left = 47235 Left = 504 33 36 Height = 38 34 37 Top = 528 35 38 Width = 113 36 Anchors = [ak Left]39 Anchors = [akRight] 37 40 Caption = 'Cancel' 38 41 ModalResult = 2 … … 40 43 end 41 44 object ButtonOk: TButton 42 Left = 6 1645 Left = 647 43 46 Height = 38 44 Top = 52 947 Top = 528 45 48 Width = 113 46 Anchors = [ak Left, akBottom]49 Anchors = [akRight, akBottom] 47 50 Caption = 'OK' 48 51 ModalResult = 1 49 52 TabOrder = 3 53 end 54 object PageControl1: TPageControl 55 Left = 16 56 Height = 496 57 Top = 16 58 Width = 744 59 ActivePage = TabSheetGeneral 60 Anchors = [akTop, akLeft, akRight, akBottom] 61 TabIndex = 0 62 TabOrder = 4 63 object TabSheetGeneral: TTabSheet 64 Caption = 'General' 65 ClientHeight = 456 66 ClientWidth = 734 67 object CheckBoxEmptyCellsNeutral: TCheckBox 68 Left = 16 69 Height = 30 70 Top = 16 71 Width = 362 72 Caption = 'Set cells without player units as neutral' 73 TabOrder = 0 74 end 75 object CheckBoxUnitsSplitMerge: TCheckBox 76 Left = 16 77 Height = 30 78 Top = 55 79 Width = 231 80 Caption = 'Units can split or merge' 81 TabOrder = 1 82 end 83 object CheckBoxUnitsMoveImmediately: TCheckBox 84 Left = 16 85 Height = 30 86 Top = 95 87 Width = 234 88 Caption = 'Units move immediately' 89 TabOrder = 2 90 end 91 end 92 object TabSheetUnits: TTabSheet 93 Caption = 'Units' 94 end 50 95 end 51 96 object OpenDialog1: TOpenDialog
Note:
See TracChangeset
for help on using the changeset viewer.