Unit1.dfm
上传用户:jiansibo
上传日期:2015-07-04
资源大小:524k
文件大小:2k
源码类别:

破解

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 143
  3.   Top = 228
  4.   Width = 397
  5.   Height = 264
  6.   Caption = 'QQ'#20449#24687#32676#21457#26426
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label11: TLabel
  19.     Left = 216
  20.     Top = 10
  21.     Width = 7
  22.     Height = 13
  23.     Cursor = crHandPoint
  24.     Hint = #35831#35775#38382#25105#30340#20027#39029'...'
  25.     Font.Charset = GB2312_CHARSET
  26.     Font.Color = clBlue
  27.     Font.Height = -13
  28.     Font.Name = #23435#20307
  29.     Font.Style = []
  30.     ParentFont = False
  31.     ParentShowHint = False
  32.     ShowHint = True
  33.     Transparent = True
  34.     OnClick = Label11Click
  35.     OnMouseMove = Label11MouseMove
  36.   end
  37.   object Button1: TButton
  38.     Left = 16
  39.     Top = 16
  40.     Width = 75
  41.     Height = 25
  42.     Caption = #21457#36865
  43.     TabOrder = 0
  44.     OnClick = Button1Click
  45.   end
  46.   object Memo1: TMemo
  47.     Left = 24
  48.     Top = 88
  49.     Width = 345
  50.     Height = 129
  51.     Lines.Strings = (
  52.       #24744#22909#65306
  53.       ''
  54.       #25105#20204#26159#21335#22495#21073#30431
  55.       #32593#22336#26159#65306'http://www.98exe.com')
  56.     TabOrder = 1
  57.   end
  58.   object WebBrowser1: TWebBrowser
  59.     Left = 216
  60.     Top = 64
  61.     Width = 17
  62.     Height = 17
  63.     TabOrder = 2
  64.     OnDocumentComplete = WebBrowser1DocumentComplete
  65.     ControlData = {
  66.       4C000000C2010000C20100000000000000000000000000000000000000000000
  67.       000000004C000000000000000000000001000000E0D057007335CF11AE690800
  68.       2B2E126208000000000000004C0000000114020000000000C000000000000046
  69.       8000000000000000000000000000000000000000000000000000000000000000
  70.       00000000000000000100000000000000000000000000000000000000}
  71.   end
  72.   object Memo2: TMemo
  73.     Left = 24
  74.     Top = 62
  75.     Width = 185
  76.     Height = 20
  77.     TabOrder = 3
  78.   end
  79.   object Timer1: TTimer
  80.     Enabled = False
  81.     Interval = 5000
  82.     OnTimer = Timer1Timer
  83.     Left = 104
  84.     Top = 24
  85.   end
  86. end