progress.frm
来自「内似于WINDOWS的画比工具的VB程序」· FRM 代码 · 共 40 行
FRM
40 行
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 + =
减小字号Ctrl + -
显示快捷键?