object DupeDialog: TDupeDialog Left = 244 Top = 361 ActiveControl = YesBtn BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Net Vampire' ClientHeight = 133 ClientWidth = 365 Font.Charset = ANSI_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 = 165 Height = 13 Caption = 'The following Jobs deal with' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object FileNameLabel: TLabel Left = 180 Top = 12 Width = 33 Height = 13 Caption = 'x' 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' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 7 ParentFont = False TabOrder = 3 end object YesBtn: TButton Left = 8 Top = 96 Width = 157 Height = 23 Caption = 'Add location to selected Job' Default = True Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 6 ParentFont = False TabOrder = 2 end object CancelBtn: TButton Left = 280 Top = 96 Width = 75 Height = 23 Cancel = True Caption = 'Cancel' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 4 end object CheckBox1: TCheckBox Left = 28 Top = 68 Width = 309 Height = 17 Caption = 'Show URLs' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = CheckBox1Click end object KMLang1: TKMLang Left = 4 Top = 4 end end