Changeset 58 for branches/ByteArray/Forms/FormScreen.lfm
- Timestamp:
- Nov 23, 2023, 11:18:42 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ByteArray/Forms/FormScreen.lfm
r50 r58 1 1 object FormScreen: TFormScreen 2 Left = 81 52 Left = 814 3 3 Height = 676 4 Top = 4064 Top = 382 5 5 Width = 931 6 6 Caption = 'Screen' 7 ClientHeight = 6 767 ClientHeight = 642 8 8 ClientWidth = 931 9 9 DesignTimePPI = 144 10 Menu = MainMenu1 11 OnClose = FormClose 10 12 OnShow = FormShow 11 13 LCLVersion = '2.2.6.0' 12 14 object Image1: TImage 13 15 Left = 0 14 Height = 6 7616 Height = 642 15 17 Top = 0 16 18 Width = 931 … … 26 28 Top = 144 27 29 end 30 object MainMenu1: TMainMenu 31 Left = 371 32 Top = 119 33 object MenuItem4: TMenuItem 34 Caption = 'File' 35 object MenuItem6: TMenuItem 36 Action = Core.AExit 37 end 38 end 39 object MenuItem1: TMenuItem 40 Caption = 'View' 41 object MenuItemViewConsole: TMenuItem 42 Action = Core.AConsole 43 end 44 object MenuItemViewStorage: TMenuItem 45 Action = Core.AStorage 46 end 47 object MenuItem7: TMenuItem 48 Action = Core.AMemory 49 end 50 object Separator1: TMenuItem 51 Caption = '-' 52 end 53 object MenuItem9: TMenuItem 54 Action = Core.AFullscreen 55 end 56 end 57 object MenuItem2: TMenuItem 58 Caption = 'Tools' 59 object MenuItem10: TMenuItem 60 Action = Core.ASettings 61 end 62 object Separator2: TMenuItem 63 Caption = '-' 64 end 65 object MenuItem3: TMenuItem 66 Action = Core.ASourceEditor 67 end 68 object MenuItem5: TMenuItem 69 Action = Core.ADebugger 70 end 71 object MenuItem8: TMenuItem 72 Action = Core.ADisassembler 73 end 74 end 75 object MenuItem11: TMenuItem 76 Caption = 'Help' 77 object MenuItem12: TMenuItem 78 Action = Core.AAbout 79 end 80 end 81 end 28 82 end
Note:
See TracChangeset
for help on using the changeset viewer.