object AddWatchDlg: TAddWatchDlg Left = 1028 Top = 933 BorderStyle = bsToolWindow Caption = 'Add Watch...' ClientHeight = 86 ClientWidth = 329 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poDefault OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 41 Height = 13 Caption = 'Watch...' end object Edit1: TEdit Left = 8 Top = 24 Width = 313 Height = 21 TabOrder = 0 end object Button1: TButton Left = 168 Top = 56 Width = 75 Height = 25 Caption = 'Add' Default = True ModalResult = 1 TabOrder = 1 end object Button2: TButton Left = 248 Top = 56 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end