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

  1. VERSION 5.00
  2. Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
  3. Begin VB.Form frmDBCreateProgress 
  4.    Caption         =   "Creating Application Database.. 0% Done"
  5.    ClientHeight    =   810
  6.    ClientLeft      =   60
  7.    ClientTop       =   345
  8.    ClientWidth     =   7575
  9.    ControlBox      =   0   'False
  10.    LinkTopic       =   "Form1"
  11.    MDIChild        =   -1  'True
  12.    ScaleHeight     =   810
  13.    ScaleWidth      =   7575
  14.    Begin MSComctlLib.ProgressBar prgDB 
  15.       Height          =   195
  16.       Left            =   60
  17.       TabIndex        =   0
  18.       Top             =   540
  19.       Width           =   7515
  20.       _ExtentX        =   13256
  21.       _ExtentY        =   344
  22.       _Version        =   393216
  23.       Appearance      =   1
  24.    End
  25.    Begin VB.Label lblMessage 
  26.       Caption         =   "Label1"
  27.       Height          =   195
  28.       Left            =   60
  29.       TabIndex        =   1
  30.       Top             =   120
  31.       Width           =   7455
  32.    End
  33. End
  34. Attribute VB_Name = "frmDBCreateProgress"
  35. Attribute VB_GlobalNameSpace = False
  36. Attribute VB_Creatable = False
  37. Attribute VB_PredeclaredId = True
  38. Attribute VB_Exposed = False
  39. Private Sub Form_Load()
  40.     Height = 1215
  41.     Width = 7695
  42. End Sub
  43.