Ignore:
Timestamp:
Jan 1, 2025, 1:04:50 AM (5 days ago)
Author:
chronos
Message:
  • Modified: Added more action icons to main toolbar and main menu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormNew.lfm

    r363 r364  
    11object FormNew: TFormNew
    22  Left = 412
    3   Height = 662
     3  Height = 794
    44  Top = 155
    5   Width = 1015
     5  Width = 1218
    66  Caption = 'New game'
    7   ClientHeight = 662
    8   ClientWidth = 1015
    9   Constraints.MinHeight = 418
    10   Constraints.MinWidth = 556
    11   DesignTimePPI = 120
     7  ClientHeight = 794
     8  ClientWidth = 1218
     9  Constraints.MinHeight = 502
     10  Constraints.MinWidth = 667
     11  DesignTimePPI = 144
    1212  OnCreate = FormCreate
    1313  OnDestroy = FormDestroy
     
    1616  LCLVersion = '3.6.0.0'
    1717  object PageControl1: TPageControl
    18     Left = 3
    19     Height = 564
    20     Top = 50
    21     Width = 678
     18    Left = 4
     19    Height = 676
     20    Top = 60
     21    Width = 813
    2222    ActivePage = TabSheetMap
    2323    Align = alClient
    24     BorderSpacing.Around = 3
     24    BorderSpacing.Around = 4
    2525    ParentFont = False
    2626    TabIndex = 2
     
    2929    object TabSheetMode: TTabSheet
    3030      Caption = 'Mode'
    31       ClientHeight = 531
    32       ClientWidth = 670
     31      ClientHeight = 636
     32      ClientWidth = 803
    3333      ParentFont = False
    3434      object Panel3: TPanel
    3535        Left = 0
    36         Height = 531
     36        Height = 636
    3737        Top = 0
    38         Width = 670
     38        Width = 803
    3939        Align = alClient
    4040        BevelOuter = bvNone
    41         ClientHeight = 531
    42         ClientWidth = 670
     41        ClientHeight = 636
     42        ClientWidth = 803
    4343        ParentFont = False
    4444        TabOrder = 0
    4545        object RadioButtonModeLocal: TRadioButton
    46           Left = 8
    47           Height = 24
    48           Top = 12
    49           Width = 56
     46          Left = 10
     47          Height = 30
     48          Top = 14
     49          Width = 70
    5050          Caption = 'Local'
    5151          Checked = True
     
    5656        end
    5757        object RadioButtonModeNetworkServer: TRadioButton
    58           Left = 8
    59           Height = 24
    60           Top = 40
    61           Width = 120
     58          Left = 10
     59          Height = 30
     60          Top = 48
     61          Width = 155
    6262          Caption = 'Network server'
    6363          ParentFont = False
     
    6666        end
    6767        object RadioButtonModeNetworkClient: TRadioButton
    68           Left = 8
    69           Height = 24
    70           Top = 133
    71           Width = 117
     68          Left = 10
     69          Height = 30
     70          Top = 160
     71          Width = 149
    7272          Caption = 'Network client'
    7373          ParentFont = False
     
    7676        end
    7777        object EditServerAddress: TEdit
    78           Left = 20
    79           Height = 28
    80           Top = 93
    81           Width = 183
     78          Left = 24
     79          Height = 43
     80          Top = 112
     81          Width = 220
    8282          ParentFont = False
    8383          TabOrder = 3
    8484        end
    8585        object SpinEditServerPort: TSpinEdit
    86           Left = 213
    87           Height = 28
    88           Top = 93
    89           Width = 66
     86          Left = 256
     87          Height = 43
     88          Top = 112
     89          Width = 79
    9090          MaxValue = 65535
    9191          ParentFont = False
     
    9393        end
    9494        object Label11: TLabel
    95           Left = 213
    96           Height = 20
    97           Top = 67
    98           Width = 29
     95          Left = 256
     96          Height = 26
     97          Top = 80
     98          Width = 40
    9999          Caption = 'Port:'
    100100          ParentColor = False
     
    102102        end
    103103        object Label12: TLabel
    104           Left = 20
    105           Height = 20
    106           Top = 67
    107           Width = 56
     104          Left = 24
     105          Height = 26
     106          Top = 80
     107          Width = 74
    108108          Caption = 'Address:'
    109109          ParentColor = False
     
    111111        end
    112112        object ListViewServers: TListView
    113           Left = 22
    114           Height = 320
    115           Top = 167
    116           Width = 278
     113          Left = 26
     114          Height = 383
     115          Top = 200
     116          Width = 334
    117117          Anchors = [akTop, akLeft, akBottom]
    118118          Columns = <         
    119119            item
    120120              Caption = 'Name'
    121               Width = 83
     121              Width = 100
    122122            end         
    123123            item
    124124              Caption = 'Address'
    125               Width = 182
     125              Width = 219
    126126            end>
    127127          MultiSelect = True
     
    139139        end
    140140        object Button1: TButton
    141           Left = 22
    142           Height = 32
    143           Top = 493
    144           Width = 78
     141          Left = 26
     142          Height = 38
     143          Top = 591
     144          Width = 94
    145145          Action = AServerAdd
    146146          Anchors = [akLeft, akBottom]
     
    149149        end
    150150        object Button2: TButton
    151           Left = 207
    152           Height = 32
    153           Top = 493
    154           Width = 78
     151          Left = 248
     152          Height = 38
     153          Top = 591
     154          Width = 94
    155155          Action = AServerRemove
    156156          Anchors = [akLeft, akBottom]
     
    159159        end
    160160        object Button3: TButton
    161           Left = 113
    162           Height = 32
    163           Top = 493
    164           Width = 78
     161          Left = 136
     162          Height = 38
     163          Top = 591
     164          Width = 94
    165165          Action = AServerModify
    166166          Anchors = [akLeft, akBottom]
     
    172172    object TabSheetPlayers: TTabSheet
    173173      Caption = 'Players'
    174       ClientHeight = 531
    175       ClientWidth = 670
     174      ClientHeight = 636
     175      ClientWidth = 803
    176176      ParentFont = False
    177177      object Panel2: TPanel
    178178        Left = 0
    179         Height = 531
     179        Height = 636
    180180        Top = 0
    181         Width = 670
     181        Width = 803
    182182        Align = alClient
    183183        BevelOuter = bvNone
     
    188188    object TabSheetMap: TTabSheet
    189189      Caption = 'Map'
    190       ClientHeight = 531
    191       ClientWidth = 670
     190      ClientHeight = 636
     191      ClientWidth = 803
    192192      OnShow = TabSheetMapShow
    193193      ParentFont = False
    194194      object Panel1: TPanel
    195195        Left = 0
    196         Height = 531
     196        Height = 636
    197197        Top = 0
    198         Width = 670
     198        Width = 803
    199199        Align = alClient
    200200        BevelOuter = bvNone
    201         ClientHeight = 531
    202         ClientWidth = 670
     201        ClientHeight = 636
     202        ClientWidth = 803
    203203        ParentFont = False
    204204        TabOrder = 0
    205205        object Label1: TLabel
    206           Left = 7
    207           Height = 20
    208           Top = 8
    209           Width = 74
     206          Left = 8
     207          Height = 26
     208          Top = 10
     209          Width = 94
    210210          Caption = 'Map width:'
    211211          ParentColor = False
     
    213213        end
    214214        object Label2: TLabel
    215           Left = 7
    216           Height = 20
    217           Top = 48
    218           Width = 79
     215          Left = 8
     216          Height = 26
     217          Top = 58
     218          Width = 101
    219219          Caption = 'Map height:'
    220220          ParentColor = False
     
    222222        end
    223223        object SpinEditMapSizeX: TSpinEdit
    224           Left = 107
    225           Height = 28
    226           Top = 3
    227           Width = 82
     224          Left = 128
     225          Height = 43
     226          Top = 4
     227          Width = 98
    228228          MinValue = 2
    229229          OnChange = SpinEditMapSizeXChange
     
    233233        end
    234234        object SpinEditMapSizeY: TSpinEdit
    235           Left = 107
    236           Height = 28
    237           Top = 46
    238           Width = 82
     235          Left = 128
     236          Height = 43
     237          Top = 55
     238          Width = 98
    239239          MinValue = 2
    240240          OnChange = SpinEditMapSizeYChange
     
    244244        end
    245245        object TrackBarSizeX: TTrackBar
    246           Left = 200
    247           Height = 48
    248           Top = 7
    249           Width = 461
     246          Left = 240
     247          Height = 58
     248          Top = 8
     249          Width = 552
    250250          Max = 100
    251251          Min = 2
     
    258258        end
    259259        object TrackBarSizeY: TTrackBar
    260           Left = 200
    261           Height = 48
    262           Top = 41
    263           Width = 461
     260          Left = 240
     261          Height = 58
     262          Top = 49
     263          Width = 552
    264264          Max = 100
    265265          Min = 2
     
    272272        end
    273273        object Label5: TLabel
    274           Left = 7
    275           Height = 20
    276           Top = 87
    277           Width = 64
     274          Left = 8
     275          Height = 26
     276          Top = 106
     277          Width = 82
    278278          Caption = 'Grid type:'
    279279          ParentColor = False
     
    281281        end
    282282        object ComboBoxGridType: TComboBox
    283           Left = 122
    284           Height = 28
    285           Top = 87
    286           Width = 253
    287           ItemHeight = 20
     283          Left = 146
     284          Height = 38
     285          Top = 104
     286          Width = 304
     287          ItemHeight = 0
    288288          Items.Strings = (
    289289            'Hexagon vertical'
     
    300300        end
    301301        object ComboBoxMapShape: TComboBox
    302           Left = 122
    303           Height = 28
    304           Top = 120
    305           Width = 253
    306           ItemHeight = 20
     302          Left = 146
     303          Height = 38
     304          Top = 144
     305          Width = 304
     306          ItemHeight = 0
    307307          Items.Strings = (
    308308            'Hexagonal'
     
    316316        end
    317317        object Label8: TLabel
    318           Left = 7
    319           Height = 20
    320           Top = 120
    321           Width = 76
     318          Left = 8
     319          Height = 26
     320          Top = 148
     321          Width = 98
    322322          Caption = 'Map shape:'
    323323          ParentColor = False
     
    325325        end
    326326        object CheckBoxSymetricMap: TCheckBox
    327           Left = 7
    328           Height = 24
    329           Top = 207
    330           Width = 112
     327          Left = 8
     328          Height = 30
     329          Top = 248
     330          Width = 142
    331331          Caption = 'Symetric map'
    332332          ParentFont = False
     
    335335        end
    336336        object SpinEditVoidPercent: TSpinEdit
    337           Left = 180
    338           Height = 28
    339           Top = 262
    340           Width = 88
     337          Left = 216
     338          Height = 43
     339          Top = 314
     340          Width = 106
    341341          MinValue = 1
    342342          OnChange = SpinEditVoidPercentChange
     
    346346        end
    347347        object CheckBoxVoid: TCheckBox
    348           Left = 7
    349           Height = 24
    350           Top = 265
    351           Width = 146
     348          Left = 8
     349          Height = 30
     350          Top = 320
     351          Width = 189
    352352          Caption = 'Inaccessible places'
    353353          ParentFont = False
     
    356356        end
    357357        object CheckBoxCity: TCheckBox
    358           Left = 7
    359           Height = 24
    360           Top = 307
    361           Width = 57
     358          Left = 8
     359          Height = 30
     360          Top = 366
     361          Width = 72
    362362          Caption = 'Cities'
    363363          ParentFont = False
     
    366366        end
    367367        object SpinEditCityPercent: TSpinEdit
    368           Left = 180
    369           Height = 28
    370           Top = 300
    371           Width = 88
     368          Left = 216
     369          Height = 43
     370          Top = 360
     371          Width = 106
    372372          MinValue = 1
    373373          OnChange = SpinEditCityPercentChange
     
    377377        end
    378378        object Label4: TLabel
    379           Left = 276
    380           Height = 20
    381           Top = 307
    382           Width = 12
     379          Left = 331
     380          Height = 26
     381          Top = 366
     382          Width = 15
    383383          Caption = '%'
    384384          ParentColor = False
     
    386386        end
    387387        object Label3: TLabel
    388           Left = 276
    389           Height = 20
    390           Top = 270
    391           Width = 12
     388          Left = 331
     389          Height = 26
     390          Top = 320
     391          Width = 15
    392392          Caption = '%'
    393393          ParentColor = False
     
    395395        end
    396396        object SpinEditNeutralUnits: TSpinEdit
    397           Left = 260
    398           Height = 28
    399           Top = 407
    400           Width = 82
     397          Left = 312
     398          Height = 43
     399          Top = 488
     400          Width = 98
    401401          MaxValue = 99
    402402          OnChange = SpinEditNeutralUnitsChange
     
    406406        end
    407407        object Label7: TLabel
    408           Left = 7
    409           Height = 20
    410           Top = 413
    411           Width = 172
     408          Left = 8
     409          Height = 26
     410          Top = 496
     411          Width = 225
    412412          Caption = 'Max random neutral units:'
    413413          ParentColor = False
     
    415415        end
    416416        object EditImageFile: TEdit
    417           Left = 120
    418           Height = 28
    419           Top = 153
    420           Width = 447
     417          Left = 146
     418          Height = 43
     419          Top = 184
     420          Width = 533
    421421          Anchors = [akTop, akLeft, akRight]
    422422          ParentFont = False
     
    425425        end
    426426        object ButtonImageBrowse: TButton
    427           Left = 574
    428           Height = 32
    429           Top = 152
    430           Width = 82
     427          Left = 688
     428          Height = 43
     429          Top = 184
     430          Width = 98
    431431          Anchors = [akTop, akRight]
    432432          Caption = 'Browse'
     
    436436        end
    437437        object Label9: TLabel
    438           Left = 7
    439           Height = 20
    440           Top = 153
    441           Width = 70
     438          Left = 8
     439          Height = 26
     440          Top = 192
     441          Width = 90
    442442          Caption = 'Image file:'
    443443          ParentColor = False
     
    445445        end
    446446        object CheckBoxBridges: TCheckBox
    447           Left = 7
    448           Height = 24
    449           Top = 340
    450           Width = 165
     447          Left = 8
     448          Height = 30
     449          Top = 408
     450          Width = 211
    451451          Caption = 'Bridges between cells'
    452452          ParentFont = False
     
    455455        end
    456456        object SpinEditMaxPower: TSpinEdit
    457           Left = 260
    458           Height = 28
    459           Top = 367
    460           Width = 82
     457          Left = 312
     458          Height = 43
     459          Top = 440
     460          Width = 98
    461461          MaxValue = 1000000
    462462          MinValue = 1
     
    467467        end
    468468        object Label10: TLabel
    469           Left = 7
    470           Height = 20
    471           Top = 373
    472           Width = 119
     469          Left = 8
     470          Height = 26
     471          Top = 448
     472          Width = 155
    473473          Caption = 'Max units per cell:'
    474474          ParentColor = False
     
    476476        end
    477477        object CheckBoxCyclicMap: TCheckBox
    478           Left = 7
    479           Height = 24
    480           Top = 236
    481           Width = 93
     478          Left = 8
     479          Height = 30
     480          Top = 283
     481          Width = 117
    482482          Caption = 'Cyclic map'
    483483          ParentFont = False
     
    486486        end
    487487        object Image1: TImage
    488           Left = 349
    489           Height = 301
    490           Top = 227
    491           Width = 313
     488          Left = 419
     489          Height = 360
     490          Top = 272
     491          Width = 374
    492492          Anchors = [akTop, akLeft, akRight, akBottom]
    493493          OnResize = Image1Resize
    494494        end
    495495        object Label15: TLabel
    496           Left = 349
    497           Height = 20
    498           Top = 200
    499           Width = 54
     496          Left = 419
     497          Height = 26
     498          Top = 240
     499          Width = 71
    500500          Caption = 'Preview:'
    501501          ParentColor = False
     
    503503        end
    504504        object ButtonRandomize: TButton
    505           Left = 8
    506           Height = 32
    507           Top = 450
    508           Width = 128
     505          Left = 10
     506          Height = 38
     507          Top = 540
     508          Width = 154
    509509          Caption = 'Randomize'
    510510          ParentFont = False
     
    516516    object TabSheetRules: TTabSheet
    517517      Caption = 'Rules'
    518       ClientHeight = 531
    519       ClientWidth = 670
     518      ClientHeight = 636
     519      ClientWidth = 803
    520520      ParentFont = False
    521521      object Panel4: TPanel
    522522        Left = 0
    523         Height = 531
     523        Height = 636
    524524        Top = 0
    525         Width = 670
     525        Width = 803
    526526        Align = alClient
    527527        BevelOuter = bvNone
    528         ClientHeight = 531
    529         ClientWidth = 670
     528        ClientHeight = 636
     529        ClientWidth = 803
    530530        ParentFont = False
    531531        TabOrder = 0
    532532        object RadioGroupGrowCells: TRadioGroup
    533           Left = 12
    534           Height = 107
    535           Top = 100
    536           Width = 260
     533          Left = 14
     534          Height = 128
     535          Top = 120
     536          Width = 312
    537537          AutoFill = True
    538538          Caption = 'Growing cells'
     
    544544          ChildSizing.Layout = cclLeftToRightThenTopToBottom
    545545          ChildSizing.ControlsPerLine = 1
    546           ClientHeight = 82
    547           ClientWidth = 256
     546          ClientHeight = 101
     547          ClientWidth = 310
    548548          Items.Strings = (
    549549            'None'
     
    555555        end
    556556        object Label6: TLabel
    557           Left = 7
    558           Height = 20
    559           Top = 222
    560           Width = 94
     557          Left = 8
     558          Height = 26
     559          Top = 266
     560          Width = 119
    561561          Caption = 'Win objective:'
    562562          ParentColor = False
     
    564564        end
    565565        object ComboBoxWinObjective: TComboBox
    566           Left = 180
    567           Height = 28
    568           Top = 222
    569           Width = 273
    570           ItemHeight = 20
     566          Left = 216
     567          Height = 38
     568          Top = 266
     569          Width = 328
     570          ItemHeight = 0
    571571          Items.Strings = (
    572572            'Defeat all oponents'
     
    581581        end
    582582        object RadioGroupGrowAmount: TRadioGroup
    583           Left = 12
    584           Height = 77
    585           Top = 13
    586           Width = 254
     583          Left = 14
     584          Height = 92
     585          Top = 16
     586          Width = 305
    587587          AutoFill = True
    588588          Caption = 'Per turn grow amount'
     
    594594          ChildSizing.Layout = cclLeftToRightThenTopToBottom
    595595          ChildSizing.ControlsPerLine = 1
    596           ClientHeight = 52
    597           ClientWidth = 250
     596          ClientHeight = 65
     597          ClientWidth = 303
    598598          Items.Strings = (
    599599            'By one'
     
    604604        end
    605605        object CheckBoxFogOfWar: TCheckBox
    606           Left = 280
    607           Height = 24
    608           Top = 20
    609           Width = 92
     606          Left = 336
     607          Height = 30
     608          Top = 24
     609          Width = 115
    610610          Caption = 'Fog of war'
    611611          ParentFont = False
     
    613613        end
    614614        object PageControlWinObjective: TPageControl
    615           Left = 10
    616           Height = 92
    617           Top = 262
    618           Width = 651
     615          Left = 12
     616          Height = 110
     617          Top = 314
     618          Width = 780
    619619          ActivePage = TabSheetCaptureEntireMap
    620620          Anchors = [akTop, akLeft, akRight]
     
    630630          end
    631631          object TabSheetCaptureCells: TTabSheet
    632             ClientHeight = 84
    633             ClientWidth = 643
     632            ClientHeight = 67
     633            ClientWidth = 770
    634634            ParentFont = False
    635635            object Label14: TLabel
    636               Left = 7
    637               Height = 20
    638               Top = 13
    639               Width = 125
     636              Left = 8
     637              Height = 26
     638              Top = 16
     639              Width = 161
    640640              Caption = 'Special cells count:'
    641641              ParentColor = False
     
    643643            end
    644644            object SpinEditSpecialCells: TSpinEdit
    645               Left = 197
    646               Height = 28
    647               Top = 7
    648               Width = 132
     645              Left = 236
     646              Height = 43
     647              Top = 8
     648              Width = 158
    649649              MaxValue = 1000
    650650              MinValue = 1
     
    655655          end
    656656          object TabSheetStayAliveTurns: TTabSheet
    657             ClientHeight = 84
    658             ClientWidth = 643
     657            ClientHeight = 67
     658            ClientWidth = 770
    659659            ParentFont = False
    660660            object Label13: TLabel
    661               Left = 7
    662               Height = 20
    663               Top = 13
    664               Width = 111
     661              Left = 8
     662              Height = 26
     663              Top = 16
     664              Width = 146
    665665              Caption = 'Number of turns:'
    666666              ParentColor = False
     
    668668            end
    669669            object SpinEditTurns: TSpinEdit
    670               Left = 197
    671               Height = 28
    672               Top = 7
    673               Width = 132
     670              Left = 236
     671              Height = 43
     672              Top = 8
     673              Width = 158
    674674              MaxValue = 1000
    675675              MinValue = 1
     
    691691  object PanelButtons: TPanel
    692692    Left = 0
    693     Height = 45
    694     Top = 617
    695     Width = 1015
     693    Height = 54
     694    Top = 740
     695    Width = 1218
    696696    Align = alBottom
    697697    BevelOuter = bvNone
    698     ClientHeight = 45
    699     ClientWidth = 1015
     698    ClientHeight = 54
     699    ClientWidth = 1218
    700700    ParentFont = False
    701701    TabOrder = 1
    702702    object ButtonOk: TButton
    703       Left = 915
    704       Height = 32
    705       Top = 6
    706       Width = 88
     703      Left = 1098
     704      Height = 38
     705      Top = 8
     706      Width = 106
    707707      Anchors = [akRight, akBottom]
    708708      Caption = 'Ok'
     
    713713    end
    714714    object ButtonCancel: TButton
    715       Left = 806
    716       Height = 32
    717       Top = 6
    718       Width = 95
     715      Left = 967
     716      Height = 38
     717      Top = 8
     718      Width = 114
    719719      Anchors = [akRight, akBottom]
    720720      Caption = 'Cancel'
     
    725725  end
    726726  object PanelChat: TPanel
    727     Left = 689
    728     Height = 570
    729     Top = 47
    730     Width = 326
     727    Left = 827
     728    Height = 684
     729    Top = 56
     730    Width = 391
    731731    Align = alRight
    732732    BevelOuter = bvNone
     
    735735  end
    736736  object Splitter1: TSplitter
    737     Left = 684
    738     Height = 570
    739     Top = 47
    740     Width = 5
     737    Left = 821
     738    Height = 684
     739    Top = 56
     740    Width = 6
    741741    Align = alRight
    742742    ResizeAnchor = akRight
     
    744744  object Panel5: TPanel
    745745    Left = 0
    746     Height = 47
     746    Height = 56
    747747    Top = 0
    748     Width = 1015
     748    Width = 1218
    749749    Align = alTop
    750750    BevelOuter = bvNone
    751     ClientHeight = 47
    752     ClientWidth = 1015
     751    ClientHeight = 56
     752    ClientWidth = 1218
    753753    ParentFont = False
    754754    TabOrder = 4
    755755    object Label16: TLabel
    756       Left = 10
    757       Height = 20
    758       Top = 12
    759       Width = 91
     756      Left = 12
     757      Height = 26
     758      Top = 14
     759      Width = 120
    760760      Caption = 'Game system:'
    761761      ParentColor = False
     
    763763    end
    764764    object ComboBoxGameSystem: TComboBox
    765       Left = 147
    766       Height = 28
    767       Top = 10
    768       Width = 212
    769       ItemHeight = 20
     765      Left = 176
     766      Height = 42
     767      Top = 12
     768      Width = 254
     769      ItemHeight = 0
    770770      ParentFont = False
    771771      Style = csDropDownList
     
    774774    end
    775775    object ButtonGameSystems: TButton
    776       Left = 369
    777       Height = 32
    778       Top = 8
    779       Width = 94
     776      Left = 443
     777      Height = 38
     778      Top = 10
     779      Width = 113
    780780      Caption = 'Manage'
    781781      ParentFont = False
     
    786786  object ActionList1: TActionList
    787787    Images = Core.ImageListSmall
    788     Left = 720
    789     Top = 180
     788    Left = 864
     789    Top = 216
    790790    object AServerAdd: TAction
    791791      Caption = 'Add'
     
    802802  end
    803803  object OpenPictureDialog1: TOpenPictureDialog
    804     Left = 720
    805     Top = 300
     804    Left = 864
     805    Top = 360
    806806  end
    807807  object PopupMenuServers: TPopupMenu
    808     Left = 720
    809     Top = 113
     808    Left = 864
     809    Top = 136
    810810    object MenuItem4: TMenuItem
    811811      Action = AServerAdd
     
    821821    Interval = 500
    822822    OnTimer = TimerMapPreviewTimer
    823     Left = 720
    824     Top = 372
     823    Left = 864
     824    Top = 446
    825825  end
    826826end
Note: See TracChangeset for help on using the changeset viewer.