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

📄 ffindtext.dfm

📁 Delphi编写的一个支持语法高亮显示和很多语言的文本编辑器
💻 DFM
字号:
object frmFindText: TfrmFindText
  Left = 506
  Top = 388
  ActiveControl = cmbFind
  BorderStyle = bsDialog
  Caption = 'Find'
  ClientHeight = 139
  ClientWidth = 384
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Verdana'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object lblFind: TLabel
    Left = 8
    Top = 12
    Width = 20
    Height = 13
    Caption = 'F&ind'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
  end
  object gpOptions: TGroupBox
    Left = 8
    Top = 32
    Width = 185
    Height = 102
    Caption = 'Options'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    object chkMatch: TCheckBox
      Left = 8
      Top = 16
      Width = 153
      Height = 17
      Caption = '&Match whole word only'
      Ctl3D = True
      ParentCtl3D = False
      TabOrder = 0
    end
    object chkCase: TCheckBox
      Left = 8
      Top = 32
      Width = 113
      Height = 17
      TabStop = False
      Caption = 'Match &case'
      TabOrder = 1
    end
    object chkCaret: TCheckBox
      Left = 8
      Top = 48
      Width = 153
      Height = 17
      TabStop = False
      Caption = 'Search from &caret'
      TabOrder = 2
    end
    object chkSel: TCheckBox
      Left = 8
      Top = 64
      Width = 153
      Height = 17
      TabStop = False
      Caption = 'Selected text &only'
      TabOrder = 3
    end
    object chkWrap: TCheckBox
      Left = 8
      Top = 80
      Width = 153
      Height = 17
      TabStop = False
      Caption = 'Wrap aroun&d'
      TabOrder = 4
    end
  end
  object gbDir: TGroupBox
    Left = 200
    Top = 32
    Width = 81
    Height = 102
    Caption = 'Direction'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    object rdDown: TRadioButton
      Left = 8
      Top = 56
      Width = 57
      Height = 17
      Caption = 'Do&wn'
      TabOrder = 0
      TabStop = True
    end
    object rdUp: TRadioButton
      Left = 8
      Top = 32
      Width = 57
      Height = 17
      Caption = '&Up'
      TabOrder = 1
    end
  end
  object cmbFind: TComboBox
    Left = 40
    Top = 8
    Width = 241
    Height = 21
    AutoComplete = False
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ItemHeight = 13
    ParentFont = False
    TabOrder = 0
    OnEnter = cmbFindEnter
  end
  object btnFind: TCorelButton
    Left = 288
    Top = 8
    Width = 89
    Height = 25
    Caption = '&Find Next'
    Default = True
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ModalResult = 1
    ParentFont = False
    TabOrder = 3
    OnClick = btnFindClick
  end
  object btnCancel: TCorelButton
    Left = 287
    Top = 40
    Width = 89
    Height = 25
    Cancel = True
    Caption = '&Cancel'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ModalResult = 2
    ParentFont = False
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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