www.pudn.com > 考勤管理系统源码(VB含串口接口程序).zip > frmProg.frm


VERSION 5.00 
Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0"; "COMCTL32.OCX" 
Begin VB.Form frmProg  
   BackColor       =   &H00FFC0C0& 
   BorderStyle     =   3  'Fixed Dialog 
   ClientHeight    =   960 
   ClientLeft      =   45 
   ClientTop       =   45 
   ClientWidth     =   5310 
   ClipControls    =   0   'False 
   ControlBox      =   0   'False 
   LinkTopic       =   "Form1" 
   MaxButton       =   0   'False 
   MinButton       =   0   'False 
   ScaleHeight     =   960 
   ScaleWidth      =   5310 
   ShowInTaskbar   =   0   'False 
   StartUpPosition =   2  '屏幕中心 
   Begin ComctlLib.ProgressBar ProgressBar1  
      Height          =   255 
      Left            =   135 
      TabIndex        =   1 
      Top             =   420 
      Width           =   5040 
      _ExtentX        =   8890 
      _ExtentY        =   450 
      _Version        =   327682 
      Appearance      =   1 
   End 
   Begin VB.Label Label1  
      AutoSize        =   -1  'True 
      BackColor       =   &H00FFC0C0& 
      Caption         =   "数据采集进行中,请稍候..." 
      Height          =   180 
      Left            =   315 
      TabIndex        =   0 
      Top             =   150 
      Width           =   2160 
   End 
End 
Attribute VB_Name = "frmProg" 
Attribute VB_GlobalNameSpace = False 
Attribute VB_Creatable = False 
Attribute VB_PredeclaredId = True 
Attribute VB_Exposed = False 
Option Explicit 
Private Sub Form_Load() 
    ProgressBar1.Value = 0 
End Sub