home *** CD-ROM | disk | FTP | other *** search
INI File | 2003-11-28 | 2.2 KB | 102 lines |
- [TDS]
- {TDSHost Information}
-
- App = "QuickLinks"
- Name = "MS Office Menu"
-
- [@SETTINGS]
- @IncStart = 1
-
- [@CONST]
-
- OfficeFullPath = "\#Menu.OfficeFolder#\\\#Menu.OfficeSubFolder#"
-
- [MENU]
-
- TrayIcon = ""
- QuitIcon = ""
-
- ' If ItemsPerColumn is -1, QuickLinks performs the following calculation to determine how
- ' menu items should be shown per column:
- '
- ' (VerticalResolution / ItemVertSize) - ItemVertMargin
-
- ItemsPerColumn = -1
- ItemVertSize = 18
- ItemVertMargin = 0
-
- [@INC]
- {MenuItem}
- Name = "MS Access"
- Shell = "open"
- Path = "\#OfficeFullPath#\\msaccess.exe"
- Dir = "\#OfficeFullPath#"
- Icon = "&\#OfficeFullPath#\\msaccess.exe"
- IgnoreIfInvalidPath = true
-
- [@INC]
- {MenuItem}
- Name = "MS Excel"
- Shell = "open"
- Path = "\#OfficeFullPath#\\excel.exe"
- Dir = "\#OfficeFullPath#"
- Icon = "&\#OfficeFullPath#\\excel.exe"
- IgnoreIfInvalidPath = true
-
- [@INC]
- {MenuItem}
- Name = "MS Frontpage"
- Shell = "open"
- Path = "\#OfficeFullPath#\\frontpg.exe"
- Dir = "\#OfficeFullPath#"
- Icon = "&\#OfficeFullPath#\\frontpg.exe"
- IgnoreIfInvalidPath = true
-
- [@INC]
- {MenuItem}
- Name = "MS InfoPath"
- Shell = "open"
- Path = "\#OfficeFullPath#\\infopath.exe"
- Dir = "\#OfficeFullPath#"
- Icon = "&\#OfficeFullPath#\\infopath.exe"
- IgnoreIfInvalidPath = true
-
- [@INC]
- {MenuItem}
- Name = "MS Outlook"
- Shell = "open"
- Path = "\#OfficeFullPath#\\outlook.exe"
- Dir = "\#OfficeFullPath#"
- Icon = "&\#OfficeFullPath#\\outlook.exe"
- IgnoreIfInvalidPath = true
-
- [@INC]
- {MenuItem}
- Name = "MS PowerPoint"
- Shell = "open"
- Path = "\#OfficeFullPath#\\powerpnt.exe"
- Dir = "\#OfficeFullPath#"
- Icon = "&\#OfficeFullPath#\\powerpnt.exe"
- IgnoreIfInvalidPath = true
-
- [@INC]
- {MenuItem}
- Name = "MS Publisher"
- Shell = "open"
- Path = "\#OfficeFullPath#\\mspub.exe"
- Dir = "\#OfficeFullPath#"
- Icon = "&\#OfficeFullPath#\\mspub.exe"
- IgnoreIfInvalidPath = true
-
- [@INC]
- {MenuItem}
- Name = "MS Word"
- Shell = "open"
- Path = "\#OfficeFullPath#\\winword.exe"
- Dir = "\#OfficeFullPath#"
- Icon = "&\#OfficeFullPath#\\winword.exe"
- IgnoreIfInvalidPath = true
-
-
- [MENU]
- Size = @IncCount