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

📄 frmbookdoc.frm

📁 一些对图书馆的基本管理
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Object = "{F0D2F211-CCB0-11D0-A316-00AA00688B10}#1.0#0"; "MSDATLST.OCX"
Begin VB.Form frmBookDoc 
   Caption         =   "图书档案管理"
   ClientHeight    =   6525
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   10140
   Icon            =   "frmBookDoc.frx":0000
   LinkTopic       =   "Form1"
   MDIChild        =   -1  'True
   ScaleHeight     =   6525
   ScaleWidth      =   10140
   Begin MSAdodcLib.Adodc Adodc4 
      Height          =   330
      Left            =   1440
      Top             =   6600
      Visible         =   0   'False
      Width           =   1200
      _ExtentX        =   2117
      _ExtentY        =   582
      ConnectMode     =   0
      CursorLocation  =   3
      IsolationLevel  =   -1
      ConnectionTimeout=   15
      CommandTimeout  =   30
      CursorType      =   3
      LockType        =   3
      CommandType     =   2
      CursorOptions   =   0
      CacheSize       =   50
      MaxRecords      =   0
      BOFAction       =   0
      EOFAction       =   0
      ConnectStringType=   3
      Appearance      =   1
      BackColor       =   -2147483643
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   "DSN=liblink"
      OLEDBString     =   ""
      OLEDBFile       =   ""
      DataSourceName  =   "liblink"
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   "书架"
      Caption         =   "Adodc4"
      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 MSAdodcLib.Adodc Adodc3 
      Height          =   330
      Left            =   2880
      Top             =   6600
      Visible         =   0   'False
      Width           =   1215
      _ExtentX        =   2143
      _ExtentY        =   582
      ConnectMode     =   0
      CursorLocation  =   3
      IsolationLevel  =   -1
      ConnectionTimeout=   15
      CommandTimeout  =   30
      CursorType      =   3
      LockType        =   3
      CommandType     =   2
      CursorOptions   =   0
      CacheSize       =   50
      MaxRecords      =   0
      BOFAction       =   0
      EOFAction       =   0
      ConnectStringType=   3
      Appearance      =   1
      BackColor       =   -2147483643
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   "DSN=liblink"
      OLEDBString     =   ""
      OLEDBFile       =   ""
      DataSourceName  =   "liblink"
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   "出版社"
      Caption         =   "Adodc3"
      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 MSDataListLib.DataCombo cbbBookcase 
      Bindings        =   "frmBookDoc.frx":0442
      DataField       =   "书架名称"
      DataSource      =   "Adodc1"
      Height          =   330
      Left            =   5400
      TabIndex        =   35
      Top             =   6120
      Width           =   2895
      _ExtentX        =   5106
      _ExtentY        =   582
      _Version        =   393216
      ListField       =   "书架名称"
      Text            =   ""
   End
   Begin MSDataListLib.DataCombo cbbPress 
      Bindings        =   "frmBookDoc.frx":0457
      DataField       =   "出版社"
      DataSource      =   "Adodc1"
      Height          =   330
      Left            =   5400
      TabIndex        =   34
      Top             =   5400
      Width           =   2895
      _ExtentX        =   5106
      _ExtentY        =   582
      _Version        =   393216
      ListField       =   "出版社名称"
      Text            =   ""
   End
   Begin VB.CheckBox ckbRegist 
      Caption         =   "是否注销"
      DataField       =   "是否注销"
      DataSource      =   "Adodc1"
      Height          =   255
      Left            =   3720
      TabIndex        =   18
      Top             =   6120
      Width           =   1215
   End
   Begin VB.TextBox txbAuthor 
      DataField       =   "作者"
      DataSource      =   "Adodc1"
      Height          =   375
      Left            =   120
      TabIndex        =   17
      Top             =   5400
      Width           =   1215
   End
   Begin VB.TextBox txbName 
      DataField       =   "书名"
      DataSource      =   "Adodc1"
      Height          =   375
      Left            =   3480
      TabIndex        =   16
      Top             =   4680
      Width           =   3255
   End
   Begin VB.TextBox txbNumber 
      DataField       =   "编号"
      DataSource      =   "Adodc1"
      Height          =   375
      Left            =   1800
      TabIndex        =   15
      Top             =   4680
      Width           =   1215
   End
   Begin VB.TextBox txbCode 
      DataField       =   "条形码"
      DataSource      =   "Adodc1"
      Height          =   375
      Left            =   120
      TabIndex        =   14
      Top             =   4680
      Width           =   1215
   End
   Begin VB.Frame Frame1 
      Height          =   615
      Left            =   0
      TabIndex        =   7
      Top             =   600
      Width           =   10095
      Begin VB.TextBox txbTwo 
         Height          =   270
         Left            =   3960
         TabIndex        =   36
         Top             =   240
         Width           =   1215
      End
      Begin VB.CommandButton btnSearch 
         Caption         =   "搜索"
         Height          =   255
         Left            =   120
         TabIndex        =   10
         Top             =   240
         Width           =   615
      End
      Begin VB.TextBox txbOne 
         Height          =   270
         Left            =   1800
         TabIndex        =   9
         Top             =   240
         Width           =   1215
      End
      Begin VB.TextBox txbThree 
         Height          =   270
         Left            =   6240
         TabIndex        =   8
         Top             =   240
         Width           =   1215
      End
      Begin VB.Label Label1 
         Caption         =   "条形码"
         Height          =   255
         Left            =   1200
         TabIndex        =   13
         Top             =   240
         Width           =   855
      End
      Begin VB.Label Label2 
         Caption         =   "编号"
         Height          =   255
         Left            =   3480
         TabIndex        =   12
         Top             =   240
         Width           =   615
      End
      Begin VB.Label Label3 
         Caption         =   "书名"
         Height          =   255
         Left            =   5760
         TabIndex        =   11
         Top             =   240
         Width           =   615
      End
   End
   Begin VB.TextBox txbISBN 
      DataField       =   "ISBN"
      DataSource      =   "Adodc1"
      Height          =   375
      Left            =   3480
      TabIndex        =   6
      Top             =   5400
      Width           =   1455
   End
   Begin VB.TextBox txbTranslator 
      DataField       =   "译者"
      DataSource      =   "Adodc1"
      Height          =   375
      Left            =   1800
      TabIndex        =   5
      Top             =   5400
      Width           =   1215
   End
   Begin VB.TextBox txbPrice 
      Alignment       =   1  'Right Justify
      DataField       =   "价格"
      DataSource      =   "Adodc1"
      Height          =   375
      Left            =   120
      TabIndex        =   4
      Top             =   6120
      Width           =   855
   End
   Begin VB.TextBox txbTotalPages 
      DataField       =   "页码"
      DataSource      =   "Adodc1"
      Height          =   375
      Left            =   1320
      TabIndex        =   3
      Top             =   6120
      Width           =   855
   End
   Begin VB.TextBox txbWorker 
      DataField       =   "操作员"
      DataSource      =   "Adodc1"
      Height          =   375
      Left            =   2520
      TabIndex        =   2
      Top             =   6120
      Width           =   855
   End
   Begin VB.TextBox txbRemark 
      DataField       =   "简介"
      DataSource      =   "Adodc1"
      Height          =   1815
      Left            =   8520
      TabIndex        =   1
      Top             =   4680
      Width           =   1575
   End
   Begin MSAdodcLib.Adodc Adodc2 
      Height          =   330
      Left            =   4920
      Top             =   6600
      Visible         =   0   'False
      Width           =   1215
      _ExtentX        =   2143
      _ExtentY        =   582
      ConnectMode     =   0
      CursorLocation  =   3
      IsolationLevel  =   -1
      ConnectionTimeout=   15
      CommandTimeout  =   30
      CursorType      =   3
      LockType        =   3
      CommandType     =   2
      CursorOptions   =   0
      CacheSize       =   50
      MaxRecords      =   0
      BOFAction       =   0
      EOFAction       =   0
      ConnectStringType=   3
      Appearance      =   1
      BackColor       =   -2147483643
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   "DSN=liblink"
      OLEDBString     =   ""
      OLEDBFile       =   ""
      DataSourceName  =   "liblink"
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   "图书类型"
      Caption         =   "Adodc2"
      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 MSDataListLib.DataCombo cbbType 
      Bindings        =   "frmBookDoc.frx":046C
      DataField       =   "类型"
      DataSource      =   "Adodc1"
      Height          =   330
      Left            =   7080
      TabIndex        =   0
      Top             =   4680
      Width           =   1215
      _ExtentX        =   2143
      _ExtentY        =   582
      _Version        =   393216
      ListField       =   "类型名称"
      Text            =   ""
   End
   Begin MSAdodcLib.Adodc Adodc1 
      Height          =   330
      Left            =   6960
      Top             =   6600
      Visible         =   0   'False
      Width           =   1200
      _ExtentX        =   2117
      _ExtentY        =   582
      ConnectMode     =   0
      CursorLocation  =   3
      IsolationLevel  =   -1
      ConnectionTimeout=   15
      CommandTimeout  =   30
      CursorType      =   3
      LockType        =   4
      CommandType     =   8
      CursorOptions   =   0
      CacheSize       =   50
      MaxRecords      =   0
      BOFAction       =   0
      EOFAction       =   0
      ConnectStringType=   3
      Appearance      =   1

⌨️ 快捷键说明

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