home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / t / tcu_32.zip / TCU_32.ZIP / BUTTON.CUF < prev    next >
Text File  |  1991-03-26  |  354b  |  16 lines

  1. COLOUR = White/Blue
  2. INPUT  = Yellow/Cyan
  3. TCOLOUR = White/Blue
  4.  
  5. TYPE   = SINGLE
  6. SIZE   = 25,7
  7.  
  8. Title = "Button Test"
  9.  
  10. TEXT   = @1,2; "Filename:"
  11.  
  12. FIELD  = @11,2; Name=Filename; String(12); Value="NONAME.DAT"
  13.  
  14. FIELD  = @5,4; Name=Quit; Colour=LightRed/Cyan; Button="Quit"
  15. FIELD  = @12,4; Name=Accept; Colour=LightGreen/Cyan; Button="Accept"
  16.