home *** CD-ROM | disk | FTP | other *** search
/ Adephia Powerlink / AdephiaPowerlink-030102.iso / mac / external / config.cst / 00001_ButtonConfig.ls next >
Encoding:
Text File  |  2001-03-28  |  799 b   |  37 lines

  1. --Button 
  2. --Config
  3.  
  4. --Change the text inside the quotation marks ONLY ┬¼
  5. --to be the display text for the button choice
  6.  
  7. --If there is not a name for a button leave it blank and 
  8. --the program will delete the button from veiw to the user
  9.  
  10. On ButtonConfig
  11.  
  12. Global g1aName
  13. Global g1bName
  14. Global g1cName
  15. Global g1dName
  16. Global g1eName
  17. Global g1fName
  18. Global g2aName
  19. Global g2bName
  20. Global g2cName
  21. Global g2dName
  22. Global g2eName
  23. Global g2fName
  24.  
  25. set g1aName = "Power Link - Run the Installation Software"
  26. set g1bName = "Power Link - View the User Manual"
  27. set g1cName = ""
  28. set g1dName = ""
  29. set g1eName = ""
  30. set g1fName = ""
  31. set g2aName = "Power Link - Run the Installation Software"
  32. set g2bName = "Power Link - Quit the Application Now"
  33. set g2cName = ""
  34. set g2dName = ""
  35. set g2eName = ""
  36. set g2fName = ""
  37. end