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

📄 pfm_query.dfm

📁 用 delphi开发的超市管理系统软件
💻 DFM
字号:
object fm_query: Tfm_query
  Left = 173
  Top = 109
  BorderStyle = bsDialog
  Caption = '设置查询条件'
  ClientHeight = 348
  ClientWidth = 545
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object LView1: TListView
    Left = 0
    Top = 121
    Width = 545
    Height = 227
    Align = alClient
    Color = clInfoBk
    Columns = <>
    ReadOnly = True
    RowSelect = True
    TabOrder = 0
    ViewStyle = vsReport
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 545
    Height = 121
    Align = alTop
    BevelInner = bvLowered
    TabOrder = 1
    object Label1: TLabel
      Left = 8
      Top = 32
      Width = 33
      Height = 13
      AutoSize = False
      Caption = '字段'
    end
    object Label2: TLabel
      Left = 168
      Top = 32
      Width = 41
      Height = 13
      AutoSize = False
      Caption = '操作符'
    end
    object Label3: TLabel
      Left = 272
      Top = 32
      Width = 32
      Height = 13
      AutoSize = False
      Caption = '条件'
    end
    object Label4: TLabel
      Left = 473
      Top = 32
      Width = 26
      Height = 13
      Caption = '关系'
    end
    object Label5: TLabel
      Left = 8
      Top = 8
      Width = 104
      Height = 13
      Caption = '加入你的查询条件'
    end
    object ComBox1: TComboBox
      Left = 8
      Top = 48
      Width = 145
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      TabOrder = 0
      OnChange = ComBox1Change
    end
    object ComBox2: TComboBox
      Left = 168
      Top = 48
      Width = 89
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      TabOrder = 1
    end
    object ComBox3: TComboBox
      Left = 264
      Top = 48
      Width = 193
      Height = 21
      ItemHeight = 13
      TabOrder = 2
      OnKeyPress = ComBox3KeyPress
    end
    object ComBox4: TComboBox
      Left = 472
      Top = 48
      Width = 65
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      TabOrder = 3
      Items.Strings = (
        'AND'
        'OR')
    end
    object BitBtn1: TBitBtn
      Left = 8
      Top = 88
      Width = 75
      Height = 25
      Caption = '加入'
      TabOrder = 4
      OnClick = BitBtn1Click
    end
    object BitBtn2: TBitBtn
      Left = 96
      Top = 88
      Width = 75
      Height = 25
      Caption = '删除'
      TabOrder = 5
      OnClick = BitBtn2Click
    end
    object BitBtn3: TBitBtn
      Left = 184
      Top = 88
      Width = 75
      Height = 25
      Caption = '全部删除'
      TabOrder = 6
      OnClick = BitBtn3Click
    end
    object BitBtn4: TBitBtn
      Left = 360
      Top = 88
      Width = 73
      Height = 25
      Caption = '开始查询'
      TabOrder = 7
      OnClick = BitBtn4Click
    end
    object BitBtn5: TBitBtn
      Left = 448
      Top = 88
      Width = 73
      Height = 25
      Caption = '取消查询'
      TabOrder = 8
      OnClick = BitBtn5Click
    end
  end
end

⌨️ 快捷键说明

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