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

📄 图书管理系统.frm

📁 VB 和 SQL相结合的。图书查询管理软件
💻 FRM
字号:
VERSION 5.00
Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0"; "comctl32.ocx"
Begin VB.MDIForm 图书管理系统 
   BackColor       =   &H00FFFF00&
   Caption         =   "图书管理系统"
   ClientHeight    =   6930
   ClientLeft      =   165
   ClientTop       =   855
   ClientWidth     =   15240
   Icon            =   "图书管理系统.frx":0000
   LinkTopic       =   "MDIForm1"
   Picture         =   "图书管理系统.frx":0442
   StartUpPosition =   3  '窗口缺省
   WindowState     =   2  'Maximized
   Begin ComctlLib.StatusBar StatusBar1 
      Align           =   2  'Align Bottom
      Height          =   495
      Left            =   0
      TabIndex        =   0
      Top             =   6435
      Width           =   15240
      _ExtentX        =   26882
      _ExtentY        =   873
      SimpleText      =   ""
      _Version        =   327682
      BeginProperty Panels {0713E89E-850A-101B-AFC0-4210102A8DA7} 
         NumPanels       =   3
         BeginProperty Panel1 {0713E89F-850A-101B-AFC0-4210102A8DA7} 
            Object.Width           =   9172
            MinWidth        =   9172
            Text            =   "欢迎使用图书管理系统"
            TextSave        =   "欢迎使用图书管理系统"
            Key             =   ""
            Object.Tag             =   ""
         EndProperty
         BeginProperty Panel2 {0713E89F-850A-101B-AFC0-4210102A8DA7} 
            Style           =   5
            Object.Width           =   9172
            MinWidth        =   9172
            TextSave        =   "21:30"
            Key             =   ""
            Object.Tag             =   ""
         EndProperty
         BeginProperty Panel3 {0713E89F-850A-101B-AFC0-4210102A8DA7} 
            Style           =   6
            Object.Width           =   9172
            MinWidth        =   9172
            TextSave        =   "2007-7-4"
            Key             =   ""
            Object.Tag             =   ""
         EndProperty
      EndProperty
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "隶书"
         Size            =   24
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
   End
   Begin VB.Menu TU1 
      Caption         =   "图书管理"
      Begin VB.Menu borrow 
         Caption         =   "图书借阅"
      End
      Begin VB.Menu checkin 
         Caption         =   "图书登记"
      End
      Begin VB.Menu tushupeichang 
         Caption         =   "图书赔偿"
      End
   End
   Begin VB.Menu TU2 
      Caption         =   "图书资料"
      Begin VB.Menu ku 
         Caption         =   "库房管理"
      End
   End
   Begin VB.Menu duzhe 
      Caption         =   "读者信息"
      Begin VB.Menu cax 
         Caption         =   "读者信息表"
      End
      Begin VB.Menu cxu 
         Caption         =   "查询读者信息"
      End
   End
   Begin VB.Menu zhibanguanli 
      Caption         =   "值班管理"
   End
   Begin VB.Menu tousuguanli 
      Caption         =   "投诉管理"
   End
   Begin VB.Menu XT 
      Caption         =   "系统维护"
      Begin VB.Menu sj 
         Caption         =   "数据清理"
      End
      Begin VB.Menu sjq 
         Caption         =   "数据压缩"
      End
      Begin VB.Menu sju 
         Caption         =   "数据备份"
      End
   End
   Begin VB.Menu TU3 
      Caption         =   "系统管理"
      Begin VB.Menu adduser 
         Caption         =   "增加用户"
      End
      Begin VB.Menu changepwd 
         Caption         =   "修改密码"
      End
      Begin VB.Menu fen 
         Caption         =   "-"
      End
      Begin VB.Menu exit 
         Caption         =   "退出"
      End
   End
End
Attribute VB_Name = "图书管理系统"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False





Private Sub adduser_Click()

End Sub

Private Sub borrow_Click()

End Sub

Private Sub cax_Click()

End Sub

Private Sub changepwd_Click()

End Sub




Private Sub checkin_Click()

End Sub



Private Sub cxu_Click()

End Sub



Private Sub exit_Click()

End Sub

Private Sub ku_Click()

End Sub

Private Sub MDIForm_Load()

End Sub

Private Sub sj_Click()

End Sub

Private Sub sjq_Click()

End Sub

Private Sub sju_Click()

End Sub

Private Sub tousuguanli_Click()

End Sub







Private Sub tushupeichang_Click()

End Sub

Private Sub zhiban_Click()

End Sub

Private Sub zhibanguanli_Click()

End Sub

⌨️ 快捷键说明

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