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

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormMain.lfm

    r337 r364  
    11object FormMain: TFormMain
    22  Left = 534
    3   Height = 993
     3  Height = 959
    44  Top = 223
    55  Width = 1491
    66  Caption = 'xTactics'
    7   ClientHeight = 993
     7  ClientHeight = 959
    88  ClientWidth = 1491
    99  DesignTimePPI = 144
     
    1616  OnResize = FormResize
    1717  OnShow = FormShow
    18   LCLVersion = '3.4.0.0'
     18  LCLVersion = '3.6.0.0'
    1919  object ToolBar1: TToolBar
    2020    Left = 0
     
    4646    end
    4747    object ToolButton5: TToolButton
    48       Left = 171
     48      Left = 189
    4949      Top = 2
    5050      Action = Core.ASettings
    5151    end
    5252    object ToolButton9: TToolButton
    53       Left = 166
     53      Left = 184
    5454      Height = 32
    5555      Top = 2
     
    6060      Top = 2
    6161      Action = Core.AGameLoad
     62      DropdownMenu = PopupMenuOpenRecent
     63      Style = tbsDropDown
    6264    end
    6365    object ToolButton12: TToolButton
    64       Left = 134
     66      Left = 152
    6567      Top = 2
    6668      Action = Core.AGameSave
    6769    end
    6870    object ToolButton13: TToolButton
    69       Left = 203
     71      Left = 221
    7072      Top = 2
    7173      Action = Core.AExit
     
    7779      Style = tbsDivider
    7880    end
     81    object ToolButton6: TToolButton
     82      Left = 253
     83      Top = 2
     84      Action = Core.APlayersStats
     85    end
     86    object ToolButton7: TToolButton
     87      Left = 285
     88      Top = 2
     89      Action = Core.AShowUnitMoves
     90    end
     91    object ToolButton8: TToolButton
     92      Left = 317
     93      Top = 2
     94      Action = Core.AShowCharts
     95    end
    7996  end
    8097  object PanelMain: TPanel
    8198    Left = 0
    82     Height = 953
     99    Height = 919
    83100    Top = 40
    84101    Width = 1491
     
    254271    end
    255272  end
     273  object PopupMenuOpenRecent: TPopupMenu
     274    Left = 448
     275    Top = 251
     276  end
    256277end
Note: See TracChangeset for help on using the changeset viewer.