成绩管理.frm
来自「初学vb,做的第一个系统.一个星期内看vb并做完这个系统的.」· FRM 代码 · 共 42 行
FRM
42 行
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 + =
减小字号Ctrl + -
显示快捷键?