📄 form2.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.Form Form2
Caption = "数据读取中..."
ClientHeight = 960
ClientLeft = 60
ClientTop = 450
ClientWidth = 3990
ControlBox = 0 'False
LinkTopic = "Form2"
ScaleHeight = 960
ScaleWidth = 3990
StartUpPosition = 2 '屏幕中心
Begin MSComctlLib.ProgressBar ProgressBar1
Height = 375
Left = 0
TabIndex = 0
Top = 120
Width = 3975
_ExtentX = 7011
_ExtentY = 661
_Version = 393216
Appearance = 1
End
Begin VB.Label InfoLabel
Alignment = 2 'Center
Caption = """数据更新中..."""
Height = 255
Left = 0
TabIndex = 1
Top = 600
Width = 3975
End
End
Attribute VB_Name = "Form2"
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 + -