home *** CD-ROM | disk | FTP | other *** search
INI File | 2004-02-23 | 805 b | 31 lines |
- [@SETTINGS]
- @IncStart = 1
-
- [@INC]
- {Prefab}
-
- Source = "SystemStats.Containers:SystemStats"
-
- [@INC]
- {Label}
-
- ' Settings Common To All Controls
- XPos = Prefab.XPos
- YPos = Prefab.YPos
- Width = Prefab.Width
- Height = Prefab.Height
- HorzAlignType = Prefab.HorzAlignType
- HorzAlign = Prefab.HorzAlign
- VertAlignType = Prefab.VertAlignType
- VertAlign = Prefab.VertAlign
-
- TextHAlign = "center"
- TextVAlign = "center"
- Gfx = Prefab.Gfx
- Text = "\#Prefab.Label#^SystemInfo.UpTime('\#Prefab.TimeFormat#')^"
- 'YTextOffset = 1
- UpdateRate = 1000
- SpecialDraw = false
-
- LClickProc = "Element.Display('SystemStats');"
- RClickProc = "System.CopyToClipboard( '\#Prefab.Label#^SystemInfo.UpTime('\#Prefab.TimeFormat#')^', 'copy' );"