📄 dataenvironment1.dsr
字号:
VERSION 5.00
Begin {C0E45035-5775-11D0-B388-00A0C9055D8E} DataEnvironment1
ClientHeight = 9495
ClientLeft = 0
ClientTop = 0
ClientWidth = 10080
_ExtentX = 17780
_ExtentY = 16748
FolderFlags = 5
TypeLibGuid = "{27979AF6-E87B-4C9F-8E0B-9D5CACF244C7}"
TypeInfoGuid = "{58BB8D1A-57C6-447D-9A13-C254EF1EAFF5}"
TypeInfoCookie = 0
Version = 4
NumConnections = 1
BeginProperty Connection1
ConnectionName = "Connection1"
ConnDispId = 1001
SourceOfData = 3
ConnectionSource= "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=F:\我的外部 项目\VB\酒店管理_050602\hostel.mdb;Persist Security Info=False"
Expanded = -1 'True
QuoteChar = 96
SeparatorChar = 46
EndProperty
NumRecordsets = 3
BeginProperty Recordset1
CommandName = "Command2"
CommDispId = 1039
RsDispId = 1103
CommandText = $"DataEnvironment1.dsx":0000
ActiveConnectionName= "Connection1"
CommandType = 1
GroupingName = "Command2_分组"
GrandTotal = "GrandTotal1"
Expanded = -1 'True
IsRSReturning = -1 'True
NumFields = 7
BeginProperty Field1
Precision = 0
Size = 50
Scale = 0
Type = 202
Name = "numb"
Caption = "numb"
EndProperty
BeginProperty Field2
Precision = 0
Size = 50
Scale = 0
Type = 202
Name = "houseno"
Caption = "houseno"
EndProperty
BeginProperty Field3
Precision = 0
Size = 50
Scale = 0
Type = 202
Name = "sums"
Caption = "sums"
EndProperty
BeginProperty Field4
Precision = 15
Size = 8
Scale = 0
Type = 5
Name = "mysum"
Caption = "mysum"
EndProperty
BeginProperty Field5
Precision = 0
Size = 50
Scale = 0
Type = 202
Name = "tim"
Caption = "tim"
EndProperty
BeginProperty Field6
Precision = 10
Size = 4
Scale = 0
Type = 3
Name = "tian"
Caption = "tian"
EndProperty
BeginProperty Field7
Precision = 15
Size = 8
Scale = 0
Type = 5
Name = "sumall"
Caption = "sumall"
EndProperty
NumGroups = 0
ParamCount = 0
RelationCount = 0
AggregateCount = 0
EndProperty
BeginProperty Recordset2
CommandName = "Command1"
CommDispId = 1104
RsDispId = 1112
CommandText = $"DataEnvironment1.dsx":01AF
ActiveConnectionName= "Connection1"
CommandType = 1
Expanded = -1 'True
IsRSReturning = -1 'True
NumFields = 7
BeginProperty Field1
Precision = 0
Size = 50
Scale = 0
Type = 202
Name = "numb"
Caption = "numb"
EndProperty
BeginProperty Field2
Precision = 0
Size = 50
Scale = 0
Type = 202
Name = "houseno"
Caption = "houseno"
EndProperty
BeginProperty Field3
Precision = 0
Size = 50
Scale = 0
Type = 202
Name = "sums"
Caption = "sums"
EndProperty
BeginProperty Field4
Precision = 15
Size = 8
Scale = 0
Type = 5
Name = "mysum"
Caption = "mysum"
EndProperty
BeginProperty Field5
Precision = 0
Size = 50
Scale = 0
Type = 202
Name = "tim"
Caption = "tim"
EndProperty
BeginProperty Field6
Precision = 10
Size = 4
Scale = 0
Type = 3
Name = "tian"
Caption = "tian"
EndProperty
BeginProperty Field7
Precision = 15
Size = 8
Scale = 0
Type = 5
Name = "sumall"
Caption = "sumall"
EndProperty
NumGroups = 0
ParamCount = 0
RelationCount = 0
AggregateCount = 0
EndProperty
BeginProperty Recordset3
CommandName = "Command3"
CommDispId = 1113
RsDispId = 1116
CommandText = $"DataEnvironment1.dsx":035E
ActiveConnectionName= "Connection1"
CommandType = 1
Expanded = -1 'True
IsRSReturning = -1 'True
NumFields = 7
BeginProperty Field1
Precision = 0
Size = 50
Scale = 0
Type = 202
Name = "numb"
Caption = "numb"
EndProperty
BeginProperty Field2
Precision = 0
Size = 50
Scale = 0
Type = 202
Name = "houseno"
Caption = "houseno"
EndProperty
BeginProperty Field3
Precision = 0
Size = 50
Scale = 0
Type = 202
Name = "sums"
Caption = "sums"
EndProperty
BeginProperty Field4
Precision = 15
Size = 8
Scale = 0
Type = 5
Name = "mysum"
Caption = "mysum"
EndProperty
BeginProperty Field5
Precision = 0
Size = 50
Scale = 0
Type = 202
Name = "tim"
Caption = "tim"
EndProperty
BeginProperty Field6
Precision = 10
Size = 4
Scale = 0
Type = 3
Name = "tian"
Caption = "tian"
EndProperty
BeginProperty Field7
Precision = 15
Size = 8
Scale = 0
Type = 5
Name = "sumall"
Caption = "sumall"
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()
Connection1.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Persist Security Info=False;Data Source=" & App.Path & "\\hostel.mdb"
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -