about.dfm
上传用户:hbtcygglw
上传日期:2007-01-07
资源大小:281k
文件大小:3k
源码类别:

其他

开发平台:

Delphi

  1. object AboutBox: TAboutBox
  2.   Left = 220
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = '关于OICQSpy'
  6.   ClientHeight = 294
  7.   ClientWidth = 362
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = '宋体'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDesktopCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 12
  19.   object lbProductName: TLabel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 362
  23.     Height = 19
  24.     Align = alTop
  25.     Alignment = taCenter
  26.     Caption = 'OICQ Spy Version 2.1'
  27.     Font.Charset = ANSI_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -16
  30.     Font.Name = 'Arial'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.   end
  34.   object Label3: TLabel
  35.     Left = 44
  36.     Top = 136
  37.     Width = 264
  38.     Height = 12
  39.     Caption = 'This is a Freeware,but do not modify it!!!!!'
  40.   end
  41.   object Label4: TLabel
  42.     Left = 140
  43.     Top = 152
  44.     Width = 78
  45.     Height = 12
  46.     Caption = 'MADE IN CHINA'
  47.   end
  48.   object Label6: TLabel
  49.     Left = 40
  50.     Top = 228
  51.     Width = 288
  52.     Height = 12
  53.     Caption = '对使用本软件造成的一切后果,作者不负任何责任!!'
  54.     Font.Charset = ANSI_CHARSET
  55.     Font.Color = clRed
  56.     Font.Height = -12
  57.     Font.Name = '宋体'
  58.     Font.Style = []
  59.     ParentFont = False
  60.   end
  61.   object Label7: TLabel
  62.     Left = 60
  63.     Top = 248
  64.     Width = 240
  65.     Height = 12
  66.     Caption = '一但开始使用本软件即认为您同意以上条款。'
  67.     Font.Charset = ANSI_CHARSET
  68.     Font.Color = clRed
  69.     Font.Height = -12
  70.     Font.Name = '宋体'
  71.     Font.Style = []
  72.     ParentFont = False
  73.   end
  74.   object Label8: TLabel
  75.     Left = 44
  76.     Top = 168
  77.     Width = 264
  78.     Height = 12
  79.     Caption = '特别感谢:本软件使用了‘追捕’的IP地址数据库'
  80.   end
  81.   object Label9: TLabel
  82.     Left = 44
  83.     Top = 188
  84.     Width = 264
  85.     Height = 12
  86.     Caption = '如果您对本软件有什么改进建议和相关的技术资料'
  87.   end
  88.   object NWURLLabel1: TNWURLLabel
  89.     Left = 188
  90.     Top = 208
  91.     Width = 84
  92.     Height = 12
  93.     Caption = '去我的主页看看'
  94.     Font.Charset = ANSI_CHARSET
  95.     Font.Color = clNavy
  96.     Font.Height = -12
  97.     Font.Name = '宋体'
  98.     Font.Style = []
  99.     ParentFont = False
  100.     URL = 'http://oicqspy.yeah.net'
  101.   end
  102.   object NWURLLabel2: TNWURLLabel
  103.     Left = 72
  104.     Top = 208
  105.     Width = 72
  106.     Height = 12
  107.     Caption = '欢迎和我联系'
  108.     Font.Charset = ANSI_CHARSET
  109.     Font.Color = clNavy
  110.     Font.Height = -12
  111.     Font.Name = '宋体'
  112.     Font.Style = []
  113.     ParentFont = False
  114.     URL = 'mailto:net.gale@263.net'
  115.   end
  116.   object Button1: TButton
  117.     Left = 140
  118.     Top = 264
  119.     Width = 75
  120.     Height = 25
  121.     Caption = '确定'
  122.     ModalResult = 1
  123.     TabOrder = 0
  124.   end
  125.   object AuthtorList: TListBox
  126.     Left = 28
  127.     Top = 30
  128.     Width = 301
  129.     Height = 102
  130.     Color = clScrollBar
  131.     ItemHeight = 12
  132.     Items.Strings = (
  133.       '作者:'
  134.       'Gale       net.gale@263.net      台风'
  135.       'noctwolf   noctwolf@990.net      夜狼'
  136.       'nightowl   9089@21cn.com         猫头鹰'
  137.       '感谢:'
  138.       '我的老板:小勃勃,默许我使用公司的设备和带宽,并'
  139.       '         在我红着双眼上班时*_0.')
  140.     TabOrder = 1
  141.   end
  142. end