Line | |
---|
1 | object FormName: TFormName
|
---|
2 | Left = 465
|
---|
3 | Height = 535
|
---|
4 | Top = 352
|
---|
5 | Width = 971
|
---|
6 | Caption = 'Independent system'
|
---|
7 | DesignTimePPI = 144
|
---|
8 | Menu = MainMenu1
|
---|
9 | OnCreate = FormCreate
|
---|
10 | OnDestroy = FormDestroy
|
---|
11 | OnShow = FormShow
|
---|
12 | LCLVersion = '3.6.0.0'
|
---|
13 | object MainMenu1: TMainMenu
|
---|
14 | Left = 432
|
---|
15 | Top = 184
|
---|
16 | object MenuItem1: TMenuItem
|
---|
17 | Caption = 'System'
|
---|
18 | object MenuItem2: TMenuItem
|
---|
19 | Action = AExit
|
---|
20 | end
|
---|
21 | end
|
---|
22 | object MenuItemView: TMenuItem
|
---|
23 | Caption = 'View'
|
---|
24 | object MenuItem3: TMenuItem
|
---|
25 | Action = AFullscreen
|
---|
26 | end
|
---|
27 | end
|
---|
28 | object MenuItem4: TMenuItem
|
---|
29 | Caption = 'Device'
|
---|
30 | object MenuItem5: TMenuItem
|
---|
31 | Action = AConsole
|
---|
32 | end
|
---|
33 | end
|
---|
34 | end
|
---|
35 | object ActionList1: TActionList
|
---|
36 | Left = 640
|
---|
37 | Top = 184
|
---|
38 | object AExit: TAction
|
---|
39 | Caption = 'Exit'
|
---|
40 | OnExecute = AExitExecute
|
---|
41 | end
|
---|
42 | object AFullscreen: TAction
|
---|
43 | Caption = 'Fullscreen'
|
---|
44 | OnExecute = AFullscreenExecute
|
---|
45 | ShortCut = 122
|
---|
46 | end
|
---|
47 | object AConsole: TAction
|
---|
48 | Caption = 'Console'
|
---|
49 | OnExecute = AConsoleExecute
|
---|
50 | end
|
---|
51 | end
|
---|
52 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.