source: Docking/CoolDocking/Demo/Testing/UComponentTree.lfm

Last change on this file was 177, checked in by george, 14 years ago
File size: 416 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.29'
11 object TreeView1: TTreeView
12 Left = 8
13 Height = 488
14 Top = 8
15 Width = 395
16 Anchors = [akTop, akLeft, akRight, akBottom]
17 DefaultItemHeight = 15
18 TabOrder = 0
19 end
20end
Note: See TracBrowser for help on using the repository browser.