mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-04 07:43:13 +01:00
287 lines
7.0 KiB
Plaintext
287 lines
7.0 KiB
Plaintext
object WatchPropertyDlg: TWatchPropertyDlg
|
|
Left = 513
|
|
Height = 571
|
|
Top = 271
|
|
Width = 680
|
|
AutoSize = True
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsDialog
|
|
Caption = 'Watch Properties'
|
|
ClientHeight = 571
|
|
ClientWidth = 680
|
|
Constraints.MinWidth = 680
|
|
Position = poScreenCenter
|
|
LCLVersion = '3.99.0.0'
|
|
object ButtonPanel: TButtonPanel
|
|
Left = 6
|
|
Height = 26
|
|
Top = 539
|
|
Width = 668
|
|
OKButton.Name = 'OKButton'
|
|
OKButton.DefaultCaption = True
|
|
OKButton.OnClick = btnOKClick
|
|
HelpButton.Name = 'HelpButton'
|
|
HelpButton.DefaultCaption = True
|
|
HelpButton.OnClick = btnHelpClick
|
|
CloseButton.Name = 'CloseButton'
|
|
CloseButton.DefaultCaption = True
|
|
CloseButton.Enabled = False
|
|
CancelButton.Name = 'CancelButton'
|
|
CancelButton.DefaultCaption = True
|
|
TabOrder = 2
|
|
ShowButtons = [pbOK, pbCancel, pbHelp]
|
|
ShowBevel = False
|
|
end
|
|
object PanelTop: TPanel
|
|
Left = 0
|
|
Height = 172
|
|
Top = 0
|
|
Width = 680
|
|
Align = alTop
|
|
AutoSize = True
|
|
BevelOuter = bvNone
|
|
ClientHeight = 172
|
|
ClientWidth = 680
|
|
TabOrder = 0
|
|
object lblExpression: TLabel
|
|
AnchorSideLeft.Control = PanelTop
|
|
AnchorSideTop.Control = txtExpression
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 15
|
|
Top = 10
|
|
Width = 59
|
|
BorderSpacing.Left = 6
|
|
Caption = 'Expression:'
|
|
ParentColor = False
|
|
end
|
|
object txtExpression: TEdit
|
|
AnchorSideLeft.Control = lblExpression
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideRight.Control = PanelTop
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 71
|
|
Height = 23
|
|
Top = 6
|
|
Width = 603
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 6
|
|
TabOrder = 0
|
|
OnChange = txtExpressionChange
|
|
end
|
|
object lblRepCount: TLabel
|
|
AnchorSideLeft.Control = PanelTop
|
|
AnchorSideTop.Control = txtRepCount
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 15
|
|
Top = 39
|
|
Width = 75
|
|
BorderSpacing.Left = 6
|
|
Caption = 'Repeat Count:'
|
|
ParentColor = False
|
|
end
|
|
object txtRepCount: TEdit
|
|
AnchorSideLeft.Control = lblRepCount
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = txtExpression
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 87
|
|
Height = 23
|
|
Top = 35
|
|
Width = 60
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
TabOrder = 1
|
|
Text = '0'
|
|
end
|
|
object txtDigits: TEdit
|
|
AnchorSideLeft.Control = lblDigits
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = txtRepCount
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 198
|
|
Height = 23
|
|
Top = 35
|
|
Width = 60
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
TabOrder = 2
|
|
Text = '0'
|
|
end
|
|
object lblDigits: TLabel
|
|
AnchorSideLeft.Control = txtRepCount
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = lblRepCount
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 159
|
|
Height = 15
|
|
Top = 39
|
|
Width = 33
|
|
BorderSpacing.Left = 12
|
|
Caption = 'Digits:'
|
|
ParentColor = False
|
|
end
|
|
object chkEnabled: TCheckBox
|
|
AnchorSideLeft.Control = lblExpression
|
|
AnchorSideTop.Control = txtRepCount
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 19
|
|
Top = 61
|
|
Width = 60
|
|
BorderSpacing.Top = 3
|
|
Caption = 'Enabled'
|
|
TabOrder = 3
|
|
end
|
|
object chkAllowFunc: TCheckBox
|
|
AnchorSideLeft.Control = lblExpression
|
|
AnchorSideTop.Control = chkEnabled
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 19
|
|
Top = 80
|
|
Width = 126
|
|
Caption = 'Allow Function Calls'
|
|
TabOrder = 4
|
|
OnChange = chkAllowFuncChange
|
|
end
|
|
object chkUseInstanceClass: TCheckBox
|
|
AnchorSideLeft.Control = lblExpression
|
|
AnchorSideTop.Control = chkAllowFuncThreads
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 19
|
|
Top = 118
|
|
Width = 127
|
|
BorderSpacing.Bottom = 6
|
|
Caption = 'chkUseInstanceClass'
|
|
TabOrder = 5
|
|
end
|
|
object dropFpDbgConv: TComboBox
|
|
AnchorSideLeft.Control = lblFpDbgConv
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = chkUseInstanceClass
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 88
|
|
Height = 23
|
|
Top = 143
|
|
Width = 160
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Bottom = 6
|
|
ItemHeight = 15
|
|
Style = csDropDownList
|
|
TabOrder = 6
|
|
end
|
|
object lblFpDbgConv: TLabel
|
|
AnchorSideLeft.Control = lblExpression
|
|
AnchorSideTop.Control = dropFpDbgConv
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 15
|
|
Top = 147
|
|
Width = 76
|
|
Caption = 'lblFpDbgConv'
|
|
end
|
|
object chkAllowFuncThreads: TCheckBox
|
|
AnchorSideLeft.Control = lblExpression
|
|
AnchorSideTop.Control = chkAllowFunc
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 26
|
|
Height = 19
|
|
Top = 99
|
|
Width = 134
|
|
BorderSpacing.Left = 20
|
|
Caption = 'chkAllowFuncThreads'
|
|
TabOrder = 7
|
|
end
|
|
end
|
|
inline DisplayFormatFrame1: TDisplayFormatFrame
|
|
Left = 6
|
|
Height = 355
|
|
Top = 178
|
|
Width = 668
|
|
Align = alClient
|
|
BorderSpacing.Around = 6
|
|
ClientHeight = 355
|
|
ClientWidth = 668
|
|
TabOrder = 1
|
|
inherited PanelEnum: TPanel
|
|
Width = 668
|
|
ClientWidth = 668
|
|
inherited DividerBevelEnum: TDividerBevel
|
|
Width = 668
|
|
end
|
|
inherited PanelEnumRb1: TPanel
|
|
Width = 658
|
|
ClientWidth = 658
|
|
end
|
|
end
|
|
inherited PanelFloat: TPanel
|
|
Width = 668
|
|
ClientWidth = 668
|
|
inherited DividerBevelFloat: TDividerBevel
|
|
Width = 668
|
|
end
|
|
inherited PanelFloatRb: TPanel
|
|
Width = 658
|
|
ClientWidth = 658
|
|
end
|
|
end
|
|
inherited PanelStruct: TPanel
|
|
Width = 668
|
|
ClientWidth = 668
|
|
inherited DividerBevelStruct: TDividerBevel
|
|
Width = 668
|
|
end
|
|
inherited PanelStructFld: TPanel
|
|
Width = 658
|
|
ClientWidth = 658
|
|
end
|
|
inherited PanelStructAddr: TPanel
|
|
Width = 658
|
|
ClientWidth = 658
|
|
end
|
|
end
|
|
inherited PanelPointer: TPanel
|
|
Width = 668
|
|
ClientWidth = 668
|
|
inherited DividerBevelPointer: TDividerBevel
|
|
Width = 668
|
|
end
|
|
inherited PanelPointerDeref: TPanel
|
|
Width = 658
|
|
ClientWidth = 658
|
|
end
|
|
end
|
|
inherited PanelAddressFormat: TPanel
|
|
Width = 668
|
|
ClientWidth = 668
|
|
inherited DividerBevelAddressFormat: TDividerBevel
|
|
Width = 668
|
|
end
|
|
inherited PanelPointerType: TPanel
|
|
Width = 658
|
|
ClientWidth = 658
|
|
end
|
|
inherited PanelPointerNum: TPanel
|
|
Width = 658
|
|
ClientWidth = 658
|
|
end
|
|
end
|
|
inherited PanelMemDump: TPanel
|
|
Top = 354
|
|
Width = 668
|
|
ClientWidth = 668
|
|
inherited DividerBevelMemDump: TDividerBevel
|
|
Width = 668
|
|
end
|
|
inherited cbMemDump: TCheckBox
|
|
Width = 658
|
|
end
|
|
end
|
|
end
|
|
end
|