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

  1. [@INC]
  2. {Setting}
  3.  
  4. Name         = "ExecProc"
  5. Width        = "large"
  6. Type         = "String"
  7. DisplayName  = "ExecProc"
  8. Description  = "This is the code that will be executed when the control is \"activated\", which "
  9.                "in most cases means clicked."
  10.                
  11. [@INC]
  12. {Setting}
  13.  
  14. Name         = "HoverProc"
  15. Width        = "large"
  16. Type         = "String"
  17. DisplayName  = "HoverProc"
  18. Description  = "This is the code that will be executed when the mouse cursor floats over the control."
  19.                
  20. [@INC]
  21. {Setting}
  22.  
  23. Name         = "LClickProc"
  24. Width        = "large"
  25. Type         = "String"
  26. DisplayName  = "LClickProc"
  27. Description  = "This is the code that will be executed when the control is left-clicked."
  28.  
  29. [@INC]
  30. {Setting}
  31.  
  32. Name         = "RClickProc"
  33. Width        = "large"
  34. Type         = "String"
  35. DisplayName  = "RClickProc"
  36. Description  = "This is the code that will be executed when the control is right-clicked."
  37.  
  38. [@INC]
  39. {Setting}
  40.  
  41. Name         = "InitProc"
  42. Width        = "large"
  43. Type         = "String"
  44. DisplayName  = "InitProc"
  45. Description  = "This is the code that will be executed immediately after the bar has loaded."
  46.  
  47.  
  48. [@INC]
  49. {Setting}
  50.  
  51. Name         = "ShowProc"
  52. Width        = "large"
  53. Type         = "String"
  54. DisplayName  = "ShowProc"
  55. Description  = "This is the code that will be executed when the control is first shown."