📄 grid box component.frm
字号:
VERSION 5.00
Object = "{00028C01-0000-0000-0000-000000000046}#1.0#0"; "DBGRID32.OCX"
Object = "{FAEEE763-117E-101B-8933-08002B2F4F5A}#1.1#0"; "DBLIST32.OCX"
Begin VB.Form Form40
Caption = "Form40"
ClientHeight = 5265
ClientLeft = 60
ClientTop = 450
ClientWidth = 8550
LinkTopic = "Form40"
ScaleHeight = 5265
ScaleWidth = 8550
StartUpPosition = 3 'Windows Default
Begin MSDBGrid.DBGrid DBGrid1
Bindings = "GRID BOX COMPONENT.frx":0000
Height = 3375
Left = 360
OleObjectBlob = "GRID BOX COMPONENT.frx":0014
TabIndex = 1
Top = 360
Width = 2655
End
Begin MSDBCtls.DBList DBList1
Bindings = "GRID BOX COMPONENT.frx":09E7
DataSource = "Data1"
Height = 2595
Left = 3480
TabIndex = 0
Top = 360
Width = 2775
_ExtentX = 4895
_ExtentY = 4577
_Version = 393216
ListField = "Author"
End
Begin VB.Data Data1
Caption = "Data1"
Connect = "Access"
DatabaseName = "C:\Program Files\Microsoft Visual Studio\VB98\BIBLIO.MDB"
DefaultCursorType= 0 'DefaultCursor
DefaultType = 2 'UseODBC
Exclusive = 0 'False
Height = 495
Left = 3360
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = "Authors"
Top = 3240
Width = 3135
End
End
Attribute VB_Name = "Form40"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Dir1_Change()
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -