📄 frmscore.frm
字号:
VERSION 5.00
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "tabctl32.ocx"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Object = "{F0D2F211-CCB0-11D0-A316-00AA00688B10}#1.0#0"; "MSDATLST.OCX"
Begin VB.Form frmScore
BorderStyle = 4 'Fixed ToolWindow
Caption = "学籍管理系统"
ClientHeight = 7365
ClientLeft = 45
ClientTop = 285
ClientWidth = 11775
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 7365
ScaleWidth = 11775
ShowInTaskbar = 0 'False
StartUpPosition = 1 '所有者中心
Begin VB.CommandButton Command1
Caption = " 退出成绩 "
Height = 375
Left = 10200
TabIndex = 2
Top = 120
Width = 1455
End
Begin TabDlg.SSTab SSTab1
Height = 6615
Left = 0
TabIndex = 1
Top = 840
Width = 12015
_ExtentX = 21193
_ExtentY = 11668
_Version = 393216
Style = 1
Tab = 1
TabHeight = 520
TabCaption(0) = " 添加学生成绩 "
TabPicture(0) = "frmScore.frx":0000
Tab(0).ControlEnabled= 0 'False
Tab(0).Control(0)= "DataGrid1"
Tab(0).Control(1)= "Frame1"
Tab(0).ControlCount= 2
TabCaption(1) = " 成绩查询修改 "
TabPicture(1) = "frmScore.frx":001C
Tab(1).ControlEnabled= -1 'True
Tab(1).Control(0)= "Frame3"
Tab(1).Control(0).Enabled= 0 'False
Tab(1).Control(1)= "DataGrid2"
Tab(1).Control(1).Enabled= 0 'False
Tab(1).Control(2)= "Frame4"
Tab(1).Control(2).Enabled= 0 'False
Tab(1).ControlCount= 3
TabCaption(2) = " 打印学生成绩 "
TabPicture(2) = "frmScore.frx":0038
Tab(2).ControlEnabled= 0 'False
Tab(2).Control(0)= "DataGrid3"
Tab(2).Control(1)= "Frame5"
Tab(2).ControlCount= 2
Begin MSDataGridLib.DataGrid DataGrid3
Height = 2895
Left = -74880
TabIndex = 40
Top = 3600
Width = 11535
_ExtentX = 20346
_ExtentY = 5106
_Version = 393216
AllowUpdate = 0 'False
AllowArrows = 0 'False
HeadLines = 1
RowHeight = 15
BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
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 Frame5
Caption = "打印设置"
Height = 3015
Left = -74880
TabIndex = 23
Top = 480
Width = 11535
Begin VB.OptionButton Option1
Caption = "按班级进行打印"
Height = 255
Left = 240
TabIndex = 39
Top = 480
Width = 1575
End
Begin VB.OptionButton Option2
Caption = "打印全部学生成绩"
Height = 255
Left = 240
TabIndex = 38
Top = 1080
Value = -1 'True
Width = 1815
End
Begin VB.OptionButton Option3
Caption = "自定义打印"
Height = 255
Left = 240
TabIndex = 37
Top = 1680
Width = 1335
End
Begin VB.Frame Frame6
Enabled = 0 'False
Height = 975
Left = 120
TabIndex = 28
Top = 1920
Width = 11295
Begin VB.TextBox Text6
Enabled = 0 'False
Height = 315
Left = 600
TabIndex = 31
Top = 360
Width = 1215
End
Begin VB.TextBox Text5
Enabled = 0 'False
Height = 315
Left = 2640
TabIndex = 30
Top = 360
Width = 1575
End
Begin MSDataListLib.DataCombo DataCombo7
Height = 315
Left = 9960
TabIndex = 29
Top = 360
Width = 1215
_ExtentX = 2143
_ExtentY = 582
_Version = 393216
Style = 2
Text = ""
End
Begin MSDataListLib.DataCombo DataCombo5
Height = 315
Left = 7560
TabIndex = 32
Top = 360
Width = 1695
_ExtentX = 2990
_ExtentY = 582
_Version = 393216
Enabled = 0 'False
Style = 2
Text = ""
End
Begin MSDataListLib.DataCombo DataCombo6
Height = 315
Left = 5040
TabIndex = 33
Top = 360
Width = 1815
_ExtentX = 3201
_ExtentY = 582
_Version = 393216
Enabled = 0 'False
Style = 2
Text = ""
End
Begin VB.Label Label2
Caption = "学号: 姓名: 专业: 班级: 课程:"
Height = 255
Index = 3
Left = 120
TabIndex = 34
Top = 405
Width = 10575
End
End
Begin VB.CheckBox Check1
Caption = "按学号排序"
Height = 255
Left = 2280
TabIndex = 27
Top = 1080
Width = 1335
End
Begin VB.CheckBox Check2
Caption = "按姓名排序"
Height = 255
Left = 3960
TabIndex = 26
Top = 1080
Width = 1455
End
Begin VB.CommandButton Command4
Caption = "打 印"
Height = 375
Left = 8400
TabIndex = 25
Top = 360
Width = 1335
End
Begin VB.CommandButton Command5
Caption = "导 出"
Height = 375
Left = 9840
TabIndex = 24
Top = 360
Width = 1335
End
Begin MSDataListLib.DataCombo DataCombo4
Height = 315
Left = 5520
TabIndex = 35
Top = 360
Width = 2175
_ExtentX = 3836
_ExtentY = 582
_Version = 393216
Enabled = 0 'False
Style = 2
Text = "DataCombo4"
End
Begin MSDataListLib.DataCombo DataCombo3
Height = 315
Left = 2640
TabIndex = 36
Top = 360
Width = 2055
_ExtentX = 3625
_ExtentY = 582
_Version = 393216
Enabled = 0 'False
Style = 2
Text = "DataCombo3"
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "专业: 班级:"
Height = 255
Left = 2160
TabIndex = 53
Top = 480
Width = 3495
End
End
Begin VB.Frame Frame4
Caption = "成绩"
Height = 1935
Left = 120
TabIndex = 17
Top = 1440
Width = 11535
Begin VB.CommandButton Command7
Caption = "下一条"
Height = 320
Left = 10080
TabIndex = 49
Top = 1320
Width = 1000
End
Begin VB.CommandButton Command6
Caption = "上一条"
Height = 320
Left = 8880
TabIndex = 48
Top = 1320
Width = 1000
End
Begin VB.TextBox txtS
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -