home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / internet / netVampire / _SETUP.1 / Vampire.exe / 0 / RCDATA / TDUPEDIALOG / TDUPEDIALOG.txt
Text File  |  1998-11-30  |  2KB  |  81 lines

  1. object DupeDialog: TDupeDialog
  2.   Left = 244
  3.   Top = 361
  4.   ActiveControl = YesBtn
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Net Vampire'
  8.   ClientHeight = 133
  9.   ClientWidth = 365
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 24
  21.     Top = 12
  22.     Width = 133
  23.     Height = 13
  24.     Caption = 'The following Jobs deal with'
  25.   end
  26.   object FileNameLabel: TLabel
  27.     Left = 172
  28.     Top = 12
  29.     Width = 70
  30.     Height = 13
  31.     Caption = 'FileNameLabel'
  32.   end
  33.   object ComboBox1: TComboBox
  34.     Left = 24
  35.     Top = 36
  36.     Width = 317
  37.     Height = 21
  38.     Style = csDropDownList
  39.     ItemHeight = 13
  40.     TabOrder = 0
  41.   end
  42.   object NoBtn: TButton
  43.     Left = 172
  44.     Top = 96
  45.     Width = 101
  46.     Height = 23
  47.     Caption = 'Create new Job'
  48.     ModalResult = 7
  49.     TabOrder = 3
  50.   end
  51.   object YesBtn: TButton
  52.     Left = 8
  53.     Top = 96
  54.     Width = 157
  55.     Height = 23
  56.     Caption = 'Add location to selected Job'
  57.     Default = True
  58.     ModalResult = 6
  59.     TabOrder = 2
  60.   end
  61.   object CancelBtn: TButton
  62.     Left = 280
  63.     Top = 96
  64.     Width = 75
  65.     Height = 23
  66.     Cancel = True
  67.     Caption = 'Cancel'
  68.     ModalResult = 2
  69.     TabOrder = 4
  70.   end
  71.   object CheckBox1: TCheckBox
  72.     Left = 28
  73.     Top = 68
  74.     Width = 97
  75.     Height = 17
  76.     Caption = 'Show URLs'
  77.     TabOrder = 1
  78.     OnClick = CheckBox1Click
  79.   end
  80. end
  81.