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

📄 bookmanage.frm

📁 里面包括图书馆的基本功能
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form bookManage 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "图书管理"
   ClientHeight    =   7575
   ClientLeft      =   1095
   ClientTop       =   330
   ClientWidth     =   10980
   KeyPreview      =   -1  'True
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   Picture         =   "bookManage.frx":0000
   ScaleHeight     =   7575
   ScaleWidth      =   10980
   StartUpPosition =   2  'CenterScreen
   Begin VB.PictureBox picButtons 
      Align           =   2  'Align Bottom
      Appearance      =   0  'Flat
      BorderStyle     =   0  'None
      ForeColor       =   &H80000008&
      Height          =   300
      Left            =   0
      ScaleHeight     =   300
      ScaleWidth      =   10980
      TabIndex        =   22
      Top             =   6945
      Width           =   10980
      Begin VB.CommandButton cmdquery 
         BackColor       =   &H00FF8080&
         Caption         =   "查询"
         BeginProperty Font 
            Name            =   "隶书"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   300
         Left            =   2400
         Style           =   1  'Graphical
         TabIndex        =   28
         Top             =   0
         Width           =   1035
      End
      Begin VB.CommandButton cmdClose 
         BackColor       =   &H00FF8080&
         Caption         =   "退出"
         BeginProperty Font 
            Name            =   "隶书"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   300
         Left            =   9720
         Style           =   1  'Graphical
         TabIndex        =   27
         Top             =   0
         Width           =   1035
      End
      Begin VB.CommandButton cmdRefresh 
         BackColor       =   &H00FF8080&
         Caption         =   "刷新"
         BeginProperty Font 
            Name            =   "隶书"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   300
         Left            =   480
         Style           =   1  'Graphical
         TabIndex        =   26
         Top             =   0
         Width           =   1035
      End
      Begin VB.CommandButton cmdDelete 
         BackColor       =   &H00FF8080&
         Caption         =   "删除"
         BeginProperty Font 
            Name            =   "隶书"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   300
         Left            =   8040
         Style           =   1  'Graphical
         TabIndex        =   25
         Top             =   0
         Width           =   1035
      End
      Begin VB.CommandButton cmdUpdate 
         BackColor       =   &H00FF8080&
         Caption         =   "修改"
         BeginProperty Font 
            Name            =   "隶书"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   300
         Left            =   4200
         Style           =   1  'Graphical
         TabIndex        =   24
         Top             =   0
         Width           =   1035
      End
      Begin VB.CommandButton cmdAdd 
         BackColor       =   &H00FF8080&
         Caption         =   "添加"
         BeginProperty Font 
            Name            =   "隶书"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   300
         Left            =   6240
         Style           =   1  'Graphical
         TabIndex        =   23
         Top             =   0
         Width           =   1035
      End
   End
   Begin VB.TextBox txtFields 
      DataField       =   "外借数"
      DataSource      =   "datPrimaryRS"
      Height          =   525
      Index           =   10
      Left            =   2040
      TabIndex        =   21
      Top             =   5895
      Width           =   3375
   End
   Begin VB.TextBox txtFields 
      DataField       =   "摘要"
      DataSource      =   "datPrimaryRS"
      Height          =   525
      Index           =   9
      Left            =   7320
      TabIndex        =   19
      Top             =   5400
      Width           =   3375
   End
   Begin VB.TextBox txtFields 
      DataField       =   "价格"
      DataSource      =   "datPrimaryRS"
      Height          =   630
      Index           =   8
      Left            =   2040
      TabIndex        =   17
      Top             =   4665
      Width           =   3375
   End
   Begin VB.TextBox txtFields 
      DataField       =   "页数"
      DataSource      =   "datPrimaryRS"
      Height          =   525
      Index           =   7
      Left            =   7320
      TabIndex        =   15
      Top             =   4200
      Width           =   3375
   End
   Begin VB.TextBox txtFields 
      DataField       =   "城市"
      DataSource      =   "datPrimaryRS"
      Height          =   525
      Index           =   6
      Left            =   2040
      TabIndex        =   13
      Top             =   3540
      Width           =   3375
   End
   Begin VB.TextBox txtFields 
      DataField       =   "数量"
      DataSource      =   "datPrimaryRS"
      Height          =   525
      Index           =   5
      Left            =   7320
      TabIndex        =   11
      Top             =   3120
      Width           =   3375
   End
   Begin VB.TextBox txtFields 
      DataField       =   "出版社"
      DataSource      =   "datPrimaryRS"
      Height          =   525
      Index           =   4
      Left            =   2040
      TabIndex        =   9
      Top             =   2415
      Width           =   3375
   End
   Begin VB.TextBox txtFields 
      DataField       =   "作者"
      DataSource      =   "datPrimaryRS"
      Height          =   645
      Index           =   3
      Left            =   7320
      TabIndex        =   7
      Top             =   1800
      Width           =   3375
   End
   Begin VB.TextBox txtFields 
      DataField       =   "版别"
      DataSource      =   "datPrimaryRS"
      Height          =   510
      Index           =   2
      Left            =   2040
      TabIndex        =   5
      Top             =   1305
      Width           =   3375
   End
   Begin VB.TextBox txtFields 
      DataField       =   "书名"
      DataSource      =   "datPrimaryRS"
      Height          =   645
      Index           =   1
      Left            =   7440
      TabIndex        =   3
      Top             =   480
      Width           =   3375
   End
   Begin VB.TextBox txtFields 
      DataField       =   "书号"
      DataSource      =   "datPrimaryRS"
      Height          =   525
      Index           =   0
      Left            =   2040
      TabIndex        =   1
      Top             =   300
      Width           =   3375
   End
   Begin MSAdodcLib.Adodc datPrimaryRS 
      Align           =   2  'Align Bottom
      Height          =   330
      Left            =   0
      Top             =   7245
      Width           =   10980
      _ExtentX        =   19368
      _ExtentY        =   582
      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=   1
      Appearance      =   1
      BackColor       =   -2147483643
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   "PROVIDER=MSDASQL;driver={SQL Server};server=Y2KIOHLPSTWNN7Z;uid=sa;pwd=buct;database=library;"
      OLEDBString     =   "PROVIDER=MSDASQL;driver={SQL Server};server=Y2KIOHLPSTWNN7Z;uid=sa;pwd=buct;database=library;"
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   "select 书号,书名,版别,作者,出版社,数量,城市,页数,价格,摘要,外借数 from 图书 Order by 书号"
      Caption         =   " "
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      _Version        =   393216
   End
   Begin VB.Label lblLabels 
      BackStyle       =   0  'Transparent
      Caption         =   "外借数:"
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H0000FFFF&
      Height          =   480

⌨️ 快捷键说明

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