home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September / CHIP_CD_2004-09.iso / software / custombar / CustomBar_trial_100_setup.exe / edit_folder.tds < prev    next >
Encoding:
INI File  |  2004-02-16  |  1.3 KB  |  64 lines

  1. [INFO]
  2.  
  3. DisplayName  = "Folder Shortcut"
  4. Author       = "Lizardsoft"
  5.  
  6. Description  = "Opens specified folder in a Windows explorer window."
  7.  
  8. [@SETTINGS]
  9. @IncStart    = 1
  10.  
  11. @template    =   EditTemplate.DisplayName
  12. @template    =   EditTemplate.NewRow
  13.  
  14. [@INC]
  15. {Setting}
  16.  
  17. Name         = "Location"
  18. Type         = "File"
  19. DisplayName  = "Folder Path"
  20. Description  = "This is the full path of the folder you wish to open."
  21.  
  22. [@INC]
  23. {Setting}
  24.  
  25. Name          = "ShellVerb"
  26. Type          = "SingleSelect"
  27. DisplayName   = "Display Style"
  28. Description   = "Type of folder view requested."
  29. Choice1Name   = "Explorer"
  30. Choice1Value  = "explore"
  31. Choice2Name   = "My Computer"
  32. Choice2Value  = "open"
  33.  
  34.  
  35. [APPSTARTTYPE]
  36. DisplayName  =   "Show Type"
  37.  
  38. @template    =   EditTemplate.NewRow
  39. @template    =   EditTemplate.AppStartType
  40.  
  41. @template    =   EditTemplate.NewRow
  42. @template    =   EditTemplate.Position
  43. @template    =   EditTemplate.NewRow
  44. @template    =   EditTemplate.Alignment
  45.  
  46.  
  47. [DEFAULTSETTINGS]
  48.  
  49. ' Default position
  50. XPos          = "2"
  51. YPos          = "0"
  52. HorzAlignType = "relative"
  53. HorzAlign     = "left"
  54. VertAlignType = "absolute"
  55. VertAlign     = "center"
  56.  
  57. AppStartType  = "normal"
  58. ShellVerb     = "explore"
  59.  
  60. Gfx           = "Button.Icon"
  61.  
  62. GlyphWidth    = "16"
  63. GlyphHeight   = "16"
  64. DisplayName   = "Folder Shortcut"