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

📄 mxoutlookbarproeditor.dfm

📁 可以在C++中实现OutLook界面和windows资源管理器的效果。
💻 DFM
📖 第 1 页 / 共 5 页
字号:
object mxHeaderEditor: TmxHeaderEditor
  Left = 425
  Top = 254
  Width = 400
  Height = 374
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = [fsBold]
  OldCreateOrder = True
  OnClose = FormClose
  OnCreate = FormCreate
  OnResize = FormResize
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object ClientPanel: TPanel
    Left = 0
    Top = 38
    Width = 392
    Height = 290
    Align = alClient
    BevelOuter = bvNone
    BorderWidth = 2
    TabOrder = 0
    OnResize = ClientPanelResize
    object Splitter1: TSplitter
      Left = 193
      Top = 2
      Width = 3
      Height = 286
      Cursor = crHSplit
      ResizeStyle = rsUpdate
      OnMoved = Splitter1Moved
    end
    object grid_Headers: TDrawGrid
      Left = 2
      Top = 2
      Width = 191
      Height = 286
      Align = alLeft
      ColCount = 1
      DefaultRowHeight = 16
      FixedCols = 0
      RowCount = 2
      Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goRowSelect]
      PopupMenu = PopupMenu
      ScrollBars = ssVertical
      TabOrder = 0
      OnDrawCell = grid_HeadersDrawCell
      OnKeyDown = grid_HeadersKeyDown
      OnSelectCell = grid_HeadersSelectCell
      ColWidths = (
        231)
    end
    object grid_Buttons: TDrawGrid
      Left = 196
      Top = 2
      Width = 194
      Height = 286
      Align = alClient
      ColCount = 1
      DefaultRowHeight = 16
      FixedCols = 0
      RowCount = 2
      Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goRowSelect]
      PopupMenu = PopupMenu1
      ScrollBars = ssVertical
      TabOrder = 1
      OnDrawCell = Grid_ButtonsDrawCell
      OnKeyDown = Grid_ButtonsKeyDown
      OnSelectCell = Grid_ButtonsSelectCell
      ColWidths = (
        231)
    end
  end
  object StatusBar: TStatusBar
    Left = 0
    Top = 328
    Width = 392
    Height = 19
    AutoHint = True
    Panels = <>
    ParentShowHint = False
    ShowHint = True
    SimplePanel = True
  end
  object CoolBar: TCoolBar
    Left = 0
    Top = 0
    Width = 392
    Height = 38
    AutoSize = True
    Bands = <
      item
        Control = ToolBar
        ImageIndex = -1
        MinHeight = 38
        Width = 392
      end>
    EdgeBorders = []
    object ToolBar: TToolBar
      Left = 9
      Top = 0
      Width = 379
      Height = 38
      ButtonHeight = 38
      ButtonWidth = 39
      Caption = 'Header Editor ToolBar'
      DisabledImages = ImageList_Gray
      EdgeBorders = []
      Flat = True
      Images = ImageList
      ParentShowHint = False
      ShowHint = True
      TabOrder = 0
      Transparent = True
      object btn_New: TToolButton
        Left = 0
        Top = 0
        Hint = 'Create new header'
        Caption = 'btn_New'
        ImageIndex = 34
        OnClick = btn_NewClick
      end
      object btn_NewButton: TToolButton
        Left = 39
        Top = 0
        Hint = 'Create new button on selected header'
        Caption = 'btn_NewButton'
        ImageIndex = 35
        OnClick = btn_NewButtonClick
      end
      object ToolButton2: TToolButton
        Left = 78
        Top = 0
        Width = 8
        Caption = 'ToolButton2'
        ImageIndex = 34
        Style = tbsSeparator
      end
      object btn_Delete: TToolButton
        Left = 86
        Top = 0
        Hint = 'Delete selected header'
        Caption = 'btn_Delete'
        ImageIndex = 37
        OnClick = btn_DeleteClick
      end
      object btn_DeleteButton: TToolButton
        Left = 125
        Top = 0
        Hint = 'Delete selected button'
        Caption = 'btn_DeleteButton'
        ImageIndex = 35
        OnClick = btn_DeleteButtonClick
      end
      object ToolButton1: TToolButton
        Left = 164
        Top = 0
        Width = 8
        Caption = 'ToolButton1'
        ImageIndex = 4
        Style = tbsSeparator
      end
      object btn_Clear: TToolButton
        Left = 172
        Top = 0
        Hint = 'Clear all headers'
        Caption = 'btn_Clear'
        ImageIndex = 36
        OnClick = btn_ClearClick
      end
      object ToolButton4: TToolButton
        Left = 211
        Top = 0
        Width = 8
        Caption = 'ToolButton4'
        ImageIndex = 3
        Style = tbsSeparator
      end
      object btn_Close: TToolButton
        Left = 219
        Top = 0
        Hint = 'Close editor window'
        Caption = 'btn_Close'
        ImageIndex = 33
        OnClick = btn_CloseClick
      end
    end
  end
  object PopupMenu: TPopupMenu
    Left = 30
    Top = 248
    object mnu_Delete: TMenuItem
      Caption = '&Delete'
      ShortCut = 46
      OnClick = btn_DeleteClick
    end
    object N1: TMenuItem
      Caption = '-'
    end
    object mnu_New: TMenuItem
      Caption = '&New header'
      ShortCut = 45
      OnClick = btn_NewClick
    end
  end
  object ImageList: TImageList

⌨️ 快捷键说明

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