Compact.config
上传用户:simon2hong
上传日期:2021-11-18
资源大小:16746k
文件大小:1k
源码类别:

OA系统

开发平台:

C#

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3. <!--definition see shared/common.config-->
  4. <contextmenus>
  5. <ref name="Undo" />
  6. <spliter />
  7. <ref name="Cut" />
  8. <ref name="Copy" />
  9. <ref name="Paste" />
  10. <ref name="Delete" />
  11. <spliter />
  12. <ref name="SelectAll" />
  13. <ref name="EditGroup" />
  14. <ref name="FormattingGroup" />
  15. <ref name="InsertGroup" />
  16. <special type="tags"/>
  17. <special type="verbs"/>
  18. <special type="relative"/>
  19. <special type="style" />
  20. <special type="property" />
  21. </contextmenus>
  22. </configuration>