📄 issuedbooks.frm
字号:
VERSION 5.00
Object = "{00028C01-0000-0000-0000-000000000046}#1.0#0"; "DBGRID32.OCX"
Begin VB.Form Issuedb
Caption = "Status of Issued Books"
ClientHeight = 3090
ClientLeft = 60
ClientTop = 450
ClientWidth = 4680
Icon = "IssuedBooks.frx":0000
LinkTopic = "Form1"
MDIChild = -1 'True
ScaleHeight = 3090
ScaleWidth = 4680
WindowState = 2 'Maximized
Begin VB.CommandButton CmdRefresh
BackColor = &H008080FF&
Caption = "Refresh"
Default = -1 'True
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 120
Style = 1 'Graphical
TabIndex = 1
Top = 6480
Width = 1215
End
Begin VB.Data StuReportData
Caption = "StureportData"
Connect = "Access"
DatabaseName = "\Library\Data\visdata\initialsc.mdb"
DefaultCursorType= 0 'DefaultCursor
DefaultType = 2 'UseODBC
Exclusive = 0 'False
Height = 300
Left = 5400
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = "stureport"
Top = 4080
Visible = 0 'False
Width = 1140
End
Begin MSDBGrid.DBGrid DBGrid1
Bindings = "IssuedBooks.frx":0442
Height = 6255
Left = 0
OleObjectBlob = "IssuedBooks.frx":045E
TabIndex = 0
Top = 0
Width = 11895
End
End
Attribute VB_Name = "Issuedb"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'This library project is created by Vipin Panicker. E-Mail: itsvipin@hotmail.com
Private Sub CmdRefresh_Click()
StuReportData.Refresh
End Sub
Private Sub Form_Load()
StuReportData.DatabaseName = App.Path & "\initialsc.mdb"
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -