Changeset 58 for branches/ByteArray/Forms/FormSourceEditor.lfm
- Timestamp:
- Nov 23, 2023, 11:18:42 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ByteArray/Forms/FormSourceEditor.lfm
r56 r58 1 1 object FormSourceEditor: TFormSourceEditor 2 Left = 81 82 Left = 817 3 3 Height = 681 4 Top = 4034 Top = 379 5 5 Width = 926 6 6 Caption = 'Source editor' … … 9 9 DesignTimePPI = 144 10 10 Menu = MainMenu1 11 OnClose = FormClose 11 12 OnCreate = FormCreate 12 13 OnDestroy = FormDestroy … … 67 68 end 68 69 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 70 92 end 71 93 end … … 95 117 object MenuItem16: TMenuItem 96 118 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 97 140 end 98 141 end … … 103 146 object AExit: TAction 104 147 Caption = 'Exit' 105 OnExecute = AExitExecute106 148 end 107 149 object ANew: TAction
Note:
See TracChangeset
for help on using the changeset viewer.