object AboutDialog: TAboutDialog Left = 212 Top = 240 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'About Net Vampire' ClientHeight = 234 ClientWidth = 414 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -9 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Image3: TImage Left = 0 Top = 0 Width = 401 Height = 222 Cursor = crHandPoint AutoSize = True Picture.Data = {} PopupMenu = PopupMenu3 OnClick = Label2Click end object Label1: TLabel Left = 34 Top = 180 Width = 121 Height = 13 Cursor = crHandPoint Caption = 'support@netvampire.com' Font.Charset = DEFAULT_CHARSET Font.Color = clLime Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False PopupMenu = PopupMenu1 Transparent = True Visible = False OnClick = Label1Click end object Label2: TLabel Left = 31 Top = 160 Width = 114 Height = 13 Cursor = crHandPoint Caption = 'Net Vampire home page' Font.Charset = DEFAULT_CHARSET Font.Color = clLime Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False PopupMenu = PopupMenu2 Transparent = True Visible = False OnClick = Label2Click end object Image1: TImage Left = 16 Top = 182 Width = 14 Height = 10 AutoSize = True Picture.Data = {} Visible = False end object Image2: TImage Left = 15 Top = 160 Width = 13 Height = 16 AutoSize = True Picture.Data = {} Visible = False end object Label3: TLabel Left = 8 Top = 204 Width = 197 Height = 13 Caption = 'Copyright � 1997,1998 Alex Shovkoplyas' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -9 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object Label4: TLabel Left = 304 Top = 132 Width = 49 Height = 24 Caption = 'v.3.01' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -20 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object Label5: TLabel Left = 324 Top = 8 Width = 65 Height = 13 Caption = 'Ad-sponsored' Font.Charset = DEFAULT_CHARSET Font.Color = clAqua Font.Height = -9 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object BitBtn1: TBitBtn Left = 311 Top = 184 Width = 75 Height = 25 TabOrder = 0 Kind = bkOK end object PopupMenu2: TPopupMenu Left = 164 Top = 144 object CopyUrlMNU: TMenuItem Caption = 'Copy URL' OnClick = CopyUrlMNUClick end end object PopupMenu1: TPopupMenu Left = 192 Top = 144 object CopyAddrMNU: TMenuItem Caption = 'Copy e-mail address' OnClick = CopyAddrMNUClick end end object PopupMenu3: TPopupMenu Left = 244 Top = 144 object SendEmail1: TMenuItem Caption = 'Send E-mail' OnClick = Label1Click end object OpenWebpage1: TMenuItem Caption = 'Open Web page' OnClick = Label2Click end end end