Changeset 46 for branches/ByteArray/Forms/FormMain.lfm
- Timestamp:
- Oct 23, 2023, 11:34:54 PM (13 months ago)
- Location:
- branches/ByteArray
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ByteArray
-
Property svn:ignore
set to
heaptrclog.trc
lib
ByteArray
ByteArray.exe
ByteArray.lps
ByteArray.res
ByteArray.dbg
-
Property svn:ignore
set to
-
branches/ByteArray/Forms/FormMain.lfm
r45 r46 14 14 Left = 331 15 15 Top = 79 16 object MenuItem4: TMenuItem 17 Caption = 'File' 18 object MenuItem6: TMenuItem 19 Action = AExit 20 end 21 end 16 22 object MenuItem1: TMenuItem 17 23 Caption = 'View' … … 27 33 Caption = 'Storage' 28 34 end 35 object MenuItem7: TMenuItem 36 Action = AMemory 37 end 38 end 39 object MenuItem2: TMenuItem 40 Caption = 'Tools' 41 object MenuItem3: TMenuItem 42 Action = ASourceEditor 43 end 44 object MenuItem5: TMenuItem 45 Action = ADebugger 46 end 47 end 48 end 49 object ActionList1: TActionList 50 Left = 448 51 Top = 80 52 object ASourceEditor: TAction 53 Caption = 'Source editor' 54 OnExecute = ASourceEditorExecute 55 end 56 object ADebugger: TAction 57 Caption = 'Debugger' 58 OnExecute = ADebuggerExecute 59 end 60 object ADevices: TAction 61 Caption = 'Devices' 62 end 63 object AExit: TAction 64 Caption = 'Exit' 65 OnExecute = AExitExecute 66 end 67 object AMemory: TAction 68 Caption = 'Memory' 69 OnExecute = AMemoryExecute 29 70 end 30 71 end
Note:
See TracChangeset
for help on using the changeset viewer.