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

📄 search_frm.dfm

📁 自己写的一个 RSS 阅读器
💻 DFM
字号:
object fmSearch: TfmSearch
  Left = 254
  Top = 278
  BorderStyle = bsDialog
  Caption = 'fmSearch'
  ClientHeight = 274
  ClientWidth = 435
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 65
    Height = 13
    AutoSize = False
    Caption = 'Search string : '
  end
  object Button1: TButton
    Left = 352
    Top = 26
    Width = 75
    Height = 25
    Caption = '&Search'
    Default = True
    TabOrder = 0
    OnClick = Button1Click
  end
  object AutoCloseBox: TCheckBox
    Left = 8
    Top = 240
    Width = 337
    Height = 17
    Caption = '&Auto close'
    Checked = True
    State = cbChecked
    TabOrder = 1
    OnClick = AutoCloseBoxClick
  end
  object Button4: TButton
    Left = 352
    Top = 56
    Width = 75
    Height = 25
    Cancel = True
    Caption = '&Close'
    TabOrder = 2
    OnClick = Button4Click
  end
  object CheckTreeView1: TJvCheckTreeView
    Left = 8
    Top = 52
    Width = 337
    Height = 181
    Indent = 19
    ReadOnly = True
    ShowRoot = False
    TabOrder = 3
    OnCustomDrawItem = CheckTreeView1CustomDrawItem
    LineColor = clScrollBar
    Checkboxes = True
    CheckBoxOptions.Style = cbsNative
    CheckBoxOptions.CascadeLevels = 1
  end
  object Edit1: TEdit
    Left = 8
    Top = 28
    Width = 337
    Height = 21
    TabOrder = 4
    Text = 'Edit1'
  end
end

⌨️ 快捷键说明

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