home *** CD-ROM | disk | FTP | other *** search
/ BUG 1 / BUGCD1996_0708.ISO / pc / comm / speed / _read.mnu < prev    next >
Text File  |  1995-06-22  |  2KB  |  50 lines

  1. //
  2. // #READ.MNU
  3. //
  4. //--------------------------------------------------------------------
  5. 42                             // Left coordinate (column)
  6. 3                              // Top coordinate (row)
  7.                                   
  8. READ MESSAGE                   // Menu description
  9.  
  10. ~Reply to msg     R            // Option description
  11. return(82)                     // Return value for (R)
  12.  
  13. ~Enter new msg    E            // Option description
  14. return(69)                     // Return value for (E)
  15.  
  16. display ~Index    I            // Option description
  17. return(73)                     // Return value for (I)
  18.  
  19. ~Copy to folder   C            // Option description
  20. return(67)                     // Return value for (C)
  21.  
  22. display ~ANSI     A            // Option description
  23. return(65)                     // Return value for (A)
  24.  
  25. s~Ort messages    O            // Option description
  26. return(79)                     // Return value for (O)
  27.  
  28. ~Save message     S            // Option description
  29. return(83)                     // Return value for (S)
  30.  
  31. ~Print message    P            // Option description
  32. return(80)                     // Return value for (P)
  33.  
  34. s~Teal tagline    T            // Option description
  35. return(84)                     // Return value for (T)
  36.  
  37. ~Delete message   DEL          // Option description
  38. return(1234)                   // Return value for (DEL)
  39.  
  40. ~Keep message     INS          // Option description
  41. return(1233)                   // Return value for (INS)
  42.  
  43. ~Next message                 // Option description
  44. return(1228)                   // Return value for ()
  45.  
  46. pre~Vious msg                 // Option description
  47. return(1226)                   // Return value for ()
  48.  
  49. [END]
  50.