home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September / CHIP_CD_2004-09.iso / software / custombar / CustomBar_trial_100_setup.exe / menu_msoffice.tds < prev    next >
Encoding:
INI File  |  2003-11-28  |  2.2 KB  |  102 lines

  1. [TDS]
  2. {TDSHost Information}
  3.  
  4. App     = "QuickLinks"
  5. Name    = "MS Office Menu"
  6.  
  7. [@SETTINGS]
  8. @IncStart = 1
  9.  
  10. [@CONST]
  11.  
  12. OfficeFullPath  = "\#Menu.OfficeFolder#\\\#Menu.OfficeSubFolder#"
  13.  
  14. [MENU]
  15.  
  16. TrayIcon = ""
  17. QuitIcon = ""
  18.  
  19. ' If ItemsPerColumn is -1, QuickLinks performs the following calculation to determine how   
  20. ' menu items should be shown per column:  
  21. '  
  22. ' (VerticalResolution / ItemVertSize) - ItemVertMargin  
  23.   
  24. ItemsPerColumn = -1  
  25. ItemVertSize   = 18  
  26. ItemVertMargin = 0
  27.  
  28. [@INC]
  29. {MenuItem}
  30. Name   = "MS Access"
  31. Shell  = "open" 
  32. Path   = "\#OfficeFullPath#\\msaccess.exe"
  33. Dir    = "\#OfficeFullPath#"
  34. Icon   = "&\#OfficeFullPath#\\msaccess.exe"
  35. IgnoreIfInvalidPath = true
  36.  
  37. [@INC]
  38. {MenuItem}
  39. Name   = "MS Excel"
  40. Shell  = "open" 
  41. Path   = "\#OfficeFullPath#\\excel.exe"
  42. Dir    = "\#OfficeFullPath#"
  43. Icon   = "&\#OfficeFullPath#\\excel.exe"
  44. IgnoreIfInvalidPath = true
  45.  
  46. [@INC]
  47. {MenuItem}
  48. Name   = "MS Frontpage"
  49. Shell  = "open" 
  50. Path   = "\#OfficeFullPath#\\frontpg.exe"
  51. Dir    = "\#OfficeFullPath#"
  52. Icon   = "&\#OfficeFullPath#\\frontpg.exe"
  53. IgnoreIfInvalidPath = true
  54.  
  55. [@INC]
  56. {MenuItem}
  57. Name   = "MS InfoPath"
  58. Shell  = "open" 
  59. Path   = "\#OfficeFullPath#\\infopath.exe"
  60. Dir    = "\#OfficeFullPath#"
  61. Icon   = "&\#OfficeFullPath#\\infopath.exe"
  62. IgnoreIfInvalidPath = true
  63.  
  64. [@INC]
  65. {MenuItem}
  66. Name   = "MS Outlook"
  67. Shell  = "open" 
  68. Path   = "\#OfficeFullPath#\\outlook.exe"
  69. Dir    = "\#OfficeFullPath#"
  70. Icon   = "&\#OfficeFullPath#\\outlook.exe"
  71. IgnoreIfInvalidPath = true
  72.  
  73. [@INC]
  74. {MenuItem}
  75. Name   = "MS PowerPoint"
  76. Shell  = "open" 
  77. Path   = "\#OfficeFullPath#\\powerpnt.exe"
  78. Dir    = "\#OfficeFullPath#"
  79. Icon   = "&\#OfficeFullPath#\\powerpnt.exe"
  80. IgnoreIfInvalidPath = true
  81.  
  82. [@INC]
  83. {MenuItem}
  84. Name   = "MS Publisher"
  85. Shell  = "open" 
  86. Path   = "\#OfficeFullPath#\\mspub.exe"
  87. Dir    = "\#OfficeFullPath#"
  88. Icon   = "&\#OfficeFullPath#\\mspub.exe"
  89. IgnoreIfInvalidPath = true
  90.  
  91. [@INC]
  92. {MenuItem}
  93. Name   = "MS Word"
  94. Shell  = "open" 
  95. Path   = "\#OfficeFullPath#\\winword.exe"
  96. Dir    = "\#OfficeFullPath#"
  97. Icon   = "&\#OfficeFullPath#\\winword.exe"
  98. IgnoreIfInvalidPath = true
  99.  
  100.  
  101. [MENU]
  102. Size    = @IncCount