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

中间件编程

开发平台:

Visual C++

  1. VERSION 5.00
  2. Begin VB.Form frmSearching 
  3.    BorderStyle     =   3  'Fixed Dialog
  4.    Caption         =   "searching"
  5.    ClientHeight    =   1275
  6.    ClientLeft      =   45
  7.    ClientTop       =   330
  8.    ClientWidth     =   4680
  9.    LinkTopic       =   "Form1"
  10.    MaxButton       =   0   'False
  11.    MinButton       =   0   'False
  12.    ScaleHeight     =   1275
  13.    ScaleWidth      =   4680
  14.    ShowInTaskbar   =   0   'False
  15.    StartUpPosition =   1  'CenterOwner
  16.    Begin VB.Label lblsite 
  17.       Height          =   375
  18.       Left            =   240
  19.       TabIndex        =   1
  20.       Top             =   720
  21.       Width           =   4095
  22.    End
  23.    Begin VB.Label Label1 
  24.       Caption         =   "Searching for site"
  25.       Height          =   255
  26.       Left            =   360
  27.       TabIndex        =   0
  28.       Top             =   240
  29.       Width           =   3375
  30.    End
  31. End
  32. Attribute VB_Name = "frmSearching"
  33. Attribute VB_GlobalNameSpace = False
  34. Attribute VB_Creatable = False
  35. Attribute VB_PredeclaredId = True
  36. Attribute VB_Exposed = False