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

📄 frmlendquery.frm

📁 图书馆管理
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form FrmLendQuery 
   Caption         =   "正在进行借阅查询"
   ClientHeight    =   7710
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   10980
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   Picture         =   "FrmLendQuery.frx":0000
   ScaleHeight     =   7710
   ScaleWidth      =   10980
   StartUpPosition =   2  '屏幕中心
   Begin MSAdodcLib.Adodc Adodc1 
      Height          =   330
      Left            =   8760
      Top             =   3240
      Visible         =   0   'False
      Width           =   2055
      _ExtentX        =   3625
      _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         =   ""
      OLEDBString     =   ""
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   ""
      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.Frame Frame1 
      BackColor       =   &H0080C0FF&
      Caption         =   "借阅查询"
      ForeColor       =   &H00008000&
      Height          =   2775
      Left            =   360
      TabIndex        =   0
      Top             =   120
      Width           =   10455
      Begin VB.CheckBox chkMoHu 
         BackColor       =   &H0080C0FF&
         Caption         =   "执行模糊查询"
         ForeColor       =   &H00FF8080&
         Height          =   375
         Left            =   120
         TabIndex        =   12
         Top             =   2280
         Width           =   1575
      End
      Begin VB.Frame Frame2 
         BackColor       =   &H0080C0FF&
         Height          =   135
         Left            =   120
         TabIndex        =   11
         Top             =   2040
         Width           =   7695
      End
      Begin MSComCtl2.DTPicker dtpLendDate 
         Height          =   375
         Left            =   1080
         TabIndex        =   10
         Top             =   1560
         Width           =   2415
         _ExtentX        =   4260
         _ExtentY        =   661
         _Version        =   393216
         Format          =   57606145
         CurrentDate     =   37829
      End
      Begin VB.TextBox txtBookID 
         BackColor       =   &H00FFFFFF&
         Height          =   375
         Left            =   1080
         TabIndex        =   8
         Top             =   960
         Width           =   2415
      End
      Begin VB.TextBox txtReaderName 
         Height          =   375
         Left            =   4920
         TabIndex        =   4
         Top             =   360
         Width           =   1455
      End
      Begin VB.TextBox txtReaderID 
         Height          =   375
         Left            =   1080
         TabIndex        =   3
         Top             =   360
         Width           =   2415
      End
      Begin VB.TextBox txtBookName 
         Enabled         =   0   'False
         Height          =   375
         Left            =   4920
         TabIndex        =   1
         Top             =   960
         Width           =   2775
      End
      Begin VB.Label Label1 
         BackStyle       =   0  'Transparent
         Caption         =   "清空:"
         ForeColor       =   &H00800080&
         Height          =   255
         Left            =   8520
         TabIndex        =   14
         Top             =   1080
         Width           =   495
      End
      Begin VB.Image ImageClear 
         Height          =   240
         Left            =   9120
         Picture         =   "FrmLendQuery.frx":3CC69
         Top             =   1080
         Width           =   960
      End
      Begin VB.Image ImageClose 
         Height          =   270
         Left            =   8280
         Picture         =   "FrmLendQuery.frx":3D8AB
         Top             =   1560
         Width           =   1935
      End
      Begin VB.Image ImageFind 
         Height          =   270
         Left            =   8400
         Picture         =   "FrmLendQuery.frx":3E633
         Top             =   480
         Width           =   1935
      End
      Begin VB.Label Label27 
         BackStyle       =   0  'Transparent
         Caption         =   "书籍编号:"
         Height          =   255
         Left            =   120
         TabIndex        =   9
         Top             =   1080
         Width           =   855
      End
      Begin VB.Label Label21 
         BackStyle       =   0  'Transparent
         Caption         =   "借书日期:"
         Height          =   255
         Left            =   120
         TabIndex        =   7
         Top             =   1680
         Width           =   855
      End
      Begin VB.Label Label28 
         BackStyle       =   0  'Transparent
         Caption         =   "读者姓名:"
         Height          =   255
         Left            =   3960
         TabIndex        =   6
         Top             =   480
         Width           =   855
      End
      Begin VB.Label Label29 
         BackStyle       =   0  'Transparent
         Caption         =   "读者编号:"
         Height          =   255
         Left            =   120
         TabIndex        =   5
         Top             =   480
         Width           =   855
      End
      Begin VB.Label Label25 
         BackStyle       =   0  'Transparent
         Caption         =   "书籍名称:"
         Height          =   255
         Left            =   3960
         TabIndex        =   2
         Top             =   1080
         Width           =   855
      End
   End
   Begin MSDataGridLib.DataGrid dtgrdLendBook 
      Bindings        =   "FrmLendQuery.frx":3F20F
      Height          =   975
      Left            =   0
      TabIndex        =   13
      Top             =   3000
      Width           =   10935
      _ExtentX        =   19288
      _ExtentY        =   1720
      _Version        =   393216
      AllowUpdate     =   -1  'True
      HeadLines       =   1
      RowHeight       =   15
      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          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ColumnCount     =   9
      BeginProperty Column00 
         DataField       =   "读者编号"
         Caption         =   "读者编号"
         BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 

⌨️ 快捷键说明

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