📄 frmgrade_edit.frm
字号:
VERSION 5.00
Begin VB.Form frmgrade_edit
Caption = "成绩管理"
ClientHeight = 5250
ClientLeft = 4875
ClientTop = 3165
ClientWidth = 7425
LinkTopic = "Form1"
Picture = "frmgrade_edit.frx":0000
ScaleHeight = 5250
ScaleWidth = 7425
Begin VB.CommandButton Command9
Caption = "退出"
Height = 375
Left = 5520
TabIndex = 20
Top = 4200
Width = 735
End
Begin VB.Frame Frame1
Caption = "编辑"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1575
Left = 960
TabIndex = 11
Top = 3240
Width = 5535
Begin VB.CommandButton Command10
Caption = "更新"
Height = 375
Left = 2640
TabIndex = 21
Top = 960
Width = 735
End
Begin VB.CommandButton Command8
Caption = "取消"
Height = 375
Left = 3600
TabIndex = 19
Top = 960
Width = 735
End
Begin VB.CommandButton Command7
Caption = "删除"
Height = 375
Left = 1680
TabIndex = 18
Top = 960
Width = 735
End
Begin VB.CommandButton Command6
Caption = "修改"
Height = 375
Left = 720
TabIndex = 17
Top = 960
Width = 735
End
Begin VB.CommandButton Command5
Caption = "添加"
Height = 375
Left = 4560
TabIndex = 16
Top = 240
Width = 735
End
Begin VB.CommandButton Command4
Caption = "下一个"
Height = 375
Left = 3600
TabIndex = 15
Top = 240
Width = 735
End
Begin VB.CommandButton Command3
Caption = "上一个"
Height = 375
Left = 2640
TabIndex = 14
Top = 240
Width = 735
End
Begin VB.CommandButton Command2
Caption = "到底"
Height = 375
Left = 1680
TabIndex = 13
Top = 240
Width = 735
End
Begin VB.CommandButton Command1
Caption = "到顶"
Height = 375
Left = 720
TabIndex = 12
Top = 240
Width = 735
End
End
Begin VB.OptionButton Option2
Caption = "否"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 3000
TabIndex = 10
Top = 2520
Width = 735
End
Begin VB.OptionButton Option1
Caption = "是"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2280
TabIndex = 9
Top = 2520
Width = 615
End
Begin VB.TextBox Text3
Height = 375
Left = 4800
TabIndex = 8
Top = 1680
Width = 1695
End
Begin VB.TextBox Text2
Height = 375
Left = 4800
TabIndex = 7
Top = 720
Width = 1695
End
Begin VB.TextBox Text1
Height = 375
Left = 1920
TabIndex = 6
Top = 720
Width = 1575
End
Begin VB.ComboBox Combo1
Height = 300
Left = 1920
TabIndex = 5
Top = 1680
Width = 1575
End
Begin VB.Label Label5
BackStyle = 0 'Transparent
Caption = "是否重考"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 1080
TabIndex = 4
Top = 2520
Width = 975
End
Begin VB.Label Label4
BackStyle = 0 'Transparent
Caption = "分 数"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 3960
TabIndex = 3
Top = 1800
Width = 615
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "课 程"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 1080
TabIndex = 2
Top = 1800
Width = 615
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "姓 名"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 3960
TabIndex = 1
Top = 840
Width = 735
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "学 号"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 1080
TabIndex = 0
Top = 840
Width = 735
End
End
Attribute VB_Name = "frmgrade_edit"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command9_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -