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

📄 ebarsutils.dfm

📁 胜天进销存源码,国产优秀的进销存
💻 DFM
字号:
object dmCommonData: TdmCommonData
  OldCreateOrder = False
  Left = 430
  Top = 127
  Height = 435
  Width = 789
  object alMain: TActionList
    Left = 96
    Top = 208
    object actSBarsHelp: TAction
      Category = 'Help'
      Caption = 'Express SideBar Help'
      Hint = 'Express &SideBar Help'
      ImageIndex = 0
      OnExecute = actSBarsHelpExecute
    end
    object actBarsHelp: TAction
      Category = 'Help'
      Caption = 'Express&Bars 6 Help'
      Hint = 'Starts the ExpressBars6 help system'
      ImageIndex = 0
      OnExecute = actBarsHelpExecute
    end
    object actDockingHelp: TAction
      Category = 'Help'
      Caption = 'Express D&ocking Library Help'
      Hint = 'Starts the Express Docking Library help system'
      ImageIndex = 0
      OnExecute = actDockingHelpExecute
    end
    object actRateDemo: TAction
      Category = 'Help'
      Caption = '&Rate this demo...'
      Hint = 'Send feedback to Developer Express'
      ImageIndex = 1
      OnExecute = actRateDemoExecute
    end
    object actMyDX: TAction
      Category = 'Help'
      Caption = 'DevExpress Client C&enter'
      Hint = 'Launches the Developer Express Client Center webpage'
      ImageIndex = 2
      OnExecute = actMyDXExecute
    end
    object actDownloads: TAction
      Category = 'Help'
      Caption = 'Developer Express &Downloads'
      Hint = 
        'Launches the webpage with the list of available downloads of De' +
        'veloper Express products'
      ImageIndex = 2
      OnExecute = actDownloadsExecute
    end
    object actSupport: TAction
      Category = 'Help'
      Caption = 'DevExpress Support &Center'
      Hint = 'Launches the webpage with the Developer Express Support Center'
      ImageIndex = 2
      OnExecute = actSupportExecute
    end
    object actProducts: TAction
      Category = 'Help'
      Caption = 'Developer Express &Products'
      Hint = 
        'Launches the webpage with the list of Developer Express product' +
        's'
      ImageIndex = 2
      OnExecute = actProductsExecute
    end
    object actDXOnTheWeb: TAction
      Category = 'Help'
      Caption = 'Developer Express on the &Web'
      Hint = 'Launches the official website of Developer Express'
      ImageIndex = 3
      OnExecute = actDXOnTheWebExecute
    end
    object actAbout: TAction
      Category = 'Options'
      Caption = '&About'
      Checked = True
      Hint = 'Display the description of the current demo'
      OnExecute = actAboutExecute
    end
  end
end

⌨️ 快捷键说明

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