Ignore:
Timestamp:
Oct 23, 2023, 11:34:54 PM (13 months ago)
Author:
chronos
Message:
  • Added: Various useful forms, assembler and disassembler classes.
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
  • branches/ByteArray/Forms/FormMain.lfm

    r45 r46  
    1414    Left = 331
    1515    Top = 79
     16    object MenuItem4: TMenuItem
     17      Caption = 'File'
     18      object MenuItem6: TMenuItem
     19        Action = AExit
     20      end
     21    end
    1622    object MenuItem1: TMenuItem
    1723      Caption = 'View'
     
    2733        Caption = 'Storage'
    2834      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
    2970    end
    3071  end
Note: See TracChangeset for help on using the changeset viewer.