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

  1. object AboutDialog: TAboutDialog
  2.   Left = 212
  3.   Top = 240
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'About Net Vampire'
  9.   ClientHeight = 234
  10.   ClientWidth = 414
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -9
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image3: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 401
  25.     Height = 222
  26.     Cursor = crHandPoint
  27.     AutoSize = True
  28.     Picture.Data = {<image000.bmp>}
  29.     PopupMenu = PopupMenu3
  30.     OnClick = Label2Click
  31.   end
  32.   object Label1: TLabel
  33.     Left = 34
  34.     Top = 180
  35.     Width = 121
  36.     Height = 13
  37.     Cursor = crHandPoint
  38.     Caption = 'support@netvampire.com'
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clLime
  41.     Font.Height = -11
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = [fsUnderline]
  44.     ParentFont = False
  45.     PopupMenu = PopupMenu1
  46.     Transparent = True
  47.     Visible = False
  48.     OnClick = Label1Click
  49.   end
  50.   object Label2: TLabel
  51.     Left = 31
  52.     Top = 160
  53.     Width = 114
  54.     Height = 13
  55.     Cursor = crHandPoint
  56.     Caption = 'Net Vampire home page'
  57.     Font.Charset = DEFAULT_CHARSET
  58.     Font.Color = clLime
  59.     Font.Height = -11
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = [fsUnderline]
  62.     ParentFont = False
  63.     PopupMenu = PopupMenu2
  64.     Transparent = True
  65.     Visible = False
  66.     OnClick = Label2Click
  67.   end
  68.   object Image1: TImage
  69.     Left = 16
  70.     Top = 182
  71.     Width = 14
  72.     Height = 10
  73.     AutoSize = True
  74.     Picture.Data = {<image001.bmp>}
  75.     Visible = False
  76.   end
  77.   object Image2: TImage
  78.     Left = 15
  79.     Top = 160
  80.     Width = 13
  81.     Height = 16
  82.     AutoSize = True
  83.     Picture.Data = {<image002.bmp>}
  84.     Visible = False
  85.   end
  86.   object Label3: TLabel
  87.     Left = 8
  88.     Top = 204
  89.     Width = 197
  90.     Height = 13
  91.     Caption = 'Copyright ∩┐╜ 1997,1998 Alex Shovkoplyas'
  92.     Font.Charset = DEFAULT_CHARSET
  93.     Font.Color = clWhite
  94.     Font.Height = -9
  95.     Font.Name = 'MS Sans Serif'
  96.     Font.Style = []
  97.     ParentFont = False
  98.     Transparent = True
  99.   end
  100.   object Label4: TLabel
  101.     Left = 304
  102.     Top = 132
  103.     Width = 49
  104.     Height = 24
  105.     Caption = 'v.3.01'
  106.     Font.Charset = DEFAULT_CHARSET
  107.     Font.Color = clRed
  108.     Font.Height = -20
  109.     Font.Name = 'MS Sans Serif'
  110.     Font.Style = []
  111.     ParentFont = False
  112.     Transparent = True
  113.   end
  114.   object Label5: TLabel
  115.     Left = 324
  116.     Top = 8
  117.     Width = 65
  118.     Height = 13
  119.     Caption = 'Ad-sponsored'
  120.     Font.Charset = DEFAULT_CHARSET
  121.     Font.Color = clAqua
  122.     Font.Height = -9
  123.     Font.Name = 'MS Sans Serif'
  124.     Font.Style = []
  125.     ParentFont = False
  126.     Transparent = True
  127.   end
  128.   object BitBtn1: TBitBtn
  129.     Left = 311
  130.     Top = 184
  131.     Width = 75
  132.     Height = 25
  133.     TabOrder = 0
  134.     Kind = bkOK
  135.   end
  136.   object PopupMenu2: TPopupMenu
  137.     Left = 164
  138.     Top = 144
  139.     object CopyUrlMNU: TMenuItem
  140.       Caption = 'Copy URL'
  141.       OnClick = CopyUrlMNUClick
  142.     end
  143.   end
  144.   object PopupMenu1: TPopupMenu
  145.     Left = 192
  146.     Top = 144
  147.     object CopyAddrMNU: TMenuItem
  148.       Caption = 'Copy e-mail address'
  149.       OnClick = CopyAddrMNUClick
  150.     end
  151.   end
  152.   object PopupMenu3: TPopupMenu
  153.     Left = 244
  154.     Top = 144
  155.     object SendEmail1: TMenuItem
  156.       Caption = 'Send E-mail'
  157.       OnClick = Label1Click
  158.     end
  159.     object OpenWebpage1: TMenuItem
  160.       Caption = 'Open Web page'
  161.       OnClick = Label2Click
  162.     end
  163.   end
  164. end
  165.