Changeset 287 for trunk/Forms/UFormNew.lfm
- Timestamp:
- Mar 24, 2019, 2:26:29 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormNew.lfm
r282 r287 1 1 object FormNew: TFormNew 2 Left = 5462 Left = 478 3 3 Height = 745 4 Top = 1844 Top = 526 5 5 Width = 1211 6 6 Caption = 'New game' … … 15 15 OnShow = FormShow 16 16 Position = poMainFormCenter 17 LCLVersion = ' 1.8.4.0'17 LCLVersion = '2.0.0.4' 18 18 object PageControl1: TPageControl 19 19 Left = 4 … … 21 21 Top = 60 22 22 Width = 806 23 ActivePage = TabSheet Map23 ActivePage = TabSheetRules 24 24 Align = alClient 25 25 BorderSpacing.Around = 4 26 TabIndex = 226 TabIndex = 3 27 27 TabOrder = 0 28 28 OnChange = PageControl1Change … … 258 258 object ComboBoxGridType: TComboBox 259 259 Left = 146 260 Height = 42260 Height = 38 261 261 Top = 104 262 262 Width = 304 … … 275 275 object ComboBoxMapShape: TComboBox 276 276 Left = 146 277 Height = 42277 Height = 38 278 278 Top = 144 279 279 Width = 304 … … 519 519 object ComboBoxWinObjective: TComboBox 520 520 Left = 224 521 Height = 42521 Height = 38 522 522 Top = 244 523 523 Width = 328 … … 579 579 object TabSheetCaptureCells: TTabSheet 580 580 ClientHeight = 74 581 ClientWidth = 76 9581 ClientWidth = 763 582 582 object Label14: TLabel 583 583 Left = 8 … … 601 601 object TabSheetStayAliveTurns: TTabSheet 602 602 ClientHeight = 74 603 ClientWidth = 76 9603 ClientWidth = 763 604 604 object Label13: TLabel 605 605 Left = 8 … … 647 647 Caption = 'Ok' 648 648 ModalResult = 1 649 OnClick = ButtonOkClick 649 650 TabOrder = 0 650 651 end
Note:
See TracChangeset
for help on using the changeset viewer.