📄 main_ht_bg.frm
字号:
VERSION 5.00
Begin VB.Form main_ht_bg
Caption = "合同表格介面----【合同】"
ClientHeight = 4110
ClientLeft = 60
ClientTop = 345
ClientWidth = 8370
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
Moveable = 0 'False
ScaleHeight = 4110
ScaleWidth = 8370
StartUpPosition = 2 '屏幕中心
Begin VB.PictureBox DBGrid1
Height = 2775
Left = 0
ScaleHeight = 2715
ScaleWidth = 8115
TabIndex = 1
Top = 720
Width = 8175
End
Begin VB.Data Data1
Caption = "Data1"
Connect = "Access"
DatabaseName = "E:\VB程序设计\xhgl.mdb"
DefaultCursorType= 0 '缺省游标
DefaultType = 2 '使用 ODBC
Exclusive = 0 'False
Height = 345
Left = 3360
Options = 0
ReadOnly = 0 'False
RecordsetType = 0 'Table
RecordSource = "合同表"
Top = 3720
Visible = 0 'False
Width = 1935
End
Begin VB.Label Label1
Caption = "表格界面"
BeginProperty Font
Name = "宋体"
Size = 21.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 495
Left = 3360
TabIndex = 0
Top = 120
Width = 2175
End
End
Attribute VB_Name = "main_ht_bg"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Click()
Data1.Refresh
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -