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

📄 book.frm

📁 这是用VB做的一个很完善的图书管理系统
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form book 
   Caption         =   "图书管理"
   ClientHeight    =   6690
   ClientLeft      =   2595
   ClientTop       =   1890
   ClientWidth     =   10200
   Icon            =   "book.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6690
   ScaleWidth      =   10200
   Begin VB.CommandButton Command8 
      Caption         =   "关   闭"
      Height          =   495
      Left            =   7320
      TabIndex        =   37
      Top             =   5880
      Width           =   1215
   End
   Begin VB.CommandButton Command7 
      Caption         =   "刷   新"
      Height          =   495
      Left            =   5445
      TabIndex        =   36
      Top             =   5880
      Width           =   1215
   End
   Begin VB.CommandButton Command6 
      Caption         =   "删    除"
      Height          =   495
      Left            =   3555
      TabIndex        =   35
      Top             =   5880
      Width           =   1215
   End
   Begin VB.CommandButton Command5 
      Caption         =   "保    存"
      Height          =   495
      Left            =   1680
      TabIndex        =   34
      Top             =   5880
      Width           =   1215
   End
   Begin VB.Frame Frame1 
      Caption         =   "图书信息"
      Height          =   5415
      Left            =   120
      TabIndex        =   0
      Top             =   120
      Width           =   9975
      Begin VB.TextBox Text17 
         Height          =   270
         Left            =   7920
         TabIndex        =   43
         Top             =   3240
         Width           =   1815
      End
      Begin VB.TextBox Text16 
         Height          =   270
         Left            =   7920
         TabIndex        =   42
         Top             =   2760
         Width           =   1815
      End
      Begin VB.TextBox Text15 
         Height          =   270
         Left            =   7920
         TabIndex        =   41
         Top             =   2280
         Width           =   1815
      End
      Begin VB.CommandButton Command4 
         Caption         =   "最后一条"
         Height          =   495
         Left            =   8520
         TabIndex        =   33
         Top             =   1280
         Width           =   1215
      End
      Begin VB.CommandButton Command3 
         Caption         =   "下一条"
         Height          =   495
         Left            =   7200
         TabIndex        =   32
         Top             =   1280
         Width           =   1215
      End
      Begin VB.CommandButton Command2 
         Caption         =   "到第一条"
         Height          =   495
         Left            =   8520
         TabIndex        =   31
         Top             =   680
         Width           =   1215
      End
      Begin VB.CommandButton Command1 
         Caption         =   "上一条"
         Height          =   495
         Left            =   7200
         TabIndex        =   30
         Top             =   680
         Width           =   1215
      End
      Begin VB.TextBox Text14 
         Height          =   270
         Left            =   4800
         TabIndex        =   28
         Top             =   4680
         Width           =   1815
      End
      Begin VB.TextBox Text13 
         Height          =   270
         Left            =   4800
         TabIndex        =   27
         Top             =   3960
         Width           =   1815
      End
      Begin VB.TextBox Text12 
         Height          =   270
         Left            =   4800
         TabIndex        =   26
         Top             =   3240
         Width           =   1815
      End
      Begin VB.TextBox Text11 
         Height          =   270
         Left            =   4800
         TabIndex        =   25
         Top             =   2520
         Width           =   1815
      End
      Begin VB.TextBox Text10 
         Height          =   270
         Left            =   4800
         TabIndex        =   24
         Top             =   1800
         Width           =   1815
      End
      Begin VB.TextBox Text9 
         Height          =   270
         Left            =   4800
         TabIndex        =   23
         Top             =   1080
         Width           =   1815
      End
      Begin VB.TextBox Text8 
         BeginProperty DataFormat 
            Type            =   1
            Format          =   "yyyy-M-d"
            HaveTrueFalseNull=   0
            FirstDayOfWeek  =   0
            FirstWeekOfYear =   0
            LCID            =   2052
            SubFormatType   =   3
         EndProperty
         Height          =   270
         Left            =   4800
         TabIndex        =   22
         Top             =   360
         Width           =   1815
      End
      Begin VB.TextBox Text7 
         Height          =   270
         Left            =   1560
         TabIndex        =   21
         Top             =   4680
         Width           =   1815
      End
      Begin VB.TextBox Text6 
         Height          =   270
         Left            =   1560
         TabIndex        =   20
         Top             =   3960
         Width           =   1815
      End
      Begin VB.TextBox Text5 
         Height          =   270
         Left            =   1560
         TabIndex        =   19
         Top             =   3240
         Width           =   1815
      End
      Begin VB.TextBox Text4 
         Height          =   270
         Left            =   1560
         TabIndex        =   18
         Top             =   2520
         Width           =   1815
      End
      Begin VB.TextBox Text3 
         Height          =   270
         Left            =   1560
         TabIndex        =   17
         Top             =   1800
         Width           =   1815
      End
      Begin VB.TextBox Text2 
         Height          =   270
         Left            =   1560
         TabIndex        =   16
         Top             =   1080
         Width           =   1815
      End
      Begin VB.TextBox Text1 
         Height          =   270
         Left            =   1560
         TabIndex        =   15
         Top             =   360
         Width           =   1815
      End
      Begin VB.Label Label19 
         BackColor       =   &H00C0C0FF&
         Caption         =   $"book.frx":0E42
         Height          =   1575
         Left            =   7080
         TabIndex        =   44
         Top             =   3720
         Width           =   2775
      End
      Begin VB.Label Label18 
         AutoSize        =   -1  'True
         Caption         =   "书  名:"
         Height          =   180
         Left            =   7080
         TabIndex        =   40
         Top             =   3300
         Width           =   720
      End
      Begin VB.Label Label17 
         AutoSize        =   -1  'True
         Caption         =   "编  号:"
         Height          =   180
         Left            =   7080
         TabIndex        =   39
         Top             =   2800
         Width           =   720
      End
      Begin VB.Label Label16 
         AutoSize        =   -1  'True
         Caption         =   "条形码:"
         Height          =   180
         Left            =   7080
         TabIndex        =   38
         Top             =   2350
         Width           =   720
      End
      Begin VB.Line Line2 
         X1              =   6960
         X2              =   9840
         Y1              =   1920
         Y2              =   1920
      End
      Begin VB.Label Label15 
         AutoSize        =   -1  'True
         Caption         =   "图书定位:"
         Height          =   180
         Left            =   7200
         TabIndex        =   29
         Top             =   360
         Width           =   900
      End
      Begin VB.Label Label14 
         AutoSize        =   -1  'True
         Caption         =   "存放位置:"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   210
         Left            =   3720
         TabIndex        =   14
         Top             =   4730
         Width           =   1050
      End
      Begin VB.Label Label13 
         AutoSize        =   -1  'True
         Caption         =   "借出次数:"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   210
         Left            =   3720
         TabIndex        =   13
         Top             =   3990
         Width           =   1050
      End
      Begin VB.Label Label12 
         AutoSize        =   -1  'True
         Caption         =   "图书价格:"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   210
         Left            =   3720
         TabIndex        =   12
         Top             =   3290
         Width           =   1050
      End
      Begin VB.Label Label11 
         AutoSize        =   -1  'True
         Caption         =   "入馆时间:"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   210
         Left            =   3720
         TabIndex        =   11
         Top             =   2560
         Width           =   1050
      End
      Begin VB.Label Label10 
         AutoSize        =   -1  'True
         Caption         =   "现存数量:"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   210
         Left            =   3720
         TabIndex        =   10
         Top             =   1845
         Width           =   1050
      End
      Begin VB.Label Label9 
         AutoSize        =   -1  'True
         Caption         =   "图书总数:"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   210
         Left            =   3720
         TabIndex        =   9
         Top             =   1130
         Width           =   1050
      End
      Begin VB.Label Label8 
         AutoSize        =   -1  'True
         Caption         =   "出版时间:"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   210
         Left            =   3720
         TabIndex        =   8
         Top             =   390
         Width           =   1050
      End
      Begin VB.Label Label7 
         AutoSize        =   -1  'True
         Caption         =   "页    数:"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   210
         Left            =   300
         TabIndex        =   7
         Top             =   4730
         Width           =   1050
      End
      Begin VB.Label Label6 
         AutoSize        =   -1  'True
         Caption         =   "类    别:"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   210
         Left            =   300
         TabIndex        =   6
         Top             =   3990
         Width           =   1050
      End
      Begin VB.Label Label5 
         AutoSize        =   -1  'True
         Caption         =   "出 版 社:"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   210
         Left            =   300
         TabIndex        =   5
         Top             =   3290
         Width           =   1050
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         Caption         =   "作    者:"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5

⌨️ 快捷键说明

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