?? edit.frm
字號:
VERSION 5.00
Object = "{00028C01-0000-0000-0000-000000000046}#1.0#0"; "DBGRID32.OCX"
Begin VB.Form Edit
Caption = "數據庫維護"
ClientHeight = 5430
ClientLeft = 60
ClientTop = 450
ClientWidth = 8265
LinkTopic = "Form1"
ScaleHeight = 5430
ScaleWidth = 8265
StartUpPosition = 3 '窗口缺省
Begin VB.Data Data1
Caption = "Data1"
Connect = "Access"
DatabaseName = "E:\works\CET_6\dbcet.mdb"
DefaultCursorType= 0 '缺省游標
DefaultType = 2 '使用 ODBC
Exclusive = 0 'False
Height = 285
Left = 2280
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = "Words"
Top = 5160
Width = 3495
End
Begin MSDBGrid.DBGrid DBGrid1
Bindings = "Edit.frx":0000
Height = 2415
Left = 120
OleObjectBlob = "Edit.frx":0014
TabIndex = 0
Top = 120
Width = 7935
End
End
Attribute VB_Name = "Edit"
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 + -