?? 選課系統.frm
字號:
VERSION 5.00
Begin VB.Form Form1
BackColor = &H80000007&
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 6165
ClientLeft = 2220
ClientTop = 2850
ClientWidth = 8235
LinkTopic = "Form1"
ScaleHeight = 6165
ScaleWidth = 8235
ShowInTaskbar = 0 'False
Begin VB.Timer Timer1
Interval = 1000
Left = 510
Top = 4800
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "歡迎使用學生選課系統!"
BeginProperty Font
Name = "楷體_GB2312"
Size = 36
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 2145
Left = 0
TabIndex = 0
Top = 2190
Width = 8235
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Timer1_Timer()
denglu.Show
Unload Me
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -