📄 publisher n title with text and grid.frm
字号:
VERSION 5.00
Object = "{00028C01-0000-0000-0000-000000000046}#1.0#0"; "DBGRID32.OCX"
Begin VB.Form Form42
Caption = "Form42"
ClientHeight = 5235
ClientLeft = 60
ClientTop = 450
ClientWidth = 7890
LinkTopic = "Form42"
ScaleHeight = 11010
ScaleWidth = 15240
StartUpPosition = 3 'Windows Default
WindowState = 2 'Maximized
Begin MSDBGrid.DBGrid DBGrid1
Bindings = "PUBLISHER N TITLE WITH TEXT AND GRID.frx":0000
Height = 3255
Left = 1320
OleObjectBlob = "PUBLISHER N TITLE WITH TEXT AND GRID.frx":0014
TabIndex = 4
Top = 3840
Width = 5175
End
Begin VB.TextBox Text2
DataField = "Name"
DataSource = "Data1"
Height = 855
Left = 2880
TabIndex = 1
Top = 1440
Width = 2175
End
Begin VB.TextBox Text1
DataField = "PubID"
DataSource = "Data1"
Height = 735
Left = 2880
TabIndex = 0
Top = 120
Width = 2055
End
Begin VB.Data Data2
Caption = "Data2"
Connect = "Access"
DatabaseName = "C:\Program Files\Microsoft Visual Studio\VB98\BIBLIO.MDB"
DefaultCursorType= 0 'DefaultCursor
DefaultType = 2 'UseODBC
Exclusive = 0 'False
Height = 735
Left = 1920
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = "Titles"
Top = 7320
Width = 3135
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 = 735
Left = 2040
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = "Publishers"
Top = 2880
Width = 3015
End
Begin VB.Label Label2
Caption = "PUB NAME"
Height = 735
Left = 240
TabIndex = 3
Top = 1440
Width = 2175
End
Begin VB.Label Label1
Caption = "PUB ID"
Height = 735
Left = 360
TabIndex = 2
Top = 360
Width = 2175
End
End
Attribute VB_Name = "Form42"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -