home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September / CHIP_CD_2004-09.iso / software / custombar / CustomBar_trial_100_setup.exe / code_copytextfromfile.tds < prev    next >
INI File  |  2003-06-10  |  659b  |  26 lines

  1. [@SETTINGS]
  2. @IncStart = 1
  3.  
  4. [@INC]
  5. {Button}
  6.  
  7. ' Settings Common To All Controls
  8. XPos          = Prefab.XPos
  9. YPos          = Prefab.YPos
  10. Width         = Prefab.Width
  11. Height        = Prefab.Height
  12. HorzAlignType = Prefab.HorzAlignType
  13. HorzAlign     = Prefab.HorzAlign
  14. VertAlignType = Prefab.VertAlignType
  15. VertAlign     = Prefab.VertAlign
  16. Gfx           = Prefab.Gfx
  17.  
  18. ExecProc     = "System.CopyToClipboard( '\#Prefab.CopyFile#', 'copy', 'file' );"
  19. HoverProc    = ""
  20.  
  21. ' Control Specific Settings
  22. ButtonType = "glyph"
  23. Glyph      = Prefab.Glyph
  24. 'GlyphWidth  = Prefab.GlyphWidth
  25. 'GlyphHeight = Prefab.GlyphHeight
  26. ToolTip    = Prefab.ProgramName