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

📄 inbook.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 inbook 
   Caption         =   "图书入库登记"
   ClientHeight    =   8130
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   10305
   BeginProperty Font 
      Name            =   "宋体"
      Size            =   9.75
      Charset         =   0
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   LinkTopic       =   "Form1"
   ScaleHeight     =   8130
   ScaleWidth      =   10305
   StartUpPosition =   2  'CenterScreen
   Begin MSAdodcLib.Adodc Adodc1 
      Height          =   330
      Left            =   8280
      Top             =   5520
      Visible         =   0   'False
      Width           =   1815
      _ExtentX        =   3201
      _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         =   "driver={sql server};server=localhost;database=library_mis;uid=sa;pwd="
      OLEDBString     =   "driver={sql server};server=localhost;database=library_mis;uid=sa;pwd="
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   "select * from books"
      Caption         =   "Adodc1"
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      _Version        =   393216
   End
   Begin VB.CommandButton cmdret 
      Caption         =   "返回"
      Height          =   615
      Left            =   9000
      TabIndex        =   3
      Top             =   7320
      Width           =   975
   End
   Begin VB.Frame Frame2 
      Caption         =   "相关操作"
      Height          =   1095
      Left            =   5400
      TabIndex        =   2
      Top             =   6240
      Width           =   3255
      Begin VB.CommandButton cmdomit 
         Caption         =   "删除"
         Height          =   495
         Left            =   2040
         TabIndex        =   20
         Top             =   360
         Width           =   855
      End
      Begin VB.CommandButton cmdedit 
         Caption         =   "修改"
         Height          =   495
         Left            =   1200
         TabIndex        =   19
         Top             =   360
         Width           =   855
      End
      Begin VB.CommandButton cmdadd 
         Caption         =   "添加"
         Height          =   495
         Left            =   360
         TabIndex        =   18
         Top             =   360
         Width           =   855
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "图书信息查找"
      Height          =   2295
      Left            =   120
      TabIndex        =   1
      Top             =   5640
      Width           =   4815
      Begin VB.CommandButton cmdreset 
         Caption         =   "重新输入"
         Height          =   375
         Left            =   2520
         TabIndex        =   17
         Top             =   1800
         Width           =   975
      End
      Begin VB.CommandButton cmdok 
         Caption         =   "确定"
         Height          =   375
         Left            =   1200
         TabIndex        =   16
         Top             =   1800
         Width           =   975
      End
      Begin VB.TextBox txtprice 
         Height          =   405
         Left            =   3360
         TabIndex        =   15
         Top             =   1200
         Width           =   1095
      End
      Begin VB.TextBox txtpub 
         Height          =   375
         Left            =   840
         TabIndex        =   13
         Top             =   1200
         Width           =   1935
      End
      Begin VB.TextBox txtpubdate 
         Height          =   375
         Left            =   3360
         TabIndex        =   11
         Top             =   720
         Width           =   1335
      End
      Begin VB.TextBox txtbookname 
         Height          =   375
         Left            =   600
         TabIndex        =   9
         Top             =   720
         Width           =   1815
      End
      Begin VB.TextBox txtauthor 
         Height          =   405
         Left            =   3120
         TabIndex        =   7
         Top             =   240
         Width           =   1095
      End
      Begin VB.TextBox txtbookid 
         Height          =   405
         Left            =   960
         TabIndex        =   5
         Top             =   240
         Width           =   1455
      End
      Begin VB.Label Label6 
         Caption         =   "价格"
         Height          =   255
         Left            =   2880
         TabIndex        =   14
         Top             =   1320
         Width           =   495
      End
      Begin VB.Label Label5 
         Caption         =   "出版社"
         Height          =   375
         Left            =   120
         TabIndex        =   12
         Top             =   1320
         Width           =   735
      End
      Begin VB.Label Label4 
         Caption         =   "出版日期"
         Height          =   255
         Left            =   2520
         TabIndex        =   10
         Top             =   840
         Width           =   855
      End
      Begin VB.Label Label3 
         Caption         =   "书名"
         Height          =   255
         Left            =   120
         TabIndex        =   8
         Top             =   840
         Width           =   495
      End
      Begin VB.Label Label2 
         Caption         =   "作者"
         Height          =   255
         Left            =   2640
         TabIndex        =   6
         Top             =   360
         Width           =   495
      End
      Begin VB.Label Label1 
         Caption         =   "图书编号"
         Height          =   255
         Left            =   120
         TabIndex        =   4
         Top             =   360
         Width           =   855
      End
   End
   Begin MSDataGridLib.DataGrid DataGrid1 
      Bindings        =   "inbook.frx":0000
      Height          =   5175
      Left            =   120
      TabIndex        =   0
      Top             =   240
      Width           =   10095
      _ExtentX        =   17806
      _ExtentY        =   9128
      _Version        =   393216
      AllowUpdate     =   0   'False
      AllowArrows     =   -1  'True
      ColumnHeaders   =   -1  'True
      HeadLines       =   1
      RowHeight       =   15
      FormatLocked    =   -1  'True
      BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty

⌨️ 快捷键说明

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