📄 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 = 1050
ClientLeft = 45
ClientTop = 45
ClientWidth = 5310
ClipControls = 0 'False
ControlBox = 0 'False
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1050
ScaleWidth = 5310
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command1
Caption = "关闭"
Height = 375
Left = 3240
TabIndex = 2
Top = 120
Width = 855
End
Begin ComctlLib.ProgressBar ProgressBar1
Height = 255
Left = 135
TabIndex = 1
Top = 600
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 Command1_Click()
'' If rscj.State Then
' rscj.Close
' End If
' Unload Me
' End Sub
Private Sub Form_Load()
ProgressBar1.Value = 0
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -