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

📄 edbook.frm

📁 系统实现了图书的添加
💻 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    =   10305
   ClientLeft      =   60
   ClientTop       =   420
   ClientWidth     =   14760
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   10305
   ScaleWidth      =   14760
   StartUpPosition =   2  '屏幕中心
   Begin VB.CommandButton Comm4 
      Caption         =   "返  回"
      Height          =   375
      Left            =   10920
      TabIndex        =   18
      Top             =   9600
      Width           =   735
   End
   Begin VB.TextBox Text1 
      Height          =   375
      Index           =   4
      Left            =   1080
      TabIndex        =   10
      Top             =   10320
      Width           =   615
   End
   Begin VB.TextBox Text1 
      Height          =   375
      Index           =   3
      Left            =   4320
      TabIndex        =   9
      Top             =   9720
      Width           =   3135
   End
   Begin VB.TextBox Text1 
      Height          =   375
      Index           =   2
      Left            =   4320
      TabIndex        =   8
      Top             =   9120
      Width           =   3135
   End
   Begin VB.TextBox Text1 
      Height          =   375
      Index           =   1
      Left            =   1080
      TabIndex        =   7
      Top             =   9720
      Width           =   2415
   End
   Begin VB.Frame Frame2 
      Caption         =   "操作按钮"
      Height          =   735
      Left            =   7680
      TabIndex        =   2
      Top             =   9360
      Width           =   3135
      Begin VB.CommandButton Comm3 
         Caption         =   "删  除"
         Height          =   375
         Left            =   2040
         TabIndex        =   5
         Top             =   240
         Width           =   735
      End
      Begin VB.CommandButton Comm2 
         Caption         =   "修  改"
         Height          =   375
         Left            =   1200
         TabIndex        =   4
         Top             =   240
         Width           =   735
      End
      Begin VB.CommandButton Comm1 
         Caption         =   "添  加"
         Height          =   375
         Left            =   240
         TabIndex        =   3
         Top             =   240
         Width           =   855
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "设置条件"
      Height          =   2055
      Left            =   120
      TabIndex        =   1
      Top             =   8760
      Width           =   7455
      Begin VB.CommandButton selcmd2 
         Caption         =   "重   置"
         Height          =   375
         Left            =   5280
         TabIndex        =   17
         Top             =   1560
         Width           =   855
      End
      Begin VB.CommandButton selcmd1 
         Caption         =   "确   定"
         Height          =   375
         Left            =   4080
         TabIndex        =   16
         Top             =   1560
         Width           =   855
      End
      Begin VB.TextBox Text1 
         Height          =   375
         Index           =   0
         Left            =   960
         TabIndex        =   6
         Top             =   360
         Width           =   2415
      End
      Begin VB.Label Label5 
         Caption         =   "借    否"
         Height          =   255
         Left            =   120
         TabIndex        =   15
         Top             =   1680
         Width           =   735
      End
      Begin VB.Label Label4 
         Caption         =   "出版社"
         Height          =   255
         Left            =   3480
         TabIndex        =   14
         Top             =   1080
         Width           =   615
      End
      Begin VB.Label Label3 
         Caption         =   "作  者"
         Height          =   255
         Left            =   3480
         TabIndex        =   13
         Top             =   480
         Width           =   735
      End
      Begin VB.Label Label2 
         Caption         =   "书    名"
         Height          =   255
         Left            =   120
         TabIndex        =   12
         Top             =   1080
         Width           =   735
      End
      Begin VB.Label Label1 
         Caption         =   "图书编号"
         Height          =   255
         Left            =   120
         TabIndex        =   11
         Top             =   480
         Width           =   855
      End
   End
   Begin MSDataGridLib.DataGrid DataGrid1 
      Bindings        =   "edbook.frx":0000
      Height          =   8535
      Left            =   0
      TabIndex        =   0
      Top             =   120
      Width           =   11775
      _ExtentX        =   20770
      _ExtentY        =   15055
      _Version        =   393216
      AllowUpdate     =   0   'False
      ColumnHeaders   =   -1  'True
      HeadLines       =   1
      RowHeight       =   13
      FormatLocked    =   -1  'True
      AllowAddNew     =   -1  'True
      AllowDelete     =   -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          =   400
         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
            Format          =   ""
            HaveTrueFalseNull=   0
            FirstDayOfWeek  =   0
            FirstWeekOfYear =   0

⌨️ 快捷键说明

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