frmparsing.frm
上传用户:ynjin1970
上传日期:2014-10-13
资源大小:6438k
文件大小:1k
源码类别:

中间件编程

开发平台:

Visual C++

  1. VERSION 5.00
  2. Begin VB.Form frmparsing 
  3.    BorderStyle     =   3  'Fixed Dialog
  4.    Caption         =   "parsing"
  5.    ClientHeight    =   765
  6.    ClientLeft      =   45
  7.    ClientTop       =   330
  8.    ClientWidth     =   4680
  9.    LinkTopic       =   "Form1"
  10.    MaxButton       =   0   'False
  11.    MinButton       =   0   'False
  12.    ScaleHeight     =   765
  13.    ScaleWidth      =   4680
  14.    ShowInTaskbar   =   0   'False
  15.    StartUpPosition =   1  'CenterOwner
  16.    Begin VB.Label Label1 
  17.       Caption         =   "parsing site contents"
  18.       Height          =   495
  19.       Left            =   360
  20.       TabIndex        =   0
  21.       Top             =   120
  22.       Width           =   3255
  23.    End
  24. End
  25. Attribute VB_Name = "frmparsing"
  26. Attribute VB_GlobalNameSpace = False
  27. Attribute VB_Creatable = False
  28. Attribute VB_PredeclaredId = True
  29. Attribute VB_Exposed = False