home *** CD-ROM | disk | FTP | other *** search
- set echo off
- set talk off
- set stat off
- set esca off
- load TPCfont
- aFONT = "14,0,0,0,0,255,255,192,192,255,255,0,0,0,0,0,0"
- bfont = "15,0,0,0,0,255,255,0,0,255,255,0,0,0,0,0,0"
- cfont = "16,192,224,240,216,204,198,3,3,198,204,216,240,224,192"
- call TPCfont with afont
- call TPCfont with bfont
- call TPCfont with cfont
- CLEAR
- @ 8,6 SAY 'Using TPCFont.BIN with picklists'
- @ 10,10 say '┌───────────────────────┐'
- @ 11,10 say '│ TEST FOR TPCFONT.BIN │'
- @ 12,10 say '├───────────────────────┤'
- @ 13,10 say '│ FIRST SELECTION │'
- @ 14,10 say '│ SECOND SELECTIO │'
- @ 15,10 say '│ THIRD SELECTION │'
- @ 16,10 say '│ FORTH SELECTION │'
- @ 17,10 say '└───────────────────────┘'
- INKIE=0
- CLEAR TYPE
- DO WHILE INKIE=0
- INKIE=INKEY()
- ENDDO
-
- afont = "127,0,0,0,1,2,4,8,16,16,32,33,65,64,64" && ,64,64"
- bfont = "128,7,56,192,0,0,0,0,0,240,248,248,248,240,0" && ,0,0"
- cfont = "129,224,28,3,0,0,0,0,0,15,31,31,31,15,0" && ,0,0"
- dfont = "130,0,0,0,128,64,32,16,8,8,132,132,130,2,2" && ,2,2"
- efont = "131,64,64,64,32,32,35,17,17,8,4,2,1,0,0" && ,0,0"
- ffont = "132,0,7,31,56,96,192,128,0,0,0,0,128,96,31" && ,31,0"
- gfont = "133,0,224,248,28,6,3,1,0,0,0,0,1,6,248" && ,248,0"
- hfont = "134,2,2,2,4,4,196,136,136,16,32,64,128,0,0" && ,0,0"
- call tpcfont with afont
- call tpcfont with bfont
- call tpcfont with cfont
- call tpcfont with dfont
- call tpcfont with efont
- call tpcfont with ffont
- call tpcfont with gfont
- call tpcfont with hfont
- rele modu tpcfont
-
- clear
-
- inkie = 0
- @ 10,21 say 'Add a little humor to your application!'
- set color to w+/r
- @ 12,20 say "┌──[ NOTICE ]───────────────────────────────┐"
- @ 13,20 say "│ │"
- @ 14,20 say "│ SORRY BUT... │"
- @ 15,20 say "│ THIS SELECTION IS NOT AVAILABLE AT Çüé │"
- @ 16,20 say "│ THIS TIME. âäàå │"
- @ 17,20 say "│ │"
- @ 18,20 say "└[ PRESS SPACEBAR TO CONTINUE... ]────────┘"
- set colo to rg+/r
- @ 18,24 say "PRESS SPACEBAR TO CONTINUE..."
- @ 12,25 say "NOTICE"
- set color to rg+/n
- INKIE=0
- do while inkie = 0
- inkie=inkey()
- enddo
-