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

📄 findselect.~dfm

📁 一个很好用的万能查询控件。部分代码经过更改。
💻 ~DFM
字号:
object frmFindSelect: TfrmFindSelect
  Left = 415
  Top = 166
  BorderStyle = bsDialog
  Caption = #26597#35810
  ClientHeight = 181
  ClientWidth = 285
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object GroupBox1: TGroupBox
    Left = 16
    Top = 16
    Width = 249
    Height = 121
    Caption = #35831#36755#20837#35201#26597#35810#30340#20540'(&C)'
    TabOrder = 0
    object Label1: TLabel
      Left = 28
      Top = 32
      Width = 6
      Height = 12
    end
    object Label2: TLabel
      Left = 6
      Top = 37
      Width = 72
      Height = 12
      Caption = #36873#25321#26597#35810#26465#20214
    end
    object Label3: TLabel
      Left = 16
      Top = 75
      Width = 60
      Height = 12
      Caption = #36755#20837#26597#35810#20540
    end
    object edtFind: TComboBox
      Left = 93
      Top = 70
      Width = 145
      Height = 20
      ItemHeight = 12
      TabOrder = 2
      OnKeyDown = edtFindKeyDown
    end
    object cmbIndex: TComboBox
      Left = 93
      Top = 32
      Width = 145
      Height = 20
      Style = csDropDownList
      ItemHeight = 12
      TabOrder = 0
      OnChange = cmbIndexChange
      OnKeyDown = cmbIndexKeyDown
    end
    object dtpTime: TDateTimePicker
      Left = 93
      Top = 70
      Width = 144
      Height = 20
      CalAlignment = dtaLeft
      Date = 37040
      Time = 37040
      DateFormat = dfShort
      DateMode = dmComboBox
      Kind = dtkDate
      ParseInput = False
      TabOrder = 1
      Visible = False
      OnKeyDown = dtpTimeKeyDown
    end
  end
  object btnOk: TButton
    Left = 104
    Top = 148
    Width = 75
    Height = 24
    Caption = #30830#23450'(&D)'
    TabOrder = 1
    OnClick = btnOkClick
  end
  object Button2: TButton
    Left = 190
    Top = 148
    Width = 75
    Height = 24
    Caption = #21462#28040'(&X)'
    TabOrder = 2
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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