RecogniseUnit.dfm
上传用户:fudikeji
上传日期:2015-08-23
资源大小:207k
文件大小:1k
源码类别:

Internet/IE编程

开发平台:

Delphi

  1. object mainform: Tmainform
  2.   Left = 214
  3.   Top = 219
  4.   BorderStyle = bsDialog
  5.   Caption = 'QQVnet'
  6.   ClientHeight = 349
  7.   ClientWidth = 676
  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 = False
  15.   Position = poDefault
  16.   Visible = True
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object WebBrowser1: TWebBrowser
  22.     Left = 1
  23.     Top = 0
  24.     Width = 673
  25.     Height = 161
  26.     TabOrder = 0
  27.     OnDocumentComplete = WebBrowser1DocumentComplete
  28.     ControlData = {
  29.       4C0000008E450000A41000000000000000000000000000000000000000000000
  30.       000000004C000000000000000000000001000000E0D057007335CF11AE690800
  31.       2B2E126208000000000000004C0000000114020000000000C000000000000046
  32.       8000000000000000000000000000000000000000000000000000000000000000
  33.       00000000000000000100000000000000000000000000000000000000}
  34.   end
  35.   object Memo1: TMemo
  36.     Left = 0
  37.     Top = 168
  38.     Width = 673
  39.     Height = 137
  40.     BiDiMode = bdRightToLeft
  41.     ParentBiDiMode = False
  42.     ScrollBars = ssVertical
  43.     TabOrder = 1
  44.   end
  45.   object Timer1: TTimer
  46.     Interval = 100
  47.     OnTimer = Timer1Timer
  48.     Left = 640
  49.     Top = 312
  50.   end
  51. end