source: trunk/DockForms/UStructureView.dfm

Last change on this file was 1, checked in by george, 15 years ago
  • New: Imported base application with sample docked windows.
File size: 1.1 KB
Line 
1object StructureView: TStructureView
2 Left = 0
3 Top = 0
4 BorderStyle = bsToolWindow
5 Caption = 'Structure'
6 ClientHeight = 296
7 ClientWidth = 428
8 Color = clBtnFace
9 DragKind = dkDock
10 DragMode = dmAutomatic
11 Font.Charset = DEFAULT_CHARSET
12 Font.Color = clWindowText
13 Font.Height = -11
14 Font.Name = 'Tahoma'
15 Font.Style = []
16 OldCreateOrder = False
17 PixelsPerInch = 96
18 TextHeight = 13
19 object TreeView1: TTreeView
20 AlignWithMargins = True
21 Left = 3
22 Top = 3
23 Width = 422
24 Height = 290
25 Align = alClient
26 Indent = 19
27 TabOrder = 0
28 Items.NodeData = {
29 01020000001F0000000000000000000000FFFFFFFFFFFFFFFF00000000000000
30 0003670066006700210000000000000000000000FFFFFFFFFFFFFFFF00000000
31 02000000046700660067006600210000000000000000000000FFFFFFFFFFFFFF
32 FF0000000000000000046700660067006600230000000000000000000000FFFF
33 FFFFFFFFFFFF00000000000000000567006600670066006700}
34 ExplicitLeft = 0
35 ExplicitTop = 0
36 ExplicitWidth = 428
37 ExplicitHeight = 296
38 end
39end
Note: See TracBrowser for help on using the repository browser.