home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September / CHIP_CD_2004-09.iso / software / custombar / CustomBar_trial_100_setup.exe / edit_digital.tds < prev    next >
INI File  |  2004-02-15  |  2KB  |  69 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 has a display similiar to a digital watch."
  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         = "Label"
  28. Type         = "String"
  29. DisplayName  = "Label"
  30. Description  = "Descriptive text on the left of the uptime display."
  31.  
  32. @template    = EditTemplate.NewRow
  33.  
  34. [@INC]
  35. {Setting}
  36.  
  37. Name          = "TimeFormat"
  38. Type          = "SingleSelect"
  39. DisplayName   = "Display Format"
  40. Description   = "Select the time of display you prefer."
  41. Choice1Name   = "Days:Hours:Mins"
  42. Choice1Value  = "%D:%h:%m"
  43. Choice2Name   = "Hours:Mins:Secs"
  44. Choice2Value  = "%H:%m:%s"
  45.  
  46. @template    = EditTemplate.NewRow
  47.  
  48. @template    = EditTemplate.Layout
  49.  
  50. @template    = EditTemplate.NewRow
  51.  
  52.  
  53.  
  54. [DEFAULTSETTINGS]
  55.  
  56. DisplayName   = "System Uptime"
  57.  
  58. ' Default position
  59. XPos          = "2"
  60. YPos          = "0"
  61. Width         = "100"
  62. Height        = "16"
  63. HorzAlign     = "left"
  64. HorzAlignType = "relative"
  65. VertAlign     = "center"
  66. VertAlignType = "absolute"
  67. TimeFormat    = "%D:%h:%m"
  68. Gfx           = "Label.Normal"
  69. Label         = "Uptime: "