home *** CD-ROM | disk | FTP | other *** search
INI File | 2004-02-14 | 1.7 KB | 83 lines |
- [INFO]
-
- DisplayName = "Digital Clock"
- Author = "Lizardsoft"
-
- Description = "Emulates the clock normally found on the taskbar. Click to get Date/Time settings."
-
- [@SETTINGS]
- @IncStart = 1
-
- @template = EditTemplate.DisplayName
- @template = EditTemplate.NewRow
-
- [LabelBackgroundSkin]
-
- Name = "Gfx"
- DisplayName = "Skin Part"
- Description = "Skin Part"
- @template = EditTemplate.LabelBackgroundSkin
-
- @template = EditTemplate.NewRow
-
- [@INC]
- {Setting}
-
- Name = "HourFormat"
- Type = "SingleSelect"
- DisplayName = "Hour Format"
- Description = "Switch between 12 and 24 hour modes."
- Choice1Name = "12 Hour"
- Choice1Value = "%H"
- Choice2Name = "24 Hour"
- Choice2Value = "%h"
-
- [@INC]
- {Setting}
-
- Name = "SecondFormat"
- Type = "SingleSelect"
- DisplayName = "Show Seconds"
- Description = "Select yes to have seconds displayed after minutes."
- Choice1Name = "Yes"
- Choice1Value = ":%s"
- Choice2Name = "No"
- Choice2Value = ""
-
- [@INC]
- {Setting}
-
- Name = "AmPmFormat"
- Type = "SingleSelect"
- DisplayName = "Show AM/PM"
- Description = "Select yes to have AM or PM displayed after the time."
- Choice1Name = "Yes"
- Choice1Value = " %P"
- Choice2Name = "No"
- Choice2Value = ""
-
- @template = EditTemplate.NewRow
-
- @template = EditTemplate.Layout
-
- @template = EditTemplate.NewRow
-
-
-
- [DEFAULTSETTINGS]
-
- DisplayName = "Clock"
-
- ' Default position
- XPos = "2"
- YPos = "0"
- Width = "75"
- Height = "16"
- HorzAlign = "left"
- HorzAlignType = "relative"
- VertAlign = "center"
- VertAlignType = "absolute"
- HourFormat = "%H"
- SecondFormat = ""
- AmPmFormat = " %P"
- Gfx = "Label.Normal"