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

📄 jvqprovidertoolbarframe.xfm

📁 East make Tray Icon in delphi
💻 XFM
字号:
inherited fmeJvProviderToolbar: TfmeJvProviderToolbar
  inherited tbrToolbar: TToolBar
    Wrapable = False
    OnResize = tbrToolbarResize
    inherited tbAddItem: TToolButton
      Left = 195
    end
    inherited tbDeleteItem: TToolButton
      Left = 281
    end
    inherited tbDeleteSubItems: TToolButton
      Left = 367
    end
    inherited tbDivider1: TToolButton
      Left = 453
    end
    inherited tbMoveUp: TToolButton
      Left = 461
    end
    inherited tbMoveDown: TToolButton
      Left = 547
    end
    object tbDivider2: TToolButton
      Left = 2
      Top = 5
      Width = 8
      Height = 39
      Style = tbsSeparator
      Caption = 'tbDivider2'
      ImageIndex = 5
    end
    object pnlContexts: TPanel
      Left = 10
      Top = 5
      Width = 185
      Height = 36
      Align = alCustom
      BevelOuter = bvNone
      PopupMenu = pmToolbar
      TabOrder = 0
      OnResize = pnlContextsResize
      object cbContexts: TComboBox
        Left = 0
        Top = 7
        Width = 185
        Height = 21
        Style = csDropDownList
        Anchors = [akLeft, akRight]
        ItemHeight = 15
        PopupMenu = pmToolbar
        TabOrder = 0
      end
    end
  end
end

⌨️ 快捷键说明

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