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

📄 frmmain.frm

📁 图书馆管理系统,对书藉进出的管理,对学生借书的登记以及计时,并对一些学生进行会员登记,学生们可以进行网上续借.
💻 FRM
📖 第 1 页 / 共 4 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form Frmmain 
   Caption         =   "图书查询管理系统"
   ClientHeight    =   7785
   ClientLeft      =   165
   ClientTop       =   450
   ClientWidth     =   11805
   Icon            =   "Frmmain.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   ScaleHeight     =   7785
   ScaleWidth      =   11805
   StartUpPosition =   2  '屏幕中心
   Begin MSComctlLib.Toolbar Toolbar1 
      Align           =   1  'Align Top
      Height          =   570
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   11805
      _ExtentX        =   20823
      _ExtentY        =   1005
      ButtonWidth     =   1455
      ButtonHeight    =   953
      Appearance      =   1
      Style           =   1
      _Version        =   393216
      BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628} 
         NumButtons      =   9
         BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "书库管理"
         EndProperty
         BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Style           =   3
         EndProperty
         BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "新书"
         EndProperty
         BeginProperty Button4 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Style           =   3
         EndProperty
         BeginProperty Button5 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "书库查询"
         EndProperty
         BeginProperty Button6 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Style           =   3
         EndProperty
         BeginProperty Button7 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "图书类别"
         EndProperty
         BeginProperty Button8 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Style           =   3
         EndProperty
         BeginProperty Button9 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "退出"
         EndProperty
      EndProperty
      BorderStyle     =   1
   End
   Begin TabDlg.SSTab SSTab1 
      Height          =   7095
      Left            =   0
      TabIndex        =   1
      Top             =   600
      Width           =   11775
      _ExtentX        =   20770
      _ExtentY        =   12515
      _Version        =   393216
      Style           =   1
      Tab             =   2
      TabHeight       =   520
      TabCaption(0)   =   "正常借书"
      TabPicture(0)   =   "Frmmain.frx":08CA
      Tab(0).ControlEnabled=   0   'False
      Tab(0).Control(0)=   "Frame1"
      Tab(0).Control(0).Enabled=   0   'False
      Tab(0).Control(1)=   "Frame2"
      Tab(0).Control(1).Enabled=   0   'False
      Tab(0).Control(2)=   "dtgrdLendBook"
      Tab(0).Control(2).Enabled=   0   'False
      Tab(0).Control(3)=   "Adodc1"
      Tab(0).Control(3).Enabled=   0   'False
      Tab(0).Control(4)=   "lblLendCount"
      Tab(0).Control(4).Enabled=   0   'False
      Tab(0).Control(5)=   "label11"
      Tab(0).Control(5).Enabled=   0   'False
      Tab(0).Control(6)=   "lblRemain"
      Tab(0).Control(6).Enabled=   0   'False
      Tab(0).ControlCount=   7
      TabCaption(1)   =   "续借图书"
      TabPicture(1)   =   "Frmmain.frx":08E6
      Tab(1).ControlEnabled=   0   'False
      Tab(1).Control(0)=   "txtReaderIDRenew"
      Tab(1).Control(0).Enabled=   0   'False
      Tab(1).Control(1)=   "Frame3"
      Tab(1).Control(1).Enabled=   0   'False
      Tab(1).Control(2)=   "txtReaderNameRenew"
      Tab(1).Control(2).Enabled=   0   'False
      Tab(1).Control(3)=   "Frame4"
      Tab(1).Control(3).Enabled=   0   'False
      Tab(1).Control(4)=   "txtBookIDRenew"
      Tab(1).Control(4).Enabled=   0   'False
      Tab(1).Control(5)=   "txtBookNameRenew"
      Tab(1).Control(5).Enabled=   0   'False
      Tab(1).Control(6)=   "txtLendDate"
      Tab(1).Control(6).Enabled=   0   'False
      Tab(1).Control(7)=   "cmdOK"
      Tab(1).Control(7).Enabled=   0   'False
      Tab(1).Control(8)=   "dtpLendDateChange"
      Tab(1).Control(8).Enabled=   0   'False
      Tab(1).Control(9)=   "Label14"
      Tab(1).Control(9).Enabled=   0   'False
      Tab(1).Control(10)=   "Label15"
      Tab(1).Control(10).Enabled=   0   'False
      Tab(1).Control(11)=   "Label16"
      Tab(1).Control(11).Enabled=   0   'False
      Tab(1).Control(12)=   "Label17"
      Tab(1).Control(12).Enabled=   0   'False
      Tab(1).Control(13)=   "Label18"
      Tab(1).Control(13).Enabled=   0   'False
      Tab(1).Control(14)=   "Label19"
      Tab(1).Control(14).Enabled=   0   'False
      Tab(1).Control(15)=   "Label20"
      Tab(1).Control(15).Enabled=   0   'False
      Tab(1).Control(16)=   "Label22"
      Tab(1).Control(16).Enabled=   0   'False
      Tab(1).ControlCount=   17
      TabCaption(2)   =   "还书"
      TabPicture(2)   =   "Frmmain.frx":0902
      Tab(2).ControlEnabled=   -1  'True
      Tab(2).Control(0)=   "Label23"
      Tab(2).Control(0).Enabled=   0   'False
      Tab(2).Control(1)=   "Label30"
      Tab(2).Control(1).Enabled=   0   'False
      Tab(2).Control(2)=   "Label29"
      Tab(2).Control(2).Enabled=   0   'False
      Tab(2).Control(3)=   "Label28"
      Tab(2).Control(3).Enabled=   0   'False
      Tab(2).Control(4)=   "Label27"
      Tab(2).Control(4).Enabled=   0   'False
      Tab(2).Control(5)=   "Label26"
      Tab(2).Control(5).Enabled=   0   'False
      Tab(2).Control(6)=   "Label25"
      Tab(2).Control(6).Enabled=   0   'False
      Tab(2).Control(7)=   "Label24"
      Tab(2).Control(7).Enabled=   0   'False
      Tab(2).Control(8)=   "Label21"
      Tab(2).Control(8).Enabled=   0   'False
      Tab(2).Control(9)=   "cmdReturn"
      Tab(2).Control(9).Enabled=   0   'False
      Tab(2).Control(10)=   "txtReturnDate"
      Tab(2).Control(10).Enabled=   0   'False
      Tab(2).Control(11)=   "txtLendDateReturn"
      Tab(2).Control(11).Enabled=   0   'False
      Tab(2).Control(12)=   "Frame5"
      Tab(2).Control(12).Enabled=   0   'False
      Tab(2).Control(13)=   "txtReadIDReturn"
      Tab(2).Control(13).Enabled=   0   'False
      Tab(2).Control(14)=   "txtReaderNameReturn"
      Tab(2).Control(14).Enabled=   0   'False
      Tab(2).Control(15)=   "txtBookIDReturn"
      Tab(2).Control(15).Enabled=   0   'False
      Tab(2).Control(16)=   "txtBookPriceReturn"
      Tab(2).Control(16).Enabled=   0   'False
      Tab(2).Control(17)=   "txtBookNameReturn"
      Tab(2).Control(17).Enabled=   0   'False
      Tab(2).Control(18)=   "txtBookLeibieReturn"
      Tab(2).Control(18).Enabled=   0   'False
      Tab(2).ControlCount=   19
      Begin VB.Frame Frame1 
         Caption         =   "读者信息"
         Height          =   735
         Left            =   -74640
         TabIndex        =   36
         Top             =   480
         Width           =   8775
         Begin VB.TextBox txtReaderID 
            BackColor       =   &H00C0FFFF&
            Height          =   375
            Left            =   1080
            TabIndex        =   38
            Top             =   240
            Width           =   2175
         End
         Begin VB.TextBox txtReaderName 
            Enabled         =   0   'False
            Height          =   375
            Left            =   6360
            TabIndex        =   37
            Top             =   240
            Width           =   2175
         End
         Begin VB.Label Label1 
            Caption         =   "读者编号:"
            Height          =   255
            Left            =   240
            TabIndex        =   41
            Top             =   360
            Width           =   975
         End
         Begin VB.Label Label2 
            Caption         =   "读者姓名:"
            Height          =   255
            Left            =   5400
            TabIndex        =   40
            Top             =   360
            Width           =   855
         End
         Begin VB.Label Label13 
            Caption         =   "<输入读者编号按回车>"
            ForeColor       =   &H000040C0&
            Height          =   255
            Left            =   3360
            TabIndex        =   39
            Top             =   360
            Width           =   1935
         End
      End
      Begin VB.Frame Frame2 
         Caption         =   "借阅图书信息"
         Height          =   2175
         Left            =   -74640
         TabIndex        =   23
         Top             =   1320
         Width           =   10935
         Begin VB.TextBox txtBookID 
            BackColor       =   &H00C0FFFF&
            Height          =   375
            Left            =   1080
            TabIndex        =   29
            Top             =   240
            Width           =   3855
         End
         Begin VB.TextBox txtBookPrice 
            Enabled         =   0   'False
            Height          =   375
            Left            =   1080
            TabIndex        =   28
            Top             =   720
            Width           =   2415
         End
         Begin VB.TextBox txtBookName 
            Enabled         =   0   'False
            Height          =   375
            Left            =   5040
            TabIndex        =   27
            Top             =   720
            Width           =   3135
         End
         Begin VB.TextBox txtBookLeibie 
            Enabled         =   0   'False
            Height          =   375
            Left            =   1080
            TabIndex        =   26
            Top             =   1200
            Width           =   2415
         End
         Begin VB.CommandButton cmdLendBook 
            Caption         =   "借出当前图书"
            Enabled         =   0   'False
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   14.25
               Charset         =   134
               Weight          =   700
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   735
            Left            =   8520
            Style           =   1  'Graphical
            TabIndex        =   24
            Top             =   1080
            Width           =   2175
         End
         Begin MSComCtl2.DTPicker dtpLendDate 
            Height          =   375
            Left            =   5040
            TabIndex        =   25
            Top             =   1200
            Width           =   2415
            _ExtentX        =   4260
            _ExtentY        =   661
            _Version        =   393216
            CalendarTitleBackColor=   -2147483646
            CalendarTitleForeColor=   -2147483624
            Format          =   22085633
            CurrentDate     =   37828
         End
         Begin VB.Label Label3 
            Caption         =   "书籍编号:"
            Height          =   255
            Left            =   240
            TabIndex        =   35
            Top             =   360
            Width           =   975
         End
         Begin VB.Label Label4 
            Caption         =   "<输入要借书籍编号按回车>"
            ForeColor       =   &H000040C0&
            Height          =   255
            Left            =   5040
            TabIndex        =   34
            Top             =   360
            Width           =   2415
         End
         Begin VB.Label Label5 
            Caption         =   "书籍价格:"
            Height          =   375
            Left            =   240
            TabIndex        =   33
            Top             =   840
            Width           =   855
         End
         Begin VB.Label Label6 
            Caption         =   "书籍名称:"
            Height          =   255
            Left            =   4080
            TabIndex        =   32
            Top             =   840
            Width           =   975
         End
         Begin VB.Label Label7 
            Caption         =   "书籍类别:"
            Height          =   375
            Left            =   240
            TabIndex        =   31
            Top             =   1320
            Width           =   1215
         End
         Begin VB.Label Label10 
            Caption         =   "借出日期:"
            Height          =   255
            Left            =   4080
            TabIndex        =   30
            Top             =   1320
            Width           =   855
         End
      End
      Begin VB.TextBox txtReaderIDRenew 
         BackColor       =   &H00C0FFFF&
         Height          =   375
         Left            =   -72840
         TabIndex        =   22
         Top             =   600
         Width           =   2655
      End
      Begin VB.Frame Frame3 
         Height          =   135
         Left            =   -74400
         TabIndex        =   21
         Top             =   1080
         Width           =   10215

⌨️ 快捷键说明

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