home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 8 / boot-disc-1997-04.iso / PDA_Soft / Pilot / Apps / Scribble / SCRIBBLE.RCP < prev   
Text File  |  1997-01-05  |  597b  |  29 lines

  1. MENU ID 1000
  2. BEGIN
  3.     PULLDOWN "Commands"
  4.     BEGIN
  5.         MENUITEM "Clear" 1001 "C"
  6.         MENUITEM "New Page" 1003 "N"
  7.         MENUITEM "Remove Page" 1004 "R"
  8.         MENUITEM "Forward Page" 1005 "F"
  9.         MENUITEM "Backward Page" 1006 "B"
  10.         MENUITEM "About Scribble..." 1002 "A"
  11.     END
  12. END
  13.  
  14. FORM 1000 0 0 160 160
  15. USABLE
  16. NOFRAME
  17. MENUID 1000
  18. BEGIN
  19.     TITLE "Scribble 1.6"
  20. END
  21.  
  22. ALERT 1000
  23. INFORMATION
  24. BEGIN
  25.     TITLE "About Scribble"
  26.     MESSAGE "Freeware by \n"\
  27.             "     Andrew Howlett\n     howlett@iosphere.net"
  28.     BUTTONS "Thanks Andrew"
  29. END