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

📄 ebarmdidemomain.dfm

📁 胜天进销存源码,国产优秀的进销存
💻 DFM
📖 第 1 页 / 共 5 页
字号:
      Caption = '&New'
      Category = 0
      Hint = 'New'
      Visible = ivAlways
      OnClick = dxBarButtonNewClick
      HotImageIndex = 26
      LargeImageIndex = 26
    end
    object dxBarButtonOpen: TdxBarLargeButton
      Caption = '&Open...'
      Category = 0
      Hint = 'Open'
      Visible = ivAlways
      ShortCut = 16463
      OnClick = dxBarButtonOpenClick
      HotImageIndex = 24
      LargeImageIndex = 24
    end
    object dxBarButtonClose: TdxBarLargeButton
      Caption = '&Close'
      Category = 0
      Hint = 'Close'
      Visible = ivAlways
      OnClick = dxBarButtonCloseClick
      HotImageIndex = 35
      LargeImageIndex = 35
    end
    object dxBarButtonSave: TdxBarLargeButton
      Caption = '&Save'
      Category = 0
      Hint = 'Save'
      Visible = ivAlways
      ShortCut = 16467
      OnClick = dxBarButtonSaveClick
      HotImageIndex = 5
      LargeImageIndex = 5
    end
    object dxBarButtonSaveAs: TdxBarLargeButton
      Caption = 'Save &As...'
      Category = 0
      Hint = 'Save As'
      Visible = ivAlways
      OnClick = dxBarButtonSaveAsClick
      HotImageIndex = 36
      LargeImageIndex = 36
    end
    object dxBarSubItemFile: TdxBarSubItem
      Caption = '&File'
      Category = 4
      Visible = ivAlways
      ItemLinks = <
        item
          Item = dxBarButtonNew
          Visible = True
        end
        item
          Item = dxBarButtonOpen
          Visible = True
        end
        item
          Item = dxBarButtonClose
          Visible = True
        end
        item
          BeginGroup = True
          Item = dxBarButtonSave
          Visible = True
        end
        item
          Item = dxBarButtonSaveAs
          Visible = True
        end
        item
          BeginGroup = True
          Item = dxBarButtonPrint
          Visible = True
        end
        item
          BeginGroup = True
          Item = dxBarMRUFiles
          Visible = True
        end
        item
          BeginGroup = True
          Item = dxBarButtonExit
          Visible = True
        end>
    end
    object dxBarSubItemEdit: TdxBarSubItem
      Caption = '&Edit'
      Category = 4
      Visible = ivAlways
      ItemLinks = <
        item
          Item = dxBarButtonUndo
          Visible = True
        end
        item
          BeginGroup = True
          Item = dxBarButtonCut
          Visible = True
        end
        item
          Item = dxBarButtonCopy
          Visible = True
        end
        item
          Item = dxBarButtonPaste
          Visible = True
        end
        item
          BeginGroup = True
          Item = dxBarButtonClear
          Visible = True
        end
        item
          Item = dxBarButtonSelectAll
          Visible = True
        end
        item
          BeginGroup = True
          Item = dxBarButtonFind
          Visible = True
        end
        item
          Item = dxBarButtonReplace
          Visible = True
        end>
    end
    object dxBarSubItemFormat: TdxBarSubItem
      Caption = 'F&ormat'
      Category = 4
      Visible = ivAlways
      ItemLinks = <
        item
          Item = dxBarButtonFont
          Visible = True
        end
        item
          BeginGroup = True
          Item = dxBarButtonBullets
          Visible = True
        end
        item
          Item = dxBarButtonProtected
          Visible = True
        end
        item
          BeginGroup = True
          Item = dxBarComboFontColor
          Visible = True
        end>
    end
    object dxBarSubItemWindow: TdxBarSubItem
      Caption = '&Window'
      Category = 4
      Visible = ivAlways
      ItemLinks = <
        item
          Item = dxBarButtonNewWindow
          Visible = True
        end
        item
          Item = dxBarButtonArrangeAll
          Visible = True
        end
        item
          Item = dxBarListWindows
          Visible = True
        end>
    end
    object dxBarButtonPrint: TdxBarLargeButton
      Caption = '&Print...'
      Category = 0
      Hint = 'Print'
      Visible = ivAlways
      OnClick = dxBarButtonPrintClick
      HotImageIndex = 6
      LargeImageIndex = 6
    end
    object dxBarButtonExit: TdxBarLargeButton
      Caption = 'E&xit'
      Category = 0
      Hint = 'Exit'
      Visible = ivAlways
      ShortCut = 32856
      OnClick = dxBarButtonExitClick
      HotImageIndex = 28
      LargeImageIndex = 28
    end
    object dxBarButtonUndo: TdxBarLargeButton
      Caption = '&Undo'
      Category = 1
      Hint = 'Undo'
      Visible = ivAlways
      ShortCut = 16474
      OnClick = dxBarButtonUndoClick
      HotImageIndex = 7
      LargeImageIndex = 7
    end
    object dxBarButtonCut: TdxBarLargeButton
      Caption = 'Cu&t'
      Category = 1
      Hint = 'Cut'
      Visible = ivAlways
      ShortCut = 16472
      OnClick = dxBarButtonCutClick
      HotImageIndex = 8
      LargeImageIndex = 8
    end
    object dxBarButtonCopy: TdxBarLargeButton
      Caption = '&Copy'
      Category = 1
      Hint = 'Copy'
      Visible = ivAlways
      ShortCut = 16451
      OnClick = dxBarButtonCopyClick
      HotImageIndex = 9
      LargeImageIndex = 9
    end
    object dxBarButtonPaste: TdxBarLargeButton
      Caption = '&Paste'
      Category = 1
      Hint = 'Paste'
      Visible = ivAlways
      ShortCut = 16470
      OnClick = dxBarButtonPasteClick
      HotImageIndex = 10
      LargeImageIndex = 10
    end
    object dxBarButtonClear: TdxBarLargeButton
      Caption = 'Cle&ar'
      Category = 1
      Hint = 'Clear'
      Visible = ivAlways
      OnClick = dxBarButtonClearClick
      HotImageIndex = 34
      LargeImageIndex = 34
    end
    object dxBarButtonSelectAll: TdxBarLargeButton
      Caption = 'Select A&ll'
      Category = 1
      Hint = 'Select All'
      Visible = ivAlways
      ShortCut = 16449
      OnClick = dxBarButtonSelectAllClick
      HotImageIndex = 33
      LargeImageIndex = 33
    end
    object dxBarButtonFind: TdxBarLargeButton
      Caption = '&Find...'
      Category = 1
      Hint = 'Find'
      Visible = ivAlways
      ShortCut = 16454
      OnClick = dxBarButtonFindClick
      HotImageIndex = 12
      LargeImageIndex = 12
    end
    object dxBarButtonReplace: TdxBarLargeButton
      Caption = 'R&eplace...'
      Category = 1
      Hint = 'Replace'
      Visible = ivAlways
      ShortCut = 16456
      OnClick = dxBarButtonReplaceClick
      HotImageIndex = 13
      LargeImageIndex = 13
    end
    object dxBarComboFontSize: TdxBarCombo
      Caption = '&Size:'
      Category = 2
      Hint = 'Font Size'
      Visible = ivAlways
      OnChange = dxBarComboFontSizeChange
      Glyph.Data = {
        F6000000424DF600000000000000760000002800000010000000100000000100
        0400000000008000000000000000000000001000000010000000000000000000
        80000080000000808000800000008000800080800000C0C0C000808080000000
        FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
        7777777777777777777777777777777777770000777700000707780777777008
        7000770077778007770777800000008777077770077800777707777808700877
        7707777700800777770777778000877777077777700077777000777778087777
        7707777777808080808777777777777777777777777777777777}
      Width = 50
      OnClick = dxBarButtonFontClick
      DropDownCount = 12
      Items.Strings = (
        '8'
        '9'
        '10'
        '11'
        '12'
        '14'
        '16'
        '18'
        '20'
        '22'
        '24'
        '26'
        '28'
        '36'
        '48'
        '72')
      ItemIndex = -1
    end
    object dxBarButtonBold: TdxBarLargeButton
      Caption = '&Bold'
      Category = 2
      Hint = 'Bold'
      Visible = ivAlways
      ButtonStyle = bsChecked
      OnClick = dxBarButtonBoldClick
      HotImageIndex = 14
      LargeImageIndex = 14

⌨️ 快捷键说明

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