Changeset 337 for trunk/Forms


Ignore:
Timestamp:
Sep 8, 2024, 10:29:37 PM (3 months ago)
Author:
chronos
Message:
  • Added: Game systems action in Tools menu.
  • Modified: TurnStats moved to separate unit.
Location:
trunk/Forms
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormMain.lfm

    r336 r337  
    178178        Action = Core.ASettings
    179179      end
     180      object MenuItem37: TMenuItem
     181        Action = Core.AGameSystems
     182      end
     183      object Separator1: TMenuItem
     184        Caption = '-'
     185      end
    180186      object MenuItem24: TMenuItem
    181187        Action = Core.AShowCharts
  • trunk/Forms/FormMain.pas

    r336 r337  
    5252    MenuItem35: TMenuItem;
    5353    MenuItem36: TMenuItem;
     54    MenuItem37: TMenuItem;
    5455    MenuItemDebug: TMenuItem;
    5556    MenuItem31: TMenuItem;
     
    6465    PanelMain: TPanel;
    6566    PopupMenuToolbar: TPopupMenu;
     67    Separator1: TMenuItem;
    6668    Timer1: TTimer;
    6769    ToolBar1: TToolBar;
Note: See TracChangeset for help on using the changeset viewer.