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

📄 shuji.dob

📁 VB的图书馆管理系统
💻 DOB
📖 第 1 页 / 共 3 页
字号:
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         SplitCount      =   1
         BeginProperty Split0 
            BeginProperty Column00 
               Object.Visible         =   0   'False
               ColumnWidth     =   1094.74
            EndProperty
            BeginProperty Column01 
               ColumnWidth     =   2085.166
            EndProperty
            BeginProperty Column02 
               ColumnWidth     =   1094.74
            EndProperty
            BeginProperty Column03 
               ColumnWidth     =   734.74
            EndProperty
            BeginProperty Column04 
               ColumnWidth     =   2085.166
            EndProperty
            BeginProperty Column05 
               ColumnWidth     =   2085.166
            EndProperty
            BeginProperty Column06 
               ColumnWidth     =   2085.166
            EndProperty
            BeginProperty Column07 
               ColumnWidth     =   2085.166
            EndProperty
            BeginProperty Column08 
               ColumnWidth     =   734.74
            EndProperty
            BeginProperty Column09 
               ColumnWidth     =   2085.166
            EndProperty
            BeginProperty Column10 
               ColumnWidth     =   1094.74
            EndProperty
            BeginProperty Column11 
               ColumnWidth     =   2085.166
            EndProperty
            BeginProperty Column12 
               ColumnWidth     =   2085.166
            EndProperty
            BeginProperty Column13 
               ColumnWidth     =   2085.166
            EndProperty
         EndProperty
      End
      Begin VB.TextBox txtFields 
         DataField       =   "总号"
         DataSource      =   "datPrimaryRS"
         Height          =   285
         Index           =   1
         Left            =   1260
         TabIndex        =   18
         Top             =   480
         Width           =   1515
      End
      Begin VB.TextBox txtFields 
         DataField       =   "书号"
         DataSource      =   "datPrimaryRS"
         Height          =   285
         Index           =   2
         Left            =   3840
         TabIndex        =   17
         Top             =   480
         Width           =   1515
      End
      Begin VB.TextBox txtFields 
         DataField       =   "书名"
         DataSource      =   "datPrimaryRS"
         Height          =   285
         Index           =   3
         Left            =   1260
         TabIndex        =   16
         Top             =   900
         Width           =   5895
      End
      Begin VB.TextBox txtFields 
         DataField       =   "ISBN编号"
         DataSource      =   "datPrimaryRS"
         Height          =   285
         Index           =   4
         Left            =   1260
         TabIndex        =   15
         Top             =   1320
         Width           =   1995
      End
      Begin VB.TextBox txtFields 
         DataField       =   "出版处"
         DataSource      =   "datPrimaryRS"
         Height          =   285
         Index           =   5
         Left            =   4500
         TabIndex        =   14
         Top             =   1320
         Width           =   2655
      End
      Begin VB.TextBox txtFields 
         DataField       =   "内容简介"
         DataSource      =   "datPrimaryRS"
         Height          =   2805
         Index           =   6
         Left            =   1260
         TabIndex        =   13
         Top             =   1740
         Width           =   8235
      End
      Begin VB.TextBox txtFields 
         DataField       =   "著者"
         DataSource      =   "datPrimaryRS"
         Height          =   285
         Index           =   7
         Left            =   8220
         TabIndex        =   12
         Top             =   900
         Width           =   1275
      End
      Begin VB.TextBox txtFields 
         DataField       =   "购买价格"
         DataSource      =   "datPrimaryRS"
         Height          =   285
         Index           =   8
         Left            =   1260
         TabIndex        =   11
         Top             =   4680
         Width           =   1455
      End
      Begin VB.TextBox txtFields 
         DataField       =   "购买数量"
         DataSource      =   "datPrimaryRS"
         Height          =   285
         Index           =   9
         Left            =   3720
         TabIndex        =   10
         Top             =   4680
         Width           =   1095
      End
      Begin VB.TextBox txtFields 
         DataField       =   "购买日期"
         DataSource      =   "datPrimaryRS"
         Height          =   285
         Index           =   10
         Left            =   6120
         TabIndex        =   9
         Top             =   4680
         Width           =   1455
      End
      Begin VB.TextBox txtFields 
         DataField       =   "页数"
         DataSource      =   "datPrimaryRS"
         Height          =   285
         Index           =   11
         Left            =   8220
         TabIndex        =   8
         Top             =   1320
         Width           =   1275
      End
      Begin VB.TextBox txtFields 
         DataField       =   "书架编号"
         DataSource      =   "datPrimaryRS"
         Height          =   285
         Index           =   12
         Left            =   8220
         TabIndex        =   7
         Top             =   4680
         Width           =   1275
      End
      Begin VB.TextBox txtFields 
         DataField       =   "附注"
         DataSource      =   "datPrimaryRS"
         Height          =   285
         Index           =   13
         Left            =   1260
         TabIndex        =   6
         Top             =   5100
         Width           =   8235
      End
      Begin VB.PictureBox picButtons 
         Appearance      =   0  'Flat
         BorderStyle     =   0  'None
         ForeColor       =   &H80000008&
         Height          =   300
         Left            =   3600
         ScaleHeight     =   300
         ScaleWidth      =   4725
         TabIndex        =   1
         Top             =   5820
         Width           =   4725
         Begin VB.CommandButton cmdRefresh 
            Caption         =   "刷新(&R)"
            Height          =   300
            Left            =   3521
            TabIndex        =   5
            Top             =   0
            Width           =   1095
         End
         Begin VB.CommandButton cmdDelete 
            Caption         =   "删除(&D)"
            Height          =   300
            Left            =   2367
            TabIndex        =   4
            Top             =   0
            Width           =   1095
         End
         Begin VB.CommandButton cmdUpdate 
            Caption         =   "更新(&U)"
            Height          =   300
            Left            =   1213
            TabIndex        =   3
            Top             =   0
            Width           =   1095
         End
         Begin VB.CommandButton cmdAdd 
            Caption         =   "添加(&A)"
            Height          =   300
            Left            =   59
            TabIndex        =   2
            Top             =   0
            Width           =   1095
         End
      End
      Begin MSAdodcLib.Adodc datPrimaryRS 
         Height          =   330
         Left            =   480
         Top             =   5700
         Visible         =   0   'False
         Width           =   1845
         _ExtentX        =   3254
         _ExtentY        =   582
         ConnectMode     =   0
         CursorLocation  =   3
         IsolationLevel  =   -1
         ConnectionTimeout=   15
         CommandTimeout  =   30
         CursorType      =   3
         LockType        =   3
         CommandType     =   1
         CursorOptions   =   0
         CacheSize       =   50
         MaxRecords      =   0
         BOFAction       =   0
         EOFAction       =   0
         ConnectStringType=   1
         Appearance      =   1
         BackColor       =   -2147483643
         ForeColor       =   -2147483640
         Orientation     =   0
         Enabled         =   -1
         Connect         =   ""
         OLEDBString     =   ""
         OLEDBFile       =   ""
         DataSourceName  =   ""
         OtherAttributes =   ""
         UserName        =   ""
         Password        =   ""
         RecordSource    =   ""
         Caption         =   " "
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         _Version        =   393216
      End
      Begin MSDataGridLib.DataGrid DataGrid2 
         Bindings        =   "ShuJi.dox":006F
         Height          =   4395
         Left            =   -74820
         TabIndex        =   41
         Top             =   1740
         Width           =   9435
         _ExtentX        =   16642
         _ExtentY        =   7752
         _Version        =   393216
         HeadLines       =   1
         RowHeight       =   15
         FormatLocked    =   -1  'True
         BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ColumnCount     =   14
         BeginProperty Column00 
            DataField       =   "书籍序号"
            Caption         =   "书籍序号"
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         BeginProperty Column01 
            DataField       =   "总号"
            Caption         =   "总号"
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         BeginProperty Column02 
            DataField       =   "书号"
            Caption         =   "书号"
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         BeginProperty Column03 
            DataField       =   "书名"
            Caption         =   "书名"
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         BeginProperty Column04 
            DataField       =   "著者"
            Caption         =   "著者"
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0

⌨️ 快捷键说明

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