dataenvironment2.dsr

来自「一个小型的旅行社管理系统」· DSR 代码 · 共 65 行

DSR
65
字号
VERSION 5.00
Begin {C0E45035-5775-11D0-B388-00A0C9055D8E} DataEnvironment2 
   ClientHeight    =   9765
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   10800
   _ExtentX        =   19050
   _ExtentY        =   17224
   FolderFlags     =   1
   TypeLibGuid     =   "{84DC30B8-00C9-4D21-93AB-7ABEFAFF0A4F}"
   TypeInfoGuid    =   "{4D75CFB7-B4FA-422A-B11F-2ED97713FA8B}"
   TypeInfoCookie  =   0
   Version         =   4
   NumConnections  =   1
   BeginProperty Connection1 
      ConnectionName  =   "Connection1"
      ConnDispId      =   1001
      SourceOfData    =   3
      ConnectionSource=   "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=travaldb;Data Source=(local)"
      Expanded        =   -1  'True
      IsSQL           =   -1  'True
      QuoteChar       =   34
      SeparatorChar   =   46
   EndProperty
   NumRecordsets   =   1
   BeginProperty Recordset1 
      CommandName     =   "password"
      CommDispId      =   1002
      RsDispId        =   1008
      CommandText     =   "dbo.密码表"
      ActiveConnectionName=   "Connection1"
      CommandType     =   2
      dbObjectType    =   1
      CursorType      =   0
      Expanded        =   -1  'True
      IsRSReturning   =   -1  'True
      NumFields       =   2
      BeginProperty Field1 
         Precision       =   0
         Size            =   20
         Scale           =   0
         Type            =   200
         Name            =   "用户名"
         Caption         =   "用户名"
      EndProperty
      BeginProperty Field2 
         Precision       =   0
         Size            =   20
         Scale           =   0
         Type            =   129
         Name            =   "密码"
         Caption         =   "密码"
      EndProperty
      NumGroups       =   0
      ParamCount      =   0
      RelationCount   =   0
      AggregateCount  =   0
   EndProperty
End
Attribute VB_Name = "DataEnvironment2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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