-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCodeTreeView.dfm
More file actions
35 lines (35 loc) · 830 Bytes
/
CodeTreeView.dfm
File metadata and controls
35 lines (35 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
object CodeView: TCodeView
Left = 0
Top = 0
Caption = 'Structure'
ClientHeight = 372
ClientWidth = 246
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object CodeTree: TVirtualStringTree
AlignWithMargins = True
Left = 3
Top = 3
Width = 240
Height = 366
Align = alClient
Header.AutoSizeIndex = 0
Header.DefaultHeight = 17
Header.Font.Charset = DEFAULT_CHARSET
Header.Font.Color = clWindowText
Header.Font.Height = -11
Header.Font.Name = 'Tahoma'
Header.Font.Style = []
Header.MainColumn = -1
TabOrder = 0
OnDblClick = CodeTreeDblClick
Columns = <>
end
end