⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dejxc.dsr

📁 这是一个用VB编写的“仓库管理系统”源码
💻 DSR
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Begin {C0E45035-5775-11D0-B388-00A0C9055D8E} DEjxc 
   ClientHeight    =   9225
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   10755
   _ExtentX        =   18971
   _ExtentY        =   16272
   FolderFlags     =   7
   TypeLibGuid     =   "{CB5C55EE-3459-473C-81BD-C3D8CA15C61B}"
   TypeInfoGuid    =   "{24AF3DBE-A8A8-45FE-95FF-9FCE07229456}"
   TypeInfoCookie  =   0
   Version         =   4
   NumConnections  =   1
   BeginProperty Connection1 
      ConnectionName  =   "Conjxc"
      ConnDispId      =   1001
      SourceOfData    =   3
      ConnectionSource=   "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\soft\仓库管理\db_jxc.mdb;Persist Security Info=False"
      Expanded        =   -1  'True
      QuoteChar       =   96
      SeparatorChar   =   46
   EndProperty
   NumRecordsets   =   21
   BeginProperty Recordset1 
      CommandName     =   "ComUsers"
      CommDispId      =   1002
      RsDispId        =   1005
      CommandText     =   "SELECT * FROM users "
      ActiveConnectionName=   "Conjxc"
      CommandType     =   1
      Locktype        =   4
      IsRSReturning   =   -1  'True
      NumFields       =   2
      BeginProperty Field1 
         Precision       =   0
         Size            =   8
         Scale           =   0
         Type            =   200
         Name            =   "user_name"
         Caption         =   "user_name"
      EndProperty
      BeginProperty Field2 
         Precision       =   0
         Size            =   10
         Scale           =   0
         Type            =   200
         Name            =   "user_pass"
         Caption         =   "user_pass"
      EndProperty
      NumGroups       =   0
      ParamCount      =   0
      RelationCount   =   0
      AggregateCount  =   0
   EndProperty
   BeginProperty Recordset2 
      CommandName     =   "ComDepartment"
      CommDispId      =   1006
      RsDispId        =   1009
      CommandText     =   "select * from department order by department_id"
      ActiveConnectionName=   "Conjxc"
      CommandType     =   1
      Locktype        =   4
      IsRSReturning   =   -1  'True
      NumFields       =   2
      BeginProperty Field1 
         Precision       =   0
         Size            =   3
         Scale           =   0
         Type            =   200
         Name            =   "department_id"
         Caption         =   "department_id"
      EndProperty
      BeginProperty Field2 
         Precision       =   0
         Size            =   20
         Scale           =   0
         Type            =   200
         Name            =   "department_name"
         Caption         =   "department_name"
      EndProperty
      NumGroups       =   0
      ParamCount      =   0
      RelationCount   =   0
      AggregateCount  =   0
   EndProperty
   BeginProperty Recordset3 
      CommandName     =   "ComEmployee"
      CommDispId      =   1010
      RsDispId        =   1014
      CommandText     =   "SELECT * FROM employee ORDER BY employee_id"
      ActiveConnectionName=   "Conjxc"
      CommandType     =   1
      Locktype        =   4
      IsRSReturning   =   -1  'True
      NumFields       =   3
      BeginProperty Field1 
         Precision       =   0
         Size            =   4
         Scale           =   0
         Type            =   200
         Name            =   "employee_id"
         Caption         =   "employee_id"
      EndProperty
      BeginProperty Field2 
         Precision       =   0
         Size            =   3
         Scale           =   0
         Type            =   200
         Name            =   "employee_depid"
         Caption         =   "employee_depid"
      EndProperty
      BeginProperty Field3 
         Precision       =   0
         Size            =   8
         Scale           =   0
         Type            =   200
         Name            =   "employee_name"
         Caption         =   "employee_name"
      EndProperty
      NumGroups       =   0
      ParamCount      =   0
      RelationCount   =   0
      AggregateCount  =   0
   EndProperty
   BeginProperty Recordset4 
      CommandName     =   "ComProType"
      CommDispId      =   1015
      RsDispId        =   1020
      CommandText     =   "select * from product_type order by type_id"
      ActiveConnectionName=   "Conjxc"
      CommandType     =   1
      Locktype        =   4
      IsRSReturning   =   -1  'True
      NumFields       =   2
      BeginProperty Field1 
         Precision       =   0
         Size            =   2
         Scale           =   0
         Type            =   200
         Name            =   "type_id"
         Caption         =   "type_id"
      EndProperty
      BeginProperty Field2 
         Precision       =   0
         Size            =   20
         Scale           =   0
         Type            =   200
         Name            =   "type_name"
         Caption         =   "type_name"
      EndProperty
      NumGroups       =   0
      ParamCount      =   0
      RelationCount   =   0
      AggregateCount  =   0
   EndProperty
   BeginProperty Recordset5 
      CommandName     =   "ComProduct"
      CommDispId      =   1016
      RsDispId        =   1023
      CommandText     =   "select * from product order by p_id"
      ActiveConnectionName=   "Conjxc"
      CommandType     =   1
      Locktype        =   4
      IsRSReturning   =   -1  'True
      NumFields       =   5
      BeginProperty Field1 
         Precision       =   0
         Size            =   8
         Scale           =   0
         Type            =   200
         Name            =   "p_id"
         Caption         =   "p_id"
      EndProperty
      BeginProperty Field2 
         Precision       =   0
         Size            =   30
         Scale           =   0
         Type            =   200
         Name            =   "product_name"
         Caption         =   "product_name"
      EndProperty
      BeginProperty Field3 
         Precision       =   0
         Size            =   18
         Scale           =   0
         Type            =   200
         Name            =   "product_model"
         Caption         =   "product_model"
      EndProperty
      BeginProperty Field4 
         Precision       =   0
         Size            =   2
         Scale           =   0
         Type            =   200
         Name            =   "type_id"
         Caption         =   "type_id"
      EndProperty
      BeginProperty Field5 
         Precision       =   0
         Size            =   4
         Scale           =   0
         Type            =   200
         Name            =   "unit"
         Caption         =   "unit"
      EndProperty
      NumGroups       =   0
      ParamCount      =   0
      RelationCount   =   0
      AggregateCount  =   0
   EndProperty
   BeginProperty Recordset6 
      CommandName     =   "ComSupplier"
      CommDispId      =   1017
      RsDispId        =   1026
      CommandText     =   "select * from supplier order by supplier_id"
      ActiveConnectionName=   "Conjxc"
      CommandType     =   1
      Locktype        =   4
      IsRSReturning   =   -1  'True
      NumFields       =   2
      BeginProperty Field1 
         Precision       =   0
         Size            =   8
         Scale           =   0
         Type            =   200
         Name            =   "supplier_id"
         Caption         =   "supplier_id"
      EndProperty
      BeginProperty Field2 
         Precision       =   0
         Size            =   30
         Scale           =   0
         Type            =   200
         Name            =   "supplier_name"
         Caption         =   "supplier_name"
      EndProperty
      NumGroups       =   0
      ParamCount      =   0
      RelationCount   =   0
      AggregateCount  =   0
   EndProperty
   BeginProperty Recordset7 
      CommandName     =   "ComPsHA"
      CommDispId      =   1027
      RsDispId        =   1030
      CommandText     =   "select * from ps_head_a order by ps_id"
      ActiveConnectionName=   "Conjxc"
      CommandType     =   1
      Locktype        =   4
      IsRSReturning   =   -1  'True
      NumFields       =   6
      BeginProperty Field1 
         Precision       =   0
         Size            =   9
         Scale           =   0
         Type            =   200
         Name            =   "ps_id"
         Caption         =   "ps_id"
      EndProperty
      BeginProperty Field2 
         Precision       =   0
         Size            =   8
         Scale           =   0
         Type            =   7
         Name            =   "ps_date"
         Caption         =   "ps_date"
      EndProperty
      BeginProperty Field3 
         Precision       =   0
         Size            =   8
         Scale           =   0
         Type            =   200
         Name            =   "ps_rid"
         Caption         =   "ps_rid"
      EndProperty
      BeginProperty Field4 
         Precision       =   0
         Size            =   8
         Scale           =   0
         Type            =   200
         Name            =   "ps_maker"
         Caption         =   "ps_maker"
      EndProperty
      BeginProperty Field5 
         Precision       =   0
         Size            =   12
         Scale           =   0
         Type            =   200
         Name            =   "ps_car"
         Caption         =   "ps_car"
      EndProperty
      BeginProperty Field6 
         Precision       =   0
         Size            =   1073741824
         Scale           =   0
         Type            =   201
         Name            =   "ps_demo"
         Caption         =   "ps_demo"
      EndProperty
      NumGroups       =   0
      ParamCount      =   0
      RelationCount   =   0
      AggregateCount  =   0
   EndProperty
   BeginProperty Recordset8 
      CommandName     =   "ComOrdDA"
      CommDispId      =   1031
      RsDispId        =   1034
      CommandText     =   "select * from order_detail_a order by order_id"
      ActiveConnectionName=   "Conjxc"
      CommandType     =   1
      Locktype        =   4
      IsRSReturning   =   -1  'True
      NumFields       =   5
      BeginProperty Field1 
         Precision       =   0
         Size            =   9
         Scale           =   0
         Type            =   200
         Name            =   "order_id"
         Caption         =   "order_id"
      EndProperty
      BeginProperty Field2 
         Precision       =   0
         Size            =   8
         Scale           =   0
         Type            =   200
         Name            =   "p_id"
         Caption         =   "p_id"
      EndProperty
      BeginProperty Field3 
         Precision       =   7
         Size            =   4
         Scale           =   0
         Type            =   4
         Name            =   "qty"
         Caption         =   "qty"
      EndProperty
      BeginProperty Field4 
         Precision       =   19
         Size            =   8
         Scale           =   0
         Type            =   6
         Name            =   "unit_price"
         Caption         =   "unit_price"
      EndProperty
      BeginProperty Field5 
         Precision       =   19
         Size            =   8
         Scale           =   0
         Type            =   6
         Name            =   "price"
         Caption         =   "price"
      EndProperty
      NumGroups       =   0
      ParamCount      =   0
      RelationCount   =   0
      AggregateCount  =   0
   EndProperty
   BeginProperty Recordset9 
      CommandName     =   "ComMatHead"
      CommDispId      =   1035
      RsDispId        =   1038
      CommandText     =   "select * from mat_head order by p_id"
      ActiveConnectionName=   "Conjxc"
      CommandType     =   1
      Locktype        =   4
      IsRSReturning   =   -1  'True
      NumFields       =   3
      BeginProperty Field1 
         Precision       =   0
         Size            =   8
         Scale           =   0
         Type            =   200
         Name            =   "p_id"
         Caption         =   "p_id"
      EndProperty
      BeginProperty Field2 
         Precision       =   7
         Size            =   4
         Scale           =   0
         Type            =   4
         Name            =   "qty"
         Caption         =   "qty"
      EndProperty
      BeginProperty Field3 
         Precision       =   19

⌨️ 快捷键说明

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