home *** CD-ROM | disk | FTP | other *** search
/ Mastering Visual Basic 6 / mastvb6.iso / ch_code / ch12 / image2 / imgload.frm < prev    next >
Encoding:
Text File  |  1996-03-07  |  1.1 KB  |  36 lines

  1. VERSION 5.00
  2. Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#2.0#0"; "MSCOMCTL.OCX"
  3. Begin VB.Form Form3 
  4.    Appearance      =   0  'Flat
  5.    BackColor       =   &H80000005&
  6.    BorderStyle     =   4  'Fixed ToolWindow
  7.    ClientHeight    =   210
  8.    ClientLeft      =   4470
  9.    ClientTop       =   4545
  10.    ClientWidth     =   3345
  11.    ControlBox      =   0   'False
  12.    LinkTopic       =   "Form3"
  13.    MaxButton       =   0   'False
  14.    MinButton       =   0   'False
  15.    ScaleHeight     =   210
  16.    ScaleWidth      =   3345
  17.    ShowInTaskbar   =   0   'False
  18.    Begin ComctlLib.ProgressBar ProgressBar1 
  19.       Align           =   1  'Align Top
  20.       Height          =   210
  21.       Left            =   0
  22.       TabIndex        =   0
  23.       Top             =   0
  24.       Width           =   3345
  25.       _ExtentX        =   5900
  26.       _ExtentY        =   370
  27.       _Version        =   393216
  28.       Appearance      =   1
  29.    End
  30. End
  31. Attribute VB_Name = "Form3"
  32. Attribute VB_GlobalNameSpace = False
  33. Attribute VB_Creatable = False
  34. Attribute VB_PredeclaredId = True
  35. Attribute VB_Exposed = False
  36.