source: trunk/Packages/CoolDocking/Demo/IDE/UComponentTree.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: 418 bytes
Line 
1object ComponentTree: TComponentTree
2 Left = 442
3 Height = 499
4 Top = 103
5 Width = 411
6 Caption = 'Component tree'
7 ClientHeight = 499
8 ClientWidth = 411
9 OnShow = FormShow
10 LCLVersion = '0.9.31'
11 object TreeView1: TTreeView
12 Left = 2
13 Height = 495
14 Top = 2
15 Width = 407
16 Align = alClient
17 BorderSpacing.Around = 2
18 DefaultItemHeight = 15
19 TabOrder = 0
20 end
21end
Note: See TracBrowser for help on using the repository browser.