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

📄 frm_borrowbook.frm

📁 图书馆信息管理系统
💻 FRM
📖 第 1 页 / 共 4 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form Frm_BorrowBook 
   Caption         =   "借书"
   ClientHeight    =   7590
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   10440
   ControlBox      =   0   'False
   LinkTopic       =   "Form1"
   MDIChild        =   -1  'True
   ScaleHeight     =   7590
   ScaleWidth      =   10440
   WindowState     =   2  'Maximized
   Begin VB.Frame Frame_View 
      Caption         =   "借书预览"
      BeginProperty Font 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00404040&
      Height          =   1815
      Left            =   480
      TabIndex        =   45
      Top             =   4920
      Width           =   9735
      Begin MSComctlLib.ListView Lst_View 
         Height          =   855
         Left            =   240
         TabIndex        =   46
         Top             =   720
         Width           =   9255
         _ExtentX        =   16325
         _ExtentY        =   1508
         View            =   3
         LabelEdit       =   1
         LabelWrap       =   -1  'True
         HideSelection   =   -1  'True
         Checkboxes      =   -1  'True
         FullRowSelect   =   -1  'True
         GridLines       =   -1  'True
         _Version        =   393217
         ForeColor       =   0
         BackColor       =   -2147483643
         Appearance      =   1
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "Tahoma"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         NumItems        =   5
         BeginProperty ColumnHeader(1) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
            Text            =   "图书名称"
            Object.Width           =   5292
         EndProperty
         BeginProperty ColumnHeader(2) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
            SubItemIndex    =   1
            Text            =   "图书编号"
            Object.Width           =   3175
         EndProperty
         BeginProperty ColumnHeader(3) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
            SubItemIndex    =   2
            Text            =   "ISBN"
            Object.Width           =   3175
         EndProperty
         BeginProperty ColumnHeader(4) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
            SubItemIndex    =   3
            Text            =   "每日租金"
            Object.Width           =   2117
         EndProperty
         BeginProperty ColumnHeader(5) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
            SubItemIndex    =   4
            Text            =   "还书日期"
            Object.Width           =   3175
         EndProperty
      End
      Begin VB.Label Lbl_ShowRID 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         BeginProperty Font 
            Name            =   "Tahoma"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00808080&
         Height          =   195
         Left            =   1200
         TabIndex        =   49
         Top             =   360
         Width           =   45
      End
      Begin VB.Label Lbl_TipRID 
         BackStyle       =   0  'Transparent
         Caption         =   "读者编号:"
         BeginProperty Font 
            Name            =   "Tahoma"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00808080&
         Height          =   195
         Left            =   240
         TabIndex        =   48
         Top             =   360
         Width           =   900
      End
   End
   Begin VB.Frame Frame_Book 
      Caption         =   "图书档案"
      BeginProperty Font 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00404040&
      Height          =   1935
      Left            =   480
      TabIndex        =   21
      Top             =   2880
      Width           =   9735
      Begin LabMangeSystem.FTextBox Txt_BID 
         Height          =   300
         Left            =   1200
         TabIndex        =   1
         Top             =   307
         Width           =   1935
         _ExtentX        =   3413
         _ExtentY        =   529
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         FontName        =   "MS Sans Serif"
         FontSize        =   8.25
         AutoSelAll      =   -1  'True
      End
      Begin LabMangeSystem.FTextBox Txt_Book 
         Height          =   300
         Index           =   0
         Left            =   1200
         TabIndex        =   22
         Top             =   885
         Width           =   1935
         _ExtentX        =   3413
         _ExtentY        =   529
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "Tahoma"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         FontName        =   "Tahoma"
         FontSize        =   8.25
         ForeColor       =   0
         Enabled         =   0   'False
      End
      Begin LabMangeSystem.FTextBox Txt_Book 
         Height          =   300
         Index           =   1
         Left            =   3840
         TabIndex        =   23
         Top             =   885
         Width           =   2295
         _ExtentX        =   4048
         _ExtentY        =   529
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "Tahoma"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         FontName        =   "Tahoma"
         FontSize        =   8.25
         ForeColor       =   0
         Enabled         =   0   'False
      End
      Begin LabMangeSystem.FTextBox Txt_Book 
         Height          =   300
         Index           =   3
         Left            =   1200
         TabIndex        =   24
         Top             =   1260
         Width           =   1935
         _ExtentX        =   3413
         _ExtentY        =   529
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "Tahoma"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         FontName        =   "Tahoma"
         FontSize        =   8.25
         ForeColor       =   0
         Enabled         =   0   'False
      End
      Begin LabMangeSystem.FTextBox Txt_Book 
         Height          =   300
         Index           =   4
         Left            =   3840
         TabIndex        =   25
         Top             =   1260
         Width           =   2295
         _ExtentX        =   4048
         _ExtentY        =   529
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "Tahoma"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         FontName        =   "Tahoma"
         FontSize        =   8.25
         ForeColor       =   0
         Enabled         =   0   'False
      End
      Begin LabMangeSystem.FTextBox Txt_Book 
         Height          =   300
         Index           =   2
         Left            =   7200
         TabIndex        =   44
         Top             =   885
         Width           =   2295
         _ExtentX        =   4048
         _ExtentY        =   529
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "Tahoma"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         FontName        =   "Tahoma"
         FontSize        =   8.25
         ForeColor       =   0
         Enabled         =   0   'False
      End
      Begin LabMangeSystem.FTextBox Txt_Book 
         Height          =   300
         Index           =   5
         Left            =   7200
         TabIndex        =   47
         Top             =   1260
         Width           =   2295
         _ExtentX        =   4048
         _ExtentY        =   529
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "Tahoma"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         FontName        =   "Tahoma"
         FontSize        =   8.25
         ForeColor       =   0
         Enabled         =   0   'False
      End
      Begin VB.Label Lbl_Book 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "可否外借"
         BeginProperty Font 
            Name            =   "Tahoma"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00808080&
         Height          =   195
         Index           =   5
         Left            =   6360
         TabIndex        =   37
         Top             =   1313
         Width           =   720
      End
      Begin VB.Label Lbl_Book 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "每日租金"
         BeginProperty Font 
            Name            =   "Tahoma"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00808080&
         Height          =   195
         Index           =   2
         Left            =   6360
         TabIndex        =   36
         Top             =   938
         Width           =   720
      End
      Begin VB.Line Line_Split2_Shadow 
         BorderColor     =   &H00FFFFFF&
         X1              =   255
         X2              =   5895
         Y1              =   735
         Y2              =   735
      End
      Begin VB.Line Line_Split2 
         BorderColor     =   &H00C0C0C0&
         X1              =   240
         X2              =   5880
         Y1              =   720
         Y2              =   720

⌨️ 快捷键说明

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