home *** CD-ROM | disk | FTP | other *** search
/ Mastering Visual Basic 5 / MasteringVisualBasic5.iso / ch_code / ch06 / image / imgload.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1997-02-20  |  1.4 KB  |  46 lines

  1. VERSION 5.00
  2. Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.1#0"; "COMCTL32.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        =   327680
  21.       Appearance      =   1
  22.       MouseIcon       =   "ImgLoad.frx":0000
  23.    End
  24.    Begin VB.Label Label1 
  25.       Caption         =   "Reading Pixels"
  26.       BeginProperty Font 
  27.          Name            =   "Tahoma"
  28.          Size            =   9.75
  29.          Charset         =   0
  30.          Weight          =   400
  31.          Underline       =   0   'False
  32.          Italic          =   0   'False
  33.          Strikethrough   =   0   'False
  34.       EndProperty
  35.       Height          =   255
  36.       Left            =   120
  37.       TabIndex        =   1
  38.       Top             =   0
  39.       Width           =   1695
  40.    End
  41. Attribute VB_Name = "Form3"
  42. Attribute VB_GlobalNameSpace = False
  43. Attribute VB_Creatable = False
  44. Attribute VB_PredeclaredId = True
  45. Attribute VB_Exposed = False
  46.