lazarus/debugger/watchpropertydlg.lfm
marc b8918ec656 * Restructured debugger view classes
* Fixed help

git-svn-id: trunk@5867 -
2004-08-26 23:50:05 +00:00

132 lines
2.3 KiB
Plaintext

object WatchPropertyDlg: TWatchPropertyDlg
Caption = 'Watch Properties'
ClientHeight = 206
ClientWidth = 420
Position = poScreenCenter
HorzScrollBar.Page = 421
VertScrollBar.Page = 207
Left = 358
Height = 206
Top = 238
Width = 420
object lblExpression: TLabel
Caption = 'Expression:'
Left = 16
Height = 17
Top = 14
Width = 65
end
object txtExpression: TEdit
TabOrder = 2
TabOrder = 2
Left = 105
Height = 23
Top = 8
Width = 300
end
object lblRepCount: TLabel
Caption = 'Repeat Count:'
Left = 15
Height = 17
Top = 45
Width = 80
end
object txtRepCount: TEdit
TabOrder = 4
Text = '0'
TabOrder = 4
Left = 105
Height = 23
Top = 39
Width = 60
end
object lblDigits: TLabel
Caption = 'Digits:'
Left = 176
Height = 17
Top = 45
Width = 40
end
object txtDigits: TEdit
TabOrder = 6
Text = '0'
TabOrder = 6
Left = 225
Height = 23
Top = 39
Width = 180
end
object chkEnabled: TCheckBox
AllowGrayed = True
AutoSize = True
Caption = 'Enabled'
DragCursor = 65524
TabOrder = 7
Left = 15
Height = 20
Top = 65
Width = 84
end
object chkAllowFunc: TCheckBox
AllowGrayed = True
AutoSize = True
Caption = 'Allow Function Calls'
DragCursor = 65524
TabOrder = 0
Left = 105
Height = 20
Top = 65
Width = 1
end
object rgStyle: TRadioGroup
Caption = 'Style'
Columns = 3
ItemIndex = 7
Items.Strings = (
'Character'
'String'
'Decimal'
'Hexadecimal'
'Floating Point'
'Pointer'
'Record/Structure'
'Default'
'Memory Dump'
)
ParentColor = True
Left = 15
Height = 78
Top = 90
Width = 390
end
object btnOK: TButton
Caption = 'OK'
Default = True
ModalResult = 1
OnClick = btnOKClick
TabOrder = 9
Left = 170
Height = 25
Top = 176
Width = 75
end
object btnCancel: TButton
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 10
Left = 250
Height = 25
Top = 176
Width = 75
end
object btnHelp: TButton
Caption = 'Help'
TabOrder = 11
Left = 330
Height = 25
Top = 176
Width = 75
end
end