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

📄 olbarmainformu.dfm

📁 East make Tray Icon in delphi
💻 DFM
📖 第 1 页 / 共 5 页
字号:
object OLBarMainForm: TOLBarMainForm
  Left = 229
  Top = 185
  ActiveControl = RichEdit1
  AutoScroll = False
  Caption = 'JvOutlookBar Demo'
  ClientHeight = 388
  ClientWidth = 697
  Color = clBtnFace
  Constraints.MinHeight = 300
  Constraints.MinWidth = 220
  DefaultMonitor = dmDesktop
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  Scaled = False
  ShowHint = True
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Splitter1: TSplitter
    Left = 135
    Top = 0
    Width = 5
    Height = 369
    AutoSnap = False
    ResizeStyle = rsUpdate
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 369
    Width = 697
    Height = 19
    Panels = <>
  end
  object JvOutlookBar1: TJvOutlookBar
    Left = 0
    Top = 0
    Width = 135
    Height = 369
    Hint = 'Right-click the bar to see the options'
    Align = alLeft
    Pages = <
      item
        Buttons = <
          item
            Caption = 'Today'
            ImageIndex = 0
            Tag = 0
            AutoToggle = False
          end
          item
            Caption = 'Inbox'
            ImageIndex = 1
            Tag = 0
            AutoToggle = False
          end
          item
            Caption = 'Calendar'
            ImageIndex = 2
            Tag = 0
            AutoToggle = False
          end
          item
            Caption = 'Contacts'
            ImageIndex = 3
            Tag = 0
            AutoToggle = False
          end
          item
            Caption = 'Tasks'
            ImageIndex = 4
            Tag = 0
            AutoToggle = False
          end
          item
            Caption = 'Deleted'
            ImageIndex = 5
            Tag = 0
            AutoToggle = False
          end>
        ButtonSize = olbsLarge
        Caption = 'Standard Shortcuts'
        Color = 4210816
        DownFont.Charset = DEFAULT_CHARSET
        DownFont.Color = clWindowText
        DownFont.Height = -11
        DownFont.Name = 'MS Sans Serif'
        DownFont.Style = []
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWhite
        Font.Height = -11
        Font.Name = 'Tahoma'
        Font.Style = []
        ParentColor = False
        TopButtonIndex = 0
      end
      item
        Buttons = <
          item
            Caption = 'Drafts'
            ImageIndex = 6
            Tag = 0
            AutoToggle = False
          end
          item
            Caption = 'Outbox'
            ImageIndex = 7
            Tag = 0
            AutoToggle = False
          end
          item
            Caption = 'Sent Items'
            ImageIndex = 8
            Tag = 0
            AutoToggle = False
          end
          item
            Caption = 'Journal'
            ImageIndex = 9
            Tag = 0
            AutoToggle = False
          end>
        ButtonSize = olbsLarge
        Caption = 'My Shortcuts'
        Color = clDefault
        DownFont.Charset = DEFAULT_CHARSET
        DownFont.Color = clWindowText
        DownFont.Height = -11
        DownFont.Name = 'MS Sans Serif'
        DownFont.Style = []
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWhite
        Font.Height = -11
        Font.Name = 'Tahoma'
        Font.Style = []
        ParentColor = False
        TopButtonIndex = 0
      end
      item
        Buttons = <
          item
            Caption = 'My Computer'
            ImageIndex = 10
            Tag = 0
            AutoToggle = False
          end
          item
            Caption = 'My Documents'
            ImageIndex = 11
            Tag = 0
            AutoToggle = False
          end
          item
            Caption = 'Favorites'
            ImageIndex = 12
            Tag = 0
            AutoToggle = False
          end>
        ButtonSize = olbsLarge
        Caption = 'Other Shortcuts'
        Color = clNone
        DownFont.Charset = DEFAULT_CHARSET
        DownFont.Color = clWindowText
        DownFont.Height = -11
        DownFont.Name = 'MS Sans Serif'
        DownFont.Style = []
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWhite
        Font.Height = -11
        Font.Name = 'Tahoma'
        Font.Style = []
        ParentColor = False
        TopButtonIndex = 0
      end>
    LargeImages = ImageList1
    SmallImages = ImageList2
    ActivePageIndex = 2
    OnButtonClick = JvOutlookBar1ButtonClick
    OnPageChange = JvOutlookBar1PageChange
    OnPageChanging = JvOutlookBar1PageChanging
    BorderStyle = bsNone
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    PopupMenu = popOL
    TabOrder = 1
    OnContextPopup = JvOutlookBar1ContextPopup
  end
  object Panel1: TPanel
    Left = 140
    Top = 0
    Width = 557
    Height = 369
    Align = alClient
    BevelOuter = bvNone
    TabOrder = 2
    object Panel2: TPanel
      Left = 0
      Top = 306
      Width = 557
      Height = 63
      Align = alBottom
      BevelOuter = bvNone
      TabOrder = 0
      object Button1: TButton
        Left = 5
        Top = 11
        Width = 91
        Height = 25
        Caption = 'Assign images'
        TabOrder = 0
        OnClick = Button1Click
      end
      object chkSmallImages: TCheckBox

⌨️ 快捷键说明

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