📄 frmprogressbar.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmProBar
BorderStyle = 1 'Fixed Single
ClientHeight = 1245
ClientLeft = 2640
ClientTop = 3525
ClientWidth = 6945
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1245
ScaleWidth = 6945
StartUpPosition = 2 '屏幕中心
Begin MSComctlLib.ProgressBar ProgressBar1
Height = 375
Left = 360
TabIndex = 0
Top = 600
Width = 6255
_ExtentX = 11033
_ExtentY = 661
_Version = 393216
Appearance = 1
End
Begin VB.Label Label1
Height = 255
Left = 240
TabIndex = 1
Top = 120
Width = 4215
End
End
Attribute VB_Name = "frmProBar"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -