home *** CD-ROM | disk | FTP | other *** search
- clear
- set talk off
- set device to screen
- use bh
- loca for h17='y'
- if eof()
- @ 4,0 clear
- wait ' ╬▐╙ª┤ª└φ╗≥╙ª═╦╗⌡╡─▒╕╝■ú¼░┤╚╬╥Γ╝ⁿ╖╡╗╪úí'
- clos data
- retu
- endif
- a1=.t.
- do while a1
- clear
- @ 1,1 say "║╧═¼║┼ ▒╕╝■▒α║┼ ▒╕╝■├√│╞ ╡Ñ╝█ ╢⌐╗⌡┴┐ ì
- ╥╤╡╜╗⌡┴┐ ┴¬╧╡╚╦"
- l=2
- do while .not. eof()
- @ l,1 say h1+' '+h2+h4+str(h6,8,2)+' '+str(h7,8,2)+' ì
- '+str(h10,8,2)+' '+h14
- cont
- l=l+1
- if l>=9 .and. .not. eof()
- wait '░┤ú╥╝ⁿ╖╡╗╪ú¼╞Σ╦ⁿ╝ⁿ╝╠╨°úí' to w
- if w='r'
- clos data
- retu
- endif
- exit
- endif
- enddo
- if eof()
- exit
- endif
- enddo
- wait '┤≥╙í┬≡ú¿ú┘ú»ú╬ú⌐' to w
- if w<>'y'
- clos data
- retu
- endif
- clear
- @ 4,20 say "╒²╘┌┤≥╙íú¼╟δ╔╘║≥úí"
- set cons off
- set device to print
- set print on
- ? chr(27)+"IJ"
- set print off
- loca for h17='y'
- p=1
- a1=.t.
- do while a1
- @ prow()+1,50 say "╙ª┤ª└φ╗≥╙ª═╦╗⌡╡─▒╕╝■"
- @ prow()+1,1 say " "
- @ prow()+1,103 say "╡┌"+str(p,2)+"╥│"
- @ prow()+1,1 say ì
- "=================================================================ì
- ======================================================"
- @ prow()+1,1 say "| ║╧ ═¼ ║┼ |▒╕╝■▒α║┼ | ▒╕ ╝■ ├√ │╞ |╣µ ì
- ╕±|╢⌐╗⌡╡Ñ╝█|╢⌐╗⌡╩²┴┐|╥╤╡╜╗⌡┴┐| ╣⌐ ╙ª │º ì
- ╖╜ |┴¬ ╧╡ ╚╦|"
- @ prow()+1,1 say ì
- "|------------|---------|----------------|----------------|-------ì
- -|--------|--------|------------------------|--------|"
- l=1
- do while .not. eof()
- @ prow()+1,1 say ì
- "|"+h1+"|"+h2+"|"+h4+"|"+h5+"|"+str(h6,8,2)+"|"+str(h7,8,2)+"|"+stì
- r(h10,8,2)+"|"+h3+"|"+h14+"|"
- l=l+1
- cont
- if .not. eof()
- if l>=10
- ejec
- p=p+1
- @ prow()+1,1 say ì
- "=================================================================ì
- ====================================================="
- exit
- else
- @ prow()+1,1 say ì
- "|------------|---------|----------------|----------------|-------ì
- -|--------|--------|------------------------|--------|"
- endif
- else
- @ prow()+1,1 say ì
- "=================================================================ì
- ======================================================"
- exit
- endif
- enddo
- if eof()
- exit
- endif
- enddo
- set print on
- ? chr(13)
- set print off
- set device to screen
- retu