home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September / CHIP_CD_2004-09.iso / software / custombar / CustomBar_trial_100_setup.exe / code_folder.tds < prev    next >
INI File  |  2004-02-16  |  553b  |  22 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.  
  11. HorzAlignType = Prefab.HorzAlignType
  12. HorzAlign     = Prefab.HorzAlign
  13. VertAlignType = Prefab.VertAlignType
  14. VertAlign     = Prefab.VertAlign
  15. Gfx           = "Button.Icon"
  16.  
  17. ExecProc     = "System.OpenFolder( '\#Prefab.ShellVerb#', '\#Prefab.Location# ', '\#Prefab.AppStartType#' );"
  18.  
  19. ' Control Specific Settings
  20. ButtonType = "glyph"
  21. Glyph      = "&\#Prefab.Location#"
  22. ToolTip    = Prefab.ProgramName