?? dataenvironment1.dsr
字號:
VERSION 5.00
Begin {C0E45035-5775-11D0-B388-00A0C9055D8E} DataEnvironment1
ClientHeight = 9885
ClientLeft = 0
ClientTop = 0
ClientWidth = 10920
_ExtentX = 19262
_ExtentY = 17436
FolderFlags = 5
TypeLibGuid = "{DE1FC614-C33B-455C-ADC6-DD7F49FA4318}"
TypeInfoGuid = "{C5772C2F-31BC-4F3D-9506-EC26500234E5}"
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教程\zhsl\data\db1.mdb;Persist Security Info=False"
Expanded = -1 'True
QuoteChar = 96
SeparatorChar = 46
EndProperty
NumRecordsets = 2
BeginProperty Recordset1
CommandName = "rs職工表"
CommDispId = 1002
RsDispId = 1008
CommandText = "SELECT * FROM 職工表"
ActiveConnectionName= "Connection1"
CommandType = 1
GroupingName = "rs職工表_分組"
Expanded = -1 'True
IsRSReturning = -1 'True
NumFields = 12
BeginProperty Field1
Precision = 0
Size = 50
Scale = 0
Type = 202
Name = "姓名"
Caption = "姓名"
EndProperty
BeginProperty Field2
Precision = 0
Size = 50
Scale = 0
Type = 202
Name = "部門"
Caption = "部門"
EndProperty
BeginProperty Field3
Precision = 7
Size = 4
Scale = 0
Type = 4
Name = "底薪"
Caption = "底薪"
EndProperty
BeginProperty Field4
Precision = 7
Size = 4
Scale = 0
Type = 4
Name = "補貼"
Caption = "補貼"
EndProperty
BeginProperty Field5
Precision = 7
Size = 4
Scale = 0
Type = 4
Name = "獎金"
Caption = "獎金"
EndProperty
BeginProperty Field6
Precision = 7
Size = 4
Scale = 0
Type = 4
Name = "養老保險"
Caption = "養老保險"
EndProperty
BeginProperty Field7
Precision = 7
Size = 4
Scale = 0
Type = 4
Name = "醫療保險"
Caption = "醫療保險"
EndProperty
BeginProperty Field8
Precision = 7
Size = 4
Scale = 0
Type = 4
Name = "住房公積金"
Caption = "住房公積金"
EndProperty
BeginProperty Field9
Precision = 7
Size = 4
Scale = 0
Type = 4
Name = "所得稅"
Caption = "所得稅"
EndProperty
BeginProperty Field10
Precision = 0
Size = 50
Scale = 0
Type = 202
Name = "房帖"
Caption = "房帖"
EndProperty
BeginProperty Field11
Precision = 7
Size = 4
Scale = 0
Type = 4
Name = "應發"
Caption = "應發"
EndProperty
BeginProperty Field12
Precision = 0
Size = 50
Scale = 0
Type = 202
Name = "實發"
Caption = "實發"
EndProperty
NumGroups = 0
ParamCount = 0
RelationCount = 0
AggregateCount = 0
EndProperty
BeginProperty Recordset2
CommandName = "Syslog"
CommDispId = 1011
RsDispId = 1017
CommandText = "SELECT * FROM Syslog"
ActiveConnectionName= "Connection1"
CommandType = 1
Expanded = -1 'True
IsRSReturning = -1 'True
NumFields = 6
BeginProperty Field1
Precision = 0
Size = 8
Scale = 0
Type = 7
Name = "LogDate"
Caption = "LogDate"
EndProperty
BeginProperty Field2
Precision = 0
Size = 8
Scale = 0
Type = 7
Name = "LogTime"
Caption = "LogTime"
EndProperty
BeginProperty Field3
Precision = 0
Size = 50
Scale = 0
Type = 202
Name = "LogType"
Caption = "LogType"
EndProperty
BeginProperty Field4
Precision = 0
Size = 200
Scale = 0
Type = 202
Name = "Title"
Caption = "Title"
EndProperty
BeginProperty Field5
Precision = 0
Size = 200
Scale = 0
Type = 202
Name = "Body"
Caption = "Body"
EndProperty
BeginProperty Field6
Precision = 0
Size = 40
Scale = 0
Type = 202
Name = "UserName"
Caption = "UserName"
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.Properties("Data Source") = App.Path & "\data\職工工資管理.mdb"
'App.Path & "\data\data.mdb"
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -