?? 首頁.frm
字號:
VERSION 5.00
Begin VB.Form 首頁
Caption = "shouye"
ClientHeight = 3150
ClientLeft = 60
ClientTop = 390
ClientWidth = 5445
LinkTopic = "Form1"
ScaleHeight = 3150
ScaleWidth = 5445
StartUpPosition = 3 '窗口缺省
Begin VB.Label Labsy
Caption = "大學生成績管理系統"
BeginProperty Font
Name = "隸書"
Size = 26.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000FF00&
Height = 495
Left = 120
TabIndex = 0
Top = 1080
Width = 5055
End
End
Attribute VB_Name = "首頁"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Labsy_Click()
frmdenglu.Show
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -