📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form frmflash
Caption = "Form1"
ClientHeight = 5310
ClientLeft = 60
ClientTop = 345
ClientWidth = 7410
LinkTopic = "Form1"
Picture = "Form1.frx":0000
ScaleHeight = 5310
ScaleWidth = 7410
StartUpPosition = 3 '窗口缺省
Begin VB.Timer Timer1
Interval = 500
Left = 4920
Top = 3480
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = " 教 学 管 理 系 统"
BeginProperty Font
Name = "华文行楷"
Size = 42
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H008080FF&
Height = 1095
Left = 0
TabIndex = 0
Top = 480
Width = 7095
End
End
Attribute VB_Name = "frmflash"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Dim a As Integer
Private Sub Timer1_Timer()
a = a + 1
If a = 6 Then
frmlogin.Show
End If
If a = 6 Then
Unload Me
End If
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -