home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
- Begin VB.Form ProgForm
- BorderStyle = 4 'Fixed ToolWindow
- Caption = "Progress"
- ClientHeight = 495
- ClientLeft = 45
- ClientTop = 285
- ClientWidth = 7230
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 495
- ScaleWidth = 7230
- ShowInTaskbar = 0 'False
- StartUpPosition = 3 'Windows Default
- Begin MSComctlLib.ProgressBar PBar
- Height = 255
- Left = 120
- TabIndex = 0
- Top = 120
- Width = 6975
- _ExtentX = 12303
- _ExtentY = 450
- _Version = 393216
- Appearance = 1
- Min = 33
- Max = 96
- Scrolling = 1
- End
- Attribute VB_Name = "ProgForm"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Option Explicit
-