home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September / CHIP_CD_2004-09.iso / software / custombar / CustomBar_trial_100_setup.exe / code_runbox.tds < prev    next >
Text File  |  2003-06-23  |  632b  |  29 lines

  1. @include = "\#_AppDir#\\common\\icons.tds"
  2.  
  3. [@SETTINGS]
  4. @IncStart    = 1
  5.  
  6.  
  7. [@INC]
  8. {Button}
  9.  
  10. ' Settings Common To All Controls
  11. XPos          = Prefab.XPos
  12. YPos          = Prefab.YPos
  13. Width         = Prefab.Width
  14. Height        = Prefab.Height
  15. HorzAlignType = Prefab.HorzAlignType
  16. HorzAlign     = Prefab.HorzAlign
  17. VertAlignType = Prefab.VertAlignType
  18. VertAlign     = Prefab.VertAlign
  19. Gfx           = Prefab.Gfx
  20.  
  21. ExecProc      = "System.ShowFileRun();"
  22. HoverProc     = ""
  23.  
  24. ' Control Specific Settings
  25.  
  26. Glyph       = ICO_RUN
  27. GlyphWidth  = Prefab.GlyphWidth
  28. GlyphHeight = Prefab.GlyphHeight
  29. ToolTip     = "Run"