Changeset 390


Ignore:
Timestamp:
Jan 5, 2025, 8:00:55 PM (3 days ago)
Author:
chronos
Message:
  • Modifired: Improved controls layout.
Location:
trunk/Forms
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormGameSystem.lfm

    r388 r390  
    6060    Top = 16
    6161    Width = 612
    62     ActivePage = TabSheetBuildings
     62    ActivePage = TabSheetGeneral
    6363    Anchors = [akTop, akLeft, akRight, akBottom]
    6464    ParentFont = False
    65     TabIndex = 3
     65    TabIndex = 0
    6666    TabOrder = 4
    6767    object TabSheetGeneral: TTabSheet
  • trunk/Forms/FormNew.lfm

    r389 r390  
    527527        Width = 986
    528528        HorzScrollBar.Page = 544
    529         VertScrollBar.Page = 424
     529        VertScrollBar.Page = 440
    530530        Align = alClient
    531         ClientHeight = 632
    532         ClientWidth = 982
     531        ClientHeight = 634
     532        ClientWidth = 984
    533533        ParentFont = False
    534534        TabOrder = 0
    535535        object RadioGroupGrowCells: TRadioGroup
    536536          Left = 14
    537           Height = 128
    538           Top = 120
     537          Height = 136
     538          Top = 136
    539539          Width = 312
    540540          AutoFill = True
     
    547547          ChildSizing.Layout = cclLeftToRightThenTopToBottom
    548548          ChildSizing.ControlsPerLine = 1
    549           ClientHeight = 101
     549          ClientHeight = 109
    550550          ClientWidth = 310
    551551          Items.Strings = (
     
    558558        end
    559559        object Label6: TLabel
    560           Left = 8
    561           Height = 26
    562           Top = 266
     560          Left = 14
     561          Height = 26
     562          Top = 286
    563563          Width = 119
    564564          Caption = 'Win objective:'
     
    568568        object ComboBoxWinObjective: TComboBox
    569569          Left = 216
    570           Height = 34
    571           Top = 266
     570          Height = 38
     571          Top = 280
    572572          Width = 328
    573573          ItemHeight = 0
     
    585585        object RadioGroupGrowAmount: TRadioGroup
    586586          Left = 14
    587           Height = 92
     587          Height = 104
    588588          Top = 16
    589           Width = 305
     589          Width = 312
    590590          AutoFill = True
    591591          Caption = 'Per turn grow amount'
     
    597597          ChildSizing.Layout = cclLeftToRightThenTopToBottom
    598598          ChildSizing.ControlsPerLine = 1
    599           ClientHeight = 65
    600           ClientWidth = 303
     599          ClientHeight = 77
     600          ClientWidth = 310
    601601          Items.Strings = (
    602602            'By one'
     
    607607        end
    608608        object CheckBoxFogOfWar: TCheckBox
    609           Left = 336
     609          Left = 352
    610610          Height = 30
    611611          Top = 24
    612           Width = 112
     612          Width = 115
    613613          Caption = 'Fog of war'
    614614          ParentFont = False
     
    618618          Left = 12
    619619          Height = 110
    620           Top = 314
    621           Width = 959
     620          Top = 330
     621          Width = 961
    622622          ActivePage = TabSheetCaptureEntireMap
    623623          Anchors = [akTop, akLeft, akRight]
     
    633633          end
    634634          object TabSheetCaptureCells: TTabSheet
    635             ClientHeight = 67
    636             ClientWidth = 949
     635            ClientHeight = 106
     636            ClientWidth = 951
    637637            ParentFont = False
    638638            object Label14: TLabel
     
    658658          end
    659659          object TabSheetStayAliveTurns: TTabSheet
    660             ClientHeight = 67
    661             ClientWidth = 949
     660            ClientHeight = 106
     661            ClientWidth = 951
    662662            ParentFont = False
    663663            object Label13: TLabel
Note: See TracChangeset for help on using the changeset viewer.