home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 123 / af123a.adf / af123a2.lzx / Selector / examples / req.sel < prev    next >
Encoding:
Text File  |  1999-03-04  |  124 b   |  15 lines

  1. gap 6
  2. rows 2
  3. title "Request:"
  4.  
  5. space
  6. color 2
  7. text "[arg1]"
  8.  
  9. color 1
  10. startbox
  11.  button Yes exit Yes
  12. endbox
  13.  
  14. button No exit No
  15.