source: trunk/Packages/CoolDocking/Demo/IDE/UStructureForm.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: 528 bytes
Line 
1object StructureForm: TStructureForm
2 Left = 512
3 Height = 338
4 Top = 128
5 Width = 230
6 Caption = 'Structure'
7 ClientHeight = 338
8 ClientWidth = 230
9 LCLVersion = '0.9.31'
10 object TreeView1: TTreeView
11 Left = 2
12 Height = 334
13 Top = 2
14 Width = 226
15 Align = alClient
16 BorderSpacing.Around = 2
17 DefaultItemHeight = 15
18 TabOrder = 0
19 end
20 object CoolDockClient1: TCDClient
21 Master = MainForm.CoolDockMaster1
22 Floatable = False
23 left = 87
24 top = 162
25 end
26end
Note: See TracBrowser for help on using the repository browser.