Changeset 295


Ignore:
Timestamp:
Mar 29, 2019, 11:26:28 AM (6 years ago)
Author:
chronos
Message:
  • Modified: .lrt files replaced by .lrj.
Location:
trunk
Files:
21 added
13 deleted
25 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        88backup
        99xtactics.exe
        10 *.lrj
         10*.lrt
  • trunk/Forms

    • Property svn:ignore deleted
  • trunk/Forms/UFormAbout.lfm

    r115 r295  
    11object FormAbout: TFormAbout
    22  Left = 1014
    3   Height = 358
     3  Height = 448
    44  Top = 442
    5   Width = 564
     5  Width = 705
    66  Caption = 'About'
    7   ClientHeight = 358
    8   ClientWidth = 564
     7  ClientHeight = 448
     8  ClientWidth = 705
     9  DesignTimePPI = 120
    910  OnCreate = FormCreate
    1011  OnShow = FormShow
    1112  Position = poScreenCenter
    12   LCLVersion = '1.6.0.4'
     13  LCLVersion = '2.0.0.4'
    1314  object LabelDescription: TLabel
    14     Left = 20
    15     Height = 72
    16     Top = 110
    17     Width = 524
     15    Left = 25
     16    Height = 40
     17    Top = 137
     18    Width = 655
    1819    Align = alTop
    19     BorderSpacing.Around = 20
     20    BorderSpacing.Around = 25
    2021    Caption = 'Turn-based strategy game inspired by classic Risk board game. The game is highly configurable to allow to adjust battle field and game rules.'
    2122    ParentColor = False
     23    ParentFont = False
    2224    WordWrap = True
    2325  end
    2426  object ButtonClose: TButton
    25     Left = 451
    26     Height = 25
    27     Top = 318
    28     Width = 93
     27    Left = 564
     28    Height = 31
     29    Top = 398
     30    Width = 116
    2931    Anchors = [akRight, akBottom]
    3032    Caption = 'Close'
    3133    ModalResult = 1
     34    ParentFont = False
    3235    TabOrder = 0
    3336  end
    3437  object LabelContent: TLabel
    35     Left = 20
    36     Height = 24
     38    Left = 25
     39    Height = 20
    3740    Top = 202
    38     Width = 524
     41    Width = 655
    3942    Align = alTop
    40     BorderSpacing.Around = 20
     43    BorderSpacing.Around = 25
    4144    Caption = '   '
    4245    ParentColor = False
     46    ParentFont = False
    4347  end
    4448  object ButtonHomePage: TButton
    45     Left = 16
    46     Height = 25
    47     Top = 318
    48     Width = 176
     49    Left = 20
     50    Height = 31
     51    Top = 398
     52    Width = 220
    4953    Anchors = [akLeft, akBottom]
    5054    Caption = 'Home page'
    5155    OnClick = ButtonHomePageClick
     56    ParentFont = False
    5257    TabOrder = 1
    5358  end
    5459  object Panel1: TPanel
    5560    Left = 0
    56     Height = 90
     61    Height = 112
    5762    Top = 0
    58     Width = 564
     63    Width = 705
    5964    Align = alTop
    6065    BevelOuter = bvNone
    61     ClientHeight = 90
    62     ClientWidth = 564
     66    ClientHeight = 112
     67    ClientWidth = 705
    6368    FullRepaint = False
     69    ParentFont = False
    6470    TabOrder = 2
    6571    object LabelAppName: TLabel
    6672      Left = 96
    67       Height = 55
     73      Height = 67
    6874      Top = 20
    69       Width = 144
     75      Width = 170
    7076      Align = alCustom
    71       BorderSpacing.Around = 20
     77      BorderSpacing.Around = 25
    7278      Caption = 'xTactics'
    73       Font.Height = -40
     79      Font.Height = -50
    7480      ParentColor = False
    7581      ParentFont = False
     
    7783    end
    7884    object Image1: TImage
    79       Left = 16
    80       Height = 66
    81       Top = 20
    82       Width = 66
     85      Left = 20
     86      Height = 82
     87      Top = 25
     88      Width = 82
    8389      Picture.Data = {
    8490        1754506F727461626C654E6574776F726B47726170686963CF01000089504E47
  • trunk/Forms/UFormCharts.lfm

    r208 r295  
    1010  OnClose = FormClose
    1111  OnShow = FormShow
    12   LCLVersion = '1.8.2.0'
     12  LCLVersion = '2.0.0.4'
    1313  object Chart1: TChart
    1414    Left = 8
  • trunk/Forms/UFormChat.lfm

    r212 r295  
    11object FormChat: TFormChat
    22  Left = 496
    3   Height = 441
     3  Height = 368
    44  Top = 328
    5   Width = 527
     5  Width = 439
    66  Caption = 'Chat'
    7   ClientHeight = 441
    8   ClientWidth = 527
    9   DesignTimePPI = 144
     7  ClientHeight = 368
     8  ClientWidth = 439
     9  DesignTimePPI = 120
    1010  OnCreate = FormCreate
    1111  OnShow = FormShow
    12   LCLVersion = '1.8.2.0'
     12  LCLVersion = '2.0.0.4'
    1313  object MemoChat: TMemo
    14     Left = 8
    15     Height = 362
    16     Top = 32
    17     Width = 509
     14    Left = 7
     15    Height = 302
     16    Top = 27
     17    Width = 424
    1818    Anchors = [akTop, akLeft, akRight, akBottom]
     19    ParentFont = False
    1920    ReadOnly = True
    2021    ScrollBars = ssAutoBoth
     
    2223  end
    2324  object EditMessage: TEdit
    24     Left = 8
    25     Height = 36
    26     Top = 398
    27     Width = 411
     25    Left = 7
     26    Height = 28
     27    Top = 334
     28    Width = 342
    2829    Anchors = [akLeft, akRight, akBottom]
    2930    OnKeyPress = EditMessageKeyPress
     31    ParentFont = False
    3032    TabOrder = 1
    3133  end
    3234  object ButtonMessageSend: TButton
    33     Left = 423
    34     Height = 31
    35     Top = 402
    36     Width = 94
     35    Left = 353
     36    Height = 26
     37    Top = 335
     38    Width = 78
    3739    Anchors = [akRight, akBottom]
    3840    Caption = 'Send'
    3941    OnClick = ButtonMessageSendClick
     42    ParentFont = False
    4043    TabOrder = 2
    4144  end
    4245  object Label1: TLabel
    43     Left = 10
    44     Height = 26
    45     Top = 4
    46     Width = 44
     46    Left = 8
     47    Height = 20
     48    Top = 3
     49    Width = 33
    4750    Caption = 'Chat:'
    4851    ParentColor = False
     52    ParentFont = False
    4953  end
    5054end
  • trunk/Forms/UFormClient.lfm

    r265 r295  
    77  ClientHeight = 621
    88  ClientWidth = 775
    9   DesignTimePPI = 144
     9  DesignTimePPI = 120
    1010  OnClose = FormClose
    1111  OnCreate = FormCreate
     
    1313  OnKeyUp = FormKeyUp
    1414  OnShow = FormShow
    15   LCLVersion = '1.8.4.0'
     15  LCLVersion = '2.0.0.4'
    1616  WindowState = wsMaximized
    1717  object StatusBar1: TStatusBar
     
    2222    Panels = <   
    2323      item
    24         Width = 200
     24        Width = 167
    2525      end   
    2626      item
    27         Width = 150
     27        Width = 125
    2828      end   
    2929      item
    30         Width = 100
     30        Width = 83
    3131      end>
     32    ParentFont = False
    3233    SimplePanel = False
    3334  end
     
    3637    Height = 593
    3738    Top = 0
    38     Width = 32
     39    Width = 27
    3940    Align = alLeft
    40     ButtonHeight = 32
    41     ButtonWidth = 32
     41    ButtonHeight = 27
     42    ButtonWidth = 27
    4243    Images = Core.ImageListSmall
     44    ParentFont = False
    4345    ParentShowHint = False
    4446    PopupMenu = PopupMenuToolbar
     
    5254    object ToolButton6: TToolButton
    5355      Left = 1
    54       Top = 71
     56      Top = 61
    5557      Action = AZoomIn
    5658    end
    5759    object ToolButton7: TToolButton
    5860      Left = 1
    59       Top = 103
     61      Top = 88
    6062      Action = AZoomOut
    6163    end
    6264    object ToolButton8: TToolButton
    6365      Left = 1
    64       Top = 135
     66      Top = 115
    6567      Action = AZoomAll
    6668    end
    6769    object ToolButton9: TToolButton
    6870      Left = 1
    69       Top = 66
    70       Width = 32
     71      Top = 56
     72      Width = 27
    7173      AutoSize = True
    7274      Style = tbsDivider
     
    7476    object ToolButton1: TToolButton
    7577      Left = 1
    76       Top = 34
     78      Top = 29
    7779      Action = ASurrender
    7880    end
    7981  end
    8082  object PaintBox1: TPaintBox
    81     Left = 32
     83    Left = 27
    8284    Height = 593
    8385    Top = 0
    84     Width = 743
     86    Width = 748
    8587    Align = alClient
     88    ParentFont = False
    8689    OnMouseDown = PaintBox1MouseDown
    8790    OnMouseLeave = PaintBox1MouseLeave
     
    9699    Interval = 20
    97100    OnTimer = Timer1Timer
    98     left = 160
    99     top = 160
     101    left = 133
     102    top = 133
    100103  end
    101104  object ActionList1: TActionList
    102105    Images = Core.ImageListSmall
    103     left = 280
    104     top = 152
     106    left = 233
     107    top = 127
    105108    object AZoomIn: TAction
    106109      Caption = 'Zoom in'
     
    149152  end
    150153  object PopupMenuToolbar: TPopupMenu
    151     left = 452
    152     top = 98
     154    left = 377
     155    top = 82
    153156    object MenuItem18: TMenuItem
    154157      Action = AToolBarBigIcons
  • trunk/Forms/UFormGameSystems.lfm

    r278 r295  
    11object FormGameSystems: TFormGameSystems
    22  Left = 779
    3   Height = 360
     3  Height = 300
    44  Top = 236
    5   Width = 480
     5  Width = 400
    66  Caption = 'Game systems'
    7   ClientHeight = 360
    8   ClientWidth = 480
    9   DesignTimePPI = 144
     7  ClientHeight = 300
     8  ClientWidth = 400
     9  DesignTimePPI = 120
    1010  OnClose = FormClose
    1111  OnCreate = FormCreate
    1212  OnDestroy = FormDestroy
    1313  OnShow = FormShow
    14   LCLVersion = '1.8.4.0'
     14  LCLVersion = '2.0.0.4'
    1515  object ListView1: TListView
    1616    Left = 0
    17     Height = 321
     17    Height = 268
    1818    Top = 0
    19     Width = 480
     19    Width = 400
    2020    Align = alClient
    2121    Columns = <   
    2222      item
    2323        Caption = 'Name'
    24         Width = 465
     24        Width = 388
    2525      end>
    2626    MultiSelect = True
    2727    OwnerData = True
     28    ParentFont = False
    2829    PopupMenu = PopupMenu1
    2930    ReadOnly = True
     
    3839  object ToolBar1: TToolBar
    3940    Left = 0
    40     Height = 39
    41     Top = 321
    42     Width = 480
     41    Top = 268
     42    Width = 400
    4343    Align = alBottom
    4444    Images = Core.ImageListSmall
     45    ParentFont = False
    4546    TabOrder = 1
    4647    object ToolButton1: TToolButton
     
    5051    end
    5152    object ToolButton2: TToolButton
    52       Left = 36
     53      Left = 30
    5354      Top = 2
    5455      Action = AModify
    5556    end
    5657    object ToolButton3: TToolButton
    57       Left = 71
     58      Left = 59
    5859      Top = 2
    5960      Action = ARemove
    6061    end
    6162    object ToolButton4: TToolButton
    62       Left = 106
     63      Left = 88
    6364      Top = 2
    6465      Action = AClone
     
    6768  object ActionList1: TActionList
    6869    Images = Core.ImageListSmall
    69     left = 207
    70     top = 163
     70    left = 173
     71    top = 136
    7172    object AAdd: TAction
    7273      Caption = 'Add'
     
    9697  object PopupMenu1: TPopupMenu
    9798    Images = Core.ImageListSmall
    98     left = 352
    99     top = 160
     99    left = 293
     100    top = 133
    100101    object MenuItem1: TMenuItem
    101102      Action = AAdd
  • trunk/Forms/UFormHelp.lfm

    r243 r295  
    1414  OnShow = FormShow
    1515  Position = poMainFormCenter
    16   LCLVersion = '1.8.2.0'
     16  LCLVersion = '2.0.0.4'
    1717  object Memo1: TMemo
    1818    Left = 6
  • trunk/Forms/UFormItem.lfm

    r290 r295  
    11object FormItem: TFormItem
    22  Left = 570
    3   Height = 360
     3  Height = 300
    44  Top = 429
    5   Width = 480
     5  Width = 400
    66  Caption = 'Item'
    7   ClientHeight = 360
    8   ClientWidth = 480
    9   DesignTimePPI = 144
     7  ClientHeight = 300
     8  ClientWidth = 400
     9  DesignTimePPI = 120
    1010  OnClose = FormClose
    1111  OnCreate = FormCreate
     
    1414  LCLVersion = '2.0.0.4'
    1515  object ButtonOk: TButton
    16     Left = 89
    17     Height = 38
    18     Top = 312
    19     Width = 113
     16    Left = 74
     17    Height = 32
     18    Top = 260
     19    Width = 94
    2020    Anchors = [akLeft, akBottom]
    2121    Caption = 'OK'
    2222    ModalResult = 1
    2323    OnClick = ButtonOkClick
     24    ParentFont = False
    2425    TabOrder = 0
    2526  end
    2627  object ButtonCancel: TButton
    27     Left = 264
    28     Height = 38
    29     Top = 312
    30     Width = 113
     28    Left = 220
     29    Height = 32
     30    Top = 257
     31    Width = 94
    3132    Anchors = [akLeft]
    3233    Caption = 'Cancel'
    3334    ModalResult = 2
     35    ParentFont = False
    3436    TabOrder = 1
    3537  end
  • trunk/Forms/UFormKeyShortcuts.lfm

    r206 r295  
    1111  OnCreate = FormCreate
    1212  OnShow = FormShow
    13   LCLVersion = '1.8.2.0'
     13  LCLVersion = '2.0.0.4'
    1414  object ListView1: TListView
    1515    Left = 4
  • trunk/Forms/UFormList.lfm

    r290 r295  
    11object FormList: TFormList
    22  Left = 779
    3   Height = 360
     3  Height = 300
    44  Top = 236
    5   Width = 480
     5  Width = 400
    66  Caption = 'List'
    7   ClientHeight = 360
    8   ClientWidth = 480
    9   DesignTimePPI = 144
     7  ClientHeight = 300
     8  ClientWidth = 400
     9  DesignTimePPI = 120
    1010  OnClose = FormClose
    1111  OnCreate = FormCreate
     
    1414  object ListView1: TListView
    1515    Left = 0
    16     Height = 321
     16    Height = 268
    1717    Top = 0
    18     Width = 480
     18    Width = 400
    1919    Align = alClient
    2020    Columns = <   
    2121      item
    2222        Caption = 'Name'
    23         Width = 465
     23        Width = 388
    2424      end>
    2525    MultiSelect = True
    2626    OwnerData = True
     27    ParentFont = False
    2728    PopupMenu = PopupMenu1
    2829    ReadOnly = True
     
    3839  object ToolBar1: TToolBar
    3940    Left = 0
    40     Height = 39
    41     Top = 321
    42     Width = 480
     41    Top = 268
     42    Width = 400
    4343    Align = alBottom
    4444    Images = Core.ImageListSmall
     45    ParentFont = False
    4546    TabOrder = 1
    4647    object ToolButton1: TToolButton
     
    5051    end
    5152    object ToolButton2: TToolButton
    52       Left = 36
     53      Left = 30
    5354      Top = 2
    5455      Action = AModify
    5556    end
    5657    object ToolButton3: TToolButton
    57       Left = 71
     58      Left = 59
    5859      Top = 2
    5960      Action = ARemove
    6061    end
    6162    object ToolButton4: TToolButton
    62       Left = 106
     63      Left = 88
    6364      Top = 2
    6465      Action = AClone
     
    6768  object ActionList1: TActionList
    6869    Images = Core.ImageListSmall
    69     left = 207
    70     top = 163
     70    left = 173
     71    top = 136
    7172    object AAdd: TAction
    7273      Caption = 'Add'
     
    9798  object PopupMenu1: TPopupMenu
    9899    Images = Core.ImageListSmall
    99     left = 352
    100     top = 160
     100    left = 293
     101    top = 133
    101102    object MenuItem1: TMenuItem
    102103      Action = AAdd
  • trunk/Forms/UFormMain.lfm

    r273 r295  
    55  Width = 775
    66  Caption = 'xTactics'
    7   ClientHeight = 587
     7  ClientHeight = 596
    88  ClientWidth = 775
    9   DesignTimePPI = 144
     9  DesignTimePPI = 120
    1010  Menu = MainMenu1
    1111  OnActivate = FormActivate
     
    1515  OnKeyUp = FormKeyUp
    1616  OnShow = FormShow
    17   LCLVersion = '1.8.4.0'
     17  LCLVersion = '2.0.0.4'
    1818  WindowState = wsMaximized
    1919  object ToolBar1: TToolBar
    2020    Left = 0
    21     Height = 40
     21    Height = 33
    2222    Top = 0
    2323    Width = 775
    24     ButtonHeight = 32
    25     ButtonWidth = 32
     24    ButtonHeight = 27
     25    ButtonWidth = 27
    2626    Images = Core.ImageListSmall
     27    ParentFont = False
    2728    ParentShowHint = False
    2829    PopupMenu = PopupMenuToolbar
     
    3536    end
    3637    object ToolButton3: TToolButton
    37       Left = 33
     38      Left = 28
    3839      Top = 2
    3940      Action = Core.AGameEnd
    4041    end
    4142    object ToolButton4: TToolButton
    42       Left = 65
     43      Left = 55
    4344      Top = 2
    4445      Action = Core.AGameRestart
    4546    end
    4647    object ToolButton5: TToolButton
     48      Left = 144
     49      Top = 2
     50      Action = Core.ASettings
     51    end
     52    object ToolButton9: TToolButton
     53      Left = 140
     54      Height = 27
     55      Top = 2
     56      Style = tbsDivider
     57    end
     58    object ToolButton11: TToolButton
     59      Left = 86
     60      Top = 2
     61      Action = Core.AGameLoad
     62    end
     63    object ToolButton12: TToolButton
     64      Left = 113
     65      Top = 2
     66      Action = Core.AGameSave
     67    end
     68    object ToolButton13: TToolButton
    4769      Left = 171
    4870      Top = 2
    49       Action = Core.ASettings
    50     end
    51     object ToolButton9: TToolButton
    52       Left = 166
    53       Height = 32
    54       Top = 2
    55       Style = tbsDivider
    56     end
    57     object ToolButton11: TToolButton
    58       Left = 102
    59       Top = 2
    60       Action = Core.AGameLoad
    61     end
    62     object ToolButton12: TToolButton
    63       Left = 134
    64       Top = 2
    65       Action = Core.AGameSave
    66     end
    67     object ToolButton13: TToolButton
    68       Left = 203
    69       Top = 2
    7071      Action = Core.AExit
    7172    end
    7273    object ToolButton2: TToolButton
    73       Left = 97
    74       Height = 32
     74      Left = 82
     75      Height = 27
    7576      Top = 2
    7677      Style = tbsDivider
     
    7980  object PanelMain: TPanel
    8081    Left = 0
    81     Height = 547
    82     Top = 40
     82    Height = 563
     83    Top = 33
    8384    Width = 775
    8485    Align = alClient
    8586    BevelOuter = bvNone
     87    ParentFont = False
    8688    TabOrder = 1
    8789  end
    8890  object MainMenu1: TMainMenu
    8991    Images = Core.ImageListSmall
    90     left = 224
    91     top = 48
     92    left = 187
     93    top = 40
    9294    object MenuItem1: TMenuItem
    9395      Caption = 'Game'
     
    208210    Interval = 20
    209211    OnTimer = Timer1Timer
    210     left = 128
    211     top = 263
     212    left = 107
     213    top = 219
    212214  end
    213215  object ActionList1: TActionList
    214216    Images = Core.ImageListSmall
    215     left = 280
    216     top = 152
     217    left = 233
     218    top = 127
    217219    object AToolBarBigIcons: TAction
    218220      Caption = 'Toolbar big icons'
     
    237239  end
    238240  object PopupMenuToolbar: TPopupMenu
    239     left = 452
    240     top = 98
     241    left = 377
     242    top = 82
    241243    object MenuItem18: TMenuItem
    242244      Action = AToolBarBigIcons
  • trunk/Forms/UFormMove.lfm

    r272 r295  
    11object FormMove: TFormMove
    22  Left = 435
    3   Height = 278
     3  Height = 232
    44  Top = 153
    5   Width = 421
     5  Width = 351
    66  ActiveControl = ButtonOk
    77  Caption = 'Move'
    8   ClientHeight = 278
    9   ClientWidth = 421
    10   Constraints.MinHeight = 278
    11   Constraints.MinWidth = 421
    12   DesignTimePPI = 144
     8  ClientHeight = 232
     9  ClientWidth = 351
     10  Constraints.MinHeight = 232
     11  Constraints.MinWidth = 351
     12  DesignTimePPI = 120
    1313  OnClose = FormClose
    1414  OnCreate = FormCreate
     
    1616  OnShow = FormShow
    1717  Position = poMainFormCenter
    18   LCLVersion = '1.8.4.0'
     18  LCLVersion = '2.0.0.4'
    1919  object SpinEditOnce: TSpinEdit
    20     Left = 208
    21     Height = 43
    22     Top = 40
    23     Width = 98
     20    Left = 173
     21    Height = 28
     22    Top = 33
     23    Width = 82
    2424    OnChange = SpinEditOnceChange
    2525    OnKeyPress = FormKeyPress
     26    ParentFont = False
    2627    TabOrder = 0
    2728  end
    2829  object Label1: TLabel
    29     Left = 16
    30     Height = 26
    31     Top = 40
    32     Width = 49
     30    Left = 13
     31    Height = 20
     32    Top = 33
     33    Width = 37
    3334    Caption = 'Once:'
    3435    ParentColor = False
     36    ParentFont = False
    3537  end
    3638  object ButtonOk: TButton
    37     Left = 296
    38     Height = 38
    39     Top = 224
    40     Width = 100
     39    Left = 247
     40    Height = 32
     41    Top = 187
     42    Width = 83
    4143    Caption = 'Ok'
    4244    Default = True
    4345    ModalResult = 1
     46    ParentFont = False
    4447    TabOrder = 1
    4548  end
    4649  object ButtonCancel: TButton
    47     Left = 176
    48     Height = 38
    49     Top = 224
    50     Width = 100
     50    Left = 147
     51    Height = 32
     52    Top = 187
     53    Width = 83
    5154    Caption = 'Cancel'
    5255    ModalResult = 2
     56    ParentFont = False
    5357    TabOrder = 2
    5458  end
    5559  object Label2: TLabel
    56     Left = 24
    57     Height = 26
    58     Top = 136
    59     Width = 91
     60    Left = 20
     61    Height = 20
     62    Top = 113
     63    Width = 68
    6064    Caption = 'Every turn:'
    6165    ParentColor = False
     66    ParentFont = False
    6267  end
    6368  object SpinEditRepeat: TSpinEdit
    64     Left = 208
    65     Height = 43
    66     Top = 128
    67     Width = 98
     69    Left = 173
     70    Height = 28
     71    Top = 107
     72    Width = 82
    6873    OnChange = SpinEditRepeatChange
    6974    OnKeyPress = FormKeyPress
     75    ParentFont = False
    7076    TabOrder = 3
    7177  end
    7278  object TrackBarOnce: TTrackBar
    73     Left = 88
    74     Height = 58
    75     Top = 80
    76     Width = 245
     79    Left = 73
     80    Height = 48
     81    Top = 67
     82    Width = 205
    7783    OnChange = TrackBarOnceChange
    7884    PageSize = 1
     
    8187    Anchors = [akTop, akLeft, akRight]
    8288    OnKeyPress = FormKeyPress
     89    ParentFont = False
    8390    TabOrder = 4
    8491  end
    8592  object TrackBarRepeat: TTrackBar
    86     Left = 96
    87     Height = 58
    88     Top = 168
    89     Width = 231
     93    Left = 80
     94    Height = 48
     95    Top = 140
     96    Width = 193
    9097    OnChange = TrackBarRepeatChange
    9198    PageSize = 1
     
    94101    Anchors = [akTop, akLeft, akRight]
    95102    OnKeyPress = FormKeyPress
     103    ParentFont = False
    96104    TabOrder = 5
    97105  end
    98106  object ButtonOnceMin: TButton
    99     Left = 8
    100     Height = 38
    101     Top = 88
    102     Width = 80
     107    Left = 7
     108    Height = 32
     109    Top = 73
     110    Width = 67
    103111    Caption = 'Min'
    104112    OnClick = ButtonOnceMinClick
     113    ParentFont = False
    105114    TabOrder = 6
    106115  end
    107116  object ButtonOnceMax: TButton
    108     Left = 333
    109     Height = 38
    110     Top = 88
    111     Width = 80
     117    Left = 277
     118    Height = 32
     119    Top = 73
     120    Width = 67
    112121    Anchors = [akTop, akRight]
    113122    Caption = 'Max'
    114123    OnClick = ButtonOnceMaxClick
     124    ParentFont = False
    115125    TabOrder = 7
    116126  end
    117127  object ButtonRepeatMin: TButton
    118     Left = 8
    119     Height = 38
    120     Top = 176
    121     Width = 80
     128    Left = 7
     129    Height = 32
     130    Top = 147
     131    Width = 67
    122132    Caption = 'Min'
    123133    OnClick = ButtonRepeatMinClick
     134    ParentFont = False
    124135    TabOrder = 8
    125136  end
    126137  object ButtonRepeatMax: TButton
    127     Left = 333
    128     Height = 38
    129     Top = 176
    130     Width = 80
     138    Left = 277
     139    Height = 32
     140    Top = 147
     141    Width = 67
    131142    Anchors = [akTop, akRight]
    132143    Caption = 'Max'
    133144    OnClick = ButtonRepeatMaxClick
     145    ParentFont = False
    134146    TabOrder = 9
    135147  end
    136148  object Label3: TLabel
    137     Left = 16
    138     Height = 26
    139     Top = 8
    140     Width = 135
     149    Left = 13
     150    Height = 20
     151    Top = 7
     152    Width = 106
    141153    Caption = 'Win probability:'
    142154    ParentColor = False
     155    ParentFont = False
    143156  end
    144157  object LabelWinProbability: TLabel
    145     Left = 264
    146     Height = 26
    147     Top = 8
    148     Width = 15
     158    Left = 220
     159    Height = 20
     160    Top = 7
     161    Width = 12
    149162    Caption = '   '
    150163    ParentColor = False
     164    ParentFont = False
    151165  end
    152166  object ButtonRemove: TButton
    153     Left = 48
    154     Height = 38
    155     Top = 224
    156     Width = 100
     167    Left = 40
     168    Height = 32
     169    Top = 187
     170    Width = 83
    157171    Caption = 'Delete'
    158172    OnClick = ButtonRemoveClick
     173    ParentFont = False
    159174    TabOrder = 10
    160175  end
  • trunk/Forms/UFormNew.lfm

    r287 r295  
    11object FormNew: TFormNew
    22  Left = 478
    3   Height = 745
     3  Height = 621
    44  Top = 526
    5   Width = 1211
     5  Width = 1009
    66  Caption = 'New game'
    7   ClientHeight = 745
    8   ClientWidth = 1211
    9   Constraints.MinHeight = 501
    10   Constraints.MinWidth = 667
    11   DesignTimePPI = 144
     7  ClientHeight = 621
     8  ClientWidth = 1009
     9  Constraints.MinHeight = 418
     10  Constraints.MinWidth = 556
     11  DesignTimePPI = 120
    1212  OnClose = FormClose
    1313  OnCreate = FormCreate
     
    1717  LCLVersion = '2.0.0.4'
    1818  object PageControl1: TPageControl
    19     Left = 4
    20     Height = 636
    21     Top = 60
    22     Width = 806
     19    Left = 3
     20    Height = 530
     21    Top = 50
     22    Width = 672
    2323    ActivePage = TabSheetRules
    2424    Align = alClient
    25     BorderSpacing.Around = 4
     25    BorderSpacing.Around = 3
     26    ParentFont = False
    2627    TabIndex = 3
    2728    TabOrder = 0
     
    3132      ClientHeight = 596
    3233      ClientWidth = 796
     34      ParentFont = False
    3335      object Panel3: TPanel
    3436        Left = 0
     
    4042        ClientHeight = 596
    4143        ClientWidth = 796
     44        ParentFont = False
    4245        TabOrder = 0
    4346        object RadioButtonModeLocal: TRadioButton
    44           Left = 10
     47          Left = 8
    4548          Height = 30
    46           Top = 14
     49          Top = 12
    4750          Width = 70
    4851          Caption = 'Local'
    4952          Checked = True
    5053          OnChange = RadioButtonModeLocalChange
     54          ParentFont = False
    5155          TabOrder = 0
    5256          TabStop = True
    5357        end
    5458        object RadioButtonModeNetworkServer: TRadioButton
    55           Left = 10
     59          Left = 8
    5660          Height = 30
    57           Top = 48
     61          Top = 40
    5862          Width = 156
    5963          Caption = 'Network server'
    6064          OnChange = RadioButtonModeLocalChange
     65          ParentFont = False
    6166          TabOrder = 1
    6267        end
    6368        object RadioButtonModeNetworkClient: TRadioButton
    64           Left = 10
     69          Left = 8
    6570          Height = 30
    66           Top = 152
     71          Top = 127
    6772          Width = 151
    6873          Caption = 'Network client'
    6974          OnChange = RadioButtonModeLocalChange
     75          ParentFont = False
    7076          TabOrder = 2
    7177        end
    7278        object EditServerAddress: TEdit
    73           Left = 24
     79          Left = 20
    7480          Height = 43
    75           Top = 112
    76           Width = 220
     81          Top = 93
     82          Width = 183
     83          ParentFont = False
    7784          TabOrder = 3
    7885        end
    7986        object SpinEditServerPort: TSpinEdit
    80           Left = 256
     87          Left = 213
    8188          Height = 43
    82           Top = 112
    83           Width = 79
     89          Top = 93
     90          Width = 66
    8491          MaxValue = 65535
     92          ParentFont = False
    8593          TabOrder = 4
    8694        end
    8795        object Label11: TLabel
    88           Left = 256
    89           Height = 26
    90           Top = 88
     96          Left = 213
     97          Height = 26
     98          Top = 73
    9199          Width = 41
    92100          Caption = 'Port:'
    93101          ParentColor = False
     102          ParentFont = False
    94103        end
    95104        object Label12: TLabel
    96           Left = 24
    97           Height = 26
    98           Top = 88
     105          Left = 20
     106          Height = 26
     107          Top = 73
    99108          Width = 74
    100109          Caption = 'Address:'
    101110          ParentColor = False
     111          ParentFont = False
    102112        end
    103113        object ListViewServers: TListView
    104           Left = 26
    105           Height = 364
    106           Top = 181
    107           Width = 334
     114          Left = 22
     115          Height = 403
     116          Top = 151
     117          Width = 278
    108118          Anchors = [akTop, akLeft, akBottom]
    109119          Columns = <         
    110120            item
    111121              Caption = 'Name'
    112               Width = 100
     122              Width = 83
    113123            end         
    114124            item
    115125              Caption = 'Address'
    116               Width = 219
     126              Width = 182
    117127            end>
    118128          MultiSelect = True
    119129          OwnerData = True
     130          ParentFont = False
    120131          PopupMenu = PopupMenuServers
    121132          ReadOnly = True
     
    129140        end
    130141        object Button1: TButton
    131           Left = 27
    132           Height = 31
    133           Top = 557
    134           Width = 94
     142          Left = 22
     143          Height = 26
     144          Top = 563
     145          Width = 78
    135146          Action = AServerAdd
    136147          Anchors = [akLeft, akBottom]
     148          ParentFont = False
    137149          TabOrder = 6
    138150        end
    139151        object Button2: TButton
    140           Left = 240
    141           Height = 31
    142           Top = 557
    143           Width = 94
     152          Left = 200
     153          Height = 26
     154          Top = 563
     155          Width = 78
    144156          Action = AServerRemove
    145157          Anchors = [akLeft, akBottom]
     158          ParentFont = False
    146159          TabOrder = 7
    147160        end
    148161        object Button3: TButton
    149           Left = 136
    150           Height = 30
    151           Top = 557
    152           Width = 94
     162          Left = 113
     163          Height = 25
     164          Top = 563
     165          Width = 78
    153166          Action = AServerModify
    154167          Anchors = [akLeft, akBottom]
     168          ParentFont = False
    155169          TabOrder = 8
    156170        end
     
    161175      ClientHeight = 596
    162176      ClientWidth = 796
     177      ParentFont = False
    163178      object Panel2: TPanel
    164179        Left = 0
     
    168183        Align = alClient
    169184        BevelOuter = bvNone
     185        ParentFont = False
    170186        TabOrder = 0
    171187      end
     
    176192      ClientWidth = 796
    177193      OnShow = TabSheetMapShow
     194      ParentFont = False
    178195      object Panel1: TPanel
    179196        Left = 0
     
    185202        ClientHeight = 596
    186203        ClientWidth = 796
     204        ParentFont = False
    187205        TabOrder = 0
    188206        object Label1: TLabel
    189           Left = 8
    190           Height = 26
    191           Top = 9
     207          Left = 7
     208          Height = 26
     209          Top = 8
    192210          Width = 95
    193211          Caption = 'Map width:'
    194212          ParentColor = False
     213          ParentFont = False
    195214        end
    196215        object Label2: TLabel
    197           Left = 8
    198           Height = 26
    199           Top = 57
     216          Left = 7
     217          Height = 26
     218          Top = 48
    200219          Width = 102
    201220          Caption = 'Map height:'
    202221          ParentColor = False
     222          ParentFont = False
    203223        end
    204224        object SpinEditMapSizeX: TSpinEdit
    205           Left = 128
     225          Left = 107
    206226          Height = 43
    207           Top = 4
    208           Width = 98
     227          Top = 3
     228          Width = 82
    209229          MinValue = 2
    210230          OnChange = SpinEditMapSizeXChange
     231          ParentFont = False
    211232          TabOrder = 0
    212233          Value = 2
    213234        end
    214235        object SpinEditMapSizeY: TSpinEdit
    215           Left = 128
     236          Left = 107
    216237          Height = 43
    217           Top = 55
    218           Width = 98
     238          Top = 46
     239          Width = 82
    219240          MinValue = 2
    220241          OnChange = SpinEditMapSizeYChange
     242          ParentFont = False
    221243          TabOrder = 1
    222244          Value = 2
    223245        end
    224246        object TrackBarSizeX: TTrackBar
    225           Left = 240
    226           Height = 58
    227           Top = 8
    228           Width = 545
     247          Left = 200
     248          Height = 48
     249          Top = 7
     250          Width = 587
    229251          Max = 100
    230252          Min = 2
     
    233255          TickStyle = tsNone
    234256          Anchors = [akTop, akLeft, akRight]
     257          ParentFont = False
    235258          TabOrder = 2
    236259        end
    237260        object TrackBarSizeY: TTrackBar
    238           Left = 240
    239           Height = 58
    240           Top = 49
    241           Width = 545
     261          Left = 200
     262          Height = 48
     263          Top = 41
     264          Width = 587
    242265          Max = 100
    243266          Min = 2
     
    246269          TickStyle = tsNone
    247270          Anchors = [akTop, akLeft, akRight]
     271          ParentFont = False
    248272          TabOrder = 3
    249273        end
    250274        object Label5: TLabel
    251           Left = 8
    252           Height = 26
    253           Top = 104
     275          Left = 7
     276          Height = 26
     277          Top = 87
    254278          Width = 83
    255279          Caption = 'Grid type:'
    256280          ParentColor = False
     281          ParentFont = False
    257282        end
    258283        object ComboBoxGridType: TComboBox
    259           Left = 146
    260           Height = 38
    261           Top = 104
    262           Width = 304
    263           ItemHeight = 0
     284          Left = 122
     285          Height = 28
     286          Top = 87
     287          Width = 253
     288          ItemHeight = 20
    264289          Items.Strings = (
    265290            'Hexagonal'
     
    270295          )
    271296          OnChange = ComboBoxGridTypeChange
     297          ParentFont = False
    272298          Style = csDropDownList
    273299          TabOrder = 4
    274300        end
    275301        object ComboBoxMapShape: TComboBox
    276           Left = 146
    277           Height = 38
    278           Top = 144
    279           Width = 304
    280           ItemHeight = 0
     302          Left = 122
     303          Height = 28
     304          Top = 120
     305          Width = 253
     306          ItemHeight = 20
    281307          Items.Strings = (
    282308            'Hexagonal'
     
    285311          )
    286312          OnChange = ComboBoxMapShapeChange
     313          ParentFont = False
    287314          Style = csDropDownList
    288315          TabOrder = 5
    289316        end
    290317        object Label8: TLabel
    291           Left = 8
    292           Height = 26
    293           Top = 144
     318          Left = 7
     319          Height = 26
     320          Top = 120
    294321          Width = 98
    295322          Caption = 'Map shape:'
    296323          ParentColor = False
     324          ParentFont = False
    297325        end
    298326        object CheckBoxSymetricMap: TCheckBox
    299           Left = 8
    300           Height = 27
    301           Top = 248
    302           Width = 308
     327          Left = 7
     328          Height = 22
     329          Top = 207
     330          Width = 389
    303331          Anchors = [akTop, akLeft, akRight]
    304332          AutoSize = False
    305333          Caption = 'Symetric map'
    306334          OnChange = CheckBoxSymetricMapChange
     335          ParentFont = False
    307336          TabOrder = 6
    308337        end
    309338        object SpinEditVoidPercent: TSpinEdit
    310           Left = 216
     339          Left = 180
    311340          Height = 43
    312           Top = 315
    313           Width = 106
     341          Top = 262
     342          Width = 88
    314343          MinValue = 1
    315344          OnChange = SpinEditVoidPercentChange
     345          ParentFont = False
    316346          TabOrder = 7
    317347          Value = 1
    318348        end
    319349        object CheckBoxVoid: TCheckBox
    320           Left = 8
     350          Left = 7
    321351          Height = 30
    322           Top = 324
     352          Top = 270
    323353          Width = 189
    324354          Caption = 'Inaccessible places'
    325355          OnChange = CheckBoxVoidChange
     356          ParentFont = False
    326357          TabOrder = 8
    327358        end
    328359        object CheckBoxCity: TCheckBox
    329           Left = 8
     360          Left = 7
    330361          Height = 30
    331           Top = 368
     362          Top = 307
    332363          Width = 73
    333364          Caption = 'Cities'
    334365          OnChange = CheckBoxCityChange
     366          ParentFont = False
    335367          TabOrder = 9
    336368        end
    337369        object SpinEditCityPercent: TSpinEdit
    338           Left = 216
     370          Left = 180
    339371          Height = 43
    340           Top = 360
    341           Width = 106
     372          Top = 300
     373          Width = 88
    342374          MinValue = 1
    343375          OnChange = SpinEditCityPercentChange
     376          ParentFont = False
    344377          TabOrder = 10
    345378          Value = 1
    346379        end
    347380        object Label4: TLabel
    348           Left = 331
    349           Height = 26
    350           Top = 368
     381          Left = 276
     382          Height = 26
     383          Top = 307
    351384          Width = 15
    352385          Caption = '%'
    353386          ParentColor = False
     387          ParentFont = False
    354388        end
    355389        object Label3: TLabel
    356           Left = 331
    357           Height = 26
    358           Top = 324
     390          Left = 276
     391          Height = 26
     392          Top = 270
    359393          Width = 15
    360394          Caption = '%'
    361395          ParentColor = False
     396          ParentFont = False
    362397        end
    363398        object SpinEditNeutralUnits: TSpinEdit
    364           Left = 312
     399          Left = 260
    365400          Height = 43
    366           Top = 488
    367           Width = 98
     401          Top = 407
     402          Width = 82
    368403          MaxValue = 99
    369404          OnChange = SpinEditNeutralUnitsChange
     405          ParentFont = False
    370406          TabOrder = 11
    371407          Value = 12
    372408        end
    373409        object Label7: TLabel
    374           Left = 8
    375           Height = 26
    376           Top = 496
     410          Left = 7
     411          Height = 26
     412          Top = 413
    377413          Width = 227
    378414          Caption = 'Max random neutral units:'
    379415          ParentColor = False
     416          ParentFont = False
    380417        end
    381418        object EditImageFile: TEdit
    382           Left = 144
     419          Left = 120
    383420          Height = 43
    384           Top = 184
    385           Width = 529
     421          Top = 153
     422          Width = 574
    386423          Anchors = [akTop, akLeft, akRight]
    387424          OnChange = EditImageFileChange
     425          ParentFont = False
    388426          TabOrder = 12
    389427        end
    390428        object ButtonImageBrowse: TButton
    391           Left = 680
    392           Height = 38
    393           Top = 189
    394           Width = 99
     429          Left = 700
     430          Height = 32
     431          Top = 158
     432          Width = 82
    395433          Anchors = [akTop, akRight]
    396434          Caption = 'Browse'
    397435          OnClick = ButtonImageBrowseClick
     436          ParentFont = False
    398437          TabOrder = 13
    399438        end
    400439        object Label9: TLabel
    401           Left = 8
    402           Height = 26
    403           Top = 191
     440          Left = 7
     441          Height = 26
     442          Top = 159
    404443          Width = 90
    405444          Caption = 'Image file:'
    406445          ParentColor = False
     446          ParentFont = False
    407447        end
    408448        object CheckBoxBridges: TCheckBox
    409           Left = 8
     449          Left = 7
    410450          Height = 30
    411           Top = 408
     451          Top = 340
    412452          Width = 212
    413453          Caption = 'Bridges between cells'
    414454          OnChange = CheckBoxBridgesChange
     455          ParentFont = False
    415456          TabOrder = 14
    416457        end
    417458        object SpinEditMaxPower: TSpinEdit
    418           Left = 312
     459          Left = 260
    419460          Height = 43
    420           Top = 440
    421           Width = 98
     461          Top = 367
     462          Width = 82
    422463          MaxValue = 1000000
    423464          MinValue = 1
    424465          OnChange = SpinEditMaxPowerChange
     466          ParentFont = False
    425467          TabOrder = 15
    426468          Value = 99
    427469        end
    428470        object Label10: TLabel
    429           Left = 8
    430           Height = 26
    431           Top = 448
     471          Left = 7
     472          Height = 26
     473          Top = 373
    432474          Width = 156
    433475          Caption = 'Max units per cell:'
    434476          ParentColor = False
     477          ParentFont = False
    435478        end
    436479        object CheckBoxCyclicMap: TCheckBox
    437           Left = 8
    438           Height = 27
    439           Top = 283
    440           Width = 308
     480          Left = 7
     481          Height = 22
     482          Top = 236
     483          Width = 389
    441484          Anchors = [akTop, akLeft, akRight]
    442485          AutoSize = False
    443486          Caption = 'Cyclic map'
    444487          OnChange = CheckBoxCyclicMapChange
     488          ParentFont = False
    445489          TabOrder = 16
    446490        end
    447491        object Image1: TImage
    448           Left = 419
    449           Height = 316
    450           Top = 272
    451           Width = 359
     492          Left = 349
     493          Height = 263
     494          Top = 227
     495          Width = 432
    452496          Anchors = [akTop, akLeft, akRight]
    453497          OnResize = Image1Resize
    454498        end
    455499        object Label15: TLabel
    456           Left = 419
    457           Height = 26
    458           Top = 240
     500          Left = 349
     501          Height = 26
     502          Top = 200
    459503          Width = 71
    460504          Caption = 'Preview:'
    461505          ParentColor = False
     506          ParentFont = False
    462507        end
    463508        object ButtonRandomize: TButton
    464           Left = 10
    465           Height = 38
    466           Top = 540
    467           Width = 153
     509          Left = 8
     510          Height = 32
     511          Top = 450
     512          Width = 128
    468513          Caption = 'Randomize'
    469514          OnClick = ButtonRandomizeClick
     515          ParentFont = False
    470516          TabOrder = 17
    471517        end
     
    474520    object TabSheetRules: TTabSheet
    475521      Caption = 'Rules'
    476       ClientHeight = 596
    477       ClientWidth = 796
     522      ClientHeight = 497
     523      ClientWidth = 664
     524      ParentFont = False
    478525      object Panel4: TPanel
    479526        Left = 0
    480         Height = 596
     527        Height = 497
    481528        Top = 0
    482         Width = 796
     529        Width = 664
    483530        Align = alClient
    484531        BevelOuter = bvNone
    485         ClientHeight = 596
    486         ClientWidth = 796
     532        ClientHeight = 497
     533        ClientWidth = 664
     534        ParentFont = False
    487535        TabOrder = 0
    488536        object RadioGroupGrowCells: TRadioGroup
    489           Left = 15
    490           Height = 105
    491           Top = 104
    492           Width = 312
     537          Left = 12
     538          Height = 88
     539          Top = 87
     540          Width = 260
    493541          AutoFill = True
    494542          Caption = 'Growing cells'
     
    500548          ChildSizing.Layout = cclLeftToRightThenTopToBottom
    501549          ChildSizing.ControlsPerLine = 1
    502           ClientHeight = 78
    503           ClientWidth = 310
     550          ClientHeight = 63
     551          ClientWidth = 256
    504552          Items.Strings = (
    505553            'None'
     
    507555            'Player all'
    508556          )
     557          ParentFont = False
    509558          TabOrder = 0
    510559        end
    511560        object Label6: TLabel
    512           Left = 8
    513           Height = 26
    514           Top = 248
    515           Width = 120
     561          Left = 7
     562          Height = 20
     563          Top = 207
     564          Width = 94
    516565          Caption = 'Win objective:'
    517566          ParentColor = False
     567          ParentFont = False
    518568        end
    519569        object ComboBoxWinObjective: TComboBox
    520           Left = 224
    521           Height = 38
    522           Top = 244
    523           Width = 328
    524           ItemHeight = 0
     570          Left = 187
     571          Height = 28
     572          Top = 203
     573          Width = 273
     574          ItemHeight = 20
    525575          Items.Strings = (
    526576            'Defeat all oponents'
     
    530580          )
    531581          OnChange = ComboBoxWinObjectiveChange
     582          ParentFont = False
    532583          Style = csDropDownList
    533584          TabOrder = 1
    534585        end
    535586        object RadioGroupGrowAmount: TRadioGroup
    536           Left = 15
    537           Height = 76
    538           Top = 16
    539           Width = 305
     587          Left = 12
     588          Height = 63
     589          Top = 13
     590          Width = 254
    540591          AutoFill = True
    541592          Caption = 'Per turn grow amount'
     
    547598          ChildSizing.Layout = cclLeftToRightThenTopToBottom
    548599          ChildSizing.ControlsPerLine = 1
    549           ClientHeight = 49
    550           ClientWidth = 303
     600          ClientHeight = 38
     601          ClientWidth = 250
    551602          Items.Strings = (
    552603            'By one'
    553604            'By square root'
    554605          )
     606          ParentFont = False
    555607          TabOrder = 2
    556608        end
    557609        object CheckBoxFogOfWar: TCheckBox
    558           Left = 336
    559           Height = 30
    560           Top = 24
    561           Width = 115
     610          Left = 280
     611          Height = 24
     612          Top = 20
     613          Width = 95
    562614          Caption = 'Fog of war'
     615          ParentFont = False
    563616          TabOrder = 3
    564617        end
    565618        object PageControlWinObjective: TPageControl
    566           Left = 12
    567           Height = 78
    568           Top = 290
    569           Width = 773
     619          Left = 10
     620          Height = 65
     621          Top = 242
     622          Width = 645
    570623          ActivePage = TabSheetCaptureEntireMap
    571624          Anchors = [akTop, akLeft, akRight]
     625          ParentFont = False
    572626          ShowTabs = False
    573627          TabIndex = 5
    574628          TabOrder = 4
    575629          object TabSheetDefeatEnemies: TTabSheet
     630            ParentFont = False
    576631          end
    577632          object TabSheetCaptureCities: TTabSheet
     633            ParentFont = False
    578634          end
    579635          object TabSheetCaptureCells: TTabSheet
    580636            ClientHeight = 74
    581637            ClientWidth = 763
     638            ParentFont = False
    582639            object Label14: TLabel
    583               Left = 8
     640              Left = 7
    584641              Height = 20
    585               Top = 16
     642              Top = 13
    586643              Width = 125
    587644              Caption = 'Special cells count:'
    588645              ParentColor = False
     646              ParentFont = False
    589647            end
    590648            object SpinEditSpecialCells: TSpinEdit
    591               Left = 236
     649              Left = 197
    592650              Height = 28
    593               Top = 8
    594               Width = 159
     651              Top = 7
     652              Width = 132
    595653              MaxValue = 1000
    596654              MinValue = 1
     655              ParentFont = False
    597656              TabOrder = 0
    598657              Value = 1
     
    602661            ClientHeight = 74
    603662            ClientWidth = 763
     663            ParentFont = False
    604664            object Label13: TLabel
    605               Left = 8
     665              Left = 7
    606666              Height = 20
    607               Top = 16
     667              Top = 13
    608668              Width = 111
    609669              Caption = 'Number of turns:'
    610670              ParentColor = False
     671              ParentFont = False
    611672            end
    612673            object SpinEditTurns: TSpinEdit
    613               Left = 236
     674              Left = 197
    614675              Height = 28
    615               Top = 8
    616               Width = 159
     676              Top = 7
     677              Width = 132
    617678              MaxValue = 1000
    618679              MinValue = 1
     680              ParentFont = False
    619681              TabOrder = 0
    620682              Value = 1
     
    622684          end
    623685          object TabSheetNone: TTabSheet
     686            ParentFont = False
    624687          end
    625688          object TabSheetCaptureEntireMap: TTabSheet
     689            ParentFont = False
    626690          end
    627691        end
     
    631695  object PanelButtons: TPanel
    632696    Left = 0
    633     Height = 45
    634     Top = 700
    635     Width = 1211
     697    Height = 38
     698    Top = 583
     699    Width = 1009
    636700    Align = alBottom
    637701    BevelOuter = bvNone
    638     ClientHeight = 45
    639     ClientWidth = 1211
     702    ClientHeight = 38
     703    ClientWidth = 1009
     704    ParentFont = False
    640705    TabOrder = 1
    641706    object ButtonOk: TButton
    642       Left = 1023
    643       Height = 25
    644       Top = 6
    645       Width = 75
     707      Left = 853
     708      Height = 21
     709      Top = 5
     710      Width = 62
    646711      Anchors = [akRight, akBottom]
    647712      Caption = 'Ok'
    648713      ModalResult = 1
    649714      OnClick = ButtonOkClick
     715      ParentFont = False
    650716      TabOrder = 0
    651717    end
    652718    object ButtonCancel: TButton
    653       Left = 1127
    654       Height = 25
    655       Top = 6
    656       Width = 75
     719      Left = 939
     720      Height = 21
     721      Top = 5
     722      Width = 62
    657723      Anchors = [akRight, akBottom]
    658724      Caption = 'Cancel'
    659725      ModalResult = 2
     726      ParentFont = False
    660727      TabOrder = 1
    661728    end
    662729  end
    663730  object PanelChat: TPanel
    664     Left = 820
    665     Height = 644
    666     Top = 56
    667     Width = 391
     731    Left = 683
     732    Height = 536
     733    Top = 47
     734    Width = 326
    668735    Align = alRight
    669736    BevelOuter = bvNone
     737    ParentFont = False
    670738    TabOrder = 2
    671739  end
    672740  object Splitter1: TSplitter
    673     Left = 814
    674     Height = 644
    675     Top = 56
    676     Width = 6
     741    Left = 678
     742    Height = 536
     743    Top = 47
     744    Width = 5
    677745    Align = alRight
    678746    ResizeAnchor = akRight
     
    680748  object Panel5: TPanel
    681749    Left = 0
    682     Height = 56
     750    Height = 47
    683751    Top = 0
    684     Width = 1211
     752    Width = 1009
    685753    Align = alTop
    686754    BevelOuter = bvNone
    687     ClientHeight = 56
    688     ClientWidth = 1211
     755    ClientHeight = 47
     756    ClientWidth = 1009
     757    ParentFont = False
    689758    TabOrder = 4
    690759    object Label16: TLabel
    691       Left = 12
    692       Height = 26
    693       Top = 16
    694       Width = 121
     760      Left = 10
     761      Height = 20
     762      Top = 13
     763      Width = 91
    695764      Caption = 'Game system:'
    696765      ParentColor = False
     766      ParentFont = False
    697767    end
    698768    object ComboBoxGameSystem: TComboBox
    699       Left = 176
    700       Height = 42
    701       Top = 9
    702       Width = 254
    703       ItemHeight = 0
     769      Left = 147
     770      Height = 28
     771      Top = 8
     772      Width = 212
     773      ItemHeight = 20
    704774      OnChange = ComboBoxGameSystemChange
     775      ParentFont = False
    705776      Style = csDropDownList
    706777      TabOrder = 0
    707778    end
    708779    object ButtonGameSystems: TButton
    709       Left = 443
    710       Height = 38
    711       Top = 12
    712       Width = 113
     780      Left = 369
     781      Height = 32
     782      Top = 10
     783      Width = 94
    713784      Caption = 'Manage'
    714785      OnClick = ButtonGameSystemsClick
     786      ParentFont = False
    715787      TabOrder = 1
    716788    end
     
    718790  object ActionList1: TActionList
    719791    Images = Core.ImageListSmall
    720     left = 864
    721     top = 216
     792    left = 720
     793    top = 180
    722794    object AServerAdd: TAction
    723795      Caption = 'Add'
     
    734806  end
    735807  object OpenPictureDialog1: TOpenPictureDialog
    736     left = 864
    737     top = 360
     808    left = 720
     809    top = 300
    738810  end
    739811  object PopupMenuServers: TPopupMenu
    740     left = 864
    741     top = 136
     812    left = 720
     813    top = 113
    742814    object MenuItem4: TMenuItem
    743815      Action = AServerAdd
     
    753825    Interval = 500
    754826    OnTimer = TimerMapPreviewTimer
    755     left = 864
    756     top = 446
     827    left = 720
     828    top = 372
    757829  end
    758830end
  • trunk/Forms/UFormPlayer.lfm

    r288 r295  
    11object FormPlayer: TFormPlayer
    22  Left = 470
    3   Height = 406
     3  Height = 338
    44  Top = 157
    5   Width = 652
     5  Width = 543
    66  Caption = 'Player'
    7   ClientHeight = 406
    8   ClientWidth = 652
    9   Constraints.MinHeight = 344
    10   Constraints.MinWidth = 522
    11   DesignTimePPI = 144
     7  ClientHeight = 338
     8  ClientWidth = 543
     9  Constraints.MinHeight = 287
     10  Constraints.MinWidth = 435
     11  DesignTimePPI = 120
    1212  OnClose = FormClose
    1313  OnCreate = FormCreate
     
    1616  LCLVersion = '2.0.0.4'
    1717  object Label1: TLabel
    18     Left = 24
    19     Height = 26
    20     Top = 27
    21     Width = 56
     18    Left = 20
     19    Height = 20
     20    Top = 22
     21    Width = 43
    2222    Caption = 'Name:'
    2323    ParentColor = False
     24    ParentFont = False
    2425  end
    2526  object EditName: TEdit
    26     Left = 168
    27     Height = 43
    28     Top = 27
    29     Width = 469
     27    Left = 140
     28    Height = 28
     29    Top = 22
     30    Width = 391
    3031    Anchors = [akTop, akLeft, akRight]
     32    ParentFont = False
    3133    TabOrder = 0
    3234  end
    3335  object ButtonCancel: TButton
    34     Left = 274
    35     Height = 25
    36     Top = 366
    37     Width = 75
     36    Left = 229
     37    Height = 21
     38    Top = 305
     39    Width = 62
    3840    Anchors = [akRight, akBottom]
    3941    Caption = 'Cancel'
    4042    ModalResult = 2
     43    ParentFont = False
    4144    TabOrder = 1
    4245  end
    4346  object ButtonOk: TButton
    44     Left = 394
    45     Height = 25
    46     Top = 369
    47     Width = 75
     47    Left = 329
     48    Height = 21
     49    Top = 307
     50    Width = 62
    4851    Anchors = [akRight, akBottom]
    4952    Caption = 'Ok'
     
    5154    ModalResult = 1
    5255    OnClick = ButtonOkClick
     56    ParentFont = False
    5357    TabOrder = 2
    5458  end
    5559  object ComboBoxMode: TComboBox
    56     Left = 168
    57     Height = 38
    58     Top = 124
    59     Width = 469
     60    Left = 140
     61    Height = 28
     62    Top = 103
     63    Width = 391
    6064    Anchors = [akTop, akLeft, akRight]
    61     ItemHeight = 0
     65    ItemHeight = 20
    6266    ItemIndex = 0
    6367    Items.Strings = (
     
    6670    )
    6771    OnChange = ComboBoxModeChange
     72    ParentFont = False
    6873    Style = csDropDownList
    6974    TabOrder = 3
     
    7176  end
    7277  object Label2: TLabel
    73     Left = 24
    74     Height = 26
    75     Top = 128
    76     Width = 53
     78    Left = 20
     79    Height = 20
     80    Top = 107
     81    Width = 42
    7782    Caption = 'Mode:'
    7883    ParentColor = False
     84    ParentFont = False
    7985  end
    8086  object Label3: TLabel
    81     Left = 24
    82     Height = 26
    83     Top = 176
    84     Width = 50
     87    Left = 20
     88    Height = 20
     89    Top = 147
     90    Width = 39
    8591    Caption = 'Color:'
    8692    ParentColor = False
     93    ParentFont = False
    8794  end
    8895  object ColorBox1: TColorBox
    89     Left = 168
    90     Height = 42
    91     Top = 168
    92     Width = 469
     96    Left = 140
     97    Height = 23
     98    Top = 140
     99    Width = 391
    93100    Style = [cbStandardColors, cbExtendedColors, cbCustomColor, cbPrettyNames]
    94101    Anchors = [akTop, akLeft, akRight]
    95     ItemHeight = 20
     102    ItemHeight = 17
     103    ParentFont = False
    96104    TabOrder = 4
    97105  end
    98106  object Label4: TLabel
    99     Left = 24
    100     Height = 26
    101     Top = 216
    102     Width = 98
     107    Left = 20
     108    Height = 20
     109    Top = 180
     110    Width = 74
    103111    Caption = 'Agressivity:'
    104112    ParentColor = False
     113    ParentFont = False
    105114  end
    106115  object ComboBoxAgressivity: TComboBox
    107     Left = 168
    108     Height = 38
    109     Top = 216
    110     Width = 469
     116    Left = 140
     117    Height = 28
     118    Top = 180
     119    Width = 391
    111120    Anchors = [akTop, akLeft, akRight]
    112     ItemHeight = 0
     121    ItemHeight = 20
    113122    Items.Strings = (
    114123      'Low'
     
    117126      ''
    118127    )
     128    ParentFont = False
    119129    Style = csDropDownList
    120130    TabOrder = 5
    121131  end
    122132  object CheckBoxDefensive: TCheckBox
    123     Left = 24
    124     Height = 30
    125     Top = 256
    126     Width = 109
     133    Left = 20
     134    Height = 24
     135    Top = 213
     136    Width = 89
    127137    Caption = 'Defensive'
     138    ParentFont = False
    128139    TabOrder = 6
    129140  end
    130141  object Label5: TLabel
    131     Left = 24
    132     Height = 26
    133     Top = 296
    134     Width = 94
     142    Left = 20
     143    Height = 20
     144    Top = 247
     145    Width = 69
    135146    Caption = 'Start units:'
    136147    ParentColor = False
     148    ParentFont = False
    137149  end
    138150  object SpinEditStartUnits: TSpinEdit
    139     Left = 224
    140     Height = 43
    141     Top = 288
    142     Width = 112
     151    Left = 187
     152    Height = 28
     153    Top = 240
     154    Width = 93
    143155    MaxValue = 99
     156    ParentFont = False
    144157    TabOrder = 7
    145158  end
    146159  object ComboBoxNation: TComboBox
    147     Left = 168
    148     Height = 42
    149     Top = 76
    150     Width = 469
     160    Left = 140
     161    Height = 28
     162    Top = 63
     163    Width = 391
    151164    Anchors = [akTop, akLeft, akRight]
    152     ItemHeight = 0
     165    ItemHeight = 20
    153166    OnChange = ComboBoxModeChange
     167    ParentFont = False
    154168    Style = csDropDownList
    155169    TabOrder = 8
    156170  end
    157171  object Label6: TLabel
    158     Left = 24
    159     Height = 26
    160     Top = 80
    161     Width = 63
     172    Left = 20
     173    Height = 20
     174    Top = 67
     175    Width = 48
    162176    Caption = 'Nation:'
    163177    ParentColor = False
     178    ParentFont = False
    164179  end
    165180end
  • trunk/Forms/UFormPlayers.lfm

    r287 r295  
    11object FormPlayers: TFormPlayers
    22  Left = 566
    3   Height = 354
     3  Height = 295
    44  Top = 293
    5   Width = 682
     5  Width = 568
    66  Caption = 'Players'
    7   ClientHeight = 354
    8   ClientWidth = 682
    9   DesignTimePPI = 144
     7  ClientHeight = 295
     8  ClientWidth = 568
     9  DesignTimePPI = 120
    1010  OnClose = FormClose
    1111  OnCreate = FormCreate
     
    1515  object ListView1: TListView
    1616    Left = 0
    17     Height = 315
     17    Height = 263
    1818    Top = 0
    19     Width = 682
     19    Width = 568
    2020    Align = alClient
    2121    Columns = <   
    2222      item
    2323        Caption = 'Name'
    24         Width = 200
     24        Width = 167
    2525      end   
    2626      item
    2727        Caption = 'Type'
    28         Width = 100
     28        Width = 83
    2929      end   
    3030      item
    3131        Caption = 'Color'
    32         Width = 80
     32        Width = 67
    3333      end   
    3434      item
    3535        Caption = 'Nation'
    36         Width = 100
     36        Width = 83
    3737      end   
    3838      item
    3939        Caption = 'Start units'
    40         Width = 187
     40        Width = 156
    4141      end>
    4242    MultiSelect = True
    4343    OwnerData = True
     44    ParentFont = False
    4445    PopupMenu = PopupMenu1
    4546    ReadOnly = True
     
    5657  object ToolBar1: TToolBar
    5758    Left = 0
    58     Height = 39
    59     Top = 315
    60     Width = 682
     59    Top = 263
     60    Width = 568
    6161    Align = alBottom
    6262    Images = Core.ImageListSmall
     63    ParentFont = False
    6364    TabOrder = 1
    6465    object ToolButton1: TToolButton
     
    6869    end
    6970    object ToolButton2: TToolButton
    70       Left = 36
     71      Left = 30
    7172      Top = 2
    7273      Action = AModify
    7374    end
    7475    object ToolButton3: TToolButton
    75       Left = 71
     76      Left = 59
    7677      Top = 2
    7778      Action = ARemove
    7879    end
    7980    object ToolButton4: TToolButton
    80       Left = 106
     81      Left = 88
    8182      Top = 2
    8283      Action = AClone
     
    8586  object ActionList1: TActionList
    8687    Images = Core.ImageListSmall
    87     left = 207
    88     top = 163
     88    left = 173
     89    top = 136
    8990    object AAdd: TAction
    9091      Caption = 'Add'
     
    114115  object PopupMenu1: TPopupMenu
    115116    Images = Core.ImageListSmall
    116     left = 352
    117     top = 160
     117    left = 293
     118    top = 133
    118119    object MenuItem1: TMenuItem
    119120      Action = AAdd
  • trunk/Forms/UFormPlayersStats.lfm

    r229 r295  
    1010  OnClose = FormClose
    1111  OnShow = FormShow
    12   LCLVersion = '1.8.2.0'
     12  LCLVersion = '2.0.0.4'
    1313  object ListView1: TListView
    1414    Left = 4
  • trunk/Forms/UFormServer.lfm

    r288 r295  
    11object FormServer: TFormServer
    22  Left = 691
    3   Height = 252
     3  Height = 210
    44  Top = 389
    5   Width = 484
     5  Width = 403
    66  Caption = 'Server'
    7   ClientHeight = 252
    8   ClientWidth = 484
    9   DesignTimePPI = 144
     7  ClientHeight = 210
     8  ClientWidth = 403
     9  DesignTimePPI = 120
    1010  OnShow = FormShow
    1111  LCLVersion = '2.0.0.4'
    1212  object Label1: TLabel
    13     Left = 12
    14     Height = 26
    15     Top = 24
    16     Width = 56
     13    Left = 10
     14    Height = 20
     15    Top = 20
     16    Width = 43
    1717    Caption = 'Name:'
    1818    ParentColor = False
     
    2020  end
    2121  object EditName: TEdit
    22     Left = 163
    23     Height = 43
    24     Top = 17
    25     Width = 281
     22    Left = 136
     23    Height = 28
     24    Top = 14
     25    Width = 234
    2626    ParentFont = False
    2727    TabOrder = 0
    2828  end
    2929  object Label2: TLabel
    30     Left = 12
    31     Height = 26
    32     Top = 72
    33     Width = 74
     30    Left = 10
     31    Height = 20
     32    Top = 60
     33    Width = 56
    3434    Caption = 'Address:'
    3535    ParentColor = False
     
    3737  end
    3838  object EditAddress: TEdit
    39     Left = 163
    40     Height = 43
    41     Top = 64
    42     Width = 283
     39    Left = 136
     40    Height = 28
     41    Top = 53
     42    Width = 236
    4343    ParentFont = False
    4444    TabOrder = 1
    4545  end
    4646  object Label3: TLabel
    47     Left = 12
    48     Height = 26
    49     Top = 120
    50     Width = 41
     47    Left = 10
     48    Height = 20
     49    Top = 100
     50    Width = 30
    5151    Caption = 'Port:'
    5252    ParentColor = False
     
    5454  end
    5555  object SpinEdit1: TSpinEdit
    56     Left = 163
    57     Height = 43
    58     Top = 112
    59     Width = 116
     56    Left = 136
     57    Height = 28
     58    Top = 93
     59    Width = 97
    6060    MaxValue = 65535
    6161    ParentFont = False
     
    6363  end
    6464  object ButtonCancel: TButton
    65     Left = 288
    66     Height = 37
    67     Top = 186
    68     Width = 113
     65    Left = 240
     66    Height = 31
     67    Top = 155
     68    Width = 94
    6969    Caption = 'Cancel'
    7070    ModalResult = 2
     
    7373  end
    7474  object ButtonOk: TButton
    75     Left = 96
    76     Height = 37
    77     Top = 186
    78     Width = 113
     75    Left = 80
     76    Height = 31
     77    Top = 155
     78    Width = 94
    7979    Caption = 'OK'
    8080    ModalResult = 1
  • trunk/Forms/UFormSettings.lfm

    r262 r295  
    11object FormSettings: TFormSettings
    22  Left = 535
    3   Height = 359
     3  Height = 299
    44  Top = 386
    5   Width = 576
     5  Width = 480
    66  ActiveControl = ButtonOk
    77  Caption = 'Settings'
    8   ClientHeight = 359
    9   ClientWidth = 576
    10   Constraints.MinHeight = 300
    11   Constraints.MinWidth = 454
    12   DesignTimePPI = 144
     8  ClientHeight = 299
     9  ClientWidth = 480
     10  Constraints.MinHeight = 250
     11  Constraints.MinWidth = 378
     12  DesignTimePPI = 120
    1313  OnClose = FormClose
    1414  OnCreate = FormCreate
    1515  OnShow = FormShow
    1616  Position = poMainFormCenter
    17   LCLVersion = '1.8.2.0'
     17  LCLVersion = '2.0.0.4'
    1818  object ButtonOk: TButton
    19     Left = 493
    20     Height = 25
    21     Top = 320
    22     Width = 75
     19    Left = 411
     20    Height = 21
     21    Top = 266
     22    Width = 62
    2323    Anchors = [akRight, akBottom]
    2424    Caption = 'Ok'
    2525    ModalResult = 1
     26    ParentFont = False
    2627    TabOrder = 0
    2728  end
    2829  object ButtonCancel: TButton
    29     Left = 398
    30     Height = 25
    31     Top = 320
    32     Width = 75
     30    Left = 332
     31    Height = 21
     32    Top = 266
     33    Width = 62
    3334    Anchors = [akRight, akBottom]
    3435    Caption = 'Cancel'
    3536    ModalResult = 2
     37    ParentFont = False
    3638    TabOrder = 1
    3739  end
    3840  object PageControl1: TPageControl
    39     Left = 8
    40     Height = 304
    41     Top = 8
    42     Width = 560
     41    Left = 7
     42    Height = 245
     43    Top = 7
     44    Width = 466
    4345    ActivePage = TabSheetGeneral
    4446    Align = alTop
    4547    Anchors = [akTop, akLeft, akRight, akBottom]
    46     BorderSpacing.Around = 8
     48    BorderSpacing.Around = 7
     49    ParentFont = False
    4750    TabIndex = 0
    4851    TabOrder = 2
    4952    object TabSheetGeneral: TTabSheet
    5053      Caption = 'General'
    51       ClientHeight = 260
    52       ClientWidth = 554
     54      ClientHeight = 212
     55      ClientWidth = 458
     56      ParentFont = False
    5357      object Panel1: TPanel
    5458        Left = 0
    55         Height = 260
     59        Height = 212
    5660        Top = 0
    57         Width = 554
     61        Width = 458
    5862        Align = alClient
    5963        BevelOuter = bvNone
    60         ClientHeight = 260
    61         ClientWidth = 554
     64        ClientHeight = 212
     65        ClientWidth = 458
     66        ParentFont = False
    6267        TabOrder = 0
    6368        object Label1: TLabel
    64           Left = 20
    65           Height = 26
    66           Top = 32
    67           Width = 88
     69          Left = 17
     70          Height = 20
     71          Top = 27
     72          Width = 68
    6873          Caption = 'Language:'
    6974          ParentColor = False
     75          ParentFont = False
    7076        end
    7177        object ComboBoxLanguage: TComboBox
    72           Left = 178
    73           Height = 40
    74           Top = 24
    75           Width = 196
    76           ItemHeight = 0
     78          Left = 148
     79          Height = 28
     80          Top = 20
     81          Width = 163
     82          ItemHeight = 20
     83          ParentFont = False
    7784          Style = csDropDownList
    7885          TabOrder = 0
    7986        end
    8087        object ComboBoxTheme: TComboBox
    81           Left = 176
    82           Height = 40
    83           Top = 72
    84           Width = 196
    85           ItemHeight = 0
     88          Left = 147
     89          Height = 28
     90          Top = 60
     91          Width = 163
     92          ItemHeight = 20
     93          ParentFont = False
    8694          Style = csDropDownList
    8795          TabOrder = 1
    8896        end
    8997        object Label6: TLabel
    90           Left = 20
    91           Height = 26
    92           Top = 80
    93           Width = 63
     98          Left = 17
     99          Height = 20
     100          Top = 67
     101          Width = 48
    94102          Caption = 'Theme:'
    95103          ParentColor = False
     104          ParentFont = False
    96105        end
    97106        object SpinEditAnimSpeed: TSpinEdit
    98           Left = 232
    99           Height = 36
    100           Top = 120
    101           Width = 122
     107          Left = 193
     108          Height = 28
     109          Top = 100
     110          Width = 102
     111          ParentFont = False
    102112          TabOrder = 2
    103113        end
    104114        object Label3: TLabel
    105           Left = 368
    106           Height = 26
    107           Top = 124
    108           Width = 15
     115          Left = 307
     116          Height = 20
     117          Top = 103
     118          Width = 12
    109119          Caption = '%'
    110120          ParentColor = False
     121          ParentFont = False
    111122        end
    112123        object Label2: TLabel
    113           Left = 20
    114           Height = 26
    115           Top = 120
    116           Width = 150
     124          Left = 17
     125          Height = 20
     126          Top = 100
     127          Width = 116
    117128          Caption = 'Animation speed:'
    118129          ParentColor = False
     130          ParentFont = False
    119131        end
    120132        object CheckBoxAutoSaveTurn: TCheckBox
    121           Left = 20
    122           Height = 30
    123           Top = 154
    124           Width = 269
     133          Left = 17
     134          Height = 24
     135          Top = 128
     136          Width = 213
    125137          Caption = 'Autosave game on each turn'
     138          ParentFont = False
    126139          TabOrder = 3
    127140        end
    128141        object CheckBoxReopenLastFile: TCheckBox
    129           Left = 20
    130           Height = 30
    131           Top = 194
    132           Width = 249
     142          Left = 17
     143          Height = 24
     144          Top = 162
     145          Width = 198
    133146          Caption = 'Reopen last game on start'
     147          ParentFont = False
    134148          TabOrder = 4
    135149        end
     
    140154      ClientHeight = 260
    141155      ClientWidth = 554
     156      ParentFont = False
    142157      object Panel2: TPanel
    143158        Left = 0
     
    149164        ClientHeight = 229
    150165        ClientWidth = 583
     166        ParentFont = False
    151167        TabOrder = 0
    152168        object CheckBox2: TCheckBox
    153           Left = 16
    154           Height = 24
    155           Top = 32
    156           Width = 551
     169          Left = 13
     170          Height = 20
     171          Top = 27
     172          Width = 557
    157173          Anchors = [akTop, akLeft, akRight]
    158174          AutoSize = False
    159175          Caption = 'Automatic DPI'
    160176          OnChange = CheckBox2Change
     177          ParentFont = False
    161178          TabOrder = 0
    162179        end
    163180        object Label4: TLabel
    164           Left = 14
     181          Left = 12
    165182          Height = 26
    166           Top = 67
     183          Top = 56
    167184          Width = 35
    168185          Caption = 'DPI:'
    169186          ParentColor = False
     187          ParentFont = False
    170188        end
    171189        object SpinEditX: TSpinEdit
    172           Left = 104
     190          Left = 87
    173191          Height = 36
    174           Top = 64
    175           Width = 96
     192          Top = 53
     193          Width = 80
    176194          MaxValue = 500
    177195          MinValue = 20
     196          ParentFont = False
    178197          TabOrder = 1
    179198          Value = 50
    180199        end
    181200        object Label5: TLabel
    182           Left = 208
     201          Left = 173
    183202          Height = 26
    184           Top = 67
     203          Top = 56
    185204          Width = 10
    186205          Caption = 'x'
    187206          ParentColor = False
     207          ParentFont = False
    188208        end
    189209        object SpinEditY: TSpinEdit
    190           Left = 232
     210          Left = 193
    191211          Height = 36
    192           Top = 64
    193           Width = 90
     212          Top = 53
     213          Width = 75
    194214          MaxValue = 500
    195215          MinValue = 20
     216          ParentFont = False
    196217          TabOrder = 2
    197218          Value = 20
    198219        end
    199220        object CheckBoxDevelMode: TCheckBox
    200           Left = 16
    201           Height = 27
    202           Top = 136
    203           Width = 555
     221          Left = 13
     222          Height = 22
     223          Top = 113
     224          Width = 560
    204225          Anchors = [akTop, akLeft, akRight]
    205226          AutoSize = False
    206227          Caption = 'Developer mode'
     228          ParentFont = False
    207229          TabOrder = 3
    208230        end
  • trunk/Forms/UFormUnitMoves.lfm

    r229 r295  
    1010  OnClose = FormClose
    1111  OnShow = FormShow
    12   LCLVersion = '1.8.2.0'
     12  LCLVersion = '2.0.0.4'
    1313  object ListView1: TListView
    1414    Left = 0
     
    3535      end>
    3636    OwnerData = True
     37    ParentFont = False
    3738    ReadOnly = True
    3839    RowSelect = True
  • trunk/Languages/xtactics.cs.po

    r294 r295  
    99"MIME-Version: 1.0\n"
    1010"Content-Transfer-Encoding: 8bit\n"
    11 "X-Generator: Poedit 2.1.1\n"
     11"X-Generator: Poedit 2.2\n"
    1212"Language: cs\n"
    1313
     
    113113msgstr "Přepnout Skrytou mapu"
    114114
     115#: tformabout.buttonclose.caption
     116msgid "Close"
     117msgstr "Zavřít"
     118
     119#: tformabout.buttonhomepage.caption
     120msgid "Home page"
     121msgstr "Domovská stránka"
     122
     123#: tformabout.caption
     124msgctxt "tformabout.caption"
     125msgid "About"
     126msgstr "O aplikaci"
     127
     128#: tformabout.labelappname.caption
     129msgctxt "tformabout.labelappname.caption"
     130msgid "xTactics"
     131msgstr "xTactics"
     132
     133#: tformabout.labelcontent.caption
     134#, fuzzy
     135msgctxt "tformabout.labelcontent.caption"
     136msgid "   "
     137msgstr "   "
     138
     139#: tformabout.labeldescription.caption
     140msgid "Turn-based strategy game inspired by classic Risk board game. The game is highly configurable to allow to adjust battle field and game rules."
     141msgstr "Tahová strategická hra inspirovaná klasickou deskovou hrou Risk. Hra je vysoce nastavitelná pro umožňění upravit bojiště a herní pravidla."
     142
    115143#: tformcharts.caption
    116144msgctxt "tformcharts.caption"
     
    272300msgstr "Jméno"
    273301
     302#: tformhelp.caption
     303msgctxt "tformhelp.caption"
     304msgid "Help"
     305msgstr "Nápověda"
     306
    274307#: tformitem.buttoncancel.caption
    275308msgctxt "tformitem.buttoncancel.caption"
     
    286319msgid "Item"
    287320msgstr "Položka"
     321
     322#: tformkeyshortcuts.caption
     323msgctxt "tformkeyshortcuts.caption"
     324msgid "Key shortcuts"
     325msgstr "Klávesové zkratky"
     326
     327#: tformkeyshortcuts.listview1.columns[0].caption
     328msgid "Action"
     329msgstr "Akce"
     330
     331#: tformkeyshortcuts.listview1.columns[1].caption
     332msgid "Window"
     333msgstr "Okno"
     334
     335#: tformkeyshortcuts.listview1.columns[2].caption
     336msgid "Shortcut"
     337msgstr "Zkratka"
     338
     339#: tformkeyshortcuts.menuitem1.caption
     340msgid "Execute"
     341msgstr "Vykonat"
    288342
    289343#: tformlist.aadd.caption
     
    781835msgstr "Jednotky"
    782836
     837#: tformplayersstats.listview1.columns[6].caption
     838msgctxt "tformplayersstats.listview1.columns[6].caption"
     839msgid "Win objective cells"
     840msgstr "Buňky cíle vítězství"
     841
    783842#: tformserver.buttoncancel.caption
    784843msgctxt "tformserver.buttoncancel.caption"
     
    876935msgid "General"
    877936msgstr "Obecné"
     937
     938#: tformunitmoves.caption
     939msgctxt "tformunitmoves.caption"
     940msgid "Unit moves"
     941msgstr "Pohyby jednotek"
     942
     943#: tformunitmoves.listview1.columns[0].caption
     944msgid "From cell"
     945msgstr "Z buňky"
     946
     947#: tformunitmoves.listview1.columns[1].caption
     948msgid "To cell"
     949msgstr "Do buňky"
     950
     951#: tformunitmoves.listview1.columns[2].caption
     952msgid "Once count"
     953msgstr "Počet jednou"
     954
     955#: tformunitmoves.listview1.columns[3].caption
     956msgid "Repeat count"
     957msgstr "Opakovaný počet"
    878958
    879959#: ubuilding.sbuildingkind
  • trunk/Languages/xtactics.po

    r294 r295  
    103103msgstr ""
    104104
     105#: tformabout.buttonclose.caption
     106msgid "Close"
     107msgstr ""
     108
     109#: tformabout.buttonhomepage.caption
     110msgid "Home page"
     111msgstr ""
     112
     113#: tformabout.caption
     114msgctxt "tformabout.caption"
     115msgid "About"
     116msgstr ""
     117
     118#: tformabout.labelappname.caption
     119msgctxt "tformabout.labelappname.caption"
     120msgid "xTactics"
     121msgstr ""
     122
     123#: tformabout.labelcontent.caption
     124msgctxt "tformabout.labelcontent.caption"
     125msgid "   "
     126msgstr ""
     127
     128#: tformabout.labeldescription.caption
     129msgid "Turn-based strategy game inspired by classic Risk board game. The game is highly configurable to allow to adjust battle field and game rules."
     130msgstr ""
     131
    105132#: tformcharts.caption
    106133msgctxt "tformcharts.caption"
     
    262289msgstr ""
    263290
     291#: tformhelp.caption
     292msgctxt "tformhelp.caption"
     293msgid "Help"
     294msgstr ""
     295
    264296#: tformitem.buttoncancel.caption
    265297msgctxt "tformitem.buttoncancel.caption"
     
    277309msgstr ""
    278310
     311#: tformkeyshortcuts.caption
     312msgctxt "tformkeyshortcuts.caption"
     313msgid "Key shortcuts"
     314msgstr ""
     315
     316#: tformkeyshortcuts.listview1.columns[0].caption
     317msgid "Action"
     318msgstr ""
     319
     320#: tformkeyshortcuts.listview1.columns[1].caption
     321msgid "Window"
     322msgstr ""
     323
     324#: tformkeyshortcuts.listview1.columns[2].caption
     325msgid "Shortcut"
     326msgstr ""
     327
     328#: tformkeyshortcuts.menuitem1.caption
     329msgid "Execute"
     330msgstr ""
     331
    279332#: tformlist.aadd.caption
    280333msgctxt "tformlist.aadd.caption"
     
    767820msgstr ""
    768821
     822#: tformplayersstats.listview1.columns[6].caption
     823msgctxt "tformplayersstats.listview1.columns[6].caption"
     824msgid "Win objective cells"
     825msgstr ""
     826
    769827#: tformserver.buttoncancel.caption
    770828msgctxt "tformserver.buttoncancel.caption"
     
    861919msgctxt "tformsettings.tabsheetgeneral.caption"
    862920msgid "General"
     921msgstr ""
     922
     923#: tformunitmoves.caption
     924msgctxt "tformunitmoves.caption"
     925msgid "Unit moves"
     926msgstr ""
     927
     928#: tformunitmoves.listview1.columns[0].caption
     929msgid "From cell"
     930msgstr ""
     931
     932#: tformunitmoves.listview1.columns[1].caption
     933msgid "To cell"
     934msgstr ""
     935
     936#: tformunitmoves.listview1.columns[2].caption
     937msgid "Once count"
     938msgstr ""
     939
     940#: tformunitmoves.listview1.columns[3].caption
     941msgid "Repeat count"
    863942msgstr ""
    864943
  • trunk/Packages/Common/UJobProgressView.lfm

    r192 r295  
    1515  OnShow = FormShow
    1616  Position = poScreenCenter
    17   LCLVersion = '1.8.2.0'
     17  LCLVersion = '2.0.0.4'
    1818  object PanelOperationsTitle: TPanel
    1919    Left = 0
  • trunk/UCore.lfm

    r287 r295  
    33  OnDestroy = DataModuleDestroy
    44  OldCreateOrder = False
    5   Height = 811
    6   HorizontalOffset = 417
    7   VerticalOffset = 418
    8   Width = 1258
    9   PPI = 144
     5  Height = 676
     6  HorizontalOffset = 348
     7  VerticalOffset = 348
     8  Width = 1048
     9  PPI = 120
    1010  object ActionListMain: TActionList
    1111    Images = ImageListSmall
    12     left = 137
    13     top = 60
     12    left = 114
     13    top = 50
    1414    object AExit: TAction
    1515      Caption = 'Exit'
     
    114114  end
    115115  object ImageListSmall: TImageList
    116     left = 784
    117     top = 420
     116    left = 653
     117    top = 350
    118118    Bitmap = {
    119119      4C691300000010000000100000000000000000000000E3AA4BD6E5B35EFFE3B1
     
    731731    POFilesFolder = 'Languages'
    732732    OnTranslate = CoolTranslator1Translate
    733     left = 137
    734     top = 436
     733    left = 114
     734    top = 363
    735735  end
    736736  object ImageListLarge: TImageList
    737737    Height = 32
    738738    Width = 32
    739     left = 786
    740     top = 286
     739    left = 655
     740    top = 238
    741741    Bitmap = {
    742742      4C69100000002000000020000000000000000000000000000000E2AA4B36E2A9
     
    27952795    RootName = 'CONFIG'
    27962796    ReadOnly = False
    2797     left = 137
    2798     top = 556
     2797    left = 114
     2798    top = 463
    27992799  end
    28002800  object OpenDialog1: TOpenDialog
    28012801    DefaultExt = '.xtmap'
    2802     left = 1126
    2803     top = 292
     2802    left = 938
     2803    top = 243
    28042804  end
    28052805  object SaveDialog1: TSaveDialog
    28062806    DefaultExt = '.xtmap'
    2807     left = 1126
    2808     top = 166
     2807    left = 938
     2808    top = 138
    28092809  end
    28102810  object ApplicationInfo: TApplicationInfo
     
    28232823    RegistryRoot = rrKeyCurrentUser
    28242824    License = 'CC0'
    2825     left = 137
    2826     top = 180
     2825    left = 114
     2826    top = 150
    28272827  end
    28282828  object PersistentForm: TPersistentForm
    28292829    MinVisiblePart = 50
    28302830    EntireVisible = False
    2831     left = 780
    2832     top = 600
     2831    left = 650
     2832    top = 500
    28332833  end
    28342834  object ScaleDPI1: TScaleDPI
    28352835    AutoDetect = False
    2836     left = 136
    2837     top = 676
     2836    left = 113
     2837    top = 563
    28382838  end
    28392839  object LastOpenedList1: TLastOpenedList
    28402840    MaxCount = 10
    28412841    OnChange = LastOpenedList1Change
    2842     left = 137
    2843     top = 300
     2842    left = 114
     2843    top = 250
    28442844  end
    28452845  object ThemeManager1: TThemeManager
    2846     left = 404
    2847     top = 324
     2846    left = 337
     2847    top = 270
    28482848  end
    28492849end
  • trunk/xtactics.lpi

    r291 r295  
    110110      </Item7>
    111111    </RequiredPackages>
    112     <Units Count="44">
     112    <Units Count="43">
    113113      <Unit0>
    114114        <Filename Value="xtactics.lpr"/>
     
    330330      </Unit40>
    331331      <Unit41>
    332         <Filename Value="Forms/UFormAbout.lfm"/>
    333         <IsPartOfProject Value="True"/>
     332        <Filename Value="Forms/UFormList.pas"/>
     333        <IsPartOfProject Value="True"/>
     334        <ComponentName Value="FormList"/>
     335        <HasResources Value="True"/>
     336        <ResourceBaseClass Value="Form"/>
    334337      </Unit41>
    335338      <Unit42>
    336         <Filename Value="Forms/UFormList.pas"/>
    337         <IsPartOfProject Value="True"/>
    338         <ComponentName Value="FormList"/>
     339        <Filename Value="Forms/UFormItem.pas"/>
     340        <IsPartOfProject Value="True"/>
     341        <ComponentName Value="FormItem"/>
    339342        <HasResources Value="True"/>
    340343        <ResourceBaseClass Value="Form"/>
    341344      </Unit42>
    342       <Unit43>
    343         <Filename Value="Forms/UFormItem.pas"/>
    344         <IsPartOfProject Value="True"/>
    345         <ComponentName Value="FormItem"/>
    346         <HasResources Value="True"/>
    347         <ResourceBaseClass Value="Form"/>
    348       </Unit43>
    349345    </Units>
    350346  </ProjectOptions>
Note: See TracChangeset for help on using the changeset viewer.