📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "学生成绩管理系统 "
ClientHeight = 3705
ClientLeft = 60
ClientTop = 345
ClientWidth = 7650
LinkTopic = "Form1"
ScaleHeight = 3705
ScaleWidth = 7650
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command3
Caption = "学生成绩录入"
BeginProperty Font
Name = "华文行楷"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1095
Left = 4920
TabIndex = 4
Top = 1560
Width = 2055
End
Begin VB.CommandButton Command2
Caption = "学生信息修改"
BeginProperty Font
Name = "华文行楷"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1095
Left = 2760
TabIndex = 3
Top = 1560
Width = 1935
End
Begin VB.CommandButton Command1
Caption = "学生信息查询"
BeginProperty Font
Name = "华文行楷"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1095
Left = 480
TabIndex = 2
Top = 1560
Width = 2055
End
Begin VB.Label Label2
Caption = "学生成绩管理系统"
BeginProperty Font
Name = "华文行楷"
Size = 26.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 1560
TabIndex = 1
Top = 600
Width = 4575
End
Begin VB.Label Label1
Height = 5535
Left = 0
TabIndex = 0
Top = 0
Width = 7815
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
StuSearch.Show
End Sub
Private Sub Command2_Click()
AddStu.Show
End Sub
Private Sub Command3_Click()
AddStuScore.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -