source: trunk/Packages/CoolDocking/Demo/Testing/UMainForm.lfm

Last change on this file was 73, checked in by chronos, 12 years ago
  • Modified: Packages are now stored as uncomporessed and are linked with relative path to project.
File size: 2.8 KB
Line 
1object MainForm: TMainForm
2 Left = 322
3 Height = 435
4 Top = 150
5 Width = 576
6 Caption = 'MainForm'
7 ClientHeight = 415
8 ClientWidth = 576
9 Menu = MainMenu1
10 OnCreate = FormCreate
11 OnDestroy = FormDestroy
12 OnShow = FormShow
13 LCLVersion = '0.9.30'
14 object Button1: TButton
15 Left = 10
16 Height = 25
17 Top = 10
18 Width = 75
19 Caption = 'Create form'
20 OnClick = Button1Click
21 TabOrder = 0
22 end
23 object Panel1: TPanel
24 Left = 0
25 Height = 367
26 Top = 48
27 Width = 576
28 Align = alBottom
29 Anchors = [akTop, akLeft, akRight, akBottom]
30 ClientHeight = 367
31 ClientWidth = 576
32 DockSite = True
33 TabOrder = 1
34 object PageControl1: TPageControl
35 Left = 80
36 Height = 160
37 Top = 50
38 Width = 256
39 ActivePage = TabSheet2
40 MultiLine = True
41 TabIndex = 1
42 TabOrder = 0
43 OnChange = PageControl1Change
44 Options = [nboMultiLine]
45 object TabSheet1: TTabSheet
46 Caption = 'TabSheet1'
47 end
48 object TabSheet2: TTabSheet
49 Caption = 'TabSheet2'
50 end
51 object TabSheet3: TTabSheet
52 Caption = 'TabSheet3'
53 end
54 object TabSheet4: TTabSheet
55 Caption = 'TabSheet4'
56 end
57 end
58 object TabControl1: TTabControl
59 Left = 344
60 Height = 150
61 Top = 144
62 Width = 200
63 MultiLine = True
64 TabIndex = 0
65 TabOrder = 1
66 Tabs.Strings = (
67 'ggdfg'
68 'gfgdfgfdgd'
69 'gdfgdfgdf'
70 'dfsdfs'
71 'dd'
72 'dddd'
73 'ddd'
74 )
75 TabStop = False
76 end
77 end
78 object Button2: TButton
79 Left = 94
80 Height = 25
81 Top = 10
82 Width = 107
83 Caption = 'Component tree'
84 OnClick = Button2Click
85 TabOrder = 2
86 end
87 object CoolDockMaster1: TCDMaster
88 Customize = CoolDockCustomize1
89 TabsEnabled = False
90 DefaultTabsPos = hpAuto
91 DefaultHeaderPos = hpAuto
92 DefaultMoveSpeed = 0
93 ShowIcons = False
94 left = 384
95 end
96 object CoolDockCustomize1: TCDCustomize
97 Master = CoolDockMaster1
98 left = 472
99 end
100 object CoolDockWindowList1: TCDWindowList
101 left = 472
102 top = 64
103 end
104 object MainMenu1: TMainMenu
105 left = 211
106 object MenuItem1: TMenuItem
107 Caption = 'Docking'
108 object MenuItem2: TMenuItem
109 Caption = 'Customize...'
110 OnClick = MenuItem2Click
111 end
112 end
113 object MenuItem3: TMenuItem
114 Caption = 'Window'
115 object MenuItem4: TMenuItem
116 Caption = 'Window list...'
117 OnClick = MenuItem4Click
118 end
119 end
120 end
121 object CoolDockClient1: TCDClient
122 Master = CoolDockMaster1
123 Panel = Panel1
124 Dockable = False
125 Floatable = False
126 left = 376
127 top = 64
128 end
129end
Note: See TracBrowser for help on using the repository browser.