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

📄 edbook.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 edbook 
   Caption         =   "图书入库"
   ClientHeight    =   6510
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   9150
   BeginProperty Font 
      Name            =   "宋体"
      Size            =   9
      Charset         =   134
      Weight          =   700
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6510
   ScaleWidth      =   9150
   StartUpPosition =   2  '屏幕中心
   Begin VB.Frame Frame2 
      Caption         =   "操作按钮"
      Height          =   855
      Left            =   4920
      TabIndex        =   15
      Top             =   5040
      Width           =   2895
      Begin VB.CommandButton Command5 
         Caption         =   "删除"
         Height          =   375
         Left            =   1920
         TabIndex        =   18
         Top             =   240
         Width           =   735
      End
      Begin VB.CommandButton Command4 
         Caption         =   "修改"
         Height          =   375
         Left            =   1080
         TabIndex        =   17
         Top             =   240
         Width           =   735
      End
      Begin VB.CommandButton Command3 
         Caption         =   "添加"
         Height          =   375
         Left            =   240
         TabIndex        =   16
         Top             =   240
         Width           =   735
      End
   End
   Begin VB.CommandButton Command6 
      Caption         =   "返回"
      Height          =   495
      Left            =   8160
      TabIndex        =   14
      Top             =   5280
      Width           =   855
   End
   Begin VB.Frame Frame1 
      Caption         =   "设置条件"
      Height          =   1575
      Left            =   120
      TabIndex        =   1
      Top             =   4680
      Width           =   4455
      Begin VB.CommandButton Command2 
         Caption         =   "重置"
         Height          =   375
         Left            =   3360
         TabIndex        =   13
         Top             =   1080
         Width           =   735
      End
      Begin VB.CommandButton Command1 
         Caption         =   "确定"
         Height          =   375
         Left            =   2400
         TabIndex        =   12
         Top             =   1080
         Width           =   735
      End
      Begin VB.TextBox Text1 
         Height          =   270
         Index           =   4
         Left            =   960
         TabIndex        =   11
         Top             =   1080
         Width           =   615
      End
      Begin VB.TextBox Text1 
         Height          =   270
         Index           =   3
         Left            =   2880
         TabIndex        =   10
         Top             =   720
         Width           =   1095
      End
      Begin VB.TextBox Text1 
         Height          =   270
         Index           =   2
         Left            =   2880
         TabIndex        =   9
         Top             =   360
         Width           =   1095
      End
      Begin VB.TextBox Text1 
         Height          =   270
         Index           =   1
         Left            =   960
         TabIndex        =   8
         Top             =   720
         Width           =   1095
      End
      Begin VB.TextBox Text1 
         Height          =   270
         Index           =   0
         Left            =   960
         TabIndex        =   5
         Top             =   360
         Width           =   1095
      End
      Begin VB.Label Label5 
         Caption         =   "出版社"
         Height          =   255
         Left            =   2280
         TabIndex        =   7
         Top             =   720
         Width           =   615
      End
      Begin VB.Label Label4 
         Caption         =   "作  者"
         Height          =   255
         Left            =   2280
         TabIndex        =   6
         Top             =   360
         Width           =   735
      End
      Begin VB.Label Label3 
         Caption         =   "借    否"
         Height          =   255
         Left            =   120
         TabIndex        =   4
         Top             =   1080
         Width           =   855
      End
      Begin VB.Label Label2 
         Caption         =   "书    名"
         Height          =   255
         Left            =   120
         TabIndex        =   3
         Top             =   720
         Width           =   975
      End
      Begin VB.Label Label1 
         Caption         =   "图书编号"
         Height          =   255
         Left            =   120
         TabIndex        =   2
         Top             =   360
         Width           =   855
      End
   End
   Begin MSDataGridLib.DataGrid DataGrid1 
      Bindings        =   "edbook.frx":0000
      Height          =   4095
      Left            =   120
      TabIndex        =   0
      Top             =   360
      Width           =   8775
      _ExtentX        =   15478
      _ExtentY        =   7223
      _Version        =   393216
      AllowUpdate     =   0   'False
      HeadLines       =   1
      RowHeight       =   14
      FormatLocked    =   -1  'True
      BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ColumnCount     =   8
      BeginProperty Column00 
         DataField       =   "图书编号"
         Caption         =   "图书编号"
         BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
            Type            =   0
            Format          =   ""
            HaveTrueFalseNull=   0
            FirstDayOfWeek  =   0
            FirstWeekOfYear =   0
            LCID            =   2052
            SubFormatType   =   0
         EndProperty
      EndProperty
      BeginProperty Column01 
         DataField       =   "分类号"
         Caption         =   "分类号"
         BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
            Type            =   0
            Format          =   ""
            HaveTrueFalseNull=   0
            FirstDayOfWeek  =   0
            FirstWeekOfYear =   0
            LCID            =   2052
            SubFormatType   =   0
         EndProperty
      EndProperty
      BeginProperty Column02 
         DataField       =   "书名"
         Caption         =   "书名"
         BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
            Type            =   0
            Format          =   ""
            HaveTrueFalseNull=   0
            FirstDayOfWeek  =   0
            FirstWeekOfYear =   0
            LCID            =   2052
            SubFormatType   =   0
         EndProperty
      EndProperty
      BeginProperty Column03 
         DataField       =   "作者"
         Caption         =   "作者"
         BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
            Type            =   0

⌨️ 快捷键说明

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