📄 progress.frm
字号:
VERSION 5.00
Begin VB.Form Form6
BorderStyle = 4 'Fixed ToolWindow
Caption = "正在处理图像"
ClientHeight = 525
ClientLeft = 1845
ClientTop = 7665
ClientWidth = 4905
LinkTopic = "Form6"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 35
ScaleMode = 3 'Pixel
ScaleWidth = 327
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Visible = 0 'False
Begin VB.HScrollBar HScroll1
Height = 255
Left = 840
Max = 100
TabIndex = 0
Top = 120
Width = 3975
End
Begin VB.Label Label2
Caption = "进度:"
Height = 375
Left = 120
TabIndex = 1
Top = 120
Width = 615
End
End
Attribute VB_Name = "Form6"
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 + -