source: branches/topdown/FormMain.lfm

Last change on this file was 37, checked in by chronos, 11 months ago
  • Modified: Simplified unit names.
File size: 942 bytes
Line 
1object FormMain: TFormMain
2 Left = 689
3 Height = 360
4 Top = 331
5 Width = 480
6 BorderStyle = bsNone
7 Caption = 'Desktop'
8 ClientHeight = 360
9 ClientWidth = 480
10 DesignTimePPI = 144
11 OnCreate = FormCreate
12 OnDestroy = FormDestroy
13 OnShow = FormShow
14 LCLVersion = '2.2.6.0'
15 WindowState = wsFullScreen
16 object PanelTaskBar: TPanel
17 Left = 0
18 Height = 43
19 Top = 317
20 Width = 480
21 Align = alBottom
22 ClientHeight = 43
23 ClientWidth = 480
24 TabOrder = 0
25 object ButtonMenu: TButton
26 Left = 1
27 Height = 41
28 Top = 1
29 Width = 113
30 Align = alLeft
31 Caption = 'Menu'
32 OnClick = ButtonMenuClick
33 TabOrder = 0
34 end
35 object PanelTasks: TPanel
36 Left = 126
37 Height = 41
38 Top = 1
39 Width = 353
40 Align = alClient
41 BorderSpacing.Left = 12
42 BevelOuter = bvNone
43 TabOrder = 1
44 end
45 end
46end
Note: See TracBrowser for help on using the repository browser.