object DupeDialog: TDupeDialog Left = 244 Top = 361 ActiveControl = YesBtn BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Net Vampire' ClientHeight = 133 ClientWidth = 365 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 24 Top = 12 Width = 133 Height = 13 Caption = 'The following Jobs deal with' end object FileNameLabel: TLabel Left = 172 Top = 12 Width = 70 Height = 13 Caption = 'FileNameLabel' end object ComboBox1: TComboBox Left = 24 Top = 36 Width = 317 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 end object NoBtn: TButton Left = 172 Top = 96 Width = 101 Height = 23 Caption = 'Create new Job' ModalResult = 7 TabOrder = 3 end object YesBtn: TButton Left = 8 Top = 96 Width = 157 Height = 23 Caption = 'Add location to selected Job' Default = True ModalResult = 6 TabOrder = 2 end object CancelBtn: TButton Left = 280 Top = 96 Width = 75 Height = 23 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 4 end object CheckBox1: TCheckBox Left = 28 Top = 68 Width = 97 Height = 17 Caption = 'Show URLs' TabOrder = 1 OnClick = CheckBox1Click end end