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

📄 findfrm.dfm

📁 Delphi函数查询器是你开发程序的好帮手
💻 DFM
字号:
object FindForm: TFindForm
  Left = 235
  Top = 195
  BorderStyle = bsDialog
  Caption = #22797#26434#26597#35810
  ClientHeight = 133
  ClientWidth = 306
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 12
    Top = 28
    Width = 36
    Height = 13
    Caption = #23383#27573#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 12
    Top = 60
    Width = 36
    Height = 12
    Caption = #25968#25454#65306
  end
  object cboField: TcxComboBox
    Left = 48
    Top = 24
    Width = 149
    Height = 20
    Properties.DropDownListStyle = lsFixedList
    Properties.Items.Strings = (
      #21517#31216
      #31867#22411
      #35828#26126)
    Style.BorderStyle = ebsFlat
    Style.LookAndFeel.Kind = lfFlat
    Style.Shadow = False
    TabOrder = 0
    OnClick = cboFieldClick
  end
  object cboValue: TcxComboBox
    Left = 48
    Top = 56
    Width = 149
    Height = 20
    Style.BorderStyle = ebsFlat
    TabOrder = 1
  end
  object ChkLike: TcxCheckBox
    Left = 44
    Top = 92
    Width = 77
    Height = 21
    Properties.DisplayUnchecked = 'False'
    Properties.Caption = #27169#31946#26597#35810
    Style.BorderStyle = ebsFlat
    Style.Shadow = False
    TabOrder = 2
  end
  object btnFind: TBitBtn
    Left = 216
    Top = 24
    Width = 75
    Height = 23
    Caption = #26597#35810'(&F)'
    ModalResult = 1
    TabOrder = 3
    OnClick = btnFindClick
  end
  object btnExit: TBitBtn
    Left = 216
    Top = 52
    Width = 75
    Height = 23
    Caption = #20851#38381'(&C)'
    ModalResult = 2
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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