📄 frmwait.frm
字号:
VERSION 5.00
Begin VB.Form frmWait
BorderStyle = 3 'Fixed Dialog
ClientHeight = 1995
ClientLeft = 30
ClientTop = 30
ClientWidth = 5115
ClipControls = 0 'False
ControlBox = 0 'False
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1995
ScaleWidth = 5115
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin VB.Timer Timer1
Interval = 10
Left = 1152
Top = 468
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "请稍候..."
BeginProperty Font
Name = "宋体"
Size = 13.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 276
Left = 1956
TabIndex = 1
Top = 1020
Width = 1260
End
Begin VB.Label Label1
Caption = "正在获取机器拍照记录"
BeginProperty Font
Name = "宋体"
Size = 13.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 276
Left = 1956
TabIndex = 0
Top = 600
Width = 2760
End
End
Attribute VB_Name = "frmWait"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Timer1_Timer()
Me.ZOrder
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -