📄 form3.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.Form Form3
BorderStyle = 0 'None
Caption = "Form3"
ClientHeight = 420
ClientLeft = 0
ClientTop = 0
ClientWidth = 4680
LinkTopic = "Form3"
ScaleHeight = 420
ScaleWidth = 4680
ShowInTaskbar = 0 'False
StartUpPosition = 1 'CenterOwner
Begin MSComctlLib.ProgressBar ProgressBar1
Height = 330
Left = 50
TabIndex = 0
Top = 50
Width = 4600
_ExtentX = 8123
_ExtentY = 582
_Version = 393216
Appearance = 0
Scrolling = 1
End
End
Attribute VB_Name = "Form3"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Me.MousePointer = 2
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -