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

📄 sbook.frm

📁 图书管理系统,用vb语言编成,希望大家可以试用一下.很方便哦.
💻 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 sbook 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "书籍管理(添加新数据后按更新有效)"
   ClientHeight    =   4995
   ClientLeft      =   1095
   ClientTop       =   330
   ClientWidth     =   6300
   KeyPreview      =   -1  'True
   LinkTopic       =   "Form3"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   4995
   ScaleWidth      =   6300
   Begin VB.Frame Frame1 
      Caption         =   "书籍管理"
      Height          =   1935
      Left            =   120
      TabIndex        =   6
      Top             =   0
      Width           =   6135
      Begin VB.CommandButton begin 
         Height          =   300
         Left            =   5160
         Picture         =   "sbook.frx":0000
         Style           =   1  'Graphical
         TabIndex        =   29
         Top             =   1560
         UseMaskColor    =   -1  'True
         Width           =   345
      End
      Begin VB.TextBox Text1 
         Height          =   300
         Left            =   600
         TabIndex        =   28
         Text            =   "关键字"
         Top             =   1560
         Width           =   2295
      End
      Begin VB.ComboBox combo1 
         Height          =   300
         ItemData        =   "sbook.frx":0342
         Left            =   3120
         List            =   "sbook.frx":0355
         TabIndex        =   27
         Text            =   "请选择类别"
         Top             =   1560
         Width           =   1815
      End
      Begin VB.TextBox txtFields 
         DataField       =   "备注"
         DataSource      =   "datPrimaryRS"
         Height          =   285
         Index           =   0
         Left            =   600
         TabIndex        =   14
         Top             =   285
         Width           =   2295
      End
      Begin VB.TextBox txtFields 
         DataField       =   "书号"
         DataSource      =   "datPrimaryRS"
         Height          =   285
         Index           =   1
         Left            =   600
         TabIndex        =   13
         Top             =   600
         Width           =   2295
      End
      Begin VB.TextBox txtFields 
         DataField       =   "状态"
         DataSource      =   "datPrimaryRS"
         Height          =   285
         Index           =   2
         Left            =   600
         TabIndex        =   12
         Top             =   930
         Width           =   2295
      End
      Begin VB.TextBox txtFields 
         DataField       =   "名称"
         DataSource      =   "datPrimaryRS"
         Height          =   285
         Index           =   3
         Left            =   600
         TabIndex        =   11
         Top             =   1245
         Width           =   2295
      End
      Begin VB.TextBox txtFields 
         DataField       =   "作者"
         DataSource      =   "datPrimaryRS"
         Height          =   285
         Index           =   4
         Left            =   3840
         TabIndex        =   10
         Top             =   240
         Width           =   2175
      End
      Begin VB.TextBox txtFields 
         DataField       =   "出版社"
         DataSource      =   "datPrimaryRS"
         Height          =   285
         Index           =   5
         Left            =   3840
         TabIndex        =   9
         Top             =   570
         Width           =   2175
      End
      Begin VB.TextBox txtFields 
         DataField       =   "出版时间"
         DataSource      =   "datPrimaryRS"
         Height          =   285
         Index           =   6
         Left            =   3840
         TabIndex        =   8
         Top             =   885
         Width           =   2175
      End
      Begin VB.TextBox txtFields 
         DataField       =   "内容介绍"
         DataSource      =   "datPrimaryRS"
         Height          =   285
         Index           =   7
         Left            =   3840
         TabIndex        =   7
         Top             =   1200
         Width           =   2175
      End
      Begin VB.Label Label1 
         Caption         =   "查询:"
         Height          =   255
         Left            =   120
         TabIndex        =   30
         Top             =   1605
         Width           =   855
      End
      Begin VB.Label lblLabels 
         Caption         =   "备注:"
         Height          =   255
         Index           =   0
         Left            =   120
         TabIndex        =   22
         Top             =   345
         Width           =   615
      End
      Begin VB.Label lblLabels 
         Caption         =   "书号:"
         Height          =   255
         Index           =   1
         Left            =   120
         TabIndex        =   21
         Top             =   660
         Width           =   615
      End
      Begin VB.Label lblLabels 
         Caption         =   "状态:"
         Height          =   255
         Index           =   2
         Left            =   120
         TabIndex        =   20
         Top             =   960
         Width           =   615
      End
      Begin VB.Label lblLabels 
         Caption         =   "名称:"
         Height          =   255
         Index           =   3
         Left            =   120
         TabIndex        =   19
         Top             =   1305
         Width           =   615
      End
      Begin VB.Label lblLabels 
         Caption         =   "作者:"
         Height          =   255
         Index           =   4
         Left            =   3000
         TabIndex        =   18
         Top             =   300
         Width           =   495
      End
      Begin VB.Label lblLabels 
         Caption         =   "出版社:"
         Height          =   255
         Index           =   5
         Left            =   3000
         TabIndex        =   17
         Top             =   630
         Width           =   735
      End
      Begin VB.Label lblLabels 
         Caption         =   "出版时间:"
         Height          =   255
         Index           =   6
         Left            =   3000
         TabIndex        =   16
         Top             =   945
         Width           =   855
      End
      Begin VB.Label lblLabels 
         Caption         =   "内容介绍:"
         Height          =   255
         Index           =   7
         Left            =   3000
         TabIndex        =   15
         Top             =   1260
         Width           =   855
      End
   End
   Begin VB.PictureBox picButtons 
      Appearance      =   0  'Flat
      BorderStyle     =   0  'None
      ForeColor       =   &H80000008&
      Height          =   300
      Left            =   360
      ScaleHeight     =   300
      ScaleWidth      =   5580
      TabIndex        =   1
      Top             =   2040
      Width           =   5580
      Begin VB.CommandButton cmdLast 
         Height          =   300
         Left            =   5160
         Picture         =   "sbook.frx":037E
         Style           =   1  'Graphical
         TabIndex        =   26
         Top             =   0
         UseMaskColor    =   -1  'True
         Width           =   345
      End
      Begin VB.CommandButton cmdNext 
         Height          =   300
         Left            =   4800
         Picture         =   "sbook.frx":06C0
         Style           =   1  'Graphical
         TabIndex        =   25
         Top             =   0
         UseMaskColor    =   -1  'True
         Width           =   345
      End
      Begin VB.CommandButton cmdPrevious 
         Height          =   300
         Left            =   360
         Picture         =   "sbook.frx":0A02
         Style           =   1  'Graphical
         TabIndex        =   24
         Top             =   0
         UseMaskColor    =   -1  'True
         Width           =   345
      End
      Begin VB.CommandButton cmdFirst 
         Height          =   300
         Left            =   0
         Picture         =   "sbook.frx":0D44
         Style           =   1  'Graphical
         TabIndex        =   23
         Top             =   0
         UseMaskColor    =   -1  'True
         Width           =   345
      End
      Begin VB.CommandButton cmdClose 
         Caption         =   "关闭(&C)"
         Height          =   300
         Left            =   3960
         TabIndex        =   5
         Top             =   0
         Width           =   855
      End
      Begin VB.CommandButton cmdDelete 
         Caption         =   "删除(&D)"
         Height          =   300
         Left            =   2880
         TabIndex        =   4
         Top             =   0
         Width           =   1095
      End
      Begin VB.CommandButton cmdUpdate 

⌨️ 快捷键说明

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