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

📄 menuresourceform.dfm

📁 學習資料網上下載
💻 DFM
字号:
inherited fmMenuResource: TfmMenuResource
  Left = 395
  Top = 221
  Caption = 'fmMenuResource'
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Splitter1: TSplitter
    Left = 185
    Top = 0
    Width = 3
    Height = 455
    Cursor = crHSplit
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 185
    Height = 455
    Align = alLeft
    BevelOuter = bvLowered
    FullRepaint = False
    TabOrder = 0
    object PropertyListBox1: TPropertyListBox
      Left = 1
      Top = 1
      Width = 183
      Height = 453
      VertScrollBar.Increment = 17
      VertScrollBar.Range = 85
      Align = alClient
      AutoScroll = False
      BorderStyle = bsNone
      Properties = <
        item
          PropertyName = 'Caption'
          PropertyType = ptString
          Tag = 0
        end
        item
          PropertyName = 'Shortcut'
          PropertyType = ptEnum
          Tag = 0
        end
        item
          PropertyName = 'ID'
          PropertyType = ptInteger
          Tag = 0
        end
        item
          PropertyName = 'Enabled'
          PropertyType = ptBoolean
          Tag = 0
        end
        item
          PropertyName = 'Checked'
          PropertyType = ptBoolean
          Tag = 0
        end>
      OnPropertyChanged = PropertyListBox1PropertyChanged
    end
  end
  object Panel2: TPanel
    Left = 188
    Top = 0
    Width = 513
    Height = 455
    Align = alClient
    BevelOuter = bvLowered
    FullRepaint = False
    TabOrder = 1
    object MenuDesigner1: TMenuDesigner
      Left = 1
      Top = 1
      Width = 511
      Height = 453
      OnSelectedItemChange = MenuDesigner1SelectedItemChange
      Align = alClient
      UseDockManager = False
      PopupMenu = PopupMenu1
      TabOrder = 0
      TabStop = True
      OnKeyDown = MenuDesigner1KeyDown
    end
  end
  object alMenu: TActionList
    Left = 660
    Top = 40
    object actMenuDeleteItem: TAction
      Category = 'Menu'
      Caption = '&Delete Item'
      ShortCut = 46
      OnExecute = actMenuDeleteItemExecute
    end
    object actMenuInsertItem: TAction
      Category = 'Menu'
      Caption = '&Add &Item Before'
      ShortCut = 45
      OnExecute = actMenuInsertItemExecute
    end
    object actMenuAppendItem: TAction
      Category = 'Menu'
      Caption = '&Add Item After'
      ShortCut = 8237
      OnExecute = actMenuAppendItemExecute
    end
    object actMenuAddChildItem: TAction
      Category = 'Menu'
      Caption = 'Add &Child Item'
      OnExecute = actMenuAddChildItemExecute
    end
  end
  object mnuMenu: TMainMenu
    Left = 660
    Top = 80
    object mnuMenuITem: TMenuItem
      Caption = '&Menu'
      object InsetrItem2: TMenuItem
        Action = actMenuInsertItem
      end
      object AddItemAfter2: TMenuItem
        Action = actMenuAppendItem
      end
      object AddChildItem2: TMenuItem
        Action = actMenuAddChildItem
      end
      object N2: TMenuItem
        Caption = '-'
      end
      object mnuMenuDeleteItem: TMenuItem
        Action = actMenuDeleteItem
      end
    end
  end
  object PopupMenu1: TPopupMenu
    Left = 660
    Top = 120
    object InsetrItem1: TMenuItem
      Action = actMenuInsertItem
    end
    object AddItemAfter1: TMenuItem
      Action = actMenuAppendItem
    end
    object AddChildItem1: TMenuItem
      Action = actMenuAddChildItem
    end
    object N1: TMenuItem
      Caption = '-'
    end
    object pomMenuDeleteITem: TMenuItem
      Action = actMenuDeleteItem
    end
  end
end

⌨️ 快捷键说明

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