Changeset 336 for trunk/Core.lfm
- Timestamp:
- Sep 7, 2024, 10:29:16 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Core.lfm
r335 r336 13 13 Top = 60 14 14 object AExit: TAction 15 Category = 'Game' 15 16 Caption = 'Exit' 16 17 Hint = 'Exit application' … … 64 65 end 65 66 object ASettings: TAction 67 Category = 'Tools' 66 68 Caption = 'Settings' 67 69 Hint = 'Application settings' … … 71 73 end 72 74 object AAbout: TAction 75 Category = 'Help' 73 76 Caption = 'About' 74 77 ImageIndex = 2 … … 76 79 end 77 80 object AHelp: TAction 81 Category = 'Help' 78 82 Caption = 'Help' 79 83 ImageIndex = 14 … … 81 85 end 82 86 object AShowCharts: TAction 87 Category = 'Tools' 83 88 Caption = 'Charts' 84 89 OnExecute = AShowChartsExecute 85 90 end 86 91 object AShowUnitMoves: TAction 92 Category = 'Tools' 87 93 Caption = 'Unit moves' 88 94 OnExecute = AShowUnitMovesExecute … … 93 99 end 94 100 object APlayersStats: TAction 101 Category = 'Tools' 95 102 Caption = 'Players statistics' 96 103 ImageIndex = 15 … … 98 105 end 99 106 object AShowKeyShortcuts: TAction 107 Category = 'Help' 100 108 Caption = 'Key shortcuts' 101 109 ImageIndex = 12 … … 103 111 end 104 112 object AToggleFogOfWar: TAction 113 Category = 'Debug' 105 114 Caption = 'Toggle fog of war' 106 115 OnExecute = AToggleFogOfWarExecute 107 116 end 108 117 object AFullscreen: TAction 118 Category = 'View' 109 119 Caption = 'Full screen mode' 110 120 ImageIndex = 13 111 121 OnExecute = AFullscreenExecute 112 122 ShortCut = 122 123 end 124 object ATests: TAction 125 Category = 'Debug' 126 Caption = 'Tests' 127 OnExecute = ATestsExecute 113 128 end 114 129 end
Note:
See TracChangeset
for help on using the changeset viewer.