Ignore:
Timestamp:
Jan 2, 2025, 2:29:10 PM (5 days ago)
Author:
chronos
Message:
  • Modified: OK button moved to be on the left side of buttons.
  • Modified: Allow to run test from test form.
  • Fixed: Free tests during test list form close.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormNew.lfm

    r364 r365  
    33  Height = 794
    44  Top = 155
    5   Width = 1218
     5  Width = 1401
    66  Caption = 'New game'
    77  ClientHeight = 794
    8   ClientWidth = 1218
     8  ClientWidth = 1401
    99  Constraints.MinHeight = 502
    1010  Constraints.MinWidth = 667
     
    1919    Height = 676
    2020    Top = 60
    21     Width = 813
     21    Width = 996
    2222    ActivePage = TabSheetMap
    2323    Align = alClient
     
    3030      Caption = 'Mode'
    3131      ClientHeight = 636
    32       ClientWidth = 803
     32      ClientWidth = 986
    3333      ParentFont = False
    3434      object Panel3: TPanel
     
    3636        Height = 636
    3737        Top = 0
    38         Width = 803
     38        Width = 986
    3939        Align = alClient
    4040        BevelOuter = bvNone
    4141        ClientHeight = 636
    42         ClientWidth = 803
     42        ClientWidth = 986
    4343        ParentFont = False
    4444        TabOrder = 0
     
    173173      Caption = 'Players'
    174174      ClientHeight = 636
    175       ClientWidth = 803
     175      ClientWidth = 986
    176176      ParentFont = False
    177177      object Panel2: TPanel
     
    179179        Height = 636
    180180        Top = 0
    181         Width = 803
     181        Width = 986
    182182        Align = alClient
    183183        BevelOuter = bvNone
     
    189189      Caption = 'Map'
    190190      ClientHeight = 636
    191       ClientWidth = 803
     191      ClientWidth = 986
    192192      OnShow = TabSheetMapShow
    193193      ParentFont = False
     
    196196        Height = 636
    197197        Top = 0
    198         Width = 803
     198        Width = 986
    199199        Align = alClient
    200200        BevelOuter = bvNone
    201201        ClientHeight = 636
    202         ClientWidth = 803
     202        ClientWidth = 986
    203203        ParentFont = False
    204204        TabOrder = 0
     
    247247          Height = 58
    248248          Top = 8
    249           Width = 552
     249          Width = 735
    250250          Max = 100
    251251          Min = 2
     
    261261          Height = 58
    262262          Top = 49
    263           Width = 552
     263          Width = 735
    264264          Max = 100
    265265          Min = 2
     
    418418          Height = 43
    419419          Top = 184
    420           Width = 533
     420          Width = 716
    421421          Anchors = [akTop, akLeft, akRight]
    422422          ParentFont = False
     
    425425        end
    426426        object ButtonImageBrowse: TButton
    427           Left = 688
     427          Left = 871
    428428          Height = 43
    429429          Top = 184
     
    489489          Height = 360
    490490          Top = 272
    491           Width = 374
     491          Width = 557
    492492          Anchors = [akTop, akLeft, akRight, akBottom]
    493493          OnResize = Image1Resize
     
    517517      Caption = 'Rules'
    518518      ClientHeight = 636
    519       ClientWidth = 803
     519      ClientWidth = 986
    520520      ParentFont = False
    521521      object Panel4: TPanel
     
    523523        Height = 636
    524524        Top = 0
    525         Width = 803
     525        Width = 986
    526526        Align = alClient
    527527        BevelOuter = bvNone
    528528        ClientHeight = 636
    529         ClientWidth = 803
     529        ClientWidth = 986
    530530        ParentFont = False
    531531        TabOrder = 0
     
    616616          Height = 110
    617617          Top = 314
    618           Width = 780
     618          Width = 963
    619619          ActivePage = TabSheetCaptureEntireMap
    620620          Anchors = [akTop, akLeft, akRight]
     
    631631          object TabSheetCaptureCells: TTabSheet
    632632            ClientHeight = 67
    633             ClientWidth = 770
     633            ClientWidth = 953
    634634            ParentFont = False
    635635            object Label14: TLabel
     
    656656          object TabSheetStayAliveTurns: TTabSheet
    657657            ClientHeight = 67
    658             ClientWidth = 770
     658            ClientWidth = 953
    659659            ParentFont = False
    660660            object Label13: TLabel
     
    693693    Height = 54
    694694    Top = 740
    695     Width = 1218
     695    Width = 1401
    696696    Align = alBottom
    697697    BevelOuter = bvNone
    698698    ClientHeight = 54
    699     ClientWidth = 1218
     699    ClientWidth = 1401
    700700    ParentFont = False
    701701    TabOrder = 1
    702702    object ButtonOk: TButton
    703       Left = 1098
     703      Left = 1152
    704704      Height = 38
    705705      Top = 8
     
    713713    end
    714714    object ButtonCancel: TButton
    715       Left = 967
     715      Left = 1272
    716716      Height = 38
    717717      Top = 8
     
    725725  end
    726726  object PanelChat: TPanel
    727     Left = 827
     727    Left = 1010
    728728    Height = 684
    729729    Top = 56
     
    735735  end
    736736  object Splitter1: TSplitter
    737     Left = 821
     737    Left = 1004
    738738    Height = 684
    739739    Top = 56
     
    746746    Height = 56
    747747    Top = 0
    748     Width = 1218
     748    Width = 1401
    749749    Align = alTop
    750750    BevelOuter = bvNone
    751751    ClientHeight = 56
    752     ClientWidth = 1218
     752    ClientWidth = 1401
    753753    ParentFont = False
    754754    TabOrder = 4
Note: See TracChangeset for help on using the changeset viewer.