home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 6 / 06.iso / b / b077 / 1.img / SBGL.ZIP / QD6.PRG < prev    next >
Encoding:
Text File  |  1979-12-31  |  1.6 KB  |  91 lines

  1. clear
  2. set talk off
  3. set devi to screen 
  4. use bj index bj1
  5. a1=.t.
  6. do while a1
  7. clear
  8. @ 1,1 say "▒╕╝■▒α║┼    ▒╕╝■├√│╞         ╣µ╕±               ╡Ñ╝█       ╩²┴┐  ì
  9.     ┤µ┤ó╬╗╓├"
  10. l=2
  11. do while .not. eof()
  12. @ l,1 say b1+"   "+b2+b3+" "+str(b4,8,2)+"    "+str(b5,8,2)+"    "+b9
  13. l=l+1
  14. skip
  15. if .not. eof() .and. l>=9
  16. wait "░┤ú╥╝ⁿ╖╡╗╪ú¼╞Σ╦ⁿ╝ⁿ╝╠╨°úí" to w
  17. if w='r'
  18. clos data
  19. retu
  20. else
  21. exit
  22. endif
  23. endif
  24. enddo 
  25. if eof()
  26. exit
  27. endif
  28. enddo 
  29. wait '┤≥╙í┬≡ú¿ú┘ú»ú╬ú⌐' to w
  30. if w<>'y'
  31. clos data
  32. retu
  33. endif
  34. clear
  35. @ 4,20 say "╒²╘┌┤≥╙íú¼╟δ╔╘║≥úí"
  36. set cons off
  37. set device to print
  38. set print on
  39. ? chr(27)+"IJ"
  40. set print off
  41. goto top
  42. p=1
  43. do while a1
  44. @ prow()+1,30 say "▒╕╝■╫▄├≈╧╕╒╩"
  45. @ prow()+1,1 say "         "
  46. @ prow()+1,60 say "╡┌"+str(p,2)+"╥│"
  47. @ prow()+1,1 say ì
  48. "=================================================================ì
  49. ======="
  50. @ prow()+1,1 say "|▒╕╝■▒α║┼ |▒╕╝■├√│╞        |      ╣µ╕±      |  ì
  51. ╡Ñ╝█  |  ╩²┴┐  |┤µ┤ó╬╗╓├|"
  52. @ prow()+1,1 say ì
  53. "|---------|----------------|----------------|--------|--------|--ì
  54. ------|"
  55. l=1
  56. do while .not. eof()
  57. @ prow()+1,1 say ì
  58. "|"+b1+"|"+b2+"|"+b3+"|"+str(b4,8,2)+"|"+str(b5,8,2)+"|"+b9+"|"
  59. skip
  60. l=l+1
  61. if .not. eof() .and. l>=50
  62. @ prow()+1,1 say ì
  63. "=================================================================ì
  64. ======="
  65. ejec
  66. @ prow()+1,1 say "      "
  67. p=p+1
  68. exit
  69. else
  70. @ prow()+1,1 say ì
  71. "|---------|----------------|----------------|--------|--------|--ì
  72. ------|"
  73. endif
  74. else
  75. @ prow()+1,1 say ì
  76. "=================================================================ì
  77. ======="
  78. endif
  79. enddo
  80. if eof()
  81. exit
  82. endif
  83. enddo 
  84. set print on
  85. ? chr(13)
  86. set print off
  87. set device to screen
  88. clos data
  89. retu
  90.  
  91.