-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathamScript.Debugger.Frame.AST.dfm
More file actions
65 lines (65 loc) · 1.8 KB
/
amScript.Debugger.Frame.AST.dfm
File metadata and controls
65 lines (65 loc) · 1.8 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
object ScriptDebuggerASTFrame: TScriptDebuggerASTFrame
Left = 0
Top = 0
Width = 451
Height = 304
Align = alClient
TabOrder = 0
object TreeListAST: TcxTreeList
Left = 0
Top = 0
Width = 451
Height = 304
BorderStyle = cxcbsNone
Align = alClient
Bands = <
item
end>
Navigator.Buttons.CustomButtons = <>
OptionsBehavior.CellHints = True
OptionsBehavior.ImmediateEditor = False
OptionsBehavior.ExpandOnDblClick = False
OptionsBehavior.Sorting = False
OptionsCustomizing.ColumnCustomizing = False
OptionsCustomizing.ColumnMoving = False
OptionsCustomizing.ColumnVertSizing = False
OptionsData.Editing = False
OptionsData.Deleting = False
OptionsSelection.CellSelect = False
OptionsView.CellEndEllipsis = True
OptionsView.ColumnAutoWidth = True
OptionsView.DynamicIndent = True
OptionsView.Indicator = True
OptionsView.TreeLineStyle = tllsNone
ScrollbarAnnotations.CustomAnnotations = <>
Styles.Background = StyleBackground
TabOrder = 0
OnDblClick = TreeListASTDblClick
object cxTreeList1Column1: TcxTreeListColumn
Caption.Text = 'Expression class'
Width = 150
Position.ColIndex = 0
Position.RowIndex = 0
Position.BandIndex = 0
Summary.FooterSummaryItems = <>
Summary.GroupFooterSummaryItems = <>
end
object TreeListASTColumn1: TcxTreeListColumn
Caption.Text = 'Value'
Position.ColIndex = 1
Position.RowIndex = 0
Position.BandIndex = 0
Summary.FooterSummaryItems = <>
Summary.GroupFooterSummaryItems = <>
end
end
object cxStyleRepository1: TcxStyleRepository
Left = 40
Top = 28
PixelsPerInch = 96
object StyleBackground: TcxStyle
AssignedValues = [svColor]
Color = clWhite
end
end
end