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

📄 frmquery.frm

📁 智能仓库管理系统
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{0ECD9B60-23AA-11D0-B351-00A0C9055D8E}#6.0#0"; "MSHFLXGD.OCX"
Object = "{2B12169D-6738-11D2-BF5B-00A024982E5B}#29.1#0"; "axButton.ocx"
Begin VB.Form FrmQuery 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "仓储管理_查询条件"
   ClientHeight    =   5775
   ClientLeft      =   840
   ClientTop       =   1815
   ClientWidth     =   10485
   ForeColor       =   &H80000008&
   Icon            =   "FrmQuery.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   5775
   ScaleWidth      =   10485
   ShowInTaskbar   =   0   'False
   Begin VB.CommandButton cmdRemove 
      Caption         =   "移除"
      Enabled         =   0   'False
      Height          =   765
      Left            =   4815
      Picture         =   "FrmQuery.frx":08CA
      Style           =   1  'Graphical
      TabIndex        =   21
      Top             =   3240
      Width           =   480
   End
   Begin VB.CommandButton cmdAdd 
      Caption         =   "添加"
      Enabled         =   0   'False
      Height          =   765
      Left            =   4815
      Picture         =   "FrmQuery.frx":0F60
      Style           =   1  'Graphical
      TabIndex        =   16
      Top             =   2055
      Width           =   480
   End
   Begin VB.Frame fraQuery1 
      Caption         =   "定义查询条件"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   4935
      Left            =   15
      TabIndex        =   4
      Top             =   780
      Width           =   4755
      Begin axButtonControl.axButton axButton4 
         Height          =   315
         Left            =   45
         TabIndex        =   18
         Top             =   285
         Width           =   2370
         _ExtentX        =   4180
         _ExtentY        =   556
         BackColor       =   -2147483636
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Caption         =   "查询字段列表        "
         MaskColor       =   -2147483633
         Style           =   1
      End
      Begin VB.ListBox LisFields 
         Columns         =   1
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   4260
         ItemData        =   "FrmQuery.frx":15F6
         Left            =   45
         List            =   "FrmQuery.frx":15F8
         TabIndex        =   5
         Top             =   615
         Width           =   2370
      End
      Begin VB.Frame fraValue1 
         Enabled         =   0   'False
         Height          =   4680
         Left            =   2430
         TabIndex        =   6
         Top             =   195
         Width           =   2265
         Begin VB.ComboBox cmbOperator 
            Height          =   300
            ItemData        =   "FrmQuery.frx":15FA
            Left            =   105
            List            =   "FrmQuery.frx":1613
            Style           =   2  'Dropdown List
            TabIndex        =   8
            Top             =   915
            Width           =   1800
         End
         Begin VB.ComboBox cmbValue 
            Height          =   300
            Left            =   105
            TabIndex        =   7
            Top             =   1785
            Width           =   1800
         End
         Begin VB.Label Label2 
            AutoSize        =   -1  'True
            Caption         =   "运算符"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   210
            Left            =   105
            TabIndex        =   10
            Top             =   630
            Width           =   630
         End
         Begin VB.Label Label3 
            AutoSize        =   -1  'True
            Caption         =   "值"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   210
            Left            =   105
            TabIndex        =   9
            Top             =   1485
            Width           =   210
         End
      End
      Begin VB.Frame fraValue2 
         Height          =   4680
         Left            =   2430
         TabIndex        =   11
         Top             =   195
         Visible         =   0   'False
         Width           =   2265
         Begin MSComCtl2.DTPicker DtpFrom 
            Height          =   330
            Left            =   135
            TabIndex        =   12
            ToolTipText     =   "选择入库日期"
            Top             =   900
            Width           =   2085
            _ExtentX        =   3678
            _ExtentY        =   582
            _Version        =   393216
            BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
               Name            =   "宋体"
               Size            =   9
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            CalendarBackColor=   -2147483624
            CalendarTitleBackColor=   32768
            CalendarTitleForeColor=   -2147483639
            CalendarTrailingForeColor=   12632256
            CustomFormat    =   "yyyy-MM-dd"
            Format          =   23724032
            CurrentDate     =   37382
         End
         Begin MSComCtl2.DTPicker DTPTo 
            Height          =   330
            Left            =   135
            TabIndex        =   13
            ToolTipText     =   "选择入库日期"
            Top             =   1710
            Width           =   2085
            _ExtentX        =   3678
            _ExtentY        =   582
            _Version        =   393216
            BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
               Name            =   "宋体"
               Size            =   9
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            CalendarBackColor=   -2147483624
            CalendarTitleBackColor=   32768
            CalendarTitleForeColor=   -2147483639
            CalendarTrailingForeColor=   12632256
            CustomFormat    =   "yyyy-MM-dd"
            Format          =   23724032
            CurrentDate     =   37382
         End
         Begin VB.Label Label10 
            AutoSize        =   -1  'True
            Caption         =   "起始日期"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   210
            Left            =   105
            TabIndex        =   15
            Top             =   645
            Width           =   840
         End
         Begin VB.Label Label11 
            AutoSize        =   -1  'True
            Caption         =   "终止日期"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   210
            Left            =   120
            TabIndex        =   14
            Top             =   1395
            Width           =   840
         End
      End
   End
   Begin VB.CommandButton cmdNo 
      Caption         =   "取消"
      Height          =   510
      Left            =   675
      Picture         =   "FrmQuery.frx":1632
      Style           =   1  'Graphical
      TabIndex        =   1
      ToolTipText     =   "取消操作,并退出选择窗口"
      Top             =   45
      Width           =   525
   End
   Begin VB.CommandButton cmdYes 
      Caption         =   "确定"
      Enabled         =   0   'False
      Height          =   510
      Left            =   150
      Picture         =   "FrmQuery.frx":1BFC
      Style           =   1  'Graphical
      TabIndex        =   0
      ToolTipText     =   "确定选取的内容"
      Top             =   45
      Width           =   525
   End
   Begin axButtonControl.axButton axButton2 
      Height          =   540
      Left            =   30
      TabIndex        =   2
      Top             =   15
      Width           =   120
      _ExtentX        =   212
      _ExtentY        =   953
      ForeColor       =   -2147483631
      Enabled         =   0   'False
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      MaskColor       =   -2147483633
      Style           =   4
      ColorDarkShadow =   -2147483633
      ColorLightShadow=   -2147483633
   End
   Begin axButtonControl.axButton axButton1 
      Height          =   600
      Left            =   0
      TabIndex        =   3
      Top             =   0

⌨️ 快捷键说明

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