home *** CD-ROM | disk | FTP | other *** search
INI File | 2003-11-28 | 1.8 KB | 106 lines |
- [TDS]
- {TDSHost Information}
-
- App = "QuickLinks"
- Name = "SA Links"
-
- [@SETTINGS]
- @IncStart = 1
-
- [@CONST]
-
- Scripts = "\#@ScriptDir#\\"
- Icons = "\.\\Icons\\"
- OnIcon = "\#Icons#on.ico"
- LockIcon = "\#Icons#onlock.ico"
-
- [MENU]
-
- TrayIcon = "\#Icons#ontray.ico"
- QuitIcon = "\#Icons#close.ico"
-
- ' 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
-
-
- @template = "\.\\SAMenus.tds"
-
- [@INC]
- {MenuItem}
- Name = "General Bullshit"
- Shell = "open"
- Path = "http://forums.somethingawful.com/forumdisplay.php?forumid=1"
- Icon = "\#OnIcon#"
-
- @template = "\.\\MySAForums.tds"
-
- [@INC]
- {MenuItem}
- Name = "Forum Search"
- Shell = "open"
- Path = "http://forums.somethingawful.com/search.php"
- Icon = "\#Icons#\\search.ico"
-
- [@INC]
- {Separator}
- Name = ""
-
- [@INC]
- {FileList}
- Name = "Forums"
- Shell = "-FILES-"
- Path = "\.\\Forums\\"
- DirIcon = "\.\\Icons\\lightblue.ico"
- FileIcon = "\#OnIcon#"
- ListDirs = true
- ListFiles = true
- DirFilter = "*"
- DirFilterLevel = -1
- FileFilter = "*"
- FileFilterLevel = -1
- MaxSubDirLevel = -1
- LastDirAsItem = false
- StripExtensions = true
- ListHiddenFiles = true
- ListHiddenDirs = true
- ListSystemFiles = true
- ListSystemsDirs = true
-
- [@INC]
- {Separator}
- Name = ""
-
- [@INC]
- {SubMenu}
- Name = "Settings"
- Shell = "-SUB-"
- Path = "\#Scripts#Settings.tds"
- Icon = "\#OnIcon#"
-
-
- [@INC]
- {SubMenu}
- Name = "Member Services"
- Shell = "-SUB-"
- Path = "\#Scripts#Services.tds"
- Icon = "\#OnIcon#"
-
- [MENU]
- Size = @IncCount
-
-
-
-
-
-
-
-
-
-
-