📄 frmscore.frm
字号:
Begin VB.TextBox Text5
Height = 270
Left = 3840
TabIndex = 37
Top = 360
Width = 1455
End
Begin VB.CommandButton Command4
Caption = "全 部"
Height = 255
Left = 8040
TabIndex = 21
Top = 360
Width = 975
End
Begin VB.CommandButton Command3
Caption = "查 询"
Height = 255
Left = 6360
TabIndex = 20
Top = 360
Width = 975
End
Begin VB.OptionButton Option2
Caption = "姓名:"
Height = 255
Left = 3000
TabIndex = 19
Top = 360
Width = 855
End
Begin VB.TextBox Text4
Height = 270
Left = 960
TabIndex = 18
Top = 360
Width = 1695
End
Begin VB.OptionButton Option1
Caption = "学号:"
Height = 255
Left = 120
TabIndex = 17
Top = 360
Width = 855
End
End
Begin MSDataGridLib.DataGrid DataGrid1
Height = 3975
Left = -74880
TabIndex = 15
Top = 1560
Width = 9135
_ExtentX = 16113
_ExtentY = 7011
_Version = 393216
HeadLines = 1
RowHeight = 15
BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ColumnCount = 2
BeginProperty Column00
DataField = ""
Caption = ""
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column01
DataField = ""
Caption = ""
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
SplitCount = 1
BeginProperty Split0
BeginProperty Column00
EndProperty
BeginProperty Column01
EndProperty
EndProperty
End
Begin VB.Frame Frame1
Caption = "添加学生成绩"
Height = 1095
Left = -74880
TabIndex = 3
Top = 360
Width = 9255
Begin VB.CommandButton Command2
Caption = "添加成绩"
Height = 255
Left = 6480
TabIndex = 14
Top = 720
Width = 1215
End
Begin VB.TextBox Text3
Height = 270
Left = 3840
TabIndex = 13
Top = 720
Width = 1575
End
Begin VB.ComboBox Combo2
Height = 300
Left = 960
TabIndex = 11
Top = 720
Width = 1575
End
Begin VB.ComboBox Combo1
Height = 300
Left = 6960
TabIndex = 10
Top = 240
Width = 1575
End
Begin VB.TextBox Text2
Height = 270
Left = 3840
TabIndex = 7
Top = 240
Width = 1575
End
Begin VB.TextBox Text1
Height = 270
Left = 960
TabIndex = 5
Top = 240
Width = 1575
End
Begin VB.Label Label6
Caption = "成绩:"
Height = 255
Left = 3000
TabIndex = 12
Top = 720
Width = 615
End
Begin VB.Label Label5
Caption = "课程:"
Height = 255
Left = 120
TabIndex = 9
Top = 720
Width = 735
End
Begin VB.Label Label4
Caption = "专业:"
Height = 255
Left = 6240
TabIndex = 8
Top = 240
Width = 975
End
Begin VB.Label Label3
Caption = "姓名:"
Height = 255
Left = 3000
TabIndex = 6
Top = 240
Width = 855
End
Begin VB.Label Label2
Caption = "学号:"
Height = 255
Left = 120
TabIndex = 4
Top = 240
Width = 735
End
End
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "成 绩 管 理"
BeginProperty Font
Name = "宋体"
Size = 21.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 3120
TabIndex = 0
Top = 240
Width = 3375
End
End
Attribute VB_Name = "frmScore"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -