📄 form11.frm
字号:
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form Form11
BorderStyle = 1 'Fixed Single
Caption = "供货商信息"
ClientHeight = 4680
ClientLeft = 45
ClientTop = 435
ClientWidth = 7545
LinkTopic = "Form11"
Picture = "Form11.frx":0000
ScaleHeight = 4680
ScaleWidth = 7545
StartUpPosition = 2 '屏幕中心
Begin VB.Data Data1
Caption = "Data1"
Connect = "Access"
DatabaseName = "商品交易.mdb"
DefaultCursorType= 0 '缺省游标
DefaultType = 2 '使用 ODBC
Exclusive = 0 'False
Height = 375
Left = 600
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = "供货商信息"
Top = 4080
Visible = 0 'False
Width = 1695
End
Begin VB.CommandButton Command1
Caption = "返回"
Height = 375
Left = 5400
TabIndex = 1
Top = 4080
Width = 1455
End
Begin MSFlexGridLib.MSFlexGrid MSFlexGrid1
Bindings = "Form11.frx":48CE9
Height = 3255
Left = 480
TabIndex = 0
Top = 720
Width = 6405
_ExtentX = 11298
_ExtentY = 5741
_Version = 393216
HighLight = 0
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "供货商信息表"
BeginProperty Font
Name = "宋体"
Size = 18
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 240
TabIndex = 2
Top = 120
Width = 2775
End
End
Attribute VB_Name = "Form11"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -