lazarus/debugger/watchpropertydlg.lfm

141 lines
2.7 KiB
Plaintext

object WatchPropertyDlg: TWatchPropertyDlg
Left = 336
Height = 206
Top = 227
Width = 420
HorzScrollBar.Page = 419
VertScrollBar.Page = 205
ActiveControl = chkAllowFunc
Caption = 'Watch Properties'
ClientHeight = 206
ClientWidth = 420
Position = poScreenCenter
object lblExpression: TLabel
Left = 16
Height = 20
Top = 14
Width = 74
Caption = 'Expression:'
ParentColor = False
end
object lblRepCount: TLabel
Left = 15
Height = 20
Top = 45
Width = 91
Caption = 'Repeat Count:'
ParentColor = False
end
object lblDigits: TLabel
Left = 176
Height = 20
Top = 45
Width = 41
Caption = 'Digits:'
ParentColor = False
end
object txtExpression: TEdit
Left = 105
Height = 23
Top = 8
Width = 300
TabOrder = 1
end
object txtRepCount: TEdit
Left = 105
Height = 23
Top = 39
Width = 60
TabOrder = 2
Text = '0'
end
object txtDigits: TEdit
Left = 225
Height = 23
Top = 39
Width = 180
TabOrder = 5
Text = '0'
end
object chkEnabled: TCheckBox
Left = 15
Height = 22
Top = 65
Width = 75
AllowGrayed = True
Caption = 'Enabled'
TabOrder = 7
end
object chkAllowFunc: TCheckBox
Left = 105
Height = 22
Top = 65
Width = 147
AllowGrayed = True
Caption = 'Allow Function Calls'
TabOrder = 0
end
object rgStyle: TRadioGroup
Left = 15
Height = 78
Top = 90
Width = 390
AutoFill = True
Caption = 'Style'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 3
ClientHeight = 59
ClientWidth = 386
Columns = 3
ItemIndex = 7
Items.Strings = (
'Character'
'String'
'Decimal'
'Hexadecimal'
'Floating Point'
'Pointer'
'Record/Structure'
'Default'
'Memory Dump'
)
TabOrder = 3
end
object btnOK: TButton
Left = 170
Height = 25
Top = 176
Width = 75
Caption = 'OK'
Default = True
ModalResult = 1
OnClick = btnOKClick
TabOrder = 4
end
object btnCancel: TButton
Left = 250
Height = 25
Top = 176
Width = 75
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 6
end
object btnHelp: TButton
Left = 330
Height = 25
Top = 176
Width = 75
Caption = 'Help'
OnClick = btnHelpClick
TabOrder = 8
end
end