source: branches/simple/Forms/FormMain.lfm

Last change on this file was 41, checked in by chronos, 16 months ago
  • Modified: Screen and console made as separate forms.
File size: 802 bytes
Line 
1object FormMain: TFormMain
2 Left = 527
3 Height = 689
4 Top = 383
5 Width = 1044
6 Caption = 'Simple machine'
7 DesignTimePPI = 144
8 Menu = MainMenu1
9 OnCreate = FormCreate
10 OnDestroy = FormDestroy
11 OnShow = FormShow
12 LCLVersion = '2.2.6.0'
13 object MainMenu1: TMainMenu
14 Left = 292
15 Top = 108
16 object MenuItem1: TMenuItem
17 Caption = 'View'
18 object MenuItem2: TMenuItem
19 Action = AViewConsole
20 end
21 object MenuItem3: TMenuItem
22 Action = AViewScreen
23 end
24 end
25 end
26 object ActionList1: TActionList
27 Left = 616
28 Top = 264
29 object AViewConsole: TAction
30 Caption = 'Console'
31 OnExecute = AViewConsoleExecute
32 end
33 object AViewScreen: TAction
34 Caption = 'Screen'
35 OnExecute = AViewScreenExecute
36 end
37 end
38end
Note: See TracBrowser for help on using the repository browser.