-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathamScript.Debugger.Frame.LocalVariables.dfm
More file actions
323 lines (323 loc) · 8.65 KB
/
Copy pathamScript.Debugger.Frame.LocalVariables.dfm
File metadata and controls
323 lines (323 loc) · 8.65 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
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
object ScriptDebuggerLocalVariablesFrame: TScriptDebuggerLocalVariablesFrame
Left = 0
Top = 0
Width = 451
Height = 304
Align = alClient
TabOrder = 0
object TreeListVariables: TcxTreeList
Left = 0
Top = 0
Width = 451
Height = 304
BorderStyle = cxcbsNone
Align = alClient
Bands = <
item
end>
Navigator.Buttons.CustomButtons = <>
OptionsBehavior.CellHints = True
OptionsCustomizing.ColumnCustomizing = False
OptionsCustomizing.ColumnMoving = False
OptionsCustomizing.ColumnsQuickCustomization = True
OptionsCustomizing.ColumnVertSizing = False
OptionsCustomizing.StackedColumns = False
OptionsData.Editing = False
OptionsData.Deleting = False
OptionsSelection.CellSelect = False
OptionsView.CellEndEllipsis = True
OptionsView.ColumnAutoWidth = True
OptionsView.DynamicIndent = True
OptionsView.TreeLineStyle = tllsNone
PopupMenu = PopupMenu
ScrollbarAnnotations.CustomAnnotations = <>
Styles.Background = StyleBackground
TabOrder = 0
OnDblClick = TreeListVariablesDblClick
OnDeletion = TreeListVariablesDeletion
OnExpanding = TreeListVariablesExpanding
object TreeListVariablesColumnVariable: TcxTreeListColumn
Caption.Text = 'Variable'
Width = 100
Position.ColIndex = 0
Position.RowIndex = 0
Position.BandIndex = 0
Summary.FooterSummaryItems = <>
Summary.GroupFooterSummaryItems = <>
end
object TreeListVariablesColumnValue: TcxTreeListColumn
Caption.Text = 'Value'
Width = 100
Position.ColIndex = 1
Position.RowIndex = 0
Position.BandIndex = 0
Summary.FooterSummaryItems = <>
Summary.GroupFooterSummaryItems = <>
end
object TreeListVariablesColumnType: TcxTreeListColumn
Caption.Text = 'Type'
Width = 100
Position.ColIndex = 2
Position.RowIndex = 0
Position.BandIndex = 0
Summary.FooterSummaryItems = <>
Summary.GroupFooterSummaryItems = <>
end
object TreeListVariablesColumnScope: TcxTreeListColumn
Visible = False
Caption.Text = 'Context'
Position.ColIndex = 3
Position.RowIndex = 0
Position.BandIndex = 0
Summary.FooterSummaryItems = <>
Summary.GroupFooterSummaryItems = <>
end
end
object StyleRepository: TcxStyleRepository
Left = 40
Top = 28
PixelsPerInch = 96
object StyleBackground: TcxStyle
AssignedValues = [svColor]
Color = clWhite
end
end
object PopupMenu: TdxBarPopupMenu
BarManager = BarManager
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
BeginGroup = True
Visible = True
ItemName = 'dxBarButton1'
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
object BarManager: 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
object dxBarButton1: TdxBarButton
Action = ActionViewScopeGlobal
Category = 0
ButtonStyle = bsChecked
end
end
object ActionList: TActionList
Left = 188
Top = 132
object ActionItemWatch: TAction
Category = 'Action'
Caption = 'Watch'
Hint = 'Add a watch on the selected item'
ShortCut = 16471
OnExecute = ActionItemWatchExecute
OnUpdate = ActionItemWatchUpdate
end
object ActionItemModify: TAction
Category = 'Action'
Caption = 'Evaluate / Modify...'
Hint = 'Evaluate and/or Modify the value of the selected item'
ShortCut = 16502
OnExecute = ActionItemModifyExecute
OnUpdate = ActionItemModifyUpdate
end
object ActionViewMemberFields: TAction
Category = 'Members'
AutoCheck = True
Caption = 'Fields'
OnExecute = ActionViewMemberFieldsExecute
OnUpdate = ActionViewMemberFieldsUpdate
end
object ActionViewMemberProperties: TAction
Category = 'Members'
AutoCheck = True
Caption = 'Properties'
OnExecute = ActionViewMemberPropertiesExecute
OnUpdate = ActionViewMemberPropertiesUpdate
end
object ActionViewMemberPropertySideEffects: TAction
Category = 'Members'
AutoCheck = True
Caption = 'Allow side effects'
OnExecute = ActionViewMemberPropertySideEffectsExecute
OnUpdate = ActionViewMemberPropertySideEffectsUpdate
end
object ActionViewMemberInherited: TAction
Category = 'Members'
AutoCheck = True
Caption = 'Display inherited members'
OnExecute = ActionViewMemberInheritedExecute
OnUpdate = ActionViewMemberInheritedUpdate
end
object ActionViewScopePublished: TAction
Tag = 4
Category = 'Scope'
AutoCheck = True
Caption = 'Published'
OnExecute = ActionViewScopeExecute
OnUpdate = ActionViewScopeUpdate
end
object ActionViewScopePublic: TAction
Tag = 3
Category = 'Scope'
AutoCheck = True
Caption = 'Public'
OnExecute = ActionViewScopeExecute
OnUpdate = ActionViewScopeUpdate
end
object ActionViewScopeProtected: TAction
Tag = 2
Category = 'Scope'
AutoCheck = True
Caption = 'Protected'
OnExecute = ActionViewScopeExecute
OnUpdate = ActionViewScopeUpdate
end
object ActionViewScopePrivate: TAction
Tag = 1
Category = 'Scope'
AutoCheck = True
Caption = 'Private'
OnExecute = ActionViewScopeExecute
OnUpdate = ActionViewScopeUpdate
end
object ActionViewScopeGlobal: TAction
Category = 'Scope'
AutoCheck = True
Caption = 'View global scope'
OnExecute = ActionViewScopeGlobalExecute
OnUpdate = ActionViewScopeGlobalUpdate
end
end
end