home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / r / robo1_08.zip / ROBOGRPH.EXE / SETTINGS.PLT < prev    next >
Text File  |  1993-01-17  |  2KB  |  56 lines

  1. ; SETTINGS.PLT
  2. ;---------------------------------------------------------------------------
  3. ; This is the User Settings PLT (Plate) file. 
  4. ;
  5. ; If you would like your settings menu to work, then this file must exist.
  6. ; This file should contain templating for feilds of data you would like the
  7. ; user to be able to edit!
  8. ;
  9. ; Robo-Board will display the Prompts created below in exactly the fasion
  10. ; they are seen below. The "^" commands will be interpreted as input 
  11. ; requester boxes and will be replaced with input boxes which the user may
  12. ; click on or scroll through with tab and arrow keys. Certain "^" commands
  13. ; such as the ^DONE command are converted into buttons.
  14. ;
  15. ; The window command sets the possition width and title for a window. All
  16. ; text will be possitioned in the window relative to the upper left corner
  17. ; of the work area. It is possible to overflow a window, but careful 
  18. ; consideration to width and height will eliminate this problem.
  19. ;
  20. ; Special codes in the 1st column of this text file mean special things:
  21. ;   ";" = Comment (such as this one)
  22. ;   "*" = Draws window based supplied coordinates and title and border colour
  23. ;   "!" = Text Colour
  24. ;   "+" = Active text line, these may (if needed) contain the "^" commands:
  25. ;
  26. ;              ^ACCNT_PASSWORD
  27. ;              ^ACCNT_ALIAS
  28. ;              ^ACCNT_DATAPHONE 
  29. ;              ^ACCNT_HOMEPHONE 
  30. ;              ^ACCNT_STREET 
  31. ;              ^ACCNT_CITYSTATE
  32. ;              ^ACCNT_POSTCODE
  33. ;              ^ACCNT_PASSLOCK
  34. ;              ^ACCNT_FIRSTNLAST
  35. ;              ^ACCNT_BIRTH
  36. ;              ^ACCNT_SOUNDS
  37. ;              ^ACCNT_NEWMAIL
  38. ;              ^DONE
  39. ;              ^ABORT
  40. ;
  41. *15,2,51,9,13,USER SETTINGS
  42. !9
  43. +              Your ALIAS ^ACCNT_ALIAS
  44. +           Your PASSWORD ^ACCNT_PASSWORD
  45. +
  46. +       Your HOME PHONE # ^ACCNT_HOMEPHONE
  47. +      Your MODEM PHONE # ^ACCNT_DATAPHONE 
  48. +
  49. +     Your STREET ADDRESS ^ACCNT_STREET 
  50. +       Your CITY & STATE ^ACCNT_CITYSTATE
  51. +        Your POSTAL CODE ^ACCNT_POSTCODE
  52. +                      ^DONE 
  53.  
  54.  
  55.  
  56.