home *** CD-ROM | disk | FTP | other *** search
INI File | 2003-09-04 | 658 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.ThreadCount()^"
- UpdateRate = 1000
- SpecialDraw = false
-
-
- ExecProc = "Element.Display('SystemStats');"