Changeset 325 for trunk/Forms/FormGameSystem.lfm
- Timestamp:
- Jun 25, 2024, 11:18:40 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormGameSystem.lfm
r317 r325 1 1 object FormGameSystem: TFormGameSystem 2 2 Left = 954 3 Height = 5783 Height = 482 4 4 Top = 479 5 Width = 7815 Width = 651 6 6 Caption = 'Game system' 7 ClientHeight = 5788 ClientWidth = 7817 ClientHeight = 482 8 ClientWidth = 651 9 9 DesignTimePPI = 144 10 10 OnCreate = FormCreate … … 14 14 Left = 160 15 15 Height = 38 16 Top = 52816 Top = 432 17 17 Width = 113 18 18 Anchors = [akLeft, akBottom] … … 25 25 Left = 24 26 26 Height = 38 27 Top = 52827 Top = 432 28 28 Width = 113 29 29 Anchors = [akLeft, akBottom] … … 34 34 end 35 35 object ButtonCancel: TButton 36 Left = 50436 Left = 374 37 37 Height = 38 38 Top = 52838 Top = 432 39 39 Width = 113 40 40 Anchors = [akRight, akBottom] … … 45 45 end 46 46 object ButtonOk: TButton 47 Left = 64647 Left = 516 48 48 Height = 38 49 Top = 52849 Top = 432 50 50 Width = 113 51 51 Anchors = [akRight, akBottom] … … 57 57 object PageControl1: TPageControl 58 58 Left = 16 59 Height = 4 9659 Height = 400 60 60 Top = 16 61 Width = 74362 ActivePage = TabSheet Buildings61 Width = 613 62 ActivePage = TabSheetGeneral 63 63 Anchors = [akTop, akLeft, akRight, akBottom] 64 64 ParentFont = False 65 TabIndex = 365 TabIndex = 0 66 66 TabOrder = 4 67 67 object TabSheetGeneral: TTabSheet 68 68 Caption = 'General' 69 ClientHeight = 45670 ClientWidth = 73369 ClientHeight = 360 70 ClientWidth = 603 71 71 ParentFont = False 72 72 object CheckBoxEmptyCellsNeutral: TCheckBox
Note:
See TracChangeset
for help on using the changeset viewer.