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

📄 frmjhsquery.frm

📁 通用书店管理系统
💻 FRM
📖 第 1 页 / 共 5 页
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Object = "{DEF7CADD-83C0-11D0-A0F1-00A024703500}#7.0#0"; "TODG7.OCX"
Begin VB.Form frmJHSQuery 
   Caption         =   "借还书查询"
   ClientHeight    =   3195
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   4680
   LinkTopic       =   "Form1"
   MDIChild        =   -1  'True
   ScaleHeight     =   3195
   ScaleWidth      =   4680
   WindowState     =   2  'Maximized
   Begin TabDlg.SSTab SSTab1 
      Height          =   7455
      Left            =   60
      TabIndex        =   16
      Top             =   0
      Width           =   11775
      _ExtentX        =   20770
      _ExtentY        =   13150
      _Version        =   393216
      TabHeight       =   520
      TabCaption(0)   =   "借书查询"
      TabPicture(0)   =   "frmJHSQuery.frx":0000
      Tab(0).ControlEnabled=   -1  'True
      Tab(0).Control(0)=   "tdbQuery(0)"
      Tab(0).Control(0).Enabled=   0   'False
      Tab(0).Control(1)=   "cmdSearch(0)"
      Tab(0).Control(1).Enabled=   0   'False
      Tab(0).Control(2)=   "Frame1(0)"
      Tab(0).Control(2).Enabled=   0   'False
      Tab(0).ControlCount=   3
      TabCaption(1)   =   "还书查询"
      TabPicture(1)   =   "frmJHSQuery.frx":001C
      Tab(1).ControlEnabled=   0   'False
      Tab(1).Control(0)=   "Frame1(1)"
      Tab(1).Control(1)=   "cmdSearch(1)"
      Tab(1).Control(2)=   "tdbQuery(1)"
      Tab(1).ControlCount=   3
      TabCaption(2)   =   "在借书查询"
      TabPicture(2)   =   "frmJHSQuery.frx":0038
      Tab(2).ControlEnabled=   0   'False
      Tab(2).Control(0)=   "Frame1(2)"
      Tab(2).Control(1)=   "cmdSearch(2)"
      Tab(2).Control(2)=   "tdbQuery(2)"
      Tab(2).ControlCount=   3
      Begin VB.Frame Frame1 
         Appearance      =   0  'Flat
         BackColor       =   &H00C0C0C0&
         Caption         =   "查询条件"
         ForeColor       =   &H80000008&
         Height          =   2655
         Index           =   2
         Left            =   -70980
         TabIndex        =   40
         Top             =   1860
         Visible         =   0   'False
         Width           =   3840
         Begin VB.TextBox txtFields 
            Appearance      =   0  'Flat
            Height          =   375
            Index           =   6
            Left            =   1260
            TabIndex        =   20
            Top             =   240
            Width           =   2010
         End
         Begin VB.CheckBox chkFields 
            Appearance      =   0  'Flat
            BackColor       =   &H00C0C0C0&
            Caption         =   "借书时间"
            ForeColor       =   &H80000008&
            Height          =   315
            Index           =   8
            Left            =   180
            TabIndex        =   34
            Top             =   840
            Width           =   1035
         End
         Begin VB.CommandButton cmdSearch 
            Appearance      =   0  'Flat
            Height          =   315
            Index           =   9
            Left            =   3360
            Picture         =   "frmJHSQuery.frx":0054
            Style           =   1  'Graphical
            TabIndex        =   35
            Top             =   240
            Width           =   345
         End
         Begin VB.CheckBox chkFields 
            Appearance      =   0  'Flat
            BackColor       =   &H00C0C0C0&
            Caption         =   "会员卡号"
            ForeColor       =   &H80000008&
            Height          =   315
            Index           =   9
            Left            =   180
            TabIndex        =   33
            Top             =   300
            Value           =   1  'Checked
            Width           =   1065
         End
         Begin VB.CommandButton cmdOk 
            Appearance      =   0  'Flat
            Height          =   405
            Index           =   2
            Left            =   780
            Picture         =   "frmJHSQuery.frx":0398
            Style           =   1  'Graphical
            TabIndex        =   23
            Top             =   1920
            Width           =   960
         End
         Begin VB.CommandButton cmdExit 
            Appearance      =   0  'Flat
            Height          =   405
            Index           =   2
            Left            =   2160
            Picture         =   "frmJHSQuery.frx":187C
            Style           =   1  'Graphical
            TabIndex        =   36
            Top             =   1920
            Width           =   960
         End
         Begin MSComCtl2.DTPicker dtpDate 
            Height          =   375
            Index           =   4
            Left            =   1260
            TabIndex        =   21
            Top             =   750
            Width           =   2010
            _ExtentX        =   3545
            _ExtentY        =   661
            _Version        =   393216
            Format          =   24576001
            CurrentDate     =   37329
         End
         Begin MSComCtl2.DTPicker dtpDate 
            Height          =   375
            Index           =   5
            Left            =   1260
            TabIndex        =   22
            Top             =   1260
            Width           =   2010
            _ExtentX        =   3545
            _ExtentY        =   661
            _Version        =   393216
            Format          =   24576001
            CurrentDate     =   37329
         End
         Begin VB.Label Label1 
            Appearance      =   0  'Flat
            BackColor       =   &H00C0C0C0&
            Caption         =   "至"
            ForeColor       =   &H80000008&
            Height          =   300
            Index           =   4
            Left            =   660
            TabIndex        =   41
            Top             =   1380
            Width           =   330
         End
      End
      Begin VB.Frame Frame1 
         Appearance      =   0  'Flat
         BackColor       =   &H00C0C0C0&
         Caption         =   "查询条件"
         ForeColor       =   &H80000008&
         Height          =   2850
         Index           =   1
         Left            =   -71220
         TabIndex        =   39
         Top             =   1740
         Visible         =   0   'False
         Width           =   4800
         Begin VB.CommandButton cmdSearch 
            Height          =   315
            Index           =   6
            Left            =   4260
            Picture         =   "frmJHSQuery.frx":2D60
            Style           =   1  'Graphical
            TabIndex        =   30
            Top             =   810
            Width           =   345
         End
         Begin VB.TextBox txtFields 
            Appearance      =   0  'Flat
            Height          =   360
            Index           =   3
            Left            =   1380
            TabIndex        =   10
            Top             =   180
            Width           =   2790
         End
         Begin VB.CommandButton cmdSearch 
            Height          =   315
            Index           =   8
            Left            =   4260
            Picture         =   "frmJHSQuery.frx":30A4
            Style           =   1  'Graphical
            TabIndex        =   28
            Top             =   180
            Width           =   345
         End
         Begin VB.CommandButton cmdSearch 
            Height          =   315
            Index           =   7
            Left            =   4260
            Picture         =   "frmJHSQuery.frx":33E8
            Style           =   1  'Graphical
            TabIndex        =   29
            Top             =   1440
            Width           =   345
         End
         Begin VB.CheckBox chkFields 
            BackColor       =   &H00C0C0C0&
            Caption         =   "书号"
            Height          =   315
            Index           =   5
            Left            =   300
            TabIndex        =   27
            Top             =   840
            Value           =   1  'Checked
            Width           =   750
         End
         Begin VB.CheckBox chkFields 
            BackColor       =   &H00C0C0C0&
            Caption         =   "会员卡号"
            Height          =   315
            Index           =   7
            Left            =   300
            TabIndex        =   25
            Top             =   240
            Value           =   1  'Checked
            Width           =   1050
         End
         Begin VB.CommandButton cmdExit 
            Height          =   405
            Index           =   1
            Left            =   2580
            Picture         =   "frmJHSQuery.frx":372C
            Style           =   1  'Graphical
            TabIndex        =   31
            Top             =   2100
            Width           =   960
         End
         Begin VB.CommandButton cmdOk 
            Height          =   405
            Index           =   1
            Left            =   1200
            Picture         =   "frmJHSQuery.frx":4C10
            Style           =   1  'Graphical
            TabIndex        =   13
            Top             =   2100
            Width           =   960
         End
         Begin VB.TextBox txtFields 
            Appearance      =   0  'Flat
            Height          =   360
            Index           =   4
            Left            =   1380
            TabIndex        =   11
            Top             =   810
            Width           =   2790
         End
         Begin VB.CheckBox chkFields 
            BackColor       =   &H00C0C0C0&
            Caption         =   "书名"
            Height          =   315
            Index           =   6
            Left            =   300
            TabIndex        =   26
            Top             =   1440
            Value           =   1  'Checked
            Width           =   960
         End
         Begin VB.TextBox txtFields 
            Appearance      =   0  'Flat
            Height          =   360
            Index           =   5
            Left            =   1380
            TabIndex        =   12
            Top             =   1440
            Width           =   2790
         End
      End
      Begin VB.Frame Frame1 
         Appearance      =   0  'Flat
         BackColor       =   &H00C0C0C0&
         Caption         =   "查询条件"
         ForeColor       =   &H80000008&
         Height          =   2970
         Index           =   0
         Left            =   3540
         TabIndex        =   37
         Top             =   1440
         Visible         =   0   'False
         Width           =   4620
         Begin VB.ComboBox cmbFields 
            Appearance      =   0  'Flat
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   11.25
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False

⌨️ 快捷键说明

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