EBarsUtils.dfm
上传用户:yjb1804
上传日期:2021-01-30
资源大小:3105k
文件大小:3k
源码类别:

Email服务器

开发平台:

Delphi

  1. object dmCommonData: TdmCommonData
  2.   Left = 430
  3.   Top = 127
  4.   Height = 435
  5.   Width = 789
  6.   object alMain: TActionList
  7.     Left = 96
  8.     Top = 208
  9.     object actSBarsHelp: TAction
  10.       Category = 'Help'
  11.       Caption = 'Express SideBar Help'
  12.       Hint = 'Express &SideBar Help'
  13.       ImageIndex = 0
  14.       OnExecute = actSBarsHelpExecute
  15.     end
  16.     object actBarsHelp: TAction
  17.       Category = 'Help'
  18.       Caption = 'Express&Bars 6 Help'
  19.       Hint = 'Starts the ExpressBars6 help system'
  20.       ImageIndex = 0
  21.       OnExecute = actBarsHelpExecute
  22.     end
  23.     object actDockingHelp: TAction
  24.       Category = 'Help'
  25.       Caption = 'Express D&ocking Library Help'
  26.       Hint = 'Starts the Express Docking Library help system'
  27.       ImageIndex = 0
  28.       OnExecute = actDockingHelpExecute
  29.     end
  30.     object actRateDemo: TAction
  31.       Category = 'Help'
  32.       Caption = '&Rate this demo...'
  33.       Hint = 'Send feedback to Developer Express'
  34.       ImageIndex = 1
  35.       OnExecute = actRateDemoExecute
  36.     end
  37.     object actMyDX: TAction
  38.       Category = 'Help'
  39.       Caption = 'DevExpress Client C&enter'
  40.       Hint = 'Launches the Developer Express Client Center webpage'
  41.       ImageIndex = 2
  42.       OnExecute = actMyDXExecute
  43.     end
  44.     object actDownloads: TAction
  45.       Category = 'Help'
  46.       Caption = 'Developer Express &Downloads'
  47.       Hint = 
  48.         'Launches the webpage with the list of available downloads of De' +
  49.         'veloper Express products'
  50.       ImageIndex = 2
  51.       OnExecute = actDownloadsExecute
  52.     end
  53.     object actSupport: TAction
  54.       Category = 'Help'
  55.       Caption = 'DevExpress Support &Center'
  56.       Hint = 'Launches the webpage with the Developer Express Support Center'
  57.       ImageIndex = 2
  58.       OnExecute = actSupportExecute
  59.     end
  60.     object actProducts: TAction
  61.       Category = 'Help'
  62.       Caption = 'Developer Express &Products'
  63.       Hint = 
  64.         'Launches the webpage with the list of Developer Express product' +
  65.         's'
  66.       ImageIndex = 2
  67.       OnExecute = actProductsExecute
  68.     end
  69.     object actDXOnTheWeb: TAction
  70.       Category = 'Help'
  71.       Caption = 'Developer Express on the &Web'
  72.       Hint = 'Launches the official website of Developer Express'
  73.       ImageIndex = 3
  74.       OnExecute = actDXOnTheWebExecute
  75.     end
  76.     object actAbout: TAction
  77.       Category = 'Options'
  78.       Caption = '&About'
  79.       Checked = True
  80.       Hint = 'Display the description of the current demo'
  81.       OnExecute = actAboutExecute
  82.     end
  83.   end
  84. end