📄 stureport.frm
字号:
VERSION 5.00
Object = "{00028C01-0000-0000-0000-000000000046}#1.0#0"; "DBGRID32.OCX"
Begin VB.Form stuReport
Caption = "Status Of Student"
ClientHeight = 6390
ClientLeft = 60
ClientTop = 450
ClientWidth = 10950
Icon = "stuReport.frx":0000
LinkTopic = "Form1"
MDIChild = -1 'True
ScaleHeight = 6390
ScaleWidth = 10950
WindowState = 2 'Maximized
Begin VB.CommandButton cmdRefresh
BackColor = &H00FF80FF&
Caption = "Refresh"
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 = 0
Top = 7200
Width = 1215
End
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 = 375
Left = 3240
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = "record"
Top = 3000
Visible = 0 'False
Width = 1215
End
Begin MSDBGrid.DBGrid DBGrid1
Bindings = "stuReport.frx":0442
Height = 5415
Left = 0
OleObjectBlob = "stuReport.frx":0456
TabIndex = 1
Top = 0
Width = 11895
End
End
Attribute VB_Name = "stuReport"
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()
Data1.Refresh
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -