📄 成绩管理.frm
字号:
VERSION 5.00
Begin VB.Form gra_manage
BorderStyle = 1 'Fixed Single
Caption = "成绩管理"
ClientHeight = 1590
ClientLeft = 6000
ClientTop = 4890
ClientWidth = 3345
LinkTopic = "Form1"
MaxButton = 0 'False
ScaleHeight = 1590
ScaleWidth = 3345
Begin VB.CommandButton Command2
Caption = "删除成绩"
Height = 495
Left = 1800
TabIndex = 1
Top = 480
Width = 1215
End
Begin VB.CommandButton Command1
Caption = "添加成绩"
Height = 495
Left = 360
TabIndex = 0
Top = 480
Width = 1215
End
End
Attribute VB_Name = "gra_manage"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
gra_add.Show
End Sub
Private Sub Command2_Click()
gra_del.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -