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

  1. [INFO]
  2.  
  3. DisplayName  = "Digital Clock"
  4. Author       = "Lizardsoft"
  5.  
  6. Description  = "Emulates the clock normally found on the taskbar. Click to get Date/Time settings. This is the 12 hour version."
  7.  
  8. [@SETTINGS]
  9. @IncStart    = 1
  10.  
  11. @template    =   EditTemplate.DisplayName
  12. @template    =   EditTemplate.NewRow
  13.  
  14. [LabelBackgroundSkin]
  15.  
  16. Name          = "Gfx"
  17. DisplayName   = "Skin Part"
  18. Description   = "Skin Part"
  19. @template     = EditTemplate.LabelBackgroundSkin
  20.  
  21. @template    = EditTemplate.NewRow
  22.  
  23.  
  24. [@INC]
  25. {Setting}
  26.  
  27. Name          = "SecondFormat"
  28. Type          = "SingleSelect"
  29. DisplayName   = "Show Seconds"
  30. Description   = "Select yes to have seconds displayed after minutes."
  31. Choice1Name   = "Yes"
  32. Choice1Value  = ":%s"
  33. Choice2Name   = "No"
  34. Choice2Value  = ""
  35.  
  36. [@INC]
  37. {Setting}
  38.  
  39. Name          = "AmPmFormat"
  40. Type          = "SingleSelect"
  41. DisplayName   = "Show AM/PM"
  42. Description   = "Select yes to have AM or PM displayed after the time."
  43. Choice1Name   = "Yes"
  44. Choice1Value  = " %P"
  45. Choice2Name   = "No"
  46. Choice2Value  = ""
  47.  
  48. @template    = EditTemplate.NewRow
  49.  
  50. @template    = EditTemplate.Layout
  51.  
  52. @template    = EditTemplate.NewRow
  53.  
  54.  
  55.  
  56. [DEFAULTSETTINGS]
  57.  
  58. DisplayName   = "Clock"
  59.  
  60. ' Default position
  61. XPos          = "2"
  62. YPos          = "0"
  63. Width         = "75"
  64. Height        = "16"
  65. HorzAlign     = "left"
  66. HorzAlignType = "relative"
  67. VertAlign     = "center"
  68. VertAlignType = "absolute"
  69. HourFormat    = "%H"
  70. SecondFormat  = ""
  71. AmPmFormat    = " %P"
  72. Gfx           = "Label.Normal"