home *** CD-ROM | disk | FTP | other *** search
INI File | 2004-02-16 | 1.2 KB | 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"