Changeset 364 for trunk/Forms/FormMain.lfm
- Timestamp:
- Jan 1, 2025, 1:04:50 AM (5 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormMain.lfm
r337 r364 1 1 object FormMain: TFormMain 2 2 Left = 534 3 Height = 9 933 Height = 959 4 4 Top = 223 5 5 Width = 1491 6 6 Caption = 'xTactics' 7 ClientHeight = 9 937 ClientHeight = 959 8 8 ClientWidth = 1491 9 9 DesignTimePPI = 144 … … 16 16 OnResize = FormResize 17 17 OnShow = FormShow 18 LCLVersion = '3. 4.0.0'18 LCLVersion = '3.6.0.0' 19 19 object ToolBar1: TToolBar 20 20 Left = 0 … … 46 46 end 47 47 object ToolButton5: TToolButton 48 Left = 1 7148 Left = 189 49 49 Top = 2 50 50 Action = Core.ASettings 51 51 end 52 52 object ToolButton9: TToolButton 53 Left = 1 6653 Left = 184 54 54 Height = 32 55 55 Top = 2 … … 60 60 Top = 2 61 61 Action = Core.AGameLoad 62 DropdownMenu = PopupMenuOpenRecent 63 Style = tbsDropDown 62 64 end 63 65 object ToolButton12: TToolButton 64 Left = 1 3466 Left = 152 65 67 Top = 2 66 68 Action = Core.AGameSave 67 69 end 68 70 object ToolButton13: TToolButton 69 Left = 2 0371 Left = 221 70 72 Top = 2 71 73 Action = Core.AExit … … 77 79 Style = tbsDivider 78 80 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 79 96 end 80 97 object PanelMain: TPanel 81 98 Left = 0 82 Height = 9 5399 Height = 919 83 100 Top = 40 84 101 Width = 1491 … … 254 271 end 255 272 end 273 object PopupMenuOpenRecent: TPopupMenu 274 Left = 448 275 Top = 251 276 end 256 277 end
Note:
See TracChangeset
for help on using the changeset viewer.