home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September / CHIP_CD_2004-09.iso / software / custombar / CustomBar_trial_100_setup.exe / edit_copytextfromfile.tds < prev    next >
INI File  |  2004-02-16  |  1KB  |  51 lines

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