home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September / CHIP_CD_2004-09.iso / software / custombar / CustomBar_trial_100_setup.exe / edit_diskspace.tds < prev    next >
INI File  |  2004-02-14  |  2KB  |  105 lines

  1. [INFO]
  2.  
  3. DisplayName  = "Free Disk Space"
  4. Author       = "Lizardsoft"
  5.  
  6. Description  = "Displays the free space of specified drive."
  7.  
  8. [@SETTINGS]
  9. @IncStart    = 1
  10.  
  11. @template    = EditTemplate.DisplayName
  12.  
  13. @template    = EditTemplate.NewRow
  14.  
  15. [LabelBackgroundSkin]
  16.  
  17. Name          = "Gfx"
  18. DisplayName   = "Skin Part"
  19. Description   = "Skin Part"
  20. @template     = EditTemplate.LabelBackgroundSkin
  21.  
  22. @template    = EditTemplate.NewRow
  23.  
  24. [SYSTEMDRIVES]
  25.  
  26. Name          = "DriveLetter"
  27. DisplayName   = "Drive Letter"
  28. Description   = "Drive whose free space you wish to view."
  29.  
  30. @template     = EditTemplate.SystemDrives
  31. @template     = EditTemplate.NewRow
  32.  
  33. [BYTEUNITS]
  34.  
  35. Name          = "Units"
  36. DisplayName   = "Units"
  37. Description   = "Units that you want free space displayed in"
  38.  
  39. @template     = EditTemplate.ByteUnits
  40.  
  41. @template    = EditTemplate.NewRow
  42.  
  43. [DECIMALS]
  44.  
  45. Name          = "Decimals"
  46. DisplayName   = "Decimals"
  47. Description   = "Amount of decimal places to use."
  48.  
  49. @template     = EditTemplate.Decimals
  50. @template     = EditTemplate.NewRow
  51.  
  52. [YESNOREVERSE]
  53. Name         = "DontShowImage"
  54. DisplayName  = "Show Icon"
  55. @template    = EditTemplate.YesNoReverse
  56.  
  57. @template     = EditTemplate.NewRow
  58.  
  59. [@INC]
  60. {Setting}
  61.  
  62. Name          = "ShellVerb"
  63. Type          = "SingleSelect"
  64. DisplayName   = "Right-Click View"
  65. Description   = "Type of folder view requested."
  66. Choice1Name   = "Explorer"
  67. Choice1Value  = "explore"
  68. Choice2Name   = "My Computer"
  69. Choice2Value  = "open"
  70.  
  71. @template    = EditTemplate.NewRow
  72.  
  73.  
  74. [APPSTARTTYPE]
  75. Name         =   "AppStartType"
  76. DisplayName  =   "View Style"
  77. @template    =   EditTemplate.AppStartType
  78.  
  79. @template    = EditTemplate.NewRow
  80.  
  81. @template    = EditTemplate.Layout
  82.  
  83. @template    = EditTemplate.NewRow
  84.  
  85.  
  86.  
  87. [DEFAULTSETTINGS]
  88.  
  89. ' Default position
  90. XPos          = "2"
  91. YPos          = "0"
  92. Width         = "65"
  93. Height        = "16"
  94. HorzAlign     = "left"
  95. HorzAlignType = "relative"
  96. VertAlign     = "center"
  97. VertAlignType = "absolute"
  98. Gfx           = "Label.Normal"
  99. DriveLetter   = "C"
  100. DisplayName   = "Free Space on C:"
  101. Units         = "GB"
  102. Decimals      = 2
  103. DontShowImage = false
  104. AppStartType  = "normal"
  105. ShellVerb     = "open"