frmProg.frm
资源名称:考勤6.rar [点击查看]
上传用户:djzm888
上传日期:2013-02-15
资源大小:867k
文件大小:1k
源码类别:
其他数据库
开发平台:
Visual Basic
- 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