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/Forms/FormSourceEditor.lfm

    r56 r58  
    11object FormSourceEditor: TFormSourceEditor
    2   Left = 818
     2  Left = 817
    33  Height = 681
    4   Top = 403
     4  Top = 379
    55  Width = 926
    66  Caption = 'Source editor'
     
    99  DesignTimePPI = 144
    1010  Menu = MainMenu1
     11  OnClose = FormClose
    1112  OnCreate = FormCreate
    1213  OnDestroy = FormDestroy
     
    6768      end
    6869      object MenuItem8: TMenuItem
    69         Action = AExit
     70        Action = Core.AExit
     71      end
     72    end
     73    object MenuItem20: TMenuItem
     74      Caption = 'View'
     75      object MenuItem21: TMenuItem
     76        Action = Core.AScreen
     77      end
     78      object MenuItem22: TMenuItem
     79        Action = Core.AConsole
     80      end
     81      object MenuItem24: TMenuItem
     82        Action = Core.AStorage
     83      end
     84      object MenuItem23: TMenuItem
     85        Action = Core.AMemory
     86      end
     87      object Separator3: TMenuItem
     88        Caption = '-'
     89      end
     90      object MenuItem28: TMenuItem
     91        Action = Core.AFullscreen
    7092      end
    7193    end
     
    95117      object MenuItem16: TMenuItem
    96118        Action = ARunToCursor
     119      end
     120    end
     121    object MenuItem25: TMenuItem
     122      Caption = 'Tools'
     123      object MenuItem27: TMenuItem
     124        Action = Core.ASettings
     125      end
     126      object Separator2: TMenuItem
     127        Caption = '-'
     128      end
     129      object MenuItem26: TMenuItem
     130        Action = Core.ADebugger
     131      end
     132      object MenuItem29: TMenuItem
     133        Action = Core.ADisassembler
     134      end
     135    end
     136    object MenuItem18: TMenuItem
     137      Caption = 'Help'
     138      object MenuItem19: TMenuItem
     139        Action = Core.AAbout
    97140      end
    98141    end
     
    103146    object AExit: TAction
    104147      Caption = 'Exit'
    105       OnExecute = AExitExecute
    106148    end
    107149    object ANew: TAction
Note: See TracChangeset for help on using the changeset viewer.