AboutUnit.dfm
上传用户:xgd119
上传日期:2007-05-02
资源大小:514k
文件大小:4k
源码类别:

P2P编程

开发平台:

Delphi

  1. object AboutBox: TAboutBox
  2.   Left = 313
  3.   Top = 194
  4.   BorderStyle = bsDialog
  5.   Caption = 'About tQ V 0.0.2'
  6.   ClientHeight = 215
  7.   ClientWidth = 321
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 305
  22.     Height = 169
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     ParentColor = True
  26.     TabOrder = 0
  27.     object ProgramIcon: TImage
  28.       Left = 8
  29.       Top = 8
  30.       Width = 65
  31.       Height = 57
  32.       Picture.Data = {
  33.         07544269746D617076020000424D760200000000000076000000280000002000
  34.         0000200000000100040000000000000200000000000000000000100000000000
  35.         000000000000000080000080000000808000800000008000800080800000C0C0
  36.         C000808080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF
  37.         FF00000000000000000000000000000000000EE8787878EEEEEEE03F30878EEE
  38.         EEE00EE8787878EEEEEEE03F30878EEEEEE00EE8787878EEEEEEE03F30878EEE
  39.         EEE00EE8787878EEEEEEE03F30878EEEEEE00887787877788888803F3088787E
  40.         EEE00788787878878887803F3088887EEEE00788887888878887803F3088887E
  41.         EEE00877888887788888703F308887EEEEE00888777778888888037883088888
  42.         8EE007777777777777703787883087777EE00888888888888803787FF8830888
  43.         888008888888888880378777778830888880077777777788037873F3F3F87808
  44.         88E00888888888803787FFFFFFFF8830EEE00887777778800001111111111100
  45.         EEE00888888888888899B999B99999EEEEE00888888888888899B9B99BB9B9EE
  46.         EEE0088888888888899BB9BB99BB99EEEEE0078888888888899B999B999999EE
  47.         EEE0087788888778899B9B9BB9BB99EEEEE00888778778888E9B9B9BB9999EEE
  48.         EEE0088888788888EE9B99B9BB9BEEEEEEE00EE8888888EEEEE999B9999EEEEE
  49.         EEE00EEEE888EEEEEEEE99BB999EEEEEEEE00EEEEE8EEEEEEEEEE999B9EEEEEE
  50.         EEE00EEEEE8EEEEEEEEEEEE999EEEEEEEEE00EEEEE8EEEEEEEEEEEEE99EEEEEE
  51.         EEE00EEEEE8EEEEEEEEEEEEE9EEEEEEEEEE00EEEEE8EEEEEEEEEEEEEEEEEEEEE
  52.         EEE00EEEEEEEEEEEEEEEEEEEEEEEEEEEEEE00000000000000000000000000000
  53.         0000}
  54.       Stretch = True
  55.       IsControl = True
  56.     end
  57.     object ProductName: TLabel
  58.       Left = 88
  59.       Top = 16
  60.       Width = 112
  61.       Height = 13
  62.       Caption = 'Product Name: tQ tTest'
  63.       IsControl = True
  64.     end
  65.     object Version: TLabel
  66.       Left = 88
  67.       Top = 40
  68.       Width = 72
  69.       Height = 13
  70.       Caption = 'Version: V0.0.2'
  71.       IsControl = True
  72.     end
  73.     object Copyright: TLabel
  74.       Left = 8
  75.       Top = 80
  76.       Width = 33
  77.       Height = 13
  78.       Caption = #35828#26126':'
  79.       IsControl = True
  80.     end
  81.     object Label1: TLabel
  82.       Left = 80
  83.       Top = 104
  84.       Width = 132
  85.       Height = 13
  86.       Caption = #26356#22810#21151#33021#27426#36814#29233#22909#32773#26356#26032
  87.     end
  88.     object Label2: TLabel
  89.       Left = 8
  90.       Top = 128
  91.       Width = 172
  92.       Height = 16
  93.       Caption = 'EMAIL:thanksharp@163.com'
  94.       Font.Charset = DEFAULT_CHARSET
  95.       Font.Color = clWindowText
  96.       Font.Height = -13
  97.       Font.Name = 'MS Sans Serif'
  98.       Font.Style = []
  99.       ParentFont = False
  100.     end
  101.     object Label3: TLabel
  102.       Left = 8
  103.       Top = 144
  104.       Width = 97
  105.       Height = 16
  106.       Caption = '      QQ:24584062'
  107.       Font.Charset = DEFAULT_CHARSET
  108.       Font.Color = clWindowText
  109.       Font.Height = -13
  110.       Font.Name = 'MS Sans Serif'
  111.       Font.Style = []
  112.       ParentFont = False
  113.     end
  114.     object Label4: TLabel
  115.       Left = 40
  116.       Top = 80
  117.       Width = 228
  118.       Height = 13
  119.       Caption = '*'#26412#31243#24207#30446#30340#21482#26159#27169#25311#27979#35797'P2P'#21363#26102#28040#24687#36890#35759
  120.     end
  121.   end
  122.   object OKButton: TButton
  123.     Left = 127
  124.     Top = 180
  125.     Width = 75
  126.     Height = 25
  127.     Caption = 'OK'
  128.     Default = True
  129.     ModalResult = 1
  130.     TabOrder = 1
  131.     OnClick = OKButtonClick
  132.   end
  133. end