📄 form3.frm
字号:
VERSION 5.00
Begin VB.Form Form3
ClientHeight = 2580
ClientLeft = 60
ClientTop = 60
ClientWidth = 5475
ControlBox = 0 'False
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2580
ScaleWidth = 5475
StartUpPosition = 2 '屏幕中心
Begin VB.Timer Timer1
Interval = 2700
Left = 240
Top = 2040
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "作者:王敬能"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 375
Left = 4080
TabIndex = 1
Top = 2160
Width = 1575
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "学 生 管 理 系 统"
BeginProperty Font
Name = "华文彩云"
Size = 26.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 615
Left = 720
TabIndex = 0
Top = 600
Width = 4935
End
Begin VB.Image Image1
Height = 9000
Left = 0
Picture = "Form3.frx":0000
Top = 0
Width = 12000
End
End
Attribute VB_Name = "Form3"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Label1_Click()
Unload Me
Form3.Show
End Sub
Private Sub Timer1_Timer()
Unload Me
Form2.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -