home *** CD-ROM | disk | FTP | other *** search
INI File | 2004-02-15 | 1.5 KB | 69 lines |
- [INFO]
-
- DisplayName = "Up Time Display"
- Author = "Lizardsoft"
-
- Description = "Displays how long the system has been running without a restart. Right-click to copy "
- "up time to the clipboard. This version has a display similiar to a digital watch."
-
- [@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 = "Label"
- Type = "String"
- DisplayName = "Label"
- Description = "Descriptive text on the left of the uptime display."
-
- @template = EditTemplate.NewRow
-
- [@INC]
- {Setting}
-
- Name = "TimeFormat"
- Type = "SingleSelect"
- DisplayName = "Display Format"
- Description = "Select the time of display you prefer."
- Choice1Name = "Days:Hours:Mins"
- Choice1Value = "%D:%h:%m"
- Choice2Name = "Hours:Mins:Secs"
- Choice2Value = "%H:%m:%s"
-
- @template = EditTemplate.NewRow
-
- @template = EditTemplate.Layout
-
- @template = EditTemplate.NewRow
-
-
-
- [DEFAULTSETTINGS]
-
- DisplayName = "System Uptime"
-
- ' Default position
- XPos = "2"
- YPos = "0"
- Width = "100"
- Height = "16"
- HorzAlign = "left"
- HorzAlignType = "relative"
- VertAlign = "center"
- VertAlignType = "absolute"
- TimeFormat = "%D:%h:%m"
- Gfx = "Label.Normal"
- Label = "Uptime: "