www.pudn.com > oicqspysrc.zip > about.dfm


object AboutBox: TAboutBox 
  Left = 220 
  Top = 107 
  BorderStyle = bsDialog 
  Caption = '关于OICQSpy' 
  ClientHeight = 294 
  ClientWidth = 362 
  Color = clBtnFace 
  Font.Charset = ANSI_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -12 
  Font.Name = '宋体' 
  Font.Style = [] 
  OldCreateOrder = False 
  Position = poDesktopCenter 
  OnCreate = FormCreate 
  PixelsPerInch = 96 
  TextHeight = 12 
  object lbProductName: TLabel 
    Left = 0 
    Top = 0 
    Width = 362 
    Height = 19 
    Align = alTop 
    Alignment = taCenter 
    Caption = 'OICQ Spy Version 2.1' 
    Font.Charset = ANSI_CHARSET 
    Font.Color = clWindowText 
    Font.Height = -16 
    Font.Name = 'Arial' 
    Font.Style = [fsBold] 
    ParentFont = False 
  end 
  object Label3: TLabel 
    Left = 44 
    Top = 136 
    Width = 264 
    Height = 12 
    Caption = 'This is a Freeware,but do not modify it!!!!!' 
  end 
  object Label4: TLabel 
    Left = 140 
    Top = 152 
    Width = 78 
    Height = 12 
    Caption = 'MADE IN CHINA' 
  end 
  object Label6: TLabel 
    Left = 40 
    Top = 228 
    Width = 288 
    Height = 12 
    Caption = '对使用本软件造成的一切后果,作者不负任何责任!!' 
    Font.Charset = ANSI_CHARSET 
    Font.Color = clRed 
    Font.Height = -12 
    Font.Name = '宋体' 
    Font.Style = [] 
    ParentFont = False 
  end 
  object Label7: TLabel 
    Left = 60 
    Top = 248 
    Width = 240 
    Height = 12 
    Caption = '一但开始使用本软件即认为您同意以上条款。' 
    Font.Charset = ANSI_CHARSET 
    Font.Color = clRed 
    Font.Height = -12 
    Font.Name = '宋体' 
    Font.Style = [] 
    ParentFont = False 
  end 
  object Label8: TLabel 
    Left = 44 
    Top = 168 
    Width = 264 
    Height = 12 
    Caption = '特别感谢:本软件使用了‘追捕’的IP地址数据库' 
  end 
  object Label9: TLabel 
    Left = 44 
    Top = 188 
    Width = 264 
    Height = 12 
    Caption = '如果您对本软件有什么改进建议和相关的技术资料' 
  end 
  object NWURLLabel1: TNWURLLabel 
    Left = 188 
    Top = 208 
    Width = 84 
    Height = 12 
    Caption = '去我的主页看看' 
    Font.Charset = ANSI_CHARSET 
    Font.Color = clNavy 
    Font.Height = -12 
    Font.Name = '宋体' 
    Font.Style = [] 
    ParentFont = False 
    URL = 'http://oicqspy.yeah.net' 
  end 
  object NWURLLabel2: TNWURLLabel 
    Left = 72 
    Top = 208 
    Width = 72 
    Height = 12 
    Caption = '欢迎和我联系' 
    Font.Charset = ANSI_CHARSET 
    Font.Color = clNavy 
    Font.Height = -12 
    Font.Name = '宋体' 
    Font.Style = [] 
    ParentFont = False 
    URL = 'mailto:net.gale@263.net' 
  end 
  object Button1: TButton 
    Left = 140 
    Top = 264 
    Width = 75 
    Height = 25 
    Caption = '确定' 
    ModalResult = 1 
    TabOrder = 0 
  end 
  object AuthtorList: TListBox 
    Left = 28 
    Top = 30 
    Width = 301 
    Height = 102 
    Color = clScrollBar 
    ItemHeight = 12 
    Items.Strings = ( 
      '作者:' 
      'Gale       net.gale@263.net      台风' 
      'noctwolf   noctwolf@990.net      夜狼' 
      'nightowl   9089@21cn.com         猫头鹰' 
      '感谢:' 
      '我的老板:小勃勃,默许我使用公司的设备和带宽,并' 
      '         在我红着双眼上班时*_0.') 
    TabOrder = 1 
  end 
end