📄 splashfrm.frm
字号:
VERSION 5.00
Begin VB.Form splashfrm
BackColor = &H00FFFFFF&
BorderStyle = 0 'None
ClientHeight = 4575
ClientLeft = 0
ClientTop = 0
ClientWidth = 6735
ControlBox = 0 'False
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4575
ScaleWidth = 6735
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin VB.CommandButton Command2
Caption = "新用户注册"
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 4800
TabIndex = 0
Top = 1680
Width = 1335
End
Begin VB.CommandButton Command1
Caption = "登录系统"
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 4800
TabIndex = 1
Top = 2310
Width = 1335
End
Begin VB.Label lblProductName
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Product"
BeginProperty Font
Name = "Verdana"
Size = 14.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000005&
Height = 345
Left = 0
TabIndex = 5
Tag = "Product"
Top = 0
Width = 1245
End
Begin VB.Label lblWarning
BackStyle = 0 'Transparent
Caption = $"splashfrm.frx":0000
BeginProperty Font
Name = "Tahoma"
Size = 9
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 2025
Left = 270
TabIndex = 4
Tag = "Warning"
Top = 720
Width = 3915
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "2008-5--28"
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 195
Left = 3990
TabIndex = 3
Top = 360
Width = 810
End
Begin VB.Label Label2
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = " 洛阳理工学院 计算机系"
BeginProperty Font
Name = "Verdana"
Size = 14.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = -1 'True
EndProperty
ForeColor = &H000000FF&
Height = 1485
Left = 1200
TabIndex = 2
Top = 2880
Width = 3735
End
End
Attribute VB_Name = "splashfrm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
loginfrm.Show
End Sub
Private Sub Command2_Click()
Unload Me
registerfrm.Show
End Sub
Private Sub Form_Load()
Label1.Caption = Date + Time
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -