home *** CD-ROM | disk | FTP | other *** search
/ distrib.akp.su/Programming/Vb-6+Rus/ / distrib.akp.su.tar / distrib.akp.su / Programming / Vb-6+Rus / COMMON / TOOLS / VS-ENT98 / VMODELER / VS.MNU < prev    next >
Text File  |  1998-06-18  |  2KB  |  87 lines

  1. Menu Browse
  2. {
  3.   Separator
  4.     Option "&Source Code"
  5.     {
  6.     enable %selected_items:empty:false
  7.     InterfaceEvent VisualStudio OnBrowseSource
  8.     }
  9. }
  10. Menu Tools
  11. {    
  12.     Separator
  13.     Option "&Assign to New Component..."
  14.     {
  15.     enable %model:writeable
  16.     RoseScript $VSADDIN_SCRIPT_PATH\rvsonassign.ebx
  17.     }
  18.     Option "&Generate Code"
  19.     {
  20.     enable %model:writeable
  21.     InterfaceEvent VisualStudio OnGenerateCode
  22.     }
  23.     Option "Class &Wizard..."
  24.     {
  25.     enable %model:writeable
  26.     RoseScript $VSADDIN_SCRIPT_PATH\RVBClassWiz.ebx
  27.     }
  28. }
  29.  
  30. Menu Help
  31. {
  32.       Separator
  33.        Menu "Microsoft on the &Web"
  34.     {
  35.         Option "&Free Stuff"
  36.         {
  37.             RoseScript $VSADDIN_SCRIPT_PATH\RVBWebGoFree.ebx
  38.         }
  39.  
  40.         Option "&Product News"
  41.         {
  42.             RoseScript $VSADDIN_SCRIPT_PATH\RVBWebGoNews.ebx
  43.         }
  44.  
  45.         Option "Frequently Asked &Questions"
  46.         {
  47.             RoseScript $VSADDIN_SCRIPT_PATH\RVBWebGoFAQ.ebx
  48.         }
  49.  
  50.         Option "Online &Support"
  51.         {
  52.             RoseScript $VSADDIN_SCRIPT_PATH\RVBWebGoSupport.ebx
  53.         }
  54.         Separator
  55.         Option "For &Developers Only Home Page"
  56.         {
  57.             RoseScript $VSADDIN_SCRIPT_PATH\RVBWebGoDevOnly.ebx
  58.         }
  59.         Option "Send Feedbac&k"
  60.         {
  61.             RoseScript $VSADDIN_SCRIPT_PATH\RVBWebGoFeedback.ebx
  62.         }
  63.         Option "&Best of the Web"
  64.         {
  65.             RoseScript $VSADDIN_SCRIPT_PATH\RVBWebGoBest.ebx
  66.         }
  67.         Option "Search the &Web"
  68.         {
  69.             RoseScript $VSADDIN_SCRIPT_PATH\RVBWebGoSearch.ebx
  70.         }
  71.         Option "Web &Tutorial"
  72.         {
  73.             RoseScript $VSADDIN_SCRIPT_PATH\RVBWebGoTutorial.ebx
  74.         }
  75.              Separator
  76.         Option "Microsoft &Home Page"
  77.         {
  78.             RoseScript $VSADDIN_SCRIPT_PATH\RVBWebGoMicrosoft.ebx
  79.         }
  80.     }
  81.     Separator
  82.     Option "&About Visual Modeler..."
  83.     {
  84.         RoseScript $VSADDIN_SCRIPT_PATH\RVBAbout.ebx
  85.     }
  86. }
  87.