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

📄 rl_borrow.frm

📁 图书管理软件,基本功能已具备
💻 FRM
📖 第 1 页 / 共 4 页
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{0ECD9B60-23AA-11D0-B351-00A0C9055D8E}#6.0#0"; "MSHFLXGD.OCX"
Begin VB.Form RL_Borrow 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "借书/还书"
   ClientHeight    =   7305
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   11160
   Icon            =   "RL_Borrow.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   ScaleHeight     =   7305
   ScaleWidth      =   11160
   ShowInTaskbar   =   0   'False
   Begin VB.CommandButton cmd_Return 
      Caption         =   "还书(&R)"
      Height          =   345
      Left            =   7500
      TabIndex        =   10
      Top             =   6780
      Width           =   1095
   End
   Begin VB.Timer Timer1 
      Interval        =   100
      Left            =   3000
      Top             =   3840
   End
   Begin VB.TextBox txt_HandleDate 
      BackColor       =   &H80000004&
      Enabled         =   0   'False
      Height          =   300
      Left            =   3990
      TabIndex        =   57
      Top             =   6795
      Width           =   2170
   End
   Begin VB.TextBox txt_Handler 
      BackColor       =   &H80000004&
      Enabled         =   0   'False
      Height          =   300
      Left            =   1275
      TabIndex        =   55
      Top             =   6795
      Width           =   1000
   End
   Begin VB.CommandButton cmd_Quit 
      Caption         =   "关闭(&Q)"
      Height          =   345
      Left            =   9900
      TabIndex        =   12
      Top             =   6780
      Width           =   1095
   End
   Begin VB.CommandButton cmd_Clear 
      Caption         =   "清空(&C)"
      Height          =   345
      Left            =   8700
      TabIndex        =   11
      Top             =   6780
      Width           =   1095
   End
   Begin VB.CommandButton cmd_Borrow 
      Caption         =   "借书(&B)"
      Height          =   345
      Left            =   6300
      TabIndex        =   9
      Top             =   6780
      Width           =   1095
   End
   Begin MSComCtl2.DTPicker dtp_FaithReturnDay 
      Height          =   300
      Left            =   5205
      TabIndex        =   7
      Top             =   6240
      Width           =   1995
      _ExtentX        =   3519
      _ExtentY        =   529
      _Version        =   393216
      Enabled         =   0   'False
      Format          =   24641537
      CurrentDate     =   38422
   End
   Begin MSComCtl2.DTPicker dtp_BorrowDay 
      Height          =   300
      Left            =   1290
      TabIndex        =   52
      Top             =   6240
      Width           =   1995
      _ExtentX        =   3519
      _ExtentY        =   529
      _Version        =   393216
      Enabled         =   0   'False
      Format          =   24641537
      CurrentDate     =   38422
   End
   Begin VB.Frame fra_ReaderInformation 
      Height          =   1725
      Left            =   120
      TabIndex        =   33
      Top             =   0
      Width           =   10890
      Begin VB.CommandButton cmd_ReaderSearch 
         Caption         =   "搜索(&R)"
         Height          =   345
         Left            =   180
         TabIndex        =   2
         Top             =   1185
         Width           =   1095
      End
      Begin VB.TextBox txt_ReaderID 
         Height          =   300
         Left            =   1290
         MaxLength       =   10
         TabIndex        =   1
         Top             =   255
         Width           =   1590
      End
      Begin VB.TextBox txt_ReaderName 
         Enabled         =   0   'False
         Height          =   300
         Left            =   4215
         TabIndex        =   40
         Top             =   255
         Width           =   1590
      End
      Begin VB.TextBox txt_ReaderType 
         Enabled         =   0   'False
         Height          =   300
         Left            =   4215
         TabIndex        =   39
         Top             =   750
         Width           =   1590
      End
      Begin VB.TextBox txt_Department 
         Enabled         =   0   'False
         Height          =   300
         Left            =   4215
         TabIndex        =   38
         Top             =   1245
         Width           =   1590
      End
      Begin VB.TextBox txt_NotReturned 
         Enabled         =   0   'False
         Height          =   300
         Left            =   7125
         TabIndex        =   37
         Top             =   1245
         Width           =   750
      End
      Begin VB.TextBox txt_RestrictAmmount 
         Enabled         =   0   'False
         Height          =   300
         Left            =   7125
         TabIndex        =   36
         Top             =   255
         Width           =   750
      End
      Begin VB.TextBox txt_NonceHoldAmount 
         Enabled         =   0   'False
         Height          =   300
         Left            =   7125
         TabIndex        =   35
         Top             =   750
         Width           =   750
      End
      Begin VB.TextBox txt_ReaderRemarks 
         Enabled         =   0   'False
         Height          =   1260
         Left            =   9135
         TabIndex        =   34
         Top             =   255
         Width           =   1590
      End
      Begin VB.Label lbl_ReaderID 
         Caption         =   "读者编号(&E)"
         Height          =   225
         Left            =   180
         TabIndex        =   0
         Top             =   300
         Width           =   1380
      End
      Begin VB.Label lbl_ReaderName 
         Caption         =   "读者姓名"
         Height          =   255
         Left            =   3195
         TabIndex        =   50
         Top             =   300
         Width           =   840
      End
      Begin VB.Label lbl_ReaderType 
         Caption         =   "类别"
         Height          =   210
         Left            =   3195
         TabIndex        =   49
         Top             =   795
         Width           =   870
      End
      Begin VB.Label lbl_Department 
         Caption         =   "单位部门"
         Height          =   210
         Left            =   3195
         TabIndex        =   48
         Top             =   1290
         Width           =   885
      End
      Begin VB.Label lbl_RestrictAmmount 
         Caption         =   "可借书数量"
         Height          =   240
         Left            =   6135
         TabIndex        =   47
         Top             =   300
         Width           =   1155
      End
      Begin VB.Label lbl_NotReturned 
         Caption         =   "未归还数量"
         Height          =   180
         Left            =   6135
         TabIndex        =   46
         Top             =   1290
         Width           =   1095
      End
      Begin VB.Label lbl_ReaderRemarks 
         Caption         =   "备注"
         Height          =   210
         Left            =   8535
         TabIndex        =   45
         Top             =   300
         Width           =   615
      End
      Begin VB.Label lbl_NonceHoldAmount 
         Caption         =   "已借书数量"
         Height          =   210
         Left            =   6135
         TabIndex        =   44
         Top             =   795
         Width           =   1035
      End
      Begin VB.Label Label6 
         Caption         =   "本"
         Height          =   195
         Left            =   8085
         TabIndex        =   43
         Top             =   315
         Width           =   225
      End
      Begin VB.Label Label5 
         Caption         =   "本"
         Height          =   195
         Left            =   8085
         TabIndex        =   42
         Top             =   810
         Width           =   225
      End
      Begin VB.Label Label4 
         Caption         =   "本"
         Height          =   195
         Left            =   8085
         TabIndex        =   41
         Top             =   1305
         Width           =   225
      End
   End
   Begin VB.Frame fra_BooksInformation 
      Height          =   1830
      Left            =   120
      TabIndex        =   13
      Top             =   1815
      Width           =   10890
      Begin VB.TextBox txt_Remarks 
         Enabled         =   0   'False
         Height          =   840
         Left            =   9135
         TabIndex        =   29
         Top             =   765
         Width           =   1590
      End
      Begin VB.TextBox txt_Price 
         Enabled         =   0   'False
         Height          =   300
         Left            =   7125
         TabIndex        =   28
         Top             =   765
         Width           =   750
      End
      Begin VB.TextBox txt_BooksType 
         Enabled         =   0   'False
         Height          =   300
         Left            =   9135
         TabIndex        =   27
         Top             =   270
         Width           =   1590
      End
      Begin VB.TextBox txt_BorrowedTime 
         Enabled         =   0   'False
         Height          =   300
         Left            =   7125
         TabIndex        =   26
         Top             =   270
         Width           =   750
      End
      Begin VB.TextBox txt_Page 
         Enabled         =   0   'False
         Height          =   300
         Left            =   7125
         TabIndex        =   25
         Top             =   1290
         Width           =   750
      End
      Begin VB.TextBox txt_Publishing 
         Enabled         =   0   'False
         Height          =   300
         Left            =   4215
         TabIndex        =   24
         Top             =   1290
         Width           =   1590
      End
      Begin VB.TextBox txt_Writer 
         Enabled         =   0   'False
         Height          =   300
         Left            =   4215
         TabIndex        =   23
         Top             =   765
         Width           =   1590
      End
      Begin VB.TextBox txt_BooksName 
         Enabled         =   0   'False
         Height          =   300
         Left            =   4215
         TabIndex        =   22
         Top             =   270
         Width           =   1590
      End
      Begin VB.TextBox txt_Barcode 
         Height          =   300
         Left            =   1290
         MaxLength       =   13
         TabIndex        =   6
         Top             =   765
         Width           =   1590
      End
      Begin VB.TextBox txt_BooksID 
         Height          =   300
         Left            =   1290
         MaxLength       =   10
         TabIndex        =   4
         Top             =   270
         Width           =   1590
      End
      Begin VB.CommandButton cmd_Search 
         Caption         =   "搜索(&B)"
         Height          =   345
         Left            =   180
         TabIndex        =   8
         Top             =   1290
         Width           =   1095
      End
      Begin VB.Label Label3 
         Caption         =   "页"
         Height          =   195
         Left            =   8085
         TabIndex        =   32
         Top             =   1350
         Width           =   225
      End
      Begin VB.Label Label2 
         Caption         =   "元"
         Height          =   195
         Left            =   8085
         TabIndex        =   31
         Top             =   825
         Width           =   225
      End
      Begin VB.Label Label1 
         Caption         =   "次"
         Height          =   195
         Left            =   8085
         TabIndex        =   30
         Top             =   330
         Width           =   225
      End
      Begin VB.Label lbl_Price 
         Caption         =   "价格"
         Height          =   210
         Left            =   6135
         TabIndex        =   21
         Top             =   810
         Width           =   675
      End
      Begin VB.Label lbl_BooksType 
         Caption         =   "类别"
         Height          =   210
         Left            =   8535
         TabIndex        =   20
         Top             =   315
         Width           =   735
      End
      Begin VB.Label lbl_Remarks 
         Caption         =   "简介"
         Height          =   210
         Left            =   8535
         TabIndex        =   19
         Top             =   810
         Width           =   615
      End
      Begin VB.Label lbl_Page 
         Caption         =   "页数"
         Height          =   180
         Left            =   6135
         TabIndex        =   18
         Top             =   1335
         Width           =   735
      End
      Begin VB.Label lbl_BorrowedTime 

⌨️ 快捷键说明

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