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

📄 qubook.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 qubook 
   Caption         =   "图书查找"
   ClientHeight    =   8520
   ClientLeft      =   60
   ClientTop       =   420
   ClientWidth     =   10995
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   8520
   ScaleWidth      =   10995
   StartUpPosition =   2  '屏幕中心
   Begin MSAdodcLib.Adodc Adodc1 
      Height          =   330
      Left            =   480
      Top             =   0
      Visible         =   0   'False
      Width           =   1575
      _ExtentX        =   2778
      _ExtentY        =   582
      ConnectMode     =   0
      CursorLocation  =   3
      IsolationLevel  =   -1
      ConnectionTimeout=   15
      CommandTimeout  =   30
      CursorType      =   3
      LockType        =   3
      CommandType     =   2
      CursorOptions   =   0
      CacheSize       =   50
      MaxRecords      =   0
      BOFAction       =   0
      EOFAction       =   0
      ConnectStringType=   3
      Appearance      =   1
      BackColor       =   -2147483643
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   "DSN=libary"
      OLEDBString     =   ""
      OLEDBFile       =   ""
      DataSourceName  =   "libary"
      OtherAttributes =   ""
      UserName        =   "sa"
      Password        =   "HZbp0802"
      RecordSource    =   "book"
      Caption         =   "Adodc1"
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      _Version        =   393216
   End
   Begin VB.CommandButton Comm2 
      Caption         =   "返    回"
      Height          =   375
      Left            =   8880
      TabIndex        =   17
      Top             =   7560
      Width           =   855
   End
   Begin VB.CommandButton Comm1 
      Caption         =   "列借书人"
      Height          =   375
      Left            =   6960
      TabIndex        =   16
      Top             =   7560
      Width           =   855
   End
   Begin VB.TextBox Text1 
      Height          =   270
      Index           =   5
      Left            =   2400
      TabIndex        =   7
      Top             =   7920
      Width           =   615
   End
   Begin VB.TextBox Text1 
      Height          =   270
      Index           =   4
      Left            =   1080
      TabIndex        =   6
      Top             =   7920
      Width           =   615
   End
   Begin VB.TextBox Text1 
      Height          =   270
      Index           =   3
      Left            =   3960
      TabIndex        =   5
      Top             =   7440
      Width           =   2175
   End
   Begin VB.TextBox Text1 
      Height          =   270
      Index           =   2
      Left            =   3960
      TabIndex        =   4
      Top             =   7080
      Width           =   2175
   End
   Begin VB.TextBox Text1 
      Height          =   270
      Index           =   1
      Left            =   1080
      TabIndex        =   3
      Top             =   7440
      Width           =   1935
   End
   Begin VB.Frame Frame1 
      Caption         =   "设置条件"
      Height          =   1575
      Left            =   120
      TabIndex        =   1
      Top             =   6840
      Width           =   6255
      Begin VB.CommandButton selcmd2 
         Caption         =   "重    置"
         Height          =   375
         Left            =   5040
         TabIndex        =   15
         Top             =   1080
         Width           =   855
      End
      Begin VB.CommandButton selcmd1 
         Caption         =   "确    定"
         Height          =   375
         Left            =   3840
         TabIndex        =   14
         Top             =   1080
         Width           =   855
      End
      Begin VB.TextBox Text1 
         Height          =   270
         Index           =   0
         Left            =   960
         TabIndex        =   2
         Top             =   240
         Width           =   1935
      End
      Begin VB.Label Label6 
         Caption         =   "定  价"
         Height          =   255
         Left            =   1680
         TabIndex        =   13
         Top             =   1080
         Width           =   615
      End
      Begin VB.Label Label5 
         Caption         =   "借    否 "
         Height          =   255
         Left            =   120
         TabIndex        =   12
         Top             =   1080
         Width           =   735
      End
      Begin VB.Label Label4 
         Caption         =   "出版社"
         Height          =   255
         Left            =   3120
         TabIndex        =   11
         Top             =   600
         Width           =   1095
      End
      Begin VB.Label Label3 
         Caption         =   "作  者"
         Height          =   255
         Left            =   3120
         TabIndex        =   10
         Top             =   240
         Width           =   975
      End
      Begin VB.Label Label2 
         Caption         =   "书    名"
         Height          =   375
         Left            =   120
         TabIndex        =   9
         Top             =   600
         Width           =   975
      End
      Begin VB.Label Label1 
         Caption         =   "图书编号"
         Height          =   255
         Left            =   120
         TabIndex        =   8
         Top             =   240
         Width           =   975
      End
   End
   Begin MSDataGridLib.DataGrid DataGrid1 
      Bindings        =   "qubook.frx":0000
      Height          =   6495
      Left            =   120
      TabIndex        =   0
      Top             =   240
      Width           =   10815
      _ExtentX        =   19076
      _ExtentY        =   11456
      _Version        =   393216
      AllowUpdate     =   0   'False
      HeadLines       =   1
      RowHeight       =   15
      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 

⌨️ 快捷键说明

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