home *** CD-ROM | disk | FTP | other *** search
INI File | 2004-02-14 | 1.6 KB | 72 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 displays the chosen unit of time followed by "
- "by the unit word. eg. \"6 days\""
-
- [@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 process count."
-
- @template = EditTemplate.NewRow
-
- [@INC]
- {Setting}
-
- Name = "TimeFormat"
- Type = "SingleSelect"
- DisplayName = "Display Format"
- Description = "Select the time display you prefer."
- Choice1Name = "Days"
- Choice1Value = "%D Days"
- Choice2Name = "Minutes"
- Choice2Value = "%M Minutes"
- Choice3Name = "Seconds"
- Choice3Value = "%S Seconds"
-
- @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 Days"
- Gfx = "Label.Normal"
- Label = "Uptime: "