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 >
INI File  |  2004-02-16  |  1KB  |  53 lines

  1. [INFO]
  2.  
  3. DisplayName  = "Copy Text"
  4. Author       = "Lizardsoft"
  5.  
  6. Description  = "A button that copies user-specified text to the clipboard when clicked. This version "
  7.                "is meant for small amounts of text, see the Copy Text From File style for a version "
  8.                "suitable for large amounts of text."
  9.  
  10. [@SETTINGS]
  11. @IncStart    = 1
  12.  
  13. @template    =   EditTemplate.DisplayName
  14. @template    =   EditTemplate.NewRow
  15.  
  16. [@INC]
  17. {Setting}
  18.  
  19. Name         = "CopyText"
  20. Type         = "String"
  21. DisplayName  = "Text To Copy"
  22. Description  = "This is the text that you would like copied to the clipboard."
  23.  
  24. [@INC]
  25. {Setting}
  26.  
  27. Name         = "Glyph"
  28. Type         = "File"
  29. DisplayName  = "Button Image"
  30. Description  = "The image displayed on the button."
  31.  
  32.  
  33. @template    =   EditTemplate.NewRow
  34. @template    =   EditTemplate.Layout
  35.  
  36.  
  37. [DEFAULTSETTINGS]
  38.  
  39. XPos          = "2"
  40. YPos          = "0"
  41. HorzAlignType = "relative"
  42. HorzAlign     = "left"
  43. VertAlignType = "absolute"
  44. VertAlign     = "center"
  45.  
  46. ' Default size
  47. Width         = "16"
  48. Height        = "16"
  49.  
  50. Gfx           = "Button.Icon"
  51. DisplayName   = "Copy Text"
  52.  
  53. Glyph         = "\#_AppDir#\\Images\\SmallGlyphs\\copytext.bmp"