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

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