forked from andersmelander/DWScriptStudio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathamScript.Debugger.Frame.Stack.dfm
More file actions
278 lines (278 loc) · 7.01 KB
/
amScript.Debugger.Frame.Stack.dfm
File metadata and controls
278 lines (278 loc) · 7.01 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
object ScriptDebuggerStackFrame: TScriptDebuggerStackFrame
Left = 0
Top = 0
Width = 451
Height = 304
Align = alClient
TabOrder = 0
object TreeListStack: 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.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
PopupMenu = dxBarPopupMenu1
ScrollbarAnnotations.CustomAnnotations = <>
Styles.Background = StyleBackground
TabOrder = 0
OnCanFocusNode = TreeListStackCanFocusNode
OnDeletion = TreeListStackDeletion
OnExpanding = TreeListStackExpanding
object cxTreeList1Column1: TcxTreeListColumn
Caption.Text = 'Offset'
Width = 50
Position.ColIndex = 0
Position.RowIndex = 0
Position.BandIndex = 0
Summary.FooterSummaryItems = <>
Summary.GroupFooterSummaryItems = <>
end
object cxTreeList1Column2: TcxTreeListColumn
Caption.Text = 'Value'
Width = 100
Position.ColIndex = 1
Position.RowIndex = 0
Position.BandIndex = 0
Summary.FooterSummaryItems = <>
Summary.GroupFooterSummaryItems = <>
end
object cxTreeList1Column3: TcxTreeListColumn
Caption.Text = 'Type'
Width = 100
Position.ColIndex = 2
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
object dxBarManager1: TdxBarManager
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
CanCustomize = False
Categories.Strings = (
'Default')
Categories.ItemsVisibles = (
2)
Categories.Visibles = (
True)
LookAndFeel.NativeStyle = False
PopupMenuLinks = <>
UseSystemFont = True
Left = 96
Top = 128
PixelsPerInch = 96
object dxBarSeparator1: TdxBarSeparator
Caption = 'Scope'
Category = 0
Hint = 'Scope'
Visible = ivAlways
end
object MenuItemScopePublished: TdxBarButton
Tag = 4
Action = ActionViewScopePublished
Category = 0
ButtonStyle = bsChecked
end
object MenuItemScopePublic: TdxBarButton
Tag = 3
Action = ActionViewScopePublic
Category = 0
ButtonStyle = bsChecked
end
object MenuItemScopeProtected: TdxBarButton
Tag = 2
Action = ActionViewScopeProtected
Category = 0
ButtonStyle = bsChecked
end
object MenuItemScopePrivate: TdxBarButton
Tag = 1
Action = ActionViewScopePrivate
Category = 0
ButtonStyle = bsChecked
end
object dxBarSeparator2: TdxBarSeparator
Caption = 'Members'
Category = 0
Hint = 'Members'
Visible = ivAlways
end
object MenuItemMembersInherited: TdxBarButton
Action = ActionViewMemberInherited
Category = 0
ButtonStyle = bsChecked
end
object MenuItemMembersProperties: TdxBarButton
Action = ActionViewMemberProperties
Category = 0
ButtonStyle = bsChecked
end
object MenuItemMembersPropertyGetters: TdxBarButton
Action = ActionViewMemberPropertySideEffects
Category = 0
ButtonStyle = bsChecked
end
object MenuItemMembersFields: TdxBarButton
Action = ActionViewMemberFields
Category = 0
ButtonStyle = bsChecked
end
object MenuItemItemWatch: TdxBarButton
Action = ActionItemWatch
Category = 0
end
object MenuItemItemModify: TdxBarButton
Action = ActionItemModify
Category = 0
end
end
object ActionList1: TActionList
Left = 188
Top = 132
object ActionItemWatch: TAction
Category = 'Action'
Caption = 'Watch'
Hint = 'Add a watch on the selected item'
ShortCut = 16471
end
object ActionItemModify: TAction
Category = 'Action'
Caption = 'Evaluate / Modify...'
Hint = 'Evaluate and/or Modify the value of the selected item'
ShortCut = 16502
end
object ActionViewMemberFields: TAction
Category = 'Members'
AutoCheck = True
Caption = 'Fields'
end
object ActionViewMemberProperties: TAction
Category = 'Members'
AutoCheck = True
Caption = 'Properties'
end
object ActionViewMemberPropertySideEffects: TAction
Category = 'Members'
AutoCheck = True
Caption = 'Allow side effects'
end
object ActionViewMemberInherited: TAction
Category = 'Members'
AutoCheck = True
Caption = 'Display inherited members'
end
object ActionViewScopePublished: TAction
Tag = 4
Category = 'Scope'
AutoCheck = True
Caption = 'Published'
end
object ActionViewScopePublic: TAction
Tag = 3
Category = 'Scope'
AutoCheck = True
Caption = 'Public'
end
object ActionViewScopeProtected: TAction
Tag = 2
Category = 'Scope'
AutoCheck = True
Caption = 'Protected'
end
object ActionViewScopePrivate: TAction
Tag = 1
Category = 'Scope'
AutoCheck = True
Caption = 'Private'
end
end
object dxBarPopupMenu1: TdxBarPopupMenu
BarManager = dxBarManager1
ItemLinks = <
item
Visible = True
ItemName = 'MenuItemItemWatch'
end
item
Visible = True
ItemName = 'MenuItemItemModify'
end
item
Visible = True
ItemName = 'dxBarSeparator1'
end
item
Visible = True
ItemName = 'MenuItemScopePublished'
end
item
Visible = True
ItemName = 'MenuItemScopePublic'
end
item
Visible = True
ItemName = 'MenuItemScopeProtected'
end
item
Visible = True
ItemName = 'MenuItemScopePrivate'
end
item
Visible = True
ItemName = 'dxBarSeparator2'
end
item
Visible = True
ItemName = 'MenuItemMembersProperties'
end
item
Visible = True
ItemName = 'MenuItemMembersPropertyGetters'
end
item
Visible = True
ItemName = 'MenuItemMembersFields'
end
item
BeginGroup = True
Visible = True
ItemName = 'MenuItemMembersInherited'
end>
UseOwnFont = False
Left = 156
Top = 72
PixelsPerInch = 96
end
end