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

  1. [TDS]
  2. {TDSHost Information}
  3.  
  4. App     = "QuickLinks"
  5. Name    = "SA Links"
  6.  
  7. [@SETTINGS]
  8. @IncStart = 1
  9.  
  10. [@CONST]
  11.  
  12. Scripts  = "\#@ScriptDir#\\"
  13. Icons    = "\.\\Icons\\"
  14. OnIcon = "\#Icons#on.ico"
  15. LockIcon = "\#Icons#onlock.ico"
  16.  
  17. [MENU]
  18.  
  19. TrayIcon = "\#Icons#ontray.ico"
  20. QuitIcon = "\#Icons#close.ico"
  21.  
  22. ' If ItemsPerColumn is -1, QuickLinks performs the following calculation to determine how   
  23. ' menu items should be shown per column:  
  24. '  
  25. ' (VerticalResolution / ItemVertSize) - ItemVertMargin  
  26.   
  27. ItemsPerColumn = -1  
  28. ItemVertSize   = 18  
  29. ItemVertMargin = 0
  30.  
  31.  
  32. @template = "\.\\SAMenus.tds"
  33.  
  34. [@INC]
  35. {MenuItem}
  36. Name   = "General Bullshit"
  37. Shell  = "open" 
  38. Path   = "http://forums.somethingawful.com/forumdisplay.php?forumid=1"
  39. Icon   = "\#OnIcon#"
  40.  
  41. @template = "\.\\MySAForums.tds"
  42.  
  43. [@INC]
  44. {MenuItem}
  45. Name   = "Forum Search"
  46. Shell  = "open" 
  47. Path   = "http://forums.somethingawful.com/search.php"
  48. Icon   = "\#Icons#\\search.ico"
  49.  
  50. [@INC]
  51. {Separator}
  52. Name   = ""
  53.  
  54. [@INC]  
  55. {FileList}  
  56. Name            = "Forums"  
  57. Shell           = "-FILES-"   
  58. Path            = "\.\\Forums\\"
  59. DirIcon         = "\.\\Icons\\lightblue.ico"
  60. FileIcon        = "\#OnIcon#"
  61. ListDirs        = true
  62. ListFiles       = true  
  63. DirFilter       = "*"  
  64. DirFilterLevel  = -1  
  65. FileFilter      = "*"  
  66. FileFilterLevel = -1  
  67. MaxSubDirLevel  = -1  
  68. LastDirAsItem   = false 
  69. StripExtensions = true
  70. ListHiddenFiles = true
  71. ListHiddenDirs  = true
  72. ListSystemFiles = true
  73. ListSystemsDirs = true
  74.  
  75. [@INC]
  76. {Separator}
  77. Name   = ""
  78.  
  79. [@INC]
  80. {SubMenu}
  81. Name   = "Settings"
  82. Shell  = "-SUB-" 
  83. Path   = "\#Scripts#Settings.tds"
  84. Icon   = "\#OnIcon#"
  85.  
  86.  
  87. [@INC]
  88. {SubMenu}
  89. Name   = "Member Services"
  90. Shell  = "-SUB-" 
  91. Path   = "\#Scripts#Services.tds"
  92. Icon   = "\#OnIcon#"
  93.  
  94. [MENU]
  95. Size    = @IncCount
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.