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

📄 form1.frm

📁 用vb开发的图书馆管理系统
💻 FRM
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form Form1 
   Caption         =   "Form1"
   ClientHeight    =   5220
   ClientLeft      =   60
   ClientTop       =   390
   ClientWidth     =   7620
   LinkTopic       =   "Form1"
   ScaleHeight     =   5220
   ScaleWidth      =   7620
   StartUpPosition =   3  '窗口缺省
   Begin VB.PictureBox Picture1 
      Align           =   2  'Align Bottom
      Height          =   4575
      Left            =   0
      Picture         =   "Form1.frx":0000
      ScaleHeight     =   4515
      ScaleWidth      =   7560
      TabIndex        =   8
      Top             =   645
      Width           =   7620
   End
   Begin MSComctlLib.ImageList ImageList1 
      Left            =   2280
      Top             =   1920
      _ExtentX        =   1005
      _ExtentY        =   1005
      BackColor       =   -2147483643
      ImageWidth      =   400
      ImageHeight     =   300
      MaskColor       =   12632256
      _Version        =   393216
      BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
         NumListImages   =   1
         BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "Form1.frx":42E8
            Key             =   ""
         EndProperty
      EndProperty
   End
   Begin MSAdodcLib.Adodc Adodc1 
      Height          =   855
      Left            =   2040
      Top             =   4320
      Width           =   3375
      _ExtentX        =   5953
      _ExtentY        =   1508
      ConnectMode     =   0
      CursorLocation  =   3
      IsolationLevel  =   -1
      ConnectionTimeout=   15
      CommandTimeout  =   30
      CursorType      =   3
      LockType        =   3
      CommandType     =   8
      CursorOptions   =   0
      CacheSize       =   50
      MaxRecords      =   0
      BOFAction       =   0
      EOFAction       =   0
      ConnectStringType=   3
      Appearance      =   1
      BackColor       =   -2147483643
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   ""
      OLEDBString     =   ""
      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 MSComctlLib.Toolbar Toolbar1 
      Align           =   1  'Align Top
      Height          =   645
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   7620
      _ExtentX        =   13441
      _ExtentY        =   1138
      ButtonWidth     =   609
      ButtonHeight    =   979
      Appearance      =   1
      _Version        =   393216
      Begin VB.CommandButton book_info_manage 
         Caption         =   "图书信息管理"
         Height          =   495
         Left            =   0
         TabIndex        =   7
         Top             =   0
         Width           =   1335
      End
      Begin VB.CommandButton find_book_info 
         Caption         =   "查询图书信息"
         Height          =   495
         Left            =   1320
         TabIndex        =   6
         Top             =   0
         Width           =   1215
      End
      Begin VB.CommandButton reader_info_manage 
         Caption         =   "读者信息管理"
         Height          =   495
         Left            =   2520
         TabIndex        =   5
         Top             =   0
         Width           =   1095
      End
      Begin VB.CommandButton leng_book_manage 
         Caption         =   "借书管理"
         Height          =   495
         Left            =   3600
         TabIndex        =   4
         Top             =   0
         Width           =   975
      End
      Begin VB.CommandButton find_lend_book 
         Caption         =   "查询借书信息"
         Height          =   495
         Left            =   4560
         TabIndex        =   3
         Top             =   0
         Width           =   975
      End
      Begin VB.CommandButton back_book_manage 
         Caption         =   "还书管理"
         Height          =   495
         Left            =   5520
         TabIndex        =   2
         Top             =   0
         Width           =   1215
      End
      Begin VB.CommandButton exit_sys 
         Caption         =   "退出系统"
         Height          =   495
         Left            =   6720
         TabIndex        =   1
         Top             =   0
         Width           =   855
      End
   End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

Public select_menu As String
Public conn As New ADODB.Connection


Public userID As String
Public userpow As String
Public book_num As String
Public a As String




Private Sub Toolbar2_ButtonClick(ByVal Button As MSComctlLib.Button)

End Sub

Private Sub back_book_manage_Click()
frmbackbookinfo.Show

End Sub

Private Sub book_info_manage_Click()
frmmodifybookingo.Show
End Sub


Private Sub exit_sys_Click()
Unload Me

End Sub

Private Sub find_book_info_Click()
frmbookinfo.Show

End Sub

Private Sub find_lend_book_Click()
frmfindborrowinfo.Show


End Sub

Private Sub leng_book_manage_Click()
lendbookmanage.Show
End Sub

Private Sub reader_info_manage_Click()
readinfomanage.Show
End Sub

⌨️ 快捷键说明

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