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

📄 search.dfm

📁 Delphi编写 IE搜索工具条 应用bho技术
💻 DFM
字号:
object FrmSearch: TFrmSearch
  Left = 381
  Top = 245
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = #33258#23450#20041#25628#32034#24341#25806
  ClientHeight = 190
  ClientWidth = 336
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object LbName: TLabel
    Left = 8
    Top = 12
    Width = 36
    Height = 12
    Caption = #21517#31216#65306
    Transparent = True
  end
  object LbFormat: TLabel
    Left = 8
    Top = 32
    Width = 36
    Height = 12
    Caption = #26684#24335#65306
    Transparent = True
  end
  object LbExplain: TLabel
    Left = 53
    Top = 109
    Width = 192
    Height = 12
    Caption = 'URL'#26684#24335#20013#30340#20851#38190#23383#21344#20301#31526#20026#8220'[%]'#8221
    Transparent = True
  end
  object TxtName: TRzEdit
    Left = 48
    Top = 8
    Width = 281
    Height = 20
    FrameController = DM.FrameController
    TabOrder = 0
    OnKeyUp = TxtNameKeyUp
    OnMouseUp = TxtNameMouseUp
  end
  object TxtFormat: TRzMemo
    Left = 48
    Top = 32
    Width = 281
    Height = 65
    ScrollBars = ssVertical
    TabOrder = 1
    OnKeyUp = TxtFormatKeyUp
    OnMouseUp = TxtFormatMouseUp
    FrameController = DM.FrameController
  end
  object CmdInsert: TRzButton
    Left = 253
    Top = 103
    Caption = #25554#20837'[%](&I)'
    Enabled = False
    HotTrack = True
    TabOrder = 2
    OnClick = CmdInsertClick
  end
  object ChkDef: TRzCheckBox
    Left = 48
    Top = 136
    Width = 145
    Height = 17
    Caption = #35774#32622#20026#40664#35748#25628#32034#39033'(&D)'
    FrameController = DM.FrameController
    HotTrack = True
    State = cbUnchecked
    TabOrder = 3
  end
  object CmdBtn: TRzDialogButtons
    Left = 0
    Top = 154
    Width = 336
    CaptionOk = #30830#23450'(&O)'
    CaptionCancel = #21462#28040'(&C)'
    CaptionHelp = #24110#21161'(&H)'
    HotTrack = True
    ShowGlyphs = True
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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