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

📄 readerquery.frm

📁 是有关于音像制品的管理系统
💻 FRM
字号:
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "msflxgrd.ocx"
Begin VB.Form readerQuery 
   BackColor       =   &H00FFFFC0&
   BorderStyle     =   1  'Fixed Single
   Caption         =   "读者查询"
   ClientHeight    =   4680
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   9090
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   4680
   ScaleWidth      =   9090
   StartUpPosition =   1  '所有者中心
   Begin MSFlexGridLib.MSFlexGrid RdQueryGrid 
      Height          =   3735
      Left            =   0
      TabIndex        =   8
      Top             =   960
      Width           =   9135
      _ExtentX        =   16113
      _ExtentY        =   6588
      _Version        =   393216
      Rows            =   15
      Cols            =   11
      FixedCols       =   0
      BackColorBkg    =   14737632
      AllowUserResizing=   1
   End
   Begin VB.Frame Frame1 
      BackColor       =   &H00FFFFC0&
      Caption         =   "选择查询条件"
      BeginProperty Font 
         Name            =   "幼圆"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FF00FF&
      Height          =   735
      Left            =   0
      TabIndex        =   0
      Top             =   120
      Width           =   9135
      Begin VB.ComboBox querytermType 
         Height          =   300
         Left            =   5760
         TabIndex        =   9
         Top             =   240
         Width           =   1095
      End
      Begin VB.CommandButton rdQueryCancel 
         Caption         =   "返 回"
         Height          =   375
         Left            =   8160
         TabIndex        =   7
         Top             =   240
         Width           =   855
      End
      Begin VB.CommandButton rdQueryOK 
         Caption         =   "查 询"
         Height          =   375
         Left            =   7080
         TabIndex        =   6
         Top             =   240
         Width           =   975
      End
      Begin VB.TextBox querytermName 
         Height          =   375
         Left            =   3240
         TabIndex        =   5
         Top             =   240
         Width           =   1335
      End
      Begin VB.TextBox querytermNO 
         Height          =   375
         Left            =   960
         TabIndex        =   4
         Top             =   240
         Width           =   1095
      End
      Begin VB.CheckBox Checkbox 
         BackColor       =   &H00FFFFC0&
         Caption         =   "按类别"
         ForeColor       =   &H00FF00FF&
         Height          =   255
         Index           =   2
         Left            =   4920
         TabIndex        =   3
         Top             =   240
         Width           =   975
      End
      Begin VB.CheckBox Checkbox 
         BackColor       =   &H00FFFFC0&
         Caption         =   "按姓名"
         ForeColor       =   &H00FF00FF&
         Height          =   255
         Index           =   1
         Left            =   2400
         TabIndex        =   2
         Top             =   240
         Width           =   975
      End
      Begin VB.CheckBox Checkbox 
         BackColor       =   &H00FFFFC0&
         Caption         =   "按编号"
         ForeColor       =   &H00FF00FF&
         Height          =   255
         Index           =   0
         Left            =   120
         TabIndex        =   1
         Top             =   240
         Width           =   855
      End
   End
End
Attribute VB_Name = "readerQuery"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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