Ignore:
Timestamp:
Jan 5, 2025, 7:52:37 PM (3 days ago)
Author:
chronos
Message:
  • Modified: Added vector logo and generated raster logo with resolution 256x256.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormNew.lfm

    r388 r389  
    2020    Top = 60
    2121    Width = 996
    22     ActivePage = TabSheetPlayers
     22    ActivePage = TabSheetMap
    2323    Align = alClient
    2424    BorderSpacing.Around = 4
    2525    ParentFont = False
    26     TabIndex = 1
     26    TabIndex = 2
    2727    TabOrder = 0
    2828    OnChange = PageControl1Change
     
    201201        VertScrollBar.Page = 578
    202202        Align = alClient
    203         ClientHeight = 632
    204         ClientWidth = 982
     203        ClientHeight = 634
     204        ClientWidth = 984
    205205        ParentFont = False
    206206        TabOrder = 0
     
    225225        object SpinEditMapSizeX: TSpinEdit
    226226          Left = 128
    227           Height = 34
     227          Height = 43
    228228          Top = 4
    229229          Width = 98
     
    236236        object SpinEditMapSizeY: TSpinEdit
    237237          Left = 128
    238           Height = 34
     238          Height = 43
    239239          Top = 55
    240240          Width = 98
     
    249249          Height = 30
    250250          Top = 8
    251           Width = 28
     251          Width = 718
    252252          Max = 100
    253253          Min = 2
     
    263263          Height = 30
    264264          Top = 49
    265           Width = 28
     265          Width = 718
    266266          Max = 100
    267267          Min = 2
     
    284284        object ComboBoxGridType: TComboBox
    285285          Left = 146
    286           Height = 34
     286          Height = 38
    287287          Top = 104
    288288          Width = 304
     
    303303        object ComboBoxMapShape: TComboBox
    304304          Left = 146
    305           Height = 34
     305          Height = 38
    306306          Top = 144
    307307          Width = 304
     
    330330          Height = 30
    331331          Top = 248
    332           Width = 139
     332          Width = 142
    333333          Caption = 'Symetric map'
    334334          ParentFont = False
     
    338338        object SpinEditVoidPercent: TSpinEdit
    339339          Left = 216
    340           Height = 34
     340          Height = 43
    341341          Top = 314
    342342          Width = 106
     
    351351          Height = 30
    352352          Top = 320
    353           Width = 186
     353          Width = 189
    354354          Caption = 'Inaccessible places'
    355355          ParentFont = False
     
    361361          Height = 30
    362362          Top = 366
    363           Width = 69
     363          Width = 72
    364364          Caption = 'Cities'
    365365          ParentFont = False
     
    369369        object SpinEditCityPercent: TSpinEdit
    370370          Left = 216
    371           Height = 34
     371          Height = 43
    372372          Top = 360
    373373          Width = 106
     
    398398        object SpinEditNeutralUnits: TSpinEdit
    399399          Left = 312
    400           Height = 34
     400          Height = 43
    401401          Top = 488
    402402          Width = 98
     
    418418        object EditImageFile: TEdit
    419419          Left = 146
    420           Height = 34
     420          Height = 43
    421421          Top = 184
    422           Width = 712
     422          Width = 714
    423423          Anchors = [akTop, akLeft, akRight]
    424424          ParentFont = False
     
    427427        end
    428428        object ButtonImageBrowse: TButton
    429           Left = 867
     429          Left = 869
    430430          Height = 43
    431431          Top = 184
     
    450450          Height = 30
    451451          Top = 408
    452           Width = 208
     452          Width = 211
    453453          Caption = 'Bridges between cells'
    454454          ParentFont = False
     
    458458        object SpinEditMaxPower: TSpinEdit
    459459          Left = 312
    460           Height = 34
     460          Height = 43
    461461          Top = 440
    462462          Width = 98
     
    481481          Height = 30
    482482          Top = 283
    483           Width = 114
     483          Width = 117
    484484          Caption = 'Cyclic map'
    485485          ParentFont = False
     
    489489        object Image1: TImage
    490490          Left = 419
    491           Height = 356
     491          Height = 358
    492492          Top = 272
    493           Width = 553
     493          Width = 555
    494494          Anchors = [akTop, akLeft, akRight, akBottom]
    495495          OnResize = Image1Resize
Note: See TracChangeset for help on using the changeset viewer.