📄 封面.frm
字号:
VERSION 5.00
Begin VB.Form 封面
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 5580
ClientLeft = 0
ClientTop = 0
ClientWidth = 6105
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5580
ScaleWidth = 6105
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Frame Frame1
BackColor = &H80000002&
Height = 5475
Left = 60
TabIndex = 0
Top = 60
Width = 6015
Begin VB.Timer Timer1
Interval = 500
Left = 5280
Top = 4680
End
Begin VB.PictureBox Picture1
Height = 2415
Left = 960
Picture = "封面.frx":0000
ScaleHeight = 2355
ScaleWidth = 3555
TabIndex = 2
Top = 960
Width = 3615
End
Begin VB.Label Label4
BackStyle = 0 'Transparent
Caption = "以任何形式复制和发行 违者必究"
ForeColor = &H0000FF00&
Height = 255
Left = 840
TabIndex = 5
Top = 4440
Width = 2775
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "本程序受中国版权法及国际版权公约保护 未经许可 不得"
ForeColor = &H0000FF00&
Height = 255
Left = 840
TabIndex = 4
Top = 4080
Width = 4695
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "版权所有:@2004-2010高校教材管理系统开发小组 保留所有权 "
ForeColor = &H0000FF00&
Height = 255
Left = 840
TabIndex = 3
Top = 3720
Width = 5055
End
Begin VB.Line Line2
X1 = 720
X2 = 720
Y1 = 2880
Y2 = 5280
End
Begin VB.Line Line1
X1 = 120
X2 = 5280
Y1 = 3600
Y2 = 3600
End
Begin VB.Label Label1
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "欢迎使用高校教材管理系统"
BeginProperty Font
Name = "宋体"
Size = 18
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000FF00&
Height = 495
Left = 480
TabIndex = 1
Top = 360
Width = 4695
End
End
End
Attribute VB_Name = "封面"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private i As Integer
Private Sub Timer1_Timer()
i = i + 1
If i = 6 Then
Timer1.Interval = 0
Unload Me
用户登录窗.Show
End If
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -