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

📄 addbook.frm

📁 图书管理系统+论文 界面美观 适合学生课题设计之用
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form bbook 
   Caption         =   "借书还书"
   ClientHeight    =   8805
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   15030
   LinkTopic       =   "Form1"
   MDIChild        =   -1  'True
   ScaleHeight     =   8805
   ScaleWidth      =   15030
   WindowState     =   2  'Maximized
   Begin MSAdodcLib.Adodc Adodc3 
      Height          =   615
      Left            =   11760
      Top             =   5040
      Width           =   2775
      _ExtentX        =   4895
      _ExtentY        =   1085
      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=   1
      Appearance      =   1
      BackColor       =   -2147483643
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=图书馆管理系统.mdb;Persist Security Info=False"
      OLEDBString     =   "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=图书馆管理系统.mdb;Persist Security Info=False"
      OLEDBFile       =   ""
      DataSourceName  =   ""
      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 MSAdodcLib.Adodc Adodc1 
      Height          =   570
      Left            =   11760
      Top             =   3360
      Width           =   2760
      _ExtentX        =   4868
      _ExtentY        =   1005
      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=   1
      Appearance      =   1
      BackColor       =   -2147483643
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=图书馆管理系统.mdb;Persist Security Info=False"
      OLEDBString     =   "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=图书馆管理系统.mdb;Persist Security Info=False"
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   "借阅数据表"
      Caption         =   "Adodc1"
      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 VB.Frame Frame2 
      Caption         =   "借书还书"
      BeginProperty Font 
         Name            =   "幼圆"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   2535
      Left            =   120
      TabIndex        =   2
      Top             =   3240
      Width           =   11295
      Begin VB.TextBox Text5 
         Height          =   375
         Left            =   3840
         TabIndex        =   25
         Top             =   1920
         Width           =   615
      End
      Begin VB.TextBox Text4 
         Height          =   375
         Left            =   3840
         TabIndex        =   24
         Top             =   1320
         Width           =   615
      End
      Begin VB.CommandButton Command4 
         Caption         =   "清除"
         Height          =   495
         Left            =   9840
         TabIndex        =   23
         Top             =   1560
         Width           =   1215
      End
      Begin VB.CommandButton Command3 
         Caption         =   "续借"
         Height          =   495
         Left            =   8280
         TabIndex        =   22
         Top             =   1560
         Width           =   1335
      End
      Begin VB.ComboBox Combo5 
         Height          =   300
         Left            =   2880
         TabIndex        =   20
         Text            =   "5"
         Top             =   1920
         Width           =   615
      End
      Begin VB.ComboBox Combo4 
         Height          =   300
         Left            =   1560
         TabIndex        =   18
         Text            =   "2008"
         Top             =   1920
         Width           =   975
      End
      Begin VB.CommandButton Command2 
         Caption         =   "还书"
         Height          =   495
         Left            =   6720
         TabIndex        =   16
         Top             =   1560
         Width           =   1215
      End
      Begin VB.CommandButton Command1 
         Caption         =   "借书"
         Height          =   495
         Left            =   5160
         TabIndex        =   15
         Top             =   1560
         Width           =   1335
      End
      Begin VB.ComboBox Combo2 
         Height          =   300
         Left            =   2880
         TabIndex        =   13
         Text            =   "5"
         Top             =   1320
         Width           =   615
      End
      Begin VB.ComboBox Combo1 
         Height          =   300
         Left            =   1560
         TabIndex        =   11
         Text            =   "2008"
         Top             =   1320
         Width           =   975
      End
      Begin VB.TextBox Text3 
         Height          =   375
         Left            =   8280
         TabIndex        =   9
         Top             =   600
         Width           =   2535
      End
      Begin VB.TextBox Text2 
         Height          =   375
         Left            =   4560
         TabIndex        =   6
         Top             =   600
         Width           =   2295
      End
      Begin VB.TextBox Text1 
         Height          =   375
         Left            =   960
         TabIndex        =   4
         Top             =   600
         Width           =   2175
      End
      Begin VB.Line Line5 
         BorderColor     =   &H80000010&
         X1              =   10920
         X2              =   10920
         Y1              =   600
         Y2              =   1080
      End
      Begin VB.Line Line4 
         BorderColor     =   &H80000010&
         X1              =   360
         X2              =   360
         Y1              =   600
         Y2              =   1080
      End
      Begin VB.Line Line3 
         BorderColor     =   &H80000010&
         X1              =   360
         X2              =   10920
         Y1              =   1080
         Y2              =   1080
      End
      Begin VB.Line Line2 
         BorderColor     =   &H80000010&
         X1              =   7080
         X2              =   7080
         Y1              =   600
         Y2              =   960
      End
      Begin VB.Line Line1 
         BorderColor     =   &H80000010&
         X1              =   3360
         X2              =   3360
         Y1              =   600
         Y2              =   960
      End
      Begin VB.Label Label10 
         Caption         =   "月"
         Height          =   255
         Left            =   3600
         TabIndex        =   21
         Top             =   2040
         Width           =   255
      End
      Begin VB.Label Label9 
         AutoSize        =   -1  'True
         Caption         =   "年"
         Height          =   180
         Left            =   2640
         TabIndex        =   19
         Top             =   2040
         Width           =   180
      End
      Begin VB.Label Label8 
         Caption         =   "还书时间"
         Height          =   375
         Left            =   600
         TabIndex        =   17
         Top             =   1920
         Width           =   855
      End
      Begin VB.Label Label7 
         Caption         =   "月"
         Height          =   255
         Left            =   3600
         TabIndex        =   14
         Top             =   1440
         Width           =   255
      End
      Begin VB.Label Label6 
         AutoSize        =   -1  'True
         Caption         =   "年"
         Height          =   180
         Left            =   2640
         TabIndex        =   12
         Top             =   1440
         Width           =   180
      End
      Begin VB.Label Label5 
         Caption         =   "借书时间"
         Height          =   375
         Left            =   600
         TabIndex        =   10
         Top             =   1320
         Width           =   855
      End
      Begin VB.Label Label4 
         Caption         =   "图书编号"
         Height          =   375
         Left            =   7440
         TabIndex        =   8
         Top             =   720

⌨️ 快捷键说明

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