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

  1. [INFO]
  2.  
  3. DisplayName  = "Up Time Display"
  4. Author       = "Lizardsoft"
  5.  
  6. Description  = "Displays how long the system has been running without a restart. Right-click to copy "
  7.                "up time to the clipboard. This version displays the chosen unit of time followed by "
  8.                "by the unit word. eg. \"6 days\""
  9.  
  10. [@SETTINGS]
  11. @IncStart    = 1
  12.  
  13. @template    = EditTemplate.DisplayName
  14. @template    = EditTemplate.NewRow
  15.  
  16. [LabelBackgroundSkin]
  17.  
  18. Name          = "Gfx"
  19. DisplayName   = "Skin Part"
  20. Description   = "Skin Part"
  21. @template     = EditTemplate.LabelBackgroundSkin
  22.  
  23. @template    = EditTemplate.NewRow
  24.  
  25. [@INC]
  26. {Setting}
  27.  
  28. Name         = "Label"
  29. Type         = "String"
  30. DisplayName  = "Label"
  31. Description  = "Descriptive text on the left of the process count."
  32.  
  33. @template    = EditTemplate.NewRow
  34.  
  35. [@INC]
  36. {Setting}
  37.  
  38. Name          = "TimeFormat"
  39. Type          = "SingleSelect"
  40. DisplayName   = "Display Format"
  41. Description   = "Select the time display you prefer."
  42. Choice1Name   = "Days"
  43. Choice1Value  = "%D Days"
  44. Choice2Name   = "Minutes"
  45. Choice2Value  = "%M Minutes"
  46. Choice3Name   = "Seconds"
  47. Choice3Value  = "%S Seconds"
  48.  
  49. @template    = EditTemplate.NewRow
  50.  
  51. @template    = EditTemplate.Layout
  52.  
  53. @template    = EditTemplate.NewRow
  54.  
  55.  
  56.  
  57. [DEFAULTSETTINGS]
  58.  
  59. DisplayName   = "System Uptime"
  60.  
  61. ' Default position
  62. XPos          = "2"
  63. YPos          = "0"
  64. Width         = "100"
  65. Height        = "16"
  66. HorzAlign     = "left"
  67. HorzAlignType = "relative"
  68. VertAlign     = "center"
  69. VertAlignType = "absolute"
  70. TimeFormat    = "%D Days"
  71. Gfx           = "Label.Normal"
  72. Label         = "Uptime: "