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

📄 filterfrm.dfm

📁 delphi本地数据库引擎
💻 DFM
字号:
object FilterForm: TFilterForm
  Left = 192
  Top = 174
  BorderStyle = bsDialog
  Caption = '过滤'
  ClientHeight = 179
  ClientWidth = 373
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 12
  object ConGroupBox: TGroupBox
    Left = 7
    Top = 6
    Width = 359
    Height = 132
    Caption = '过滤条件'
    TabOrder = 0
    object FieldComboBox: TComboBox
      Left = 11
      Top = 19
      Width = 103
      Height = 20
      Style = csDropDownList
      ItemHeight = 12
      TabOrder = 3
    end
    object ValueEdit: TEdit
      Left = 183
      Top = 19
      Width = 93
      Height = 20
      TabOrder = 0
    end
    object AddButton: TButton
      Left = 286
      Top = 19
      Width = 61
      Height = 20
      Caption = '添加'
      TabOrder = 1
      OnClick = AddButtonClick
    end
    object OprComboBox: TComboBox
      Left = 122
      Top = 19
      Width = 54
      Height = 20
      Style = csDropDownList
      ItemHeight = 12
      TabOrder = 4
      Items.Strings = (
        '='
        '>'
        '<'
        '>='
        '<='
        '<>'
        'LIKE')
    end
    object ConMemo: TMemo
      Left = 11
      Top = 48
      Width = 206
      Height = 71
      ScrollBars = ssVertical
      TabOrder = 2
    end
    object GroupBox2: TGroupBox
      Left = 226
      Top = 43
      Width = 122
      Height = 76
      TabOrder = 5
      object CaseInsCheckBox: TCheckBox
        Left = 10
        Top = 19
        Width = 108
        Height = 17
        Caption = '不区分大小写'
        TabOrder = 0
      end
      object NoPartCheckBox: TCheckBox
        Left = 10
        Top = 47
        Width = 107
        Height = 17
        Caption = '不识别“*”'
        TabOrder = 1
      end
    end
  end
  object OkButton: TButton
    Left = 208
    Top = 146
    Width = 75
    Height = 25
    Caption = '确定(&O)'
    Default = True
    TabOrder = 1
    OnClick = OkButtonClick
  end
  object CancelButton: TButton
    Left = 291
    Top = 146
    Width = 75
    Height = 25
    Cancel = True
    Caption = '取消(&C)'
    TabOrder = 2
    OnClick = CancelButtonClick
  end
  object CancelFilterButton: TButton
    Left = 8
    Top = 146
    Width = 101
    Height = 25
    Caption = '取消过滤'
    TabOrder = 3
    OnClick = CancelFilterButtonClick
  end
end

⌨️ 快捷键说明

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