dataenvironment.dsr

来自「关于图书馆管理的vfp程序」· DSR 代码 · 共 62 行

DSR
62
字号
VERSION 5.00
Begin {C0E45035-5775-11D0-B388-00A0C9055D8E} DataEmt 
   ClientHeight    =   6270
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   8745
   _ExtentX        =   15425
   _ExtentY        =   11060
   FolderFlags     =   1
   TypeLibGuid     =   "{970AF0BE-849A-4211-A80E-AA45B443CD55}"
   TypeInfoGuid    =   "{1F790F16-CB3A-49EB-999B-CA9FF2B73067}"
   TypeInfoCookie  =   0
   Version         =   4
   NumConnections  =   1
   BeginProperty Connection1 
      ConnectionName  =   "CntPrint"
      ConnDispId      =   1001
      SourceOfData    =   3
      Expanded        =   -1  'True
      QuoteChar       =   96
      SeparatorChar   =   46
   EndProperty
   NumRecordsets   =   2
   BeginProperty Recordset1 
      CommandName     =   "CmdBookPrint"
      CommDispId      =   1002
      RsDispId        =   1022
      CommandText     =   "书籍资料"
      ActiveConnectionName=   "CntPrint"
      CommandType     =   2
      dbObjectType    =   1
      IsRSReturning   =   -1  'True
      NumFields       =   0
      NumGroups       =   0
      ParamCount      =   0
      RelationCount   =   0
      AggregateCount  =   0
   EndProperty
   BeginProperty Recordset2 
      CommandName     =   "cmdStudPrint"
      CommDispId      =   1007
      RsDispId        =   1023
      CommandText     =   "借书记录"
      ActiveConnectionName=   "CntPrint"
      CommandType     =   2
      dbObjectType    =   1
      GroupingName    =   "cmdStudPrint_分组"
      IsRSReturning   =   -1  'True
      NumFields       =   0
      NumGroups       =   0
      ParamCount      =   0
      RelationCount   =   0
      AggregateCount  =   0
   EndProperty
End
Attribute VB_Name = "DataEmt"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?