Ignore:
Timestamp:
Jan 4, 2025, 11:08:13 PM (3 days ago)
Author:
chronos
Message:
  • Modified: Allow to resize new game, settings and game system forms to be smaller with scroll box area.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormNew.lfm

    r365 r388  
    77  ClientHeight = 794
    88  ClientWidth = 1401
    9   Constraints.MinHeight = 502
    10   Constraints.MinWidth = 667
     9  Constraints.MinHeight = 300
     10  Constraints.MinWidth = 300
    1111  DesignTimePPI = 144
    1212  OnCreate = FormCreate
     
    2020    Top = 60
    2121    Width = 996
    22     ActivePage = TabSheetMap
     22    ActivePage = TabSheetPlayers
    2323    Align = alClient
    2424    BorderSpacing.Around = 4
    2525    ParentFont = False
    26     TabIndex = 2
     26    TabIndex = 1
    2727    TabOrder = 0
    2828    OnChange = PageControl1Change
     
    3232      ClientWidth = 986
    3333      ParentFont = False
    34       object Panel3: TPanel
     34      object ScrollBoxMode: TScrollBox
    3535        Left = 0
    3636        Height = 636
    3737        Top = 0
    3838        Width = 986
     39        HorzScrollBar.Page = 360
     40        VertScrollBar.Page = 225
    3941        Align = alClient
    40         BevelOuter = bvNone
    41         ClientHeight = 636
    42         ClientWidth = 986
     42        ClientHeight = 634
     43        ClientWidth = 984
    4344        ParentFont = False
    4445        TabOrder = 0
     
    112113        object ListViewServers: TListView
    113114          Left = 26
    114           Height = 383
     115          Height = 381
    115116          Top = 200
    116117          Width = 334
     
    141142          Left = 26
    142143          Height = 38
    143           Top = 591
     144          Top = 589
    144145          Width = 94
    145146          Action = AServerAdd
     
    151152          Left = 248
    152153          Height = 38
    153           Top = 591
     154          Top = 589
    154155          Width = 94
    155156          Action = AServerRemove
     
    161162          Left = 136
    162163          Height = 38
    163           Top = 591
     164          Top = 589
    164165          Width = 94
    165166          Action = AServerModify
     
    192193      OnShow = TabSheetMapShow
    193194      ParentFont = False
    194       object Panel1: TPanel
     195      object ScrollBoxMap: TScrollBox
    195196        Left = 0
    196197        Height = 636
    197198        Top = 0
    198199        Width = 986
     200        HorzScrollBar.Page = 490
     201        VertScrollBar.Page = 578
    199202        Align = alClient
    200         BevelOuter = bvNone
    201         ClientHeight = 636
    202         ClientWidth = 986
     203        ClientHeight = 632
     204        ClientWidth = 982
    203205        ParentFont = False
    204206        TabOrder = 0
     
    223225        object SpinEditMapSizeX: TSpinEdit
    224226          Left = 128
    225           Height = 43
     227          Height = 34
    226228          Top = 4
    227229          Width = 98
     
    234236        object SpinEditMapSizeY: TSpinEdit
    235237          Left = 128
    236           Height = 43
     238          Height = 34
    237239          Top = 55
    238240          Width = 98
     
    245247        object TrackBarSizeX: TTrackBar
    246248          Left = 240
    247           Height = 58
     249          Height = 30
    248250          Top = 8
    249           Width = 735
     251          Width = 28
    250252          Max = 100
    251253          Min = 2
     
    259261        object TrackBarSizeY: TTrackBar
    260262          Left = 240
    261           Height = 58
     263          Height = 30
    262264          Top = 49
    263           Width = 735
     265          Width = 28
    264266          Max = 100
    265267          Min = 2
     
    282284        object ComboBoxGridType: TComboBox
    283285          Left = 146
    284           Height = 38
     286          Height = 34
    285287          Top = 104
    286288          Width = 304
     
    301303        object ComboBoxMapShape: TComboBox
    302304          Left = 146
    303           Height = 38
     305          Height = 34
    304306          Top = 144
    305307          Width = 304
     
    328330          Height = 30
    329331          Top = 248
    330           Width = 142
     332          Width = 139
    331333          Caption = 'Symetric map'
    332334          ParentFont = False
     
    336338        object SpinEditVoidPercent: TSpinEdit
    337339          Left = 216
    338           Height = 43
     340          Height = 34
    339341          Top = 314
    340342          Width = 106
     
    349351          Height = 30
    350352          Top = 320
    351           Width = 189
     353          Width = 186
    352354          Caption = 'Inaccessible places'
    353355          ParentFont = False
     
    359361          Height = 30
    360362          Top = 366
    361           Width = 72
     363          Width = 69
    362364          Caption = 'Cities'
    363365          ParentFont = False
     
    367369        object SpinEditCityPercent: TSpinEdit
    368370          Left = 216
    369           Height = 43
     371          Height = 34
    370372          Top = 360
    371373          Width = 106
     
    396398        object SpinEditNeutralUnits: TSpinEdit
    397399          Left = 312
    398           Height = 43
     400          Height = 34
    399401          Top = 488
    400402          Width = 98
     
    416418        object EditImageFile: TEdit
    417419          Left = 146
    418           Height = 43
     420          Height = 34
    419421          Top = 184
    420           Width = 716
     422          Width = 712
    421423          Anchors = [akTop, akLeft, akRight]
    422424          ParentFont = False
     
    425427        end
    426428        object ButtonImageBrowse: TButton
    427           Left = 871
     429          Left = 867
    428430          Height = 43
    429431          Top = 184
     
    448450          Height = 30
    449451          Top = 408
    450           Width = 211
     452          Width = 208
    451453          Caption = 'Bridges between cells'
    452454          ParentFont = False
     
    456458        object SpinEditMaxPower: TSpinEdit
    457459          Left = 312
    458           Height = 43
     460          Height = 34
    459461          Top = 440
    460462          Width = 98
     
    479481          Height = 30
    480482          Top = 283
    481           Width = 117
     483          Width = 114
    482484          Caption = 'Cyclic map'
    483485          ParentFont = False
     
    487489        object Image1: TImage
    488490          Left = 419
    489           Height = 360
     491          Height = 356
    490492          Top = 272
    491           Width = 557
     493          Width = 553
    492494          Anchors = [akTop, akLeft, akRight, akBottom]
    493495          OnResize = Image1Resize
     
    519521      ClientWidth = 986
    520522      ParentFont = False
    521       object Panel4: TPanel
     523      object ScrollBoxRules: TScrollBox
    522524        Left = 0
    523525        Height = 636
    524526        Top = 0
    525527        Width = 986
     528        HorzScrollBar.Page = 544
     529        VertScrollBar.Page = 424
    526530        Align = alClient
    527         BevelOuter = bvNone
    528         ClientHeight = 636
    529         ClientWidth = 986
     531        ClientHeight = 632
     532        ClientWidth = 982
    530533        ParentFont = False
    531534        TabOrder = 0
     
    565568        object ComboBoxWinObjective: TComboBox
    566569          Left = 216
    567           Height = 38
     570          Height = 34
    568571          Top = 266
    569572          Width = 328
     
    607610          Height = 30
    608611          Top = 24
    609           Width = 115
     612          Width = 112
    610613          Caption = 'Fog of war'
    611614          ParentFont = False
     
    616619          Height = 110
    617620          Top = 314
    618           Width = 963
     621          Width = 959
    619622          ActivePage = TabSheetCaptureEntireMap
    620623          Anchors = [akTop, akLeft, akRight]
     
    631634          object TabSheetCaptureCells: TTabSheet
    632635            ClientHeight = 67
    633             ClientWidth = 953
     636            ClientWidth = 949
    634637            ParentFont = False
    635638            object Label14: TLabel
     
    656659          object TabSheetStayAliveTurns: TTabSheet
    657660            ClientHeight = 67
    658             ClientWidth = 953
     661            ClientWidth = 949
    659662            ParentFont = False
    660663            object Label13: TLabel
     
    742745    ResizeAnchor = akRight
    743746  end
    744   object Panel5: TPanel
     747  object PanelGameSystem: TPanel
    745748    Left = 0
    746749    Height = 56
Note: See TracChangeset for help on using the changeset viewer.