source: branches/ByteArray/Forms/FormScreen.lfm

Last change on this file was 10, checked in by chronos, 2 months ago
  • Modified: Improved serial console handling.
File size: 2.0 KB
Line 
1object FormScreen: TFormScreen
2 Left = 814
3 Height = 676
4 Top = 382
5 Width = 931
6 Caption = 'Screen'
7 ClientHeight = 676
8 ClientWidth = 931
9 DesignTimePPI = 144
10 Menu = MainMenu1
11 OnClose = FormClose
12 OnShow = FormShow
13 LCLVersion = '3.4.0.0'
14 object Image1: TImage
15 Left = 0
16 Height = 676
17 Top = 0
18 Width = 931
19 Align = alClient
20 Center = True
21 Proportional = True
22 Stretch = True
23 end
24 object TimerDraw: TTimer
25 Interval = 50
26 OnTimer = TimerDrawTimer
27 Left = 549
28 Top = 144
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 MenuItem2: TMenuItem
40 Caption = 'Tools'
41 object MenuItem10: TMenuItem
42 Action = Core.ASettings
43 end
44 object Separator2: TMenuItem
45 Caption = '-'
46 end
47 object MenuItem3: TMenuItem
48 Action = Core.ASourceEditor
49 end
50 object MenuItem5: TMenuItem
51 Action = Core.ADebugger
52 end
53 object MenuItem8: TMenuItem
54 Action = Core.ADisassembler
55 end
56 end
57 object MenuItem13: TMenuItem
58 Caption = 'Execution'
59 object MenuItem14: TMenuItem
60 Action = Core.APowerOn
61 end
62 object MenuItem15: TMenuItem
63 Action = Core.APowerOff
64 end
65 object MenuItem16: TMenuItem
66 Action = Core.ARestart
67 end
68 end
69 object MenuItem1: TMenuItem
70 Caption = 'View'
71 object MenuItemViewConsole: TMenuItem
72 Action = Core.AConsole
73 end
74 object MenuItemViewStorage: TMenuItem
75 Action = Core.AStorage
76 end
77 object MenuItem7: TMenuItem
78 Action = Core.AMemory
79 end
80 object Separator1: TMenuItem
81 Caption = '-'
82 end
83 object MenuItem9: TMenuItem
84 Action = Core.AFullscreen
85 end
86 end
87 object MenuItem11: TMenuItem
88 Caption = 'Help'
89 object MenuItem12: TMenuItem
90 Action = Core.AAbout
91 end
92 end
93 end
94end
Note: See TracBrowser for help on using the repository browser.