?? form4.frm
字號:
VERSION 5.00
Begin VB.Form Form4
Caption = "工大課程管理系統"
ClientHeight = 7185
ClientLeft = 2910
ClientTop = 150
ClientWidth = 9615
LinkTopic = "Form4"
MaxButton = 0 'False
Picture = "Form4.frx":0000
ScaleHeight = 7185
ScaleWidth = 9615
Begin VB.Timer Timer1
Interval = 2000
Left = 8280
Top = 2880
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "關于我們ttt711@sina.com"
ForeColor = &H000000FF&
Height = 255
Left = 3840
TabIndex = 1
Top = 6480
Width = 2295
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "歡迎使用學生課程信息管理系統"
BeginProperty Font
Name = "華文彩云"
Size = 24
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H8000000E&
Height = 1215
Left = 1440
TabIndex = 0
Top = 1560
Width = 7215
End
End
Attribute VB_Name = "Form4"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Label2_Click()
Form6.Show
End Sub
Private Sub Timer1_Timer()
Form1.Show
Unload Me
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -