home *** CD-ROM | disk | FTP | other *** search
/ Mastering Visual Basic 6 / mastvb6.iso / ch_code / ch12 / image / imgload.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1996-03-07  |  1.4 KB  |  45 lines

  1. VERSION 5.00
  2. Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#2.0#0"; "MSCOMCTL.OCX"
  3. Begin VB.Form Form3 
  4.    ClientHeight    =   855
  5.    ClientLeft      =   4515
  6.    ClientTop       =   4590
  7.    ClientWidth     =   4350
  8.    ControlBox      =   0   'False
  9.    LinkTopic       =   "Form3"
  10.    ScaleHeight     =   855
  11.    ScaleWidth      =   4350
  12.    Begin ComctlLib.ProgressBar ProgressBar1 
  13.       Height          =   375
  14.       Left            =   120
  15.       TabIndex        =   0
  16.       Top             =   360
  17.       Width           =   4095
  18.       _ExtentX        =   7223
  19.       _ExtentY        =   661
  20.       _Version        =   393216
  21.       Appearance      =   1
  22.    End
  23.    Begin VB.Label Label1 
  24.       Caption         =   "Reading Pixels"
  25.       BeginProperty Font 
  26.          Name            =   "Tahoma"
  27.          Size            =   9.75
  28.          Charset         =   0
  29.          Weight          =   400
  30.          Underline       =   0   'False
  31.          Italic          =   0   'False
  32.          Strikethrough   =   0   'False
  33.       EndProperty
  34.       Height          =   255
  35.       Left            =   120
  36.       TabIndex        =   1
  37.       Top             =   0
  38.       Width           =   1695
  39.    End
  40. Attribute VB_Name = "Form3"
  41. Attribute VB_GlobalNameSpace = False
  42. Attribute VB_Creatable = False
  43. Attribute VB_PredeclaredId = True
  44. Attribute VB_Exposed = False
  45.