📄 searchallscore.frm
字号:
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form SearchAllScore
BackColor = &H8000000A&
Caption = "查询全部学生成绩"
ClientHeight = 5730
ClientLeft = 60
ClientTop = 345
ClientWidth = 8910
LinkTopic = "Form1"
ScaleHeight = 5730
ScaleWidth = 8910
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command2
Caption = "产生报表"
Height = 495
Left = 4920
TabIndex = 2
Top = 5280
Width = 855
End
Begin VB.CommandButton Command1
Caption = "返回"
Default = -1 'True
Height = 495
Left = 6240
TabIndex = 1
Top = 5280
Width = 855
End
Begin MSFlexGridLib.MSFlexGrid MSFlexGrid1
Bindings = "SearchAllScore.frx":0000
Height = 5055
Left = 120
TabIndex = 0
Top = 120
Width = 8535
_ExtentX = 15055
_ExtentY = 8916
_Version = 393216
FixedCols = 0
BackColor = -2147483638
End
Begin VB.Data Data1
Caption = "Data1"
Connect = "Access"
DatabaseName = "studentInformation.mdb"
DefaultCursorType= 0 '缺省游标
DefaultType = 2 '使用 ODBC
Exclusive = 0 'False
Height = 345
Left = 240
Options = 0
ReadOnly = 0 'False
RecordsetType = 0 'Table
RecordSource = "学生成绩"
Top = 5400
Visible = 0 'False
Width = 5535
End
End
Attribute VB_Name = "SearchAllScore"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Me.Hide
End Sub
Private Sub Command2_Click()
Me.Hide
DataReport2.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -