Changeset 5 for trunk/Forms/FormMain.lfm
- Timestamp:
- Apr 18, 2026, 7:24:02 PM (9 days ago)
- File:
-
- 1 edited
-
trunk/Forms/FormMain.lfm (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormMain.lfm
r2 r5 5 5 Width = 1061 6 6 Caption = 'SHARP MZ-800 emulator' 7 ClientHeight = 6827 ClientHeight = 716 8 8 ClientWidth = 1061 9 9 DesignTimePPI = 144 10 10 Menu = MainMenu1 11 LCLVersion = '4.6.0.0' 11 12 OnClose = FormClose 12 13 OnCreate = FormCreate 13 14 OnDestroy = FormDestroy 14 15 OnShow = FormShow 15 LCLVersion = '2.2.6.0'16 16 object PanelLeft: TPanel 17 17 Left = 0 18 Height = 68218 Height = 716 19 19 Top = 0 20 20 Width = 231 … … 25 25 object PanelRight: TPanel 26 26 Left = 806 27 Height = 68227 Height = 716 28 28 Top = 0 29 29 Width = 255 … … 34 34 object Splitter1: TSplitter 35 35 Left = 231 36 Height = 68236 Height = 716 37 37 Top = 0 38 38 Width = 8 … … 40 40 object Splitter2: TSplitter 41 41 Left = 798 42 Height = 68242 Height = 716 43 43 Top = 0 44 44 Width = 8 … … 48 48 object PanelCenter: TPanel 49 49 Left = 239 50 Height = 68250 Height = 716 51 51 Top = 0 52 52 Width = 559 53 53 Align = alClient 54 54 BevelOuter = bvNone 55 ClientHeight = 716 56 ClientWidth = 559 55 57 TabOrder = 4 58 object PanelBottom: TPanel 59 Left = 0 60 Height = 164 61 Top = 552 62 Width = 559 63 Align = alBottom 64 BevelOuter = bvNone 65 TabOrder = 0 66 end 56 67 end 57 68 object MainMenu1: TMainMenu 58 69 Left = 216 59 70 Top = 64 60 object MenuItem 1: TMenuItem71 object MenuItemFile: TMenuItem 61 72 Caption = 'File' 62 73 object MenuItem4: TMenuItem … … 64 75 end 65 76 end 66 object MenuItem5: TMenuItem 77 object MenuItemEdit: TMenuItem 78 Caption = 'Edit' 79 object MenuItem1: TMenuItem 80 Action = Core.AGoToAddress 81 end 82 end 83 object MenuItemView: TMenuItem 67 84 Caption = 'View' 68 85 object MenuItem6: TMenuItem … … 79 96 end 80 97 end 81 object MenuItem 2: TMenuItem98 object MenuItemDebug: TMenuItem 82 99 Caption = 'Debug' 83 100 object MenuItem3: TMenuItem … … 86 103 object MenuItem8: TMenuItem 87 104 Action = Core.APause 105 end 106 object MenuItem2: TMenuItem 107 Action = Core.AReset 108 end 109 object Separator1: TMenuItem 110 Caption = '-' 88 111 end 89 112 object MenuItem13: TMenuItem
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/mzxemu/chrome/site/your_project_logo.png)