📄 frmsystemload.frm
字号:
VERSION 5.00
Begin VB.Form FrmSystemLoad
BorderStyle = 0 'None
ClientHeight = 5385
ClientLeft = 0
ClientTop = 0
ClientWidth = 8295
ControlBox = 0 'False
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5385
ScaleWidth = 8295
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Timer TmrLoad
Interval = 2000
Left = 6120
Top = 0
End
Begin VB.Label lblemail
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "E-mail:zhuang_20080808@126.com"
BeginProperty Font
Name = "隶书"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0080FFFF&
Height = 285
Left = 1800
TabIndex = 11
Top = 5040
Width = 5100
End
Begin VB.Label lbltoome
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "毕业系统"
BeginProperty Font
Name = "隶书"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 285
Left = 0
TabIndex = 10
Top = 0
Width = 1260
End
Begin VB.Label LblLoad
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "———ZHUANG JIA"
BeginProperty Font
Name = "黑体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFC0C0&
Height = 360
Index = 8
Left = 6000
TabIndex = 8
Top = 2040
Width = 2115
End
Begin VB.Label LblLoad
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "———ZHUANG JIA"
BeginProperty Font
Name = "黑体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 240
Index = 9
Left = 6000
TabIndex = 9
Top = 2040
Width = 2115
End
Begin VB.Label LblLoad
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "统"
BeginProperty Font
Name = "华文行楷"
Size = 36
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C0C0FF&
Height = 765
Index = 7
Left = 6840
TabIndex = 7
Top = 1080
Width = 735
End
Begin VB.Label LblLoad
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "系"
BeginProperty Font
Name = "华文行楷"
Size = 36
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C0C0FF&
Height = 765
Index = 6
Left = 6000
TabIndex = 6
Top = 720
Width = 735
End
Begin VB.Label LblLoad
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "理"
BeginProperty Font
Name = "华文行楷"
Size = 36
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C0C0FF&
Height = 765
Index = 5
Left = 5160
TabIndex = 5
Top = 360
Width = 735
End
Begin VB.Label LblLoad
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "管"
BeginProperty Font
Name = "华文行楷"
Size = 36
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C0C0FF&
Height = 765
Index = 4
Left = 4320
TabIndex = 4
Top = 120
Width = 735
End
Begin VB.Label LblLoad
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "工"
BeginProperty Font
Name = "华文行楷"
Size = 42
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C0C0FF&
Height = 885
Index = 3
Left = 3360
TabIndex = 3
Top = 0
Width = 855
End
Begin VB.Label LblLoad
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "职"
BeginProperty Font
Name = "华文行楷"
Size = 36
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C0C0FF&
Height = 765
Index = 2
Left = 2520
TabIndex = 2
Top = 360
Width = 735
End
Begin VB.Label LblLoad
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "力"
BeginProperty Font
Name = "华文行楷"
Size = 36
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C0C0FF&
Height = 765
Index = 1
Left = 1680
TabIndex = 1
Top = 720
Width = 735
End
Begin VB.Label LblLoad
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "电"
BeginProperty Font
Name = "华文行楷"
Size = 36
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C0C0FF&
Height = 765
Index = 0
Left = 960
TabIndex = 0
Top = 1080
Width = 735
End
Begin VB.Image ImgLoad
Height = 5535
Left = 0
Picture = "FrmSystemLoad.frx":0000
Stretch = -1 'True
Top = -120
Width = 8295
End
End
Attribute VB_Name = "FrmSystemLoad"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub ImgLoad_Click()
End Sub
Private Sub lbltoome_Click()
End Sub
Private Sub TmrLoad_Timer()
Unload Me
FrmLogin.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -