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

  1. [INFO]
  2.  
  3. DisplayName  = "Memory Display"
  4. Author       = "Lizardsoft"
  5.  
  6. Description  = "Displays information about system memory. Can be used to display the amount of free or "
  7.                "used memory, as well as how much is installed in the system. "
  8.  
  9. [@SETTINGS]
  10. @IncStart    = 1
  11.  
  12. @template    = EditTemplate.DisplayName
  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. [@INC]
  25. {Setting}
  26.  
  27. Name          = "MemType"
  28. Type          = "SingleSelect"
  29. DisplayName   = "Display"
  30. Description   = "Select which information you are interested in."
  31. Choice1Name   = "Free Memory"
  32. Choice1Value  = "FreeMem"
  33. Choice2Name   = "Used Memory"
  34. Choice2Value  = "UsedMem"
  35. Choice3Name   = "Total Memory"
  36. Choice3Value  = "TotalMem"
  37.  
  38. @template    = EditTemplate.NewRow
  39.  
  40. [BYTEUNITS]
  41. Name          = "Units"
  42. DisplayName   = "Units"
  43. Description   = "Units that you want free space displayed in"
  44.  
  45. @template     = EditTemplate.ByteUnits
  46. @template     = EditTemplate.NewRow
  47.  
  48. @template    = EditTemplate.Layout
  49.  
  50. @template    = EditTemplate.NewRow
  51.  
  52.  
  53.  
  54. [DEFAULTSETTINGS]
  55.  
  56. DisplayName    = "Memory Display"
  57.  
  58. ' Default position
  59. XPos          = "2"
  60. YPos          = "0"
  61. Width         = "80"
  62. Height        = "16"
  63. HorzAlign     = "left"
  64. HorzAlignType = "relative"
  65. VertAlign     = "center"
  66. VertAlignType = "absolute"
  67. MemType       = "UsedMem"
  68. Gfx           = "Label.Normal"
  69. Units         = "MB"