home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 September
/
CHIP_CD_2004-09.iso
/
software
/
custombar
/
CustomBar_trial_100_setup.exe
/
edit_memory.tds
< prev
next >
Wrap
INI File
|
2004-02-14
|
2KB
|
69 lines
[INFO]
DisplayName = "Memory Display"
Author = "Lizardsoft"
Description = "Displays information about system memory. Can be used to display the amount of free or "
"used memory, as well as how much is installed in the system. "
[@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 = "MemType"
Type = "SingleSelect"
DisplayName = "Display"
Description = "Select which information you are interested in."
Choice1Name = "Free Memory"
Choice1Value = "FreeMem"
Choice2Name = "Used Memory"
Choice2Value = "UsedMem"
Choice3Name = "Total Memory"
Choice3Value = "TotalMem"
@template = EditTemplate.NewRow
[BYTEUNITS]
Name = "Units"
DisplayName = "Units"
Description = "Units that you want free space displayed in"
@template = EditTemplate.ByteUnits
@template = EditTemplate.NewRow
@template = EditTemplate.Layout
@template = EditTemplate.NewRow
[DEFAULTSETTINGS]
DisplayName = "Memory Display"
' Default position
XPos = "2"
YPos = "0"
Width = "80"
Height = "16"
HorzAlign = "left"
HorzAlignType = "relative"
VertAlign = "center"
VertAlignType = "absolute"
MemType = "UsedMem"
Gfx = "Label.Normal"
Units = "MB"