object DebugAddWatch: TDebugAddWatch Left = 358 Top = 232 HelpContext = 25002 ActiveControl = LineInput BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Add Watch' ClientHeight = 86 ClientWidth = 265 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 18 Top = 20 Width = 60 Height = 13 Caption = '&Enter watch:' end object Bevel1: TBevel Left = 8 Top = 10 Width = 249 Height = 33 Shape = bsFrame end object OKButton: TButton Left = 15 Top = 54 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = OKButtonClick end object CancelButton: TButton Left = 95 Top = 54 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object HelpButton: TButton Left = 175 Top = 54 Width = 75 Height = 25 Caption = '&Help' TabOrder = 2 OnClick = HelpButtonClick end object LineInput: TEdit Left = 88 Top = 16 Width = 161 Height = 21 TabOrder = 3 end end