【VB开源代码栏目提醒】:本文主要为网学会员提供StudentScore.frm,希望对需要StudentScore.frm网友有所帮助,学习一下!
VERSION 5.00
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Begin VB.Form frmStudentScore
BorderStyle = 1 'Fixed Single
Caption = "按学生进行成绩管理"
ClientHeight = 6195
ClientLeft = -1440
ClientTop = 2430
ClientWidth = 7320
LinkTopic = "Form1"
MaxButton = 0 'False
MDIChild = -1 'True
ScaleHeight = 6195
ScaleWidth = 7320
Begin TabDlg.SSTab sstMain
Height = 5295
Left = 45
TabIndex = 12
Top = 840
Width = 7245
_ExtentX = 12779
_ExtentY = 9340
_Version = 393216
Style = 1
Tabs = 2
TabHeight = 520
TabCaption(0) = "学生信息"
TabPicture(0) = "StudentScore.frx":0000
Tab(0).ControlEnabled= -1 'True
Tab(0).Control(0)= "grdScan"
Tab(0).Control(0).Enabled= 0 'False
Tab(0).ControlCount= 1
TabCaption(1) = "成绩信息"
TabPicture(1) = "StudentScore.frx":001C
Tab(1).ControlEnabled= 0 'False
Tab(1).Control(0)= "fraScore"
Tab(1).Control(0).Enabled= 0 'False
Tab(1).ControlCount= 1
Begin VB.Frame fraScore
Height = 4815
Left = -74880
TabIndex = 14
Top = 360
Width = 6975
Begin VB.TextBox txtAverage
BeginProperty DataFormat
Type = 1
Format = "0.00"
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 1
EndProperty
Height = 350
Left = 5880
Locked = -1 'True
TabIndex = 22
Top = 1455
Width = 855
End
Begin VB.TextBox txtSum
BeginProperty DataFormat
Type = 1
Format = "0.00"
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 1
EndProperty
Height = 350
Left = 5880
Locked = -1 'True
TabIndex = 21
Top = 615
Width = 855
End
Begin
VB.Frame fraManage
Caption = "成绩管理"
Height = 2655
Left = 5550
TabIndex = 15
Top = 2040
Width = 1215
Begin VB.CommandButton cmdClose
Caption = "关闭(&C)"
Height = 375
Left = 120
TabIndex = 20
Top = 2160
Width = 975
End
Begin VB.CommandButton cmdAdd
Caption = "添加(&A)"
Height = 375
Left = 120
TabIndex = 19
Top = 240
Width = 975
End
Begin VB.CommandButton cmdEdit
Caption = "编辑(&E)"
Height = 375
Left = 120
TabIndex = 18
Top = 720
Width = 975
End
Begin VB.CommandButton cmdDelete
Caption = "删除(&D)"
Height = 375
Left = 120
TabIndex = 17
Top = 1200
Width = 975
End
Begin VB.CommandButton cmdReport
Caption = "报表(&R)"
Height = 375
Left = 120
TabIndex = 16
Top = 1680
Width = 975
End
End
Begin MSDataGridLib.DataGrid grdScore
Bindings = "StudentScore.frx":0038
Height = 4455
Left = 120
TabIndex = 23
Top = 240
Width = 5295
_ExtentX = 9340
_ExtentY = 7858
_Version = 393216
AllowUpdate = 0 'False
HeadLines = 1
RowHeight = 15
FormatLocked = -1 'True
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
DataMember = "OneScore"
ColumnCount = 4
BeginProperty Column00
DataField = "Serial"
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 = "Name"
Caption = "
课程名"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column02
DataField = "Period"
Caption = "学时"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column03
DataField = "score"
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
ColumnWidth = 94