1object BreakPropertyDlg: TBreakPropertyDlg
2  Left = 620
3  Height = 577
4  Top = 132
5  Width = 450
6  HorzScrollBar.Page = 386
7  VertScrollBar.Page = 366
8  VertScrollBar.Range = 325
9  ActiveControl = edtFilename
10  AutoSize = True
11  BorderIcons = [biSystemMenu]
12  BorderStyle = bsDialog
13  Caption = 'Breakpoint Properties'
14  ClientHeight = 577
15  ClientWidth = 450
16  Constraints.MinWidth = 450
17  Position = poScreenCenter
18  LCLVersion = '1.9.0.0'
19  object lblFileName: TLabel
20    AnchorSideLeft.Control = Owner
21    AnchorSideTop.Control = edtFilename
22    AnchorSideTop.Side = asrCenter
23    Left = 6
24    Height = 15
25    Top = 10
26    Width = 51
27    BorderSpacing.Left = 6
28    BorderSpacing.Right = 6
29    Caption = 'Filename:'
30    ParentColor = False
31  end
32  object lblLine: TLabel
33    AnchorSideLeft.Control = Owner
34    AnchorSideTop.Control = edtLine
35    AnchorSideTop.Side = asrCenter
36    Left = 6
37    Height = 15
38    Top = 39
39    Width = 25
40    BorderSpacing.Left = 6
41    BorderSpacing.Right = 6
42    Caption = 'Line:'
43    ParentColor = False
44  end
45  object lblCondition: TLabel
46    AnchorSideLeft.Control = Owner
47    AnchorSideTop.Control = edtCondition
48    AnchorSideTop.Side = asrCenter
49    Left = 6
50    Height = 15
51    Top = 118
52    Width = 56
53    BorderSpacing.Left = 6
54    BorderSpacing.Right = 6
55    Caption = 'Condition:'
56    ParentColor = False
57  end
58  object lblHitCount: TLabel
59    AnchorSideLeft.Control = Owner
60    AnchorSideTop.Control = edtCounter
61    AnchorSideTop.Side = asrCenter
62    Left = 6
63    Height = 15
64    Top = 147
65    Width = 50
66    BorderSpacing.Left = 6
67    BorderSpacing.Right = 6
68    Caption = 'Hitcount:'
69    ParentColor = False
70  end
71  object lblGroup: TLabel
72    AnchorSideLeft.Control = Owner
73    AnchorSideTop.Control = cmbGroup
74    AnchorSideTop.Side = asrCenter
75    Left = 6
76    Height = 15
77    Top = 205
78    Width = 36
79    BorderSpacing.Left = 6
80    BorderSpacing.Right = 6
81    Caption = 'Group:'
82    ParentColor = False
83  end
84  object lblAutoContinue: TLabel
85    AnchorSideLeft.Control = Owner
86    AnchorSideTop.Control = edtAutocontinueMS
87    AnchorSideTop.Side = asrCenter
88    Left = 6
89    Height = 15
90    Top = 176
91    Width = 103
92    BorderSpacing.Left = 6
93    BorderSpacing.Right = 6
94    Caption = 'Auto continue after'
95    ParentColor = False
96  end
97  object lblMS: TLabel
98    AnchorSideLeft.Control = edtAutocontinueMS
99    AnchorSideLeft.Side = asrBottom
100    AnchorSideTop.Control = lblAutoContinue
101    AnchorSideTop.Side = asrCenter
102    Left = 205
103    Height = 15
104    Top = 176
105    Width = 24
106    BorderSpacing.Left = 6
107    Caption = '(ms)'
108    ParentColor = False
109  end
110  object edtAutocontinueMS: TEdit
111    AnchorSideLeft.Control = lblAutoContinue
112    AnchorSideLeft.Side = asrBottom
113    AnchorSideTop.Control = edtCounter
114    AnchorSideTop.Side = asrBottom
115    AnchorSideRight.Side = asrBottom
116    Left = 139
117    Height = 23
118    Top = 172
119    Width = 60
120    BorderSpacing.Left = 24
121    BorderSpacing.Around = 6
122    TabOrder = 6
123    Text = 'edtAutocontinueMS'
124  end
125  object edtCounter: TEdit
126    AnchorSideLeft.Control = lblAutoContinue
127    AnchorSideLeft.Side = asrBottom
128    AnchorSideTop.Control = edtCondition
129    AnchorSideTop.Side = asrBottom
130    AnchorSideRight.Control = Owner
131    AnchorSideRight.Side = asrBottom
132    Left = 139
133    Height = 23
134    Top = 143
135    Width = 305
136    Anchors = [akTop, akLeft, akRight]
137    BorderSpacing.Left = 24
138    BorderSpacing.Around = 6
139    TabOrder = 5
140    Text = 'edtCounter'
141  end
142  object edtFilename: TEdit
143    AnchorSideLeft.Control = lblAutoContinue
144    AnchorSideLeft.Side = asrBottom
145    AnchorSideTop.Control = Owner
146    AnchorSideRight.Control = Owner
147    AnchorSideRight.Side = asrBottom
148    Left = 139
149    Height = 23
150    Top = 6
151    Width = 305
152    Anchors = [akTop, akLeft, akRight]
153    BorderSpacing.Left = 24
154    BorderSpacing.Around = 6
155    Color = clBtnFace
156    ReadOnly = True
157    TabOrder = 0
158    Text = 'edtFilename'
159  end
160  object cmbGroup: TComboBox
161    AnchorSideLeft.Control = lblAutoContinue
162    AnchorSideLeft.Side = asrBottom
163    AnchorSideTop.Control = edtAutocontinueMS
164    AnchorSideTop.Side = asrBottom
165    AnchorSideRight.Control = Owner
166    AnchorSideRight.Side = asrBottom
167    Left = 139
168    Height = 23
169    Top = 201
170    Width = 305
171    Anchors = [akTop, akLeft, akRight]
172    BorderSpacing.Left = 24
173    BorderSpacing.Around = 6
174    ItemHeight = 15
175    OnKeyPress = cmbGroupKeyPress
176    TabOrder = 7
177    Text = 'cmbGroup'
178  end
179  object gbActions: TGroupBox
180    AnchorSideLeft.Control = Owner
181    AnchorSideTop.Control = cmbGroup
182    AnchorSideTop.Side = asrBottom
183    AnchorSideRight.Control = Owner
184    AnchorSideRight.Side = asrBottom
185    Left = 6
186    Height = 215
187    Top = 230
188    Width = 438
189    Anchors = [akTop, akLeft, akRight]
190    AutoSize = True
191    BorderSpacing.Around = 6
192    Caption = 'Actions'
193    ClientHeight = 195
194    ClientWidth = 434
195    TabOrder = 8
196    object chkActionBreak: TCheckBox
197      AnchorSideLeft.Control = gbActions
198      AnchorSideTop.Control = gbActions
199      Left = 6
200      Height = 19
201      Top = 6
202      Width = 49
203      BorderSpacing.Around = 6
204      Caption = 'Break'
205      TabOrder = 0
206    end
207    object chkEnableGroups: TCheckBox
208      AnchorSideLeft.Control = gbActions
209      AnchorSideTop.Control = edtEnableGroups
210      AnchorSideTop.Side = asrCenter
211      Left = 6
212      Height = 19
213      Top = 33
214      Width = 91
215      BorderSpacing.Left = 6
216      BorderSpacing.Right = 6
217      Caption = 'Enable goups'
218      OnChange = chkEnableGroupsChange
219      TabOrder = 1
220    end
221    object chkDisableGroups: TCheckBox
222      AnchorSideLeft.Control = gbActions
223      AnchorSideTop.Control = edtDisableGroups
224      AnchorSideTop.Side = asrCenter
225      Left = 6
226      Height = 19
227      Top = 62
228      Width = 98
229      BorderSpacing.Left = 6
230      BorderSpacing.Right = 6
231      Caption = 'Disable groups'
232      OnChange = chkDisableGroupsChange
233      TabOrder = 3
234    end
235    object edtEnableGroups: TEditButton
236      AnchorSideLeft.Control = chkEvalExpression
237      AnchorSideLeft.Side = asrBottom
238      AnchorSideTop.Control = chkActionBreak
239      AnchorSideTop.Side = asrBottom
240      AnchorSideRight.Control = edtEvalExpression
241      AnchorSideRight.Side = asrBottom
242      Left = 125
243      Height = 23
244      Top = 31
245      Width = 303
246      Anchors = [akTop, akLeft, akRight]
247      BorderSpacing.Left = 20
248      BorderSpacing.Top = 6
249      BorderSpacing.Bottom = 6
250      ButtonCaption = '...'
251      ButtonWidth = 50
252      Enabled = False
253      MaxLength = 0
254      NumGlyphs = 1
255      OnButtonClick = edtEnableGroupsButtonClick
256      PasswordChar = #0
257      TabOrder = 2
258    end
259    object edtDisableGroups: TEditButton
260      AnchorSideLeft.Control = chkEvalExpression
261      AnchorSideLeft.Side = asrBottom
262      AnchorSideTop.Control = edtEnableGroups
263      AnchorSideTop.Side = asrBottom
264      AnchorSideRight.Control = edtEvalExpression
265      AnchorSideRight.Side = asrBottom
266      Left = 125
267      Height = 23
268      Top = 60
269      Width = 303
270      Anchors = [akTop, akLeft, akRight]
271      BorderSpacing.Left = 20
272      BorderSpacing.Top = 6
273      BorderSpacing.Bottom = 6
274      ButtonCaption = '...'
275      ButtonWidth = 50
276      Enabled = False
277      MaxLength = 0
278      NumGlyphs = 1
279      OnButtonClick = edtDisableGroupsButtonClick
280      PasswordChar = #0
281      TabOrder = 4
282    end
283    object chkEvalExpression: TCheckBox
284      AnchorSideLeft.Control = gbActions
285      AnchorSideTop.Control = edtEvalExpression
286      AnchorSideTop.Side = asrCenter
287      Left = 6
288      Height = 19
289      Top = 91
290      Width = 99
291      BorderSpacing.Left = 6
292      BorderSpacing.Right = 6
293      Caption = 'Eval expression'
294      OnChange = chkEvalExpressionChange
295      TabOrder = 5
296    end
297    object chkLogMessage: TCheckBox
298      AnchorSideLeft.Control = gbActions
299      AnchorSideTop.Control = edtLogMessage
300      AnchorSideTop.Side = asrCenter
301      Left = 6
302      Height = 19
303      Top = 120
304      Width = 89
305      BorderSpacing.Left = 6
306      BorderSpacing.Right = 6
307      Caption = 'Log message'
308      OnChange = chkLogMessageChange
309      TabOrder = 7
310    end
311    object edtEvalExpression: TEdit
312      AnchorSideLeft.Control = chkEvalExpression
313      AnchorSideLeft.Side = asrBottom
314      AnchorSideTop.Control = edtDisableGroups
315      AnchorSideTop.Side = asrBottom
316      AnchorSideRight.Control = gbActions
317      AnchorSideRight.Side = asrBottom
318      Left = 125
319      Height = 23
320      Top = 89
321      Width = 303
322      Anchors = [akTop, akLeft, akRight]
323      BorderSpacing.Left = 20
324      BorderSpacing.Top = 6
325      BorderSpacing.Right = 6
326      BorderSpacing.Bottom = 6
327      Enabled = False
328      TabOrder = 6
329    end
330    object edtLogMessage: TEdit
331      AnchorSideLeft.Control = chkEvalExpression
332      AnchorSideLeft.Side = asrBottom
333      AnchorSideTop.Control = edtEvalExpression
334      AnchorSideTop.Side = asrBottom
335      AnchorSideRight.Control = gbActions
336      AnchorSideRight.Side = asrBottom
337      Left = 125
338      Height = 23
339      Top = 118
340      Width = 303
341      Anchors = [akTop, akLeft, akRight]
342      BorderSpacing.Left = 20
343      BorderSpacing.Top = 6
344      BorderSpacing.Right = 6
345      BorderSpacing.Bottom = 6
346      Enabled = False
347      TabOrder = 8
348    end
349    object chkLogCallStack: TCheckBox
350      AnchorSideLeft.Control = gbActions
351      AnchorSideTop.Control = edtLogCallStack
352      AnchorSideTop.Side = asrCenter
353      Left = 6
354      Height = 19
355      Top = 149
356      Width = 91
357      BorderSpacing.Left = 6
358      Caption = 'Log call stack'
359      OnChange = chkLogCallStackChange
360      TabOrder = 9
361    end
362    object edtLogCallStack: TSpinEdit
363      AnchorSideLeft.Control = chkEvalExpression
364      AnchorSideLeft.Side = asrBottom
365      AnchorSideTop.Control = edtLogMessage
366      AnchorSideTop.Side = asrBottom
367      Left = 125
368      Height = 23
369      Top = 147
370      Width = 50
371      BorderSpacing.Left = 20
372      BorderSpacing.Top = 6
373      BorderSpacing.Bottom = 6
374      Enabled = False
375      MaxValue = 1024
376      TabOrder = 10
377    end
378    object lblLogCallStackLimit: TLabel
379      AnchorSideLeft.Control = edtLogCallStack
380      AnchorSideLeft.Side = asrBottom
381      AnchorSideTop.Control = edtLogCallStack
382      AnchorSideTop.Side = asrCenter
383      Left = 181
384      Height = 15
385      Top = 151
386      Width = 108
387      BorderSpacing.Left = 6
388      Caption = 'lblLogCallStackLimit'
389      ParentColor = False
390    end
391    object chkTakeSnap: TCheckBox
392      AnchorSideLeft.Control = gbActions
393      AnchorSideTop.Control = edtLogCallStack
394      AnchorSideTop.Side = asrBottom
395      Left = 6
396      Height = 19
397      Top = 176
398      Width = 90
399      BorderSpacing.Left = 6
400      BorderSpacing.Top = 6
401      Caption = 'chkTakeSnap'
402      TabOrder = 11
403    end
404  end
405  object ButtonPanel: TButtonPanel
406    AnchorSideTop.Control = gbActions
407    AnchorSideTop.Side = asrBottom
408    Left = 6
409    Height = 120
410    Top = 451
411    Width = 438
412    Anchors = [akTop, akLeft, akRight, akBottom]
413    OKButton.Name = 'OKButton'
414    OKButton.DefaultCaption = True
415    OKButton.OnClick = btnOKClick
416    HelpButton.Name = 'HelpButton'
417    HelpButton.DefaultCaption = True
418    HelpButton.OnClick = btnHelpClick
419    CloseButton.Name = 'CloseButton'
420    CloseButton.DefaultCaption = True
421    CloseButton.Enabled = False
422    CancelButton.Name = 'CancelButton'
423    CancelButton.DefaultCaption = True
424    TabOrder = 9
425    ShowButtons = [pbOK, pbCancel, pbHelp]
426    ShowBevel = False
427  end
428  object edtCondition: TComboBox
429    AnchorSideLeft.Control = lblAutoContinue
430    AnchorSideLeft.Side = asrBottom
431    AnchorSideTop.Control = rgWatchScope
432    AnchorSideTop.Side = asrBottom
433    AnchorSideRight.Control = Owner
434    AnchorSideRight.Side = asrBottom
435    Left = 139
436    Height = 23
437    Top = 114
438    Width = 305
439    Anchors = [akTop, akLeft, akRight]
440    BorderSpacing.Left = 24
441    BorderSpacing.Around = 6
442    ItemHeight = 15
443    TabOrder = 4
444    Text = 'edtCondition'
445  end
446  object edtLine: TSpinEdit
447    AnchorSideLeft.Control = lblAutoContinue
448    AnchorSideLeft.Side = asrBottom
449    AnchorSideTop.Control = edtFilename
450    AnchorSideTop.Side = asrBottom
451    AnchorSideRight.Side = asrBottom
452    Left = 139
453    Height = 23
454    Top = 35
455    Width = 60
456    BorderSpacing.Left = 24
457    BorderSpacing.Around = 6
458    MaxValue = 999999
459    TabOrder = 1
460  end
461  object rgWatchKind: TPanel
462    AnchorSideLeft.Control = lblAutoContinue
463    AnchorSideLeft.Side = asrBottom
464    AnchorSideTop.Control = edtLine
465    AnchorSideTop.Side = asrBottom
466    AnchorSideRight.Control = Owner
467    AnchorSideRight.Side = asrBottom
468    Left = 139
469    Height = 19
470    Top = 64
471    Width = 305
472    Anchors = [akTop, akLeft, akRight]
473    AutoSize = True
474    BorderSpacing.Left = 24
475    BorderSpacing.Around = 6
476    BevelOuter = bvNone
477    ChildSizing.LeftRightSpacing = 6
478    ChildSizing.EnlargeVertical = crsHomogenousChildResize
479    ChildSizing.ShrinkVertical = crsScaleChilds
480    ChildSizing.Layout = cclLeftToRightThenTopToBottom
481    ChildSizing.ControlsPerLine = 3
482    ClientHeight = 19
483    ClientWidth = 305
484    TabOrder = 2
485    Visible = False
486    object rbWrite: TRadioButton
487      Left = 6
488      Height = 19
489      Top = 0
490      Width = 59
491      Caption = 'rbWrite'
492      Checked = True
493      TabOrder = 0
494      TabStop = True
495    end
496    object rbRead: TRadioButton
497      Left = 68
498      Height = 19
499      Top = 0
500      Width = 57
501      BorderSpacing.Left = 3
502      Caption = 'rbRead'
503      TabOrder = 1
504    end
505    object rbReadWrite: TRadioButton
506      Left = 128
507      Height = 19
508      Top = 0
509      Width = 85
510      BorderSpacing.Left = 3
511      Caption = 'rbReadWrite'
512      TabOrder = 2
513    end
514  end
515  object rgWatchScope: TPanel
516    AnchorSideLeft.Control = lblAutoContinue
517    AnchorSideLeft.Side = asrBottom
518    AnchorSideTop.Control = rgWatchKind
519    AnchorSideTop.Side = asrBottom
520    AnchorSideRight.Control = Owner
521    AnchorSideRight.Side = asrBottom
522    Left = 139
523    Height = 19
524    Top = 89
525    Width = 305
526    Anchors = [akTop, akLeft, akRight]
527    AutoSize = True
528    BorderSpacing.Left = 24
529    BorderSpacing.Around = 6
530    BevelOuter = bvNone
531    ChildSizing.LeftRightSpacing = 6
532    ChildSizing.EnlargeVertical = crsHomogenousChildResize
533    ChildSizing.ShrinkVertical = crsScaleChilds
534    ChildSizing.Layout = cclLeftToRightThenTopToBottom
535    ChildSizing.ControlsPerLine = 3
536    ClientHeight = 19
537    ClientWidth = 305
538    TabOrder = 3
539    Visible = False
540    object rbGlobal: TRadioButton
541      Left = 6
542      Height = 19
543      Top = 0
544      Width = 65
545      Caption = 'rbGlobal'
546      Checked = True
547      TabOrder = 0
548      TabStop = True
549    end
550    object rbLocal: TRadioButton
551      Left = 74
552      Height = 19
553      Top = 0
554      Width = 59
555      BorderSpacing.Left = 3
556      Caption = 'rbLocal'
557      TabOrder = 1
558    end
559    object Label1: TLabel
560      Left = 133
561      Height = 19
562      Top = 0
563      Width = 3
564      Caption = ' '
565      ParentColor = False
566    end
567  end
568  object lblWatchKind: TLabel
569    AnchorSideLeft.Control = Owner
570    AnchorSideTop.Control = rgWatchKind
571    AnchorSideTop.Side = asrCenter
572    Left = 6
573    Height = 15
574    Top = 66
575    Width = 71
576    BorderSpacing.Left = 6
577    Caption = 'lblWatchKind'
578    ParentColor = False
579    Visible = False
580  end
581  object lblWatchScope: TLabel
582    AnchorSideLeft.Control = Owner
583    AnchorSideTop.Control = rgWatchScope
584    AnchorSideTop.Side = asrCenter
585    Left = 6
586    Height = 15
587    Top = 91
588    Width = 79
589    BorderSpacing.Left = 6
590    Caption = 'lblWatchScope'
591    ParentColor = False
592    Visible = False
593  end
594end
595