home *** CD-ROM | disk | FTP | other *** search
INI File | 2003-06-09 | 659 b | 26 lines |
- [@SETTINGS]
- @IncStart = 1
-
- [@INC]
- {Button}
-
- ' Settings Common To All Controls
- XPos = Prefab.XPos
- YPos = Prefab.YPos
- Width = Prefab.Width
- Height = Prefab.Height
- HorzAlignType = Prefab.HorzAlignType
- HorzAlign = Prefab.HorzAlign
- VertAlignType = Prefab.VertAlignType
- VertAlign = Prefab.VertAlign
- Gfx = Prefab.Gfx
-
- ExecProc = "System.CopyToClipboard( '\#Prefab.CopyText#', 'copy', 'text' );"
- HoverProc = ""
-
- ' Control Specific Settings
- ButtonType = "glyph"
- Glyph = Prefab.Glyph
- 'GlyphWidth = Prefab.GlyphWidth
- 'GlyphHeight = Prefab.GlyphHeight
- ToolTip = Prefab.ProgramName