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

📄 borrowquery.frm

📁 是有关于音像制品的管理系统
💻 FRM
字号:
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "msflxgrd.ocx"
Begin VB.Form borrowQuery 
   BackColor       =   &H00FFFFC0&
   BorderStyle     =   1  'Fixed Single
   Caption         =   "租借查询"
   ClientHeight    =   5415
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   9375
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   5415
   ScaleWidth      =   9375
   StartUpPosition =   1  '所有者中心
   Begin MSFlexGridLib.MSFlexGrid qryListGrid 
      Height          =   3975
      Left            =   0
      TabIndex        =   6
      Top             =   1440
      Width           =   9375
      _ExtentX        =   16536
      _ExtentY        =   7011
      _Version        =   393216
      Rows            =   15
      Cols            =   12
      FixedCols       =   0
      BackColorBkg    =   14737632
      AllowUserResizing=   1
   End
   Begin VB.Frame Frame1 
      BackColor       =   &H00FFFFC0&
      Caption         =   "请输入查询条件"
      ForeColor       =   &H00FF00FF&
      Height          =   1215
      Left            =   0
      TabIndex        =   0
      Top             =   120
      Width           =   9375
      Begin VB.ComboBox QryTermBkType 
         Height          =   300
         Left            =   5280
         TabIndex        =   7
         Top             =   480
         Width           =   1935
      End
      Begin VB.CommandButton cancel 
         Caption         =   "返  回"
         Height          =   375
         Left            =   7800
         TabIndex        =   5
         Top             =   720
         Width           =   1215
      End
      Begin VB.CommandButton brwQueryOk 
         Caption         =   "查  询"
         Height          =   375
         Left            =   7800
         TabIndex        =   4
         Top             =   240
         Width           =   1215
      End
      Begin VB.TextBox QryTermBkNo 
         Height          =   375
         Left            =   1800
         TabIndex        =   3
         Top             =   480
         Width           =   1695
      End
      Begin VB.CheckBox Checkbox 
         BackColor       =   &H00FFFFC0&
         Caption         =   "按产品名称"
         ForeColor       =   &H00FF00FF&
         Height          =   255
         Index           =   3
         Left            =   3960
         TabIndex        =   2
         Top             =   480
         Width           =   1215
      End
      Begin VB.CheckBox Checkbox 
         BackColor       =   &H00FFFFC0&
         Caption         =   "按产品编号"
         ForeColor       =   &H00FF00FF&
         Height          =   255
         Index           =   2
         Left            =   480
         TabIndex        =   1
         Top             =   480
         Width           =   1215
      End
   End
End
Attribute VB_Name = "borrowQuery"
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 + -