Changeset 289 for trunk/Forms/UFormGameSystem.lfm
- Timestamp:
- Mar 24, 2019, 11:15:07 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormGameSystem.lfm
r283 r289 12 12 OnDestroy = FormDestroy 13 13 OnShow = FormShow 14 LCLVersion = ' 1.8.4.0'14 LCLVersion = '2.0.0.4' 15 15 object ButtonSave: TButton 16 16 Left = 160 … … 58 58 Top = 16 59 59 Width = 744 60 ActivePage = TabSheet Nations60 ActivePage = TabSheetBuildings 61 61 Anchors = [akTop, akLeft, akRight, akBottom] 62 TabIndex = 262 TabIndex = 3 63 63 TabOrder = 4 64 64 object TabSheetGeneral: TTabSheet … … 97 97 Caption = 'Nations' 98 98 end 99 object TabSheetBuildings: TTabSheet 100 Caption = 'Buildings' 101 end 99 102 end 100 103 object OpenDialog1: TOpenDialog
Note:
See TracChangeset
for help on using the changeset viewer.