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

📄 borrowreturn_frm.frm

📁 一个完整的图书管理系统
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Object = "{D27CDB6B-AE6D-11CF-96B8-444553540000}#1.0#0"; "Flash.ocx"
Object = "{E95A2510-F3D1-416D-823B-4F840FE98091}#3.0#0"; "Command.ocx"
Begin VB.Form borrowandreturn 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "千年图书管理系统-----借书与还书管理"
   ClientHeight    =   6855
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   9090
   BeginProperty Font 
      Name            =   "宋体"
      Size            =   10.5
      Charset         =   134
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   ForeColor       =   &H80000001&
   Icon            =   "borrowreturn_frm.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6855
   ScaleWidth      =   9090
   StartUpPosition =   1  '所有者中心
   Begin TabDlg.SSTab sstabBorrowandReturn 
      Height          =   5580
      Left            =   0
      TabIndex        =   1
      Top             =   1260
      Width           =   9090
      _ExtentX        =   16034
      _ExtentY        =   9843
      _Version        =   393216
      Tabs            =   2
      TabHeight       =   1058
      ShowFocusRect   =   0   'False
      MouseIcon       =   "borrowreturn_frm.frx":030A
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      TabCaption(0)   =   "借书管理"
      TabPicture(0)   =   "borrowreturn_frm.frx":0326
      Tab(0).ControlEnabled=   -1  'True
      Tab(0).Control(0)=   "Label2"
      Tab(0).Control(0).Enabled=   0   'False
      Tab(0).Control(1)=   "Label3"
      Tab(0).Control(1).Enabled=   0   'False
      Tab(0).Control(2)=   "cmdBorrowOK"
      Tab(0).Control(2).Enabled=   0   'False
      Tab(0).Control(3)=   "txtReaderID"
      Tab(0).Control(3).Enabled=   0   'False
      Tab(0).Control(4)=   "txtBookID"
      Tab(0).Control(4).Enabled=   0   'False
      Tab(0).Control(5)=   "frameDetails"
      Tab(0).Control(5).Enabled=   0   'False
      Tab(0).ControlCount=   6
      TabCaption(1)   =   "还书管理"
      TabPicture(1)   =   "borrowreturn_frm.frx":0C00
      Tab(1).ControlEnabled=   0   'False
      Tab(1).Control(0)=   "Label16"
      Tab(1).Control(0).Enabled=   0   'False
      Tab(1).Control(1)=   "cmdReturnOK"
      Tab(1).Control(1).Enabled=   0   'False
      Tab(1).Control(2)=   "txtBookIDReturn"
      Tab(1).Control(2).Enabled=   0   'False
      Tab(1).Control(3)=   "frameReturnInfo"
      Tab(1).Control(3).Enabled=   0   'False
      Tab(1).Control(4)=   "frmState"
      Tab(1).Control(4).Enabled=   0   'False
      Tab(1).ControlCount=   5
      Begin VB.Frame frmState 
         Caption         =   "是 否 污 损 或 丢 失"
         Height          =   750
         Left            =   -74055
         TabIndex        =   36
         Top             =   1785
         Width           =   6315
         Begin VB.OptionButton optDirty 
            Caption         =   "污损"
            Height          =   330
            Left            =   2625
            TabIndex        =   39
            Top             =   315
            Width           =   855
         End
         Begin VB.OptionButton optLost 
            Caption         =   "丢失"
            Height          =   330
            Left            =   4515
            TabIndex        =   38
            Top             =   315
            Width           =   855
         End
         Begin VB.OptionButton optNormal 
            Caption         =   "正常"
            Height          =   330
            Left            =   735
            TabIndex        =   37
            Top             =   315
            Width           =   855
         End
      End
      Begin VB.Frame frameReturnInfo 
         Caption         =   "还 书 情 况"
         Height          =   2430
         Left            =   -74055
         TabIndex        =   33
         Top             =   2835
         Width           =   7470
         Begin VB.Label lblAmerce 
            Alignment       =   2  'Center
            Height          =   435
            Left            =   1680
            TabIndex        =   40
            Top             =   1575
            Width           =   4005
         End
         Begin VB.Label lblPunishDecision 
            Alignment       =   2  'Center
            Height          =   435
            Left            =   1680
            TabIndex        =   35
            Top             =   1050
            Width           =   4005
         End
         Begin VB.Label lblPunishCase 
            Alignment       =   2  'Center
            Height          =   435
            Left            =   1680
            TabIndex        =   34
            Top             =   525
            Width           =   4005
         End
      End
      Begin VB.TextBox txtBookIDReturn 
         ForeColor       =   &H80000001&
         Height          =   330
         Left            =   -72795
         MaxLength       =   10
         TabIndex        =   31
         Top             =   1155
         Width           =   2955
      End
      Begin VB.Frame frameDetails 
         Caption         =   "详 细 信 息"
         ForeColor       =   &H80000008&
         Height          =   3165
         Left            =   945
         TabIndex        =   6
         Top             =   2100
         Width           =   7260
         Begin VB.Label Label15 
            Alignment       =   1  'Right Justify
            Caption         =   "借阅期限:"
            Height          =   225
            Left            =   3360
            TabIndex        =   19
            Top             =   2835
            Width           =   1065
         End
         Begin VB.Label Label12 
            Alignment       =   1  'Right Justify
            Caption         =   "价格:"
            Height          =   225
            Left            =   3360
            TabIndex        =   22
            Top             =   2520
            Width           =   1065
         End
         Begin VB.Label Label4 
            Alignment       =   1  'Right Justify
            Caption         =   "图书编号:"
            Height          =   225
            Left            =   210
            TabIndex        =   30
            Top             =   315
            Width           =   1065
         End
         Begin VB.Label Label5 
            Alignment       =   1  'Right Justify
            Caption         =   "书名:"
            Height          =   225
            Left            =   420
            TabIndex        =   29
            Top             =   630
            Width           =   855
         End
         Begin VB.Label Label6 
            Alignment       =   1  'Right Justify
            Caption         =   "作者:"
            Height          =   225
            Left            =   315
            TabIndex        =   28
            Top             =   945
            Width           =   960
         End
         Begin VB.Label Label7 
            Alignment       =   1  'Right Justify
            Caption         =   "出版社:"
            Height          =   225
            Left            =   315
            TabIndex        =   27
            Top             =   1260
            Width           =   960
         End
         Begin VB.Label Label8 
            Alignment       =   1  'Right Justify
            Caption         =   "入库日期:"
            Height          =   225
            Left            =   210
            TabIndex        =   26
            Top             =   1575
            Width           =   1065
         End
         Begin VB.Label Label9 
            Alignment       =   1  'Right Justify
            Caption         =   "ISBN:"
            Height          =   225
            Left            =   3675
            TabIndex        =   25
            Top             =   2205
            Width           =   750
         End
         Begin VB.Label Label10 
            Alignment       =   1  'Right Justify
            Caption         =   "图书分类:"
            Height          =   225
            Left            =   105
            TabIndex        =   24
            Top             =   1890
            Width           =   1170
         End
         Begin VB.Label Label11 
            Alignment       =   1  'Right Justify
            Caption         =   "所在书架:"
            Height          =   225
            Left            =   210
            TabIndex        =   23
            Top             =   2205
            Width           =   1065
         End
         Begin VB.Label Label13 
            Alignment       =   1  'Right Justify
            Caption         =   "图书级别:"
            Height          =   225
            Left            =   210
            TabIndex        =   21
            Top             =   2520
            Width           =   1065
         End
         Begin VB.Label Label14 
            Alignment       =   1  'Right Justify
            Caption         =   "图书状态:"
            Height          =   225
            Left            =   210
            TabIndex        =   20
            Top             =   2835
            Width           =   1065
         End
         Begin VB.Label lblBookID 
            ForeColor       =   &H80000001&
            Height          =   225
            Left            =   1365
            TabIndex        =   18
            Top             =   315
            Width           =   4425
         End
         Begin VB.Label lblBookName 
            ForeColor       =   &H80000001&
            Height          =   225
            Left            =   1365
            TabIndex        =   17
            Top             =   630
            Width           =   4530
         End
         Begin VB.Label lblAuthor 
            ForeColor       =   &H80000001&
            Height          =   225
            Left            =   1365
            TabIndex        =   16
            Top             =   945
            Width           =   4740
         End
         Begin VB.Label lblPublisher 
            ForeColor       =   &H80000001&
            Height          =   225
            Left            =   1365
            TabIndex        =   15
            Top             =   1260
            Width           =   4845
         End
         Begin VB.Label lblInDate 
            ForeColor       =   &H80000001&
            Height          =   225
            Left            =   1365
            TabIndex        =   14
            Top             =   1575
            Width           =   4740
         End
         Begin VB.Label lblClass 
            ForeColor       =   &H80000001&
            Height          =   225
            Left            =   1365
            TabIndex        =   13
            Top             =   1890
            Width           =   4845
         End
         Begin VB.Label lblGrade 
            ForeColor       =   &H80000001&
            Height          =   225
            Left            =   1365
            TabIndex        =   11
            Top             =   2520
            Width           =   2325
         End
         Begin VB.Label lblState 
            ForeColor       =   &H80000001&
            Height          =   225
            Left            =   1365
            TabIndex        =   10
            Top             =   2835
            Width           =   1800
         End
         Begin VB.Label lblISBN 
            ForeColor       =   &H80000001&
            Height          =   225
            Left            =   4410
            TabIndex        =   9
            Top             =   2205
            Width           =   1800
         End
         Begin VB.Label lblPrice 
            ForeColor       =   &H80000001&
            Height          =   225
            Left            =   4410
            TabIndex        =   8
            Top             =   2520
            Width           =   1800
         End
         Begin VB.Label lblTerm 
            ForeColor       =   &H80000001&
            Height          =   225
            Left            =   4410
            TabIndex        =   7
            Top             =   2835
            Width           =   1800
         End
         Begin VB.Label lblBookCase 
            ForeColor       =   &H80000001&
            Height          =   225
            Left            =   1365
            TabIndex        =   12
            Top             =   2205
            Width           =   2325
         End
      End
      Begin VB.TextBox txtBookID 
         ForeColor       =   &H80000001&
         Height          =   330
         Left            =   2625
         MaxLength       =   10
         TabIndex        =   4
         Top             =   1575
         Width           =   2745
      End
      Begin VB.TextBox txtReaderID 
         ForeColor       =   &H80000001&
         Height          =   330
         Left            =   2625
         MaxLength       =   10

⌨️ 快捷键说明

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