📄 searchallinformation.frm
字号:
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form SearchAllInformation
BackColor = &H8000000A&
Caption = "查询全部学生信息"
ClientHeight = 5100
ClientLeft = 60
ClientTop = 345
ClientWidth = 7815
LinkTopic = "Form1"
ScaleHeight = 5100
ScaleWidth = 7815
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command2
Caption = "产生报表"
Default = -1 'True
Height = 495
Left = 4560
TabIndex = 2
Top = 4560
Width = 855
End
Begin VB.CommandButton Command1
Caption = "返回"
Height = 495
Left = 6000
TabIndex = 1
Top = 4560
Width = 855
End
Begin MSFlexGridLib.MSFlexGrid MSFlexGrid1
Bindings = "SearchAllInformation.frx":0000
Height = 4335
Left = 0
TabIndex = 0
Top = 120
Width = 7455
_ExtentX = 13150
_ExtentY = 7646
_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 = 375
Left = 480
Options = 0
ReadOnly = 0 'False
RecordsetType = 0 'Table
RecordSource = "学生信息"
Top = 4560
Visible = 0 'False
Width = 5175
End
End
Attribute VB_Name = "SearchAllInformation"
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
DataReport1.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -