Changeset 363


Ignore:
Timestamp:
Dec 31, 2024, 1:23:10 PM (6 days ago)
Author:
chronos
Message:
  • Modified: Do not paint new game preview bellow form height.
Location:
trunk
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormNew.lfm

    r358 r363  
    11object FormNew: TFormNew
    2   Left = 470
     2  Left = 412
    33  Height = 662
    4   Top = 353
    5   Width = 913
     4  Top = 155
     5  Width = 1015
    66  Caption = 'New game'
    77  ClientHeight = 662
    8   ClientWidth = 913
     8  ClientWidth = 1015
    99  Constraints.MinHeight = 418
    1010  Constraints.MinWidth = 556
     
    1919    Height = 564
    2020    Top = 50
    21     Width = 576
     21    Width = 678
    2222    ActivePage = TabSheetMap
    2323    Align = alClient
     
    3030      Caption = 'Mode'
    3131      ClientHeight = 531
    32       ClientWidth = 568
     32      ClientWidth = 670
    3333      ParentFont = False
    3434      object Panel3: TPanel
     
    3636        Height = 531
    3737        Top = 0
    38         Width = 568
     38        Width = 670
    3939        Align = alClient
    4040        BevelOuter = bvNone
    4141        ClientHeight = 531
    42         ClientWidth = 568
     42        ClientWidth = 670
    4343        ParentFont = False
    4444        TabOrder = 0
     
    173173      Caption = 'Players'
    174174      ClientHeight = 531
    175       ClientWidth = 568
     175      ClientWidth = 670
    176176      ParentFont = False
    177177      object Panel2: TPanel
     
    179179        Height = 531
    180180        Top = 0
    181         Width = 568
     181        Width = 670
    182182        Align = alClient
    183183        BevelOuter = bvNone
     
    189189      Caption = 'Map'
    190190      ClientHeight = 531
    191       ClientWidth = 568
     191      ClientWidth = 670
    192192      OnShow = TabSheetMapShow
    193193      ParentFont = False
     
    196196        Height = 531
    197197        Top = 0
    198         Width = 568
     198        Width = 670
    199199        Align = alClient
    200200        BevelOuter = bvNone
    201201        ClientHeight = 531
    202         ClientWidth = 568
     202        ClientWidth = 670
    203203        ParentFont = False
    204204        TabOrder = 0
     
    247247          Height = 48
    248248          Top = 7
    249           Width = 359
     249          Width = 461
    250250          Max = 100
    251251          Min = 2
     
    261261          Height = 48
    262262          Top = 41
    263           Width = 359
     263          Width = 461
    264264          Max = 100
    265265          Min = 2
     
    418418          Height = 28
    419419          Top = 153
    420           Width = 345
     420          Width = 447
    421421          Anchors = [akTop, akLeft, akRight]
    422422          ParentFont = False
     
    425425        end
    426426        object ButtonImageBrowse: TButton
    427           Left = 472
     427          Left = 574
    428428          Height = 32
    429429          Top = 152
     
    487487        object Image1: TImage
    488488          Left = 349
    489           Height = 263
     489          Height = 301
    490490          Top = 227
    491           Width = 211
    492           Anchors = [akTop, akLeft, akRight]
     491          Width = 313
     492          Anchors = [akTop, akLeft, akRight, akBottom]
    493493          OnResize = Image1Resize
    494494        end
     
    517517      Caption = 'Rules'
    518518      ClientHeight = 531
    519       ClientWidth = 568
     519      ClientWidth = 670
    520520      ParentFont = False
    521521      object Panel4: TPanel
     
    523523        Height = 531
    524524        Top = 0
    525         Width = 568
     525        Width = 670
    526526        Align = alClient
    527527        BevelOuter = bvNone
    528528        ClientHeight = 531
    529         ClientWidth = 568
     529        ClientWidth = 670
    530530        ParentFont = False
    531531        TabOrder = 0
     
    616616          Height = 92
    617617          Top = 262
    618           Width = 549
     618          Width = 651
    619619          ActivePage = TabSheetCaptureEntireMap
    620620          Anchors = [akTop, akLeft, akRight]
     
    631631          object TabSheetCaptureCells: TTabSheet
    632632            ClientHeight = 84
    633             ClientWidth = 541
     633            ClientWidth = 643
    634634            ParentFont = False
    635635            object Label14: TLabel
     
    656656          object TabSheetStayAliveTurns: TTabSheet
    657657            ClientHeight = 84
    658             ClientWidth = 541
     658            ClientWidth = 643
    659659            ParentFont = False
    660660            object Label13: TLabel
     
    693693    Height = 45
    694694    Top = 617
    695     Width = 913
     695    Width = 1015
    696696    Align = alBottom
    697697    BevelOuter = bvNone
    698698    ClientHeight = 45
    699     ClientWidth = 913
     699    ClientWidth = 1015
    700700    ParentFont = False
    701701    TabOrder = 1
    702702    object ButtonOk: TButton
    703       Left = 813
     703      Left = 915
    704704      Height = 32
    705705      Top = 6
     
    713713    end
    714714    object ButtonCancel: TButton
    715       Left = 704
     715      Left = 806
    716716      Height = 32
    717717      Top = 6
     
    725725  end
    726726  object PanelChat: TPanel
    727     Left = 587
     727    Left = 689
    728728    Height = 570
    729729    Top = 47
     
    735735  end
    736736  object Splitter1: TSplitter
    737     Left = 582
     737    Left = 684
    738738    Height = 570
    739739    Top = 47
     
    746746    Height = 47
    747747    Top = 0
    748     Width = 913
     748    Width = 1015
    749749    Align = alTop
    750750    BevelOuter = bvNone
    751751    ClientHeight = 47
    752     ClientWidth = 913
     752    ClientWidth = 1015
    753753    ParentFont = False
    754754    TabOrder = 4
  • trunk/Forms/FormNew.pas

    r358 r363  
    382382  Bitmap: TBitmap;
    383383begin
    384   Image1.Height := Round(Image1.Width * SpinEditMapSizeY.Value / SpinEditMapSizeX.Value);
    385384  GamePreview.GameSystem.Assign(FServer.Game.GameSystem);
    386385  SaveGame(GamePreview);
Note: See TracChangeset for help on using the changeset viewer.