📄 修改成绩信息.frm
字号:
VERSION 5.00
Begin VB.Form Form10
Caption = "修改成绩信息"
ClientHeight = 5655
ClientLeft = 60
ClientTop = 450
ClientWidth = 8475
LinkTopic = "Form10"
MDIChild = -1 'True
Picture = "修改成绩信息.frx":0000
ScaleHeight = 5655
ScaleWidth = 8475
WindowState = 2 'Maximized
Begin VB.Frame Frame2
BackColor = &H00E0E0E0&
Caption = "修改班级信息"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 855
Left = 360
TabIndex = 7
Top = 3960
Width = 6855
Begin VB.CommandButton cmdexit
BackColor = &H00C0C0C0&
Caption = "退出"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 5520
Style = 1 'Graphical
TabIndex = 12
Top = 360
Width = 1215
End
Begin VB.CommandButton cmddelete
BackColor = &H00C0C0C0&
Caption = "删除记录"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 4200
Style = 1 'Graphical
TabIndex = 11
Top = 360
Width = 1095
End
Begin VB.CommandButton cmdcancel
BackColor = &H00C0C0C0&
Caption = "退出修改"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2880
Style = 1 'Graphical
TabIndex = 10
Top = 360
Width = 1095
End
Begin VB.CommandButton cmdupdata
BackColor = &H00C0C0C0&
Caption = "更新数据"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 1560
Style = 1 'Graphical
TabIndex = 9
Top = 360
Width = 1215
End
Begin VB.CommandButton cmdedit
BackColor = &H00C0C0C0&
Caption = "修改状态"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 120
Style = 1 'Graphical
TabIndex = 8
Top = 360
Width = 1215
End
End
Begin VB.Frame Frame1
BackColor = &H00E0E0E0&
Caption = "查看班级信息"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 855
Left = 360
TabIndex = 6
Top = 2880
Width = 6855
Begin VB.CommandButton cmdlast
BackColor = &H00C0C0C0&
Caption = "最一条"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 5400
Style = 1 'Graphical
TabIndex = 16
Top = 360
Width = 1215
End
Begin VB.CommandButton cmdnext
BackColor = &H00C0C0C0&
Caption = "下一条"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 3720
Style = 1 'Graphical
TabIndex = 15
Top = 360
Width = 1215
End
Begin VB.CommandButton cmdprevious
BackColor = &H00C0C0C0&
Caption = "上一条"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2040
Style = 1 'Graphical
TabIndex = 14
Top = 360
Width = 1215
End
Begin VB.CommandButton cmdfirst
BackColor = &H00C0C0C0&
Caption = "第一条"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 240
Style = 1 'Graphical
TabIndex = 13
Top = 360
Width = 1215
End
End
Begin VB.TextBox txtgrade
Height = 375
Left = 5040
TabIndex = 5
Top = 2040
Width = 2055
End
Begin VB.TextBox txtname
Height = 375
Left = 5040
TabIndex = 4
Top = 1320
Width = 1935
End
Begin VB.ComboBox cbocourse
Height = 300
Left = 1560
TabIndex = 3
Top = 2160
Width = 1695
End
Begin VB.ComboBox cboid
Height = 300
Left = 1560
TabIndex = 2
Top = 1320
Width = 1695
End
Begin VB.ComboBox cboclass
Height = 300
Left = 5040
TabIndex = 1
Top = 720
Width = 1935
End
Begin VB.ComboBox cbotype
Height = 300
Left = 1560
TabIndex = 0
Top = 720
Width = 1695
End
Begin VB.Label Label5
BackStyle = 0 'Transparent
Caption = "选择课程"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 615
Left = 240
TabIndex = 22
Top = 2160
Width = 1095
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "选择学号"
BeginProperty Font
Name = "宋体"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -