Ignore:
Timestamp:
Mar 29, 2019, 11:26:28 AM (5 years ago)
Author:
chronos
Message:
  • Modified: .lrt files replaced by .lrj.
Location:
trunk
Files:
3 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/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
Note: See TracChangeset for help on using the changeset viewer.