📄 form12.frm
字号:
VERSION 5.00
Begin VB.Form Form12
Caption = "Form12"
ClientHeight = 5700
ClientLeft = 60
ClientTop = 345
ClientWidth = 8025
LinkTopic = "Form12"
MDIChild = -1 'True
Picture = "Form12.frx":0000
ScaleHeight = 5700
ScaleWidth = 8025
WindowState = 2 'Maximized
Begin VB.Label Label1
BackColor = &H00FF80FF&
BackStyle = 0 'Transparent
Caption = "学生信息管理系统"
BeginProperty Font
Name = "宋体"
Size = 42
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000C000&
Height = 975
Left = 480
TabIndex = 0
Top = 2280
Width = 6975
End
End
Attribute VB_Name = "Form12"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -