home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 September
/
CHIP_CD_2004-09.iso
/
software
/
custombar
/
CustomBar_trial_100_setup.exe
/
Scroll_Defaults.tds
< prev
next >
Wrap
Text File
|
2003-06-21
|
944b
|
23 lines
' ---------------------------------------------------------------------
' File Name: Scroll_Defaults.tds
' Type : Application Script
'
' Specifies default values for scrolling-related settings. Edit
' Information scripts can override these values by specifying them
' before putting the line:
'
' @template = EditTemplate.ScrollSpeed
'
' THIS FILE IS NOT MEANT FOR EDITTING BY THE END USER. THESE SETTINGS
' ARE RELIED UPON BY MANY COMPONENTS AND CHANGING THEM IS A BAD IDEA.
' ---------------------------------------------------------------------
[SCROLLSPEED]
Name = "ScrollSpeed"
DisplayName = "Scroll Speed"
Description = "Speed of label scrolling, in milliseconds per pixel."
MaxValue = 5000 ' maximum speed of label scroll
MinValue = 5 ' minimum speed of label scroll
ExpectedDigits = 3 ' most speeds will be 2 or 3 digits