📄 frmwait.frm
字号:
VERSION 5.00
Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0"; "comctl32.ocx"
Begin VB.Form frmWait
BorderStyle = 0 'None
Caption = "等待窗体"
ClientHeight = 4965
ClientLeft = 0
ClientTop = 0
ClientWidth = 5850
DrawStyle = 1 'Dash
FillStyle = 0 'Solid
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4965
ScaleWidth = 5850
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin ComctlLib.ProgressBar ProgressBar1
Height = 135
Left = 360
TabIndex = 1
Top = 4440
Width = 5010
_ExtentX = 8837
_ExtentY = 238
_Version = 327682
BorderStyle = 1
Appearance = 0
End
Begin VB.Timer Timer2
Interval = 70
Left = 960
Top = 1440
End
Begin VB.Timer Timer1
Interval = 4500
Left = 840
Top = 2040
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "数据载入中............."
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 1920
TabIndex = 2
Top = 3480
Width = 2775
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "欢迎使用ERP糸统"
BeginProperty Font
Name = "华文彩云"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 375
Left = 360
TabIndex = 0
Top = 720
Width = 3375
End
Begin VB.Image Image1
Height = 4935
Left = 0
Picture = "frmWait.frx":0000
Stretch = -1 'True
Top = 0
Width = 5895
End
End
Attribute VB_Name = "frmWait"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Timer1_Timer()
Unload Me
frmusers.Show
Timer1.Enabled = False
End Sub
Private Sub Timer2_Timer()
If ProgressBar1.Value <= 98 Then
ProgressBar1.Value = ProgressBar1.Value + 2
End If
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -