?? form1.frm
字號:
VERSION 5.00
Object = "{00028C01-0000-0000-0000-000000000046}#1.0#0"; "DBGRID32.OCX"
Begin VB.Form Form1
BorderStyle = 3 'Fixed Dialog
Caption = "利用數據控件與數據網格控件顯示工作表的記錄內容"
ClientHeight = 3195
ClientLeft = 45
ClientTop = 330
ClientWidth = 6630
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3195
ScaleWidth = 6630
ShowInTaskbar = 0 'False
StartUpPosition = 3 '窗口缺省
Begin MSDBGrid.DBGrid DBGrid1
Bindings = "Form1.frx":0000
Height = 2415
Left = 240
OleObjectBlob = "Form1.frx":0014
TabIndex = 0
Top = 120
Width = 6135
End
Begin VB.Data Data1
Align = 2 'Align Bottom
Caption = "XSCJ工作表"
Connect = "Access"
DatabaseName = "C:\samples\student.mdb"
DefaultCursorType= 0 '缺省游標
DefaultType = 2 '使用 ODBC
Exclusive = 0 'False
Height = 375
Left = 0
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = "xscj"
Top = 2820
Width = 6630
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -