home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 3_2004-2005.ISO / Data / Zips / API_Viewer175250612004.psc / Form2.frm < prev    next >
Text File  |  2004-05-31  |  1KB  |  39 lines

  1. VERSION 5.00
  2. Begin VB.Form Form1 
  3.    BorderStyle     =   4  'Fixed ToolWindow
  4.    Caption         =   "Please waiting ..."
  5.    ClientHeight    =   855
  6.    ClientLeft      =   45
  7.    ClientTop       =   285
  8.    ClientWidth     =   6090
  9.    LinkTopic       =   "Form1"
  10.    MaxButton       =   0   'False
  11.    MinButton       =   0   'False
  12.    ScaleHeight     =   855
  13.    ScaleWidth      =   6090
  14.    ShowInTaskbar   =   0   'False
  15.    StartUpPosition =   2  'CenterScreen
  16.    Begin VB.Label frm_wait 
  17.       Caption         =   " Loading Database , It will take few second."
  18.       BeginProperty Font 
  19.          Name            =   "MS Sans Serif"
  20.          Size            =   9.75
  21.          Charset         =   0
  22.          Weight          =   400
  23.          Underline       =   0   'False
  24.          Italic          =   0   'False
  25.          Strikethrough   =   0   'False
  26.       EndProperty
  27.       Height          =   255
  28.       Left            =   960
  29.       TabIndex        =   0
  30.       Top             =   240
  31.       Width           =   4095
  32.    End
  33. End
  34. Attribute VB_Name = "Form1"
  35. Attribute VB_GlobalNameSpace = False
  36. Attribute VB_Creatable = False
  37. Attribute VB_PredeclaredId = True
  38. Attribute VB_Exposed = False
  39.