Ignore:
Timestamp:
Nov 23, 2023, 11:18:42 PM (6 months ago)
Author:
chronos
Message:
  • Modified: Source editor with main menu can't be docked into another form with main menu. Source enditor and Screen have own main menu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ByteArray/Core.lfm

    r57 r58  
    3939    Top = 187
    4040  end
     41  object ActionList1: TActionList
     42    Left = 568
     43    Top = 88
     44    object ASourceEditor: TAction
     45      Caption = 'Source editor'
     46      OnExecute = ASourceEditorExecute
     47      ShortCut = 123
     48    end
     49    object ADebugger: TAction
     50      Caption = 'Debugger'
     51      OnExecute = ADebuggerExecute
     52    end
     53    object ADevices: TAction
     54      Caption = 'Devices'
     55    end
     56    object AExit: TAction
     57      Caption = 'Exit'
     58      OnExecute = AExitExecute
     59      ShortCut = 32883
     60    end
     61    object AMemory: TAction
     62      Caption = 'Memory'
     63      OnExecute = AMemoryExecute
     64    end
     65    object AFullscreen: TAction
     66      Caption = 'Fullscreen'
     67      OnExecute = AFullscreenExecute
     68      ShortCut = 122
     69    end
     70    object ADisassembler: TAction
     71      Caption = 'Disassembler'
     72      OnExecute = ADisassemblerExecute
     73    end
     74    object AStorage: TAction
     75      Caption = 'Storage'
     76      OnExecute = AStorageExecute
     77    end
     78    object AScreen: TAction
     79      Caption = 'Screen'
     80      OnExecute = AScreenExecute
     81    end
     82    object AConsole: TAction
     83      Caption = 'Console'
     84      OnExecute = AConsoleExecute
     85    end
     86    object ASettings: TAction
     87      Caption = 'Settings'
     88      OnExecute = ASettingsExecute
     89    end
     90    object AAbout: TAction
     91      Caption = 'About'
     92      OnExecute = AAboutExecute
     93    end
     94  end
    4195end
Note: See TracChangeset for help on using the changeset viewer.