📄 frmmessage.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmmessage
BackColor = &H00000000&
BorderStyle = 0 'None
ClientHeight = 11010
ClientLeft = 0
ClientTop = 0
ClientWidth = 15555
LinkTopic = "Form2"
ScaleHeight = 11520
ScaleMode = 0 'User
ScaleWidth = 15997.37
ShowInTaskbar = 0 'False
Begin VB.Timer Timer1
Interval = 100
Left = 7080
Top = 5280
End
Begin MSComctlLib.ProgressBar ProgressBar1
Height = 375
Left = 6960
TabIndex = 0
Top = 5880
Width = 5775
_ExtentX = 10186
_ExtentY = 661
_Version = 393216
Appearance = 0
End
Begin VB.Label Label3
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "系统版本号:wo1.0"
BeginProperty Font
Name = "隶书"
Size = 24
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000C000&
Height = 1215
Left = 3480
TabIndex = 3
Top = 7800
Width = 7335
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "欢迎您使用学生寝室卫生检查管理系统"
BeginProperty Font
Name = "华文彩云"
Size = 36
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C00000&
Height = 1215
Left = 960
TabIndex = 2
Top = 2520
Width = 13095
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "信息载入,请稍后......"
BeginProperty Font
Name = "新宋体"
Size = 21.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 735
Left = 1320
TabIndex = 1
Top = 5760
Width = 5655
End
End
Attribute VB_Name = "frmmessage"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Timer1_Timer()
If ProgressBar1.Value < ProgressBar1.Max Then
ProgressBar1.Value = ProgressBar1.Value + 4
Else
Unload Me
frmlegoin.Show
End If
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -