home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September / CHIP_CD_2004-09.iso / software / custombar / CustomBar_trial_100_setup.exe / edit_clock.tds < prev    next >
Encoding:
INI File  |  2004-02-14  |  1.7 KB  |  83 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."
  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. [@INC]
  24. {Setting}
  25.  
  26. Name          = "HourFormat"
  27. Type          = "SingleSelect"
  28. DisplayName   = "Hour Format"
  29. Description   = "Switch between 12 and 24 hour modes."
  30. Choice1Name   = "12 Hour"
  31. Choice1Value  = "%H"
  32. Choice2Name   = "24 Hour"
  33. Choice2Value  = "%h"
  34.  
  35. [@INC]
  36. {Setting}
  37.  
  38. Name          = "SecondFormat"
  39. Type          = "SingleSelect"
  40. DisplayName   = "Show Seconds"
  41. Description   = "Select yes to have seconds displayed after minutes."
  42. Choice1Name   = "Yes"
  43. Choice1Value  = ":%s"
  44. Choice2Name   = "No"
  45. Choice2Value  = ""
  46.  
  47. [@INC]
  48. {Setting}
  49.  
  50. Name          = "AmPmFormat"
  51. Type          = "SingleSelect"
  52. DisplayName   = "Show AM/PM"
  53. Description   = "Select yes to have AM or PM displayed after the time."
  54. Choice1Name   = "Yes"
  55. Choice1Value  = " %P"
  56. Choice2Name   = "No"
  57. Choice2Value  = ""
  58.  
  59. @template    = EditTemplate.NewRow
  60.  
  61. @template    = EditTemplate.Layout
  62.  
  63. @template    = EditTemplate.NewRow
  64.  
  65.  
  66.  
  67. [DEFAULTSETTINGS]
  68.  
  69. DisplayName   = "Clock"
  70.  
  71. ' Default position
  72. XPos          = "2"
  73. YPos          = "0"
  74. Width         = "75"
  75. Height        = "16"
  76. HorzAlign     = "left"
  77. HorzAlignType = "relative"
  78. VertAlign     = "center"
  79. VertAlignType = "absolute"
  80. HourFormat    = "%H"
  81. SecondFormat  = ""
  82. AmPmFormat    = " %P"
  83. Gfx           = "Label.Normal"