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

📄 setting.dfm

📁 Delphi编写 IE搜索工具条 应用bho技术
💻 DFM
字号:
object FrmSet: TFrmSet
  Left = 301
  Top = 213
  BorderStyle = bsDialog
  Caption = #36873#39033
  ClientHeight = 289
  ClientWidth = 454
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object CmdDialogButtons: TRzDialogButtons
    Left = 0
    Top = 253
    Width = 454
    CaptionOk = #30830#23450'(&O)'
    CaptionCancel = #21462#28040'(&C)'
    CaptionHelp = #24110#21161'(&H)'
    HotTrack = True
    ShowGlyphs = True
    TabOrder = 0
  end
  object PanelAll: TPanel
    Left = 0
    Top = 0
    Width = 454
    Height = 253
    Align = alClient
    BevelOuter = bvNone
    BorderWidth = 8
    TabOrder = 1
    object PanelSet: TPanel
      Left = 136
      Top = 8
      Width = 310
      Height = 237
      Align = alClient
      BevelOuter = bvLowered
      TabOrder = 2
      object Header: TRzPanel
        Left = 1
        Top = 1
        Width = 308
        Height = 26
        Align = alTop
        Alignment = taLeftJustify
        BorderOuter = fsFlat
        BorderSides = [sdRight, sdBottom]
        Caption = #24120#35268#35774#32622
        FlatColor = 10524310
        Font.Charset = GB2312_CHARSET
        Font.Color = 9856100
        Font.Height = -16
        Font.Name = #23435#20307
        Font.Style = [fsBold]
        GradientColorStyle = gcsMSOffice
        GradientColorStart = 11855600
        GradientColorStop = 9229030
        TextMargin = 4
        ParentFont = False
        TabOrder = 0
        VisualStyle = vsGradient
        WordWrap = False
      end
      object Note: TNotebook
        Left = 1
        Top = 27
        Width = 308
        Height = 209
        Align = alClient
        PageIndex = 1
        TabOrder = 1
        object TPage
          Left = 0
          Top = 0
          Caption = '0'
          object ChkSeHistory: TRzCheckBox
            Left = 8
            Top = 8
            Width = 129
            Height = 17
            Caption = #20445#23384#25628#32034#21382#21490#35760#24405
            FrameController = DM.FrameController
            HotTrack = True
            State = cbUnchecked
            TabOrder = 0
          end
        end
        object TPage
          Left = 0
          Top = 0
          Caption = '1'
          object CmdClear: TRzButton
            Left = 106
            Top = 178
            Width = 45
            Caption = #28165#31354
            HotTrack = True
            TabOrder = 0
            OnClick = CmdClearClick
          end
          object CmdDel: TRzButton
            Left = 156
            Top = 178
            Width = 45
            Caption = #21024#38500
            Enabled = False
            HotTrack = True
            TabOrder = 1
            OnClick = CmdDelClick
          end
          object CmdAdd: TRzButton
            Left = 205
            Top = 178
            Width = 45
            Caption = #26032#22686
            HotTrack = True
            TabOrder = 2
            OnClick = CmdAddClick
          end
          object CmdEdit: TRzButton
            Left = 255
            Top = 178
            Width = 45
            Caption = #32534#36753
            Enabled = False
            HotTrack = True
            TabOrder = 3
            OnClick = CmdEditClick
          end
          object LVSE: TRzListView
            Left = 8
            Top = 9
            Width = 292
            Height = 163
            Columns = <
              item
                Caption = #21517#31216
                MinWidth = 50
                Width = 95
              end
              item
                Caption = 'URL'#26684#24335
                Width = 176
              end>
            ColumnClick = False
            FlatScrollBars = True
            FrameController = DM.FrameController
            HideSelection = False
            ReadOnly = True
            RowSelect = True
            TabOrder = 4
            ViewStyle = vsReport
            OnClick = LVSEClick
            OnCustomDrawItem = LVSECustomDrawItem
          end
          object CmdUp: TRzButton
            Left = 8
            Top = 178
            Width = 45
            Caption = #19978#31227
            HotTrack = True
            TabOrder = 5
            OnClick = CmdUpClick
          end
          object CmdDown: TRzButton
            Left = 57
            Top = 178
            Width = 45
            Caption = #19979#31227
            HotTrack = True
            TabOrder = 6
            OnClick = CmdDownClick
          end
        end
      end
    end
    object Panel: TPanel
      Left = 8
      Top = 8
      Width = 120
      Height = 237
      Align = alLeft
      BevelOuter = bvNone
      TabOrder = 0
      object ToolBar: TRzToolbar
        Left = 0
        Top = 0
        Width = 120
        Height = 237
        Align = alClient
        AutoStyle = False
        Images = DM.ImageList
        ButtonWidth = 120
        ShowButtonCaptions = True
        ShowDivider = False
        TextOptions = ttoCustom
        BorderInner = fsNone
        BorderOuter = fsGroove
        BorderSides = [sdLeft, sdTop, sdRight, sdBottom]
        BorderWidth = 0
        GradientColorStyle = gcsMSOffice
        TabOrder = 0
        VisualStyle = vsGradient
        ToolbarControls = (
          BtnSetting
          BtnSE)
        object BtnSetting: TRzToolButton
          Left = 4
          Top = 2
          Width = 112
          GroupIndex = 1
          Down = True
          ImageIndex = 3
          UseToolbarButtonSize = False
          Caption = #24120#35268#35774#32622'     '
        end
        object BtnSE: TRzToolButton
          Tag = 1
          Left = 4
          Top = 27
          Width = 112
          GroupIndex = 1
          ImageIndex = 2
          UseToolbarButtonSize = False
          Caption = #25628#32034#35774#32622'     '
        end
      end
    end
    object PanelCenter: TPanel
      Left = 128
      Top = 8
      Width = 8
      Height = 237
      Align = alLeft
      BevelOuter = bvNone
      TabOrder = 1
    end
  end
end

⌨️ 快捷键说明

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