📄 stu'score.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form Form3
Caption = "学生成绩"
ClientHeight = 6210
ClientLeft = 60
ClientTop = 450
ClientWidth = 7755
LinkTopic = "Form3"
ScaleHeight = 6210
ScaleWidth = 7755
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command3
BackColor = &H00000000&
Caption = "打印"
Height = 495
Left = 5280
TabIndex = 11
Top = 4440
Width = 1215
End
Begin VB.TextBox Text3
Height = 270
Left = 6120
TabIndex = 10
Text = "Text1"
Top = 3600
Width = 975
End
Begin VB.TextBox Text2
Height = 270
Left = 3600
TabIndex = 9
Text = "Text1"
Top = 3600
Width = 975
End
Begin VB.CommandButton Command2
Caption = "退出查询"
Height = 495
Left = 3120
TabIndex = 7
Top = 4440
Width = 1215
End
Begin VB.Frame Frame1
Caption = "查询"
Height = 2295
Left = 120
TabIndex = 1
Top = 3120
Width = 7335
Begin VB.TextBox Text1
Height = 270
Left = 1080
TabIndex = 8
Text = "Text1"
Top = 480
Width = 975
End
Begin VB.CommandButton Command1
Caption = "查询"
Height = 495
Left = 840
TabIndex = 6
Top = 1320
Width = 1215
End
Begin VB.CheckBox Check3
Caption = "按班级"
Height = 255
Left = 5040
TabIndex = 5
Top = 480
Width = 975
End
Begin VB.CheckBox Check2
Caption = "按姓名"
Height = 255
Left = 2520
TabIndex = 4
Top = 480
Width = 975
End
Begin VB.CheckBox Check1
Caption = "按学号"
Height = 255
Left = 240
TabIndex = 3
Top = 480
Width = 975
End
End
Begin MSDataGridLib.DataGrid DataGrid1
Height = 2415
Left = 240
TabIndex = 0
Top = 240
Width = 7335
_ExtentX = 12938
_ExtentY = 4260
_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 MSComctlLib.StatusBar StatusBar1
Align = 2 'Align Bottom
Height = 375
Left = 0
TabIndex = 2
Top = 5835
Width = 7755
_ExtentX = 13679
_ExtentY = 661
_Version = 393216
BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628}
NumPanels = 4
BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Style = 6
Alignment = 1
TextSave = "2004-12-13"
EndProperty
BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Style = 5
Alignment = 1
TextSave = "9:26"
EndProperty
BeginProperty Panel3 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Alignment = 1
Object.Width = 7038
MinWidth = 7038
Text = "学生管理系统"
TextSave = "学生管理系统"
EndProperty
BeginProperty Panel4 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Alignment = 1
EndProperty
EndProperty
End
End
Attribute VB_Name = "Form3"
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 + -