home *** CD-ROM | disk | FTP | other *** search
INI File | 2004-02-16 | 1.1 KB | 51 lines |
- [INFO]
-
- DisplayName = "Copy Text From File"
- Author = "Lizardsoft"
-
- Description = "A button that copies text from a user specified file to the clipboard when clicked. Great for things like HTML templates."
-
- [@SETTINGS]
- @IncStart = 1
-
- @template = EditTemplate.DisplayName
- @template = EditTemplate.NewRow
-
- [@INC]
- {Setting}
-
- Name = "CopyFile"
- Type = "File"
- DisplayName = "File To Copy From"
- Description = "This is the file containing 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 From File"
-
- Glyph = "\#_AppDir#\\Images\\SmallGlyphs\\copytext.bmp"