📄 首页.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 + -