home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 December / 12_02.iso / games / top / files / ut2003-demo.exe / System / dinterface.dll / 0 / RCDATA / TADDWATCHDLG / TADDWATCHDLG.txt
Text File  |  2002-08-12  |  989b  |  55 lines

  1. object AddWatchDlg: TAddWatchDlg
  2.   Left = 1028
  3.   Top = 933
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Add Watch...'
  6.   ClientHeight = 86
  7.   ClientWidth = 329
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDefault
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 41
  24.     Height = 13
  25.     Caption = 'Watch...'
  26.   end
  27.   object Edit1: TEdit
  28.     Left = 8
  29.     Top = 24
  30.     Width = 313
  31.     Height = 21
  32.     TabOrder = 0
  33.   end
  34.   object Button1: TButton
  35.     Left = 168
  36.     Top = 56
  37.     Width = 75
  38.     Height = 25
  39.     Caption = 'Add'
  40.     Default = True
  41.     ModalResult = 1
  42.     TabOrder = 1
  43.   end
  44.   object Button2: TButton
  45.     Left = 248
  46.     Top = 56
  47.     Width = 75
  48.     Height = 25
  49.     Cancel = True
  50.     Caption = 'Cancel'
  51.     ModalResult = 2
  52.     TabOrder = 2
  53.   end
  54. end
  55.