home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 September
/
CHIP_CD_2004-09.iso
/
software
/
custombar
/
CustomBar_trial_100_setup.exe
/
edit_copytext.tds
< prev
next >
Wrap
INI File
|
2004-02-16
|
1KB
|
53 lines
[INFO]
DisplayName = "Copy Text"
Author = "Lizardsoft"
Description = "A button that copies user-specified text to the clipboard when clicked. This version "
"is meant for small amounts of text, see the Copy Text From File style for a version "
"suitable for large amounts of text."
[@SETTINGS]
@IncStart = 1
@template = EditTemplate.DisplayName
@template = EditTemplate.NewRow
[@INC]
{Setting}
Name = "CopyText"
Type = "String"
DisplayName = "Text To Copy"
Description = "This is the text that you would like copied to the clipboard."
[@INC]
{Setting}
Name = "Glyph"
Type = "File"
DisplayName = "Button Image"
Description = "The image displayed on the button."
@template = EditTemplate.NewRow
@template = EditTemplate.Layout
[DEFAULTSETTINGS]
XPos = "2"
YPos = "0"
HorzAlignType = "relative"
HorzAlign = "left"
VertAlignType = "absolute"
VertAlign = "center"
' Default size
Width = "16"
Height = "16"
Gfx = "Button.Icon"
DisplayName = "Copy Text"
Glyph = "\#_AppDir#\\Images\\SmallGlyphs\\copytext.bmp"