📄 stuadvreport.frm
字号:
VERSION 5.00
Object = "{00028C01-0000-0000-0000-000000000046}#1.0#0"; "DBGRID32.OCX"
Begin VB.Form StuAdvReport
BackColor = &H00808000&
Caption = "Student Advance Report"
ClientHeight = 5535
ClientLeft = 60
ClientTop = 450
ClientWidth = 8385
Icon = "StuAdvReport.frx":0000
LinkTopic = "Form1"
MDIChild = -1 'True
ScaleHeight = 5535
ScaleWidth = 8385
WindowState = 2 'Maximized
Begin VB.Data Data1
Caption = "Data1"
Connect = "Access"
DatabaseName = "D:\visual basic\Library\Data\visdata\initialsc.mdb"
DefaultCursorType= 0 'DefaultCursor
DefaultType = 2 'UseODBC
Exclusive = 0 'False
Height = 300
Left = 3720
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = "having1Book"
Top = 2880
Visible = 0 'False
Width = 1140
End
Begin MSDBGrid.DBGrid DBGrid1
Bindings = "StuAdvReport.frx":0442
Height = 2895
Left = 0
OleObjectBlob = "StuAdvReport.frx":0456
TabIndex = 0
Top = 0
Width = 8415
End
End
Attribute VB_Name = "StuAdvReport"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Data1.DatabaseName = App.Path & "\initialsc.mdb"
If StuAdvance.Opt1.Value = True Then
Data1.RecordSource = "having1book"
End If
If StuAdvance.Opt2.Value = True Then
Data1.RecordSource = "having2books"
End If
If StuAdvance.Opt3.Value = True Then
Data1.RecordSource = "having3books"
End If
DBGrid1.Refresh
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -