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

📄 find.dfm

📁 著名的Handle
💻 DFM
字号:
object frmFind: TfrmFind
  Left = 373
  Top = 532
  BorderStyle = bsDialog
  Caption = 'Find Text'
  ClientHeight = 159
  ClientWidth = 346
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 12
    Width = 56
    Height = 13
    Caption = 'Text to find:'
    FocusControl = cbFindText
  end
  object cbFindText: TComboBox
    Left = 72
    Top = 8
    Width = 185
    Height = 21
    ItemHeight = 13
    TabOrder = 0
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 32
    Width = 121
    Height = 57
    Caption = ' Options '
    TabOrder = 1
    object cbMatchCase: TCheckBox
      Left = 8
      Top = 16
      Width = 97
      Height = 17
      Caption = '&Case sensitive'
      TabOrder = 0
    end
    object cbWholeWord: TCheckBox
      Left = 8
      Top = 32
      Width = 105
      Height = 17
      Caption = '&Whole words only'
      TabOrder = 1
    end
  end
  object btnFind: TButton
    Left = 264
    Top = 8
    Width = 75
    Height = 25
    Caption = 'Find'
    Default = True
    ModalResult = 1
    TabOrder = 2
    OnClick = btnFindClick
  end
  object btnCancel: TButton
    Left = 264
    Top = 40
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 3
  end
  object GroupBox2: TGroupBox
    Left = 136
    Top = 32
    Width = 121
    Height = 57
    Caption = ' Direction '
    TabOrder = 4
    object rbForward: TRadioButton
      Left = 8
      Top = 16
      Width = 105
      Height = 17
      Caption = 'Forwar&d'
      Checked = True
      TabOrder = 0
      TabStop = True
    end
    object rbBackward: TRadioButton
      Left = 8
      Top = 32
      Width = 105
      Height = 17
      Caption = '&Backward'
      TabOrder = 1
    end
  end
  object GroupBox3: TGroupBox
    Left = 8
    Top = 96
    Width = 121
    Height = 57
    Caption = ' Scope '
    TabOrder = 5
    object rbGlobal: TRadioButton
      Left = 8
      Top = 16
      Width = 105
      Height = 17
      Caption = '&Global'
      Checked = True
      TabOrder = 0
      TabStop = True
    end
    object rbSelectedOnly: TRadioButton
      Left = 8
      Top = 32
      Width = 105
      Height = 17
      Caption = '&Selected only'
      TabOrder = 1
    end
  end
  object GroupBox4: TGroupBox
    Left = 136
    Top = 96
    Width = 121
    Height = 57
    Caption = ' Origin '
    TabOrder = 6
    object rbFromCursor: TRadioButton
      Left = 8
      Top = 16
      Width = 105
      Height = 17
      Caption = '&From cursor'
      Checked = True
      TabOrder = 0
      TabStop = True
    end
    object rbEntireScope: TRadioButton
      Left = 8
      Top = 32
      Width = 105
      Height = 17
      Caption = '&Entire scope'
      TabOrder = 1
    end
  end
end

⌨️ 快捷键说明

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