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

📄 findfrm.dfm

📁 一个自己总结的delphi常用函数(内有自己编写的一些技巧性函数 )
💻 DFM
字号:
object FindForm: TFindForm
  Left = 411
  Top = 204
  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 btnFind: TBitBtn
    Left = 216
    Top = 24
    Width = 75
    Height = 23
    Caption = #26597#35810'(&F)'
    ModalResult = 1
    TabOrder = 0
    OnClick = btnFindClick
  end
  object btnExit: TBitBtn
    Left = 216
    Top = 52
    Width = 75
    Height = 23
    Caption = #20851#38381'(&C)'
    ModalResult = 2
    TabOrder = 1
  end
  object CboField: TComboBox
    Left = 56
    Top = 24
    Width = 145
    Height = 20
    ItemHeight = 12
    TabOrder = 2
    OnClick = cboFieldClick
    Items.Strings = (
      #21517#31216
      #31867#22411
      #35828#26126)
  end
  object cbovalue: TComboBox
    Left = 56
    Top = 56
    Width = 145
    Height = 20
    ItemHeight = 12
    TabOrder = 3
  end
  object chkLike: TCheckBox
    Left = 56
    Top = 96
    Width = 97
    Height = 17
    Caption = #27169#31946#26597#25214
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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