home *** CD-ROM | disk | FTP | other *** search
/ Igromania 1999 December / 27_12_1999.iso / Soft / nvamp33.exe / Vampire.exe / 0 / RCDATA / TDUPEDIALOG / TDUPEDIALOG.txt
Text File  |  1999-06-02  |  2KB  |  115 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 = ANSI_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 = 165
  23.     Height = 13
  24.     Caption = 'The following Jobs deal with'
  25.     Font.Charset = ANSI_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = []
  30.     ParentFont = False
  31.   end
  32.   object FileNameLabel: TLabel
  33.     Left = 180
  34.     Top = 12
  35.     Width = 33
  36.     Height = 13
  37.     Caption = 'x'
  38.   end
  39.   object ComboBox1: TComboBox
  40.     Left = 24
  41.     Top = 36
  42.     Width = 317
  43.     Height = 21
  44.     Style = csDropDownList
  45.     ItemHeight = 13
  46.     TabOrder = 0
  47.   end
  48.   object NoBtn: TButton
  49.     Left = 172
  50.     Top = 96
  51.     Width = 101
  52.     Height = 23
  53.     Caption = 'Create new Job'
  54.     Font.Charset = ANSI_CHARSET
  55.     Font.Color = clWindowText
  56.     Font.Height = -11
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = []
  59.     ModalResult = 7
  60.     ParentFont = False
  61.     TabOrder = 3
  62.   end
  63.   object YesBtn: TButton
  64.     Left = 8
  65.     Top = 96
  66.     Width = 157
  67.     Height = 23
  68.     Caption = 'Add location to selected Job'
  69.     Default = True
  70.     Font.Charset = ANSI_CHARSET
  71.     Font.Color = clWindowText
  72.     Font.Height = -11
  73.     Font.Name = 'MS Sans Serif'
  74.     Font.Style = []
  75.     ModalResult = 6
  76.     ParentFont = False
  77.     TabOrder = 2
  78.   end
  79.   object CancelBtn: TButton
  80.     Left = 280
  81.     Top = 96
  82.     Width = 75
  83.     Height = 23
  84.     Cancel = True
  85.     Caption = 'Cancel'
  86.     Font.Charset = ANSI_CHARSET
  87.     Font.Color = clWindowText
  88.     Font.Height = -11
  89.     Font.Name = 'MS Sans Serif'
  90.     Font.Style = []
  91.     ModalResult = 2
  92.     ParentFont = False
  93.     TabOrder = 4
  94.   end
  95.   object CheckBox1: TCheckBox
  96.     Left = 28
  97.     Top = 68
  98.     Width = 309
  99.     Height = 17
  100.     Caption = 'Show URLs'
  101.     Font.Charset = ANSI_CHARSET
  102.     Font.Color = clWindowText
  103.     Font.Height = -11
  104.     Font.Name = 'MS Sans Serif'
  105.     Font.Style = []
  106.     ParentFont = False
  107.     TabOrder = 1
  108.     OnClick = CheckBox1Click
  109.   end
  110.   object KMLang1: TKMLang
  111.     Left = 4
  112.     Top = 4
  113.   end
  114. end
  115.