📄 dataenvironment1.dsr
字号:
VERSION 5.00
Begin {C0E45035-5775-11D0-B388-00A0C9055D8E} DataEnvironment1
ClientHeight = 4005
ClientLeft = 0
ClientTop = 0
ClientWidth = 8205
_ExtentX = 14473
_ExtentY = 7064
FolderFlags = 1
TypeLibGuid = "{8AA6E1C8-B8CF-4A48-9651-519C8954CDE0}"
TypeInfoGuid = "{2EEC14F5-E903-4987-9CA3-0A1060030423}"
TypeInfoCookie = 0
Version = 4
NumConnections = 1
BeginProperty Connection1
ConnectionName = "Connection1"
ConnDispId = 1001
SourceOfData = 3
ConnectionSource= "Provider=Microsoft.Jet.OLEDB.4.0;Persist Security Info=False"
Expanded = -1 'True
QuoteChar = 96
SeparatorChar = 46
EndProperty
NumRecordsets = 1
BeginProperty Recordset1
CommandName = "Command1"
CommDispId = 1002
RsDispId = 1007
CommandText = $"DataEnvironment1.dsx":0000
ActiveConnectionName= "Connection1"
CommandType = 1
Expanded = -1 'True
IsRSReturning = -1 'True
NumFields = 6
BeginProperty Field1
Precision = 0
Size = 30
Scale = 0
Type = 202
Name = "商品名称"
Caption = "商品名称"
EndProperty
BeginProperty Field2
Precision = 0
Size = 4
Scale = 0
Type = 202
Name = "单位"
Caption = "单位"
EndProperty
BeginProperty Field3
Precision = 7
Size = 4
Scale = 0
Type = 4
Name = "入库数量"
Caption = "入库数量"
EndProperty
BeginProperty Field4
Precision = 0
Size = 30
Scale = 0
Type = 202
Name = "供货商名称"
Caption = "供货商名称"
EndProperty
BeginProperty Field5
Precision = 0
Size = 10
Scale = 0
Type = 202
Name = "入库日期"
Caption = "入库日期"
EndProperty
BeginProperty Field6
Precision = 0
Size = 14
Scale = 0
Type = 202
Name = "入库单据编号"
Caption = "入库单据编号"
EndProperty
NumGroups = 0
ParamCount = 0
RelationCount = 0
AggregateCount = 0
EndProperty
End
Attribute VB_Name = "DataEnvironment1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub DataEnvironment_Initialize()
DataEnvironment1.Connection1.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "\商品流动管理.mdb;Persist Security Info=False"
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -