mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 05:58:14 +02:00
129 lines
2.2 KiB
Plaintext
129 lines
2.2 KiB
Plaintext
object WatchPropertyDlg: TWatchPropertyDlg
|
|
Caption = 'Watch Properties'
|
|
ClientHeight = 200
|
|
ClientWidth = 420
|
|
Position = poScreenCenter
|
|
HorzScrollBar.Page = 421
|
|
VertScrollBar.Page = 201
|
|
Left = 339
|
|
Height = 200
|
|
Top = 283
|
|
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'
|
|
)
|
|
Left = 15
|
|
Height = 70
|
|
Top = 90
|
|
Width = 390
|
|
end
|
|
object btnOK: TButton
|
|
ModalResult = 1
|
|
Caption = 'OK'
|
|
TabOrder = 9
|
|
OnClick = btnOKClick
|
|
Left = 170
|
|
Height = 25
|
|
Top = 170
|
|
Width = 75
|
|
end
|
|
object btnCancel: TButton
|
|
ModalResult = 2
|
|
Caption = 'Cancel'
|
|
TabOrder = 10
|
|
Left = 250
|
|
Height = 25
|
|
Top = 170
|
|
Width = 75
|
|
end
|
|
object btnHelp: TButton
|
|
Caption = 'Help'
|
|
TabOrder = 11
|
|
Left = 330
|
|
Height = 25
|
|
Top = 170
|
|
Width = 75
|
|
end
|
|
end
|