home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 6 / 06.iso / b / b077 / 1.img / SBGL.ZIP / QD4.PRG < prev    next >
Encoding:
Text File  |  1979-12-31  |  2.2 KB  |  114 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='g'
  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.     ╫ε╕▀┐Γ┤µ  ╫ε╡═┐Γ┤µ  ╢⌐╗⌡╡π"
  20. l=2
  21. do while .not. eof()
  22. @ l,1 say " "+b1
  23. @ l,12 say " "+str(b4,8,2)
  24. @ l,20 say " "+str(b5,8,2)
  25. @ l,29 say " "+b9
  26. @ l,39 say " "+str(b6,8,2)
  27. @ l,49 say " "+str(b7,8,2)
  28. @ l,58 say " "+str(b8,8,2)
  29. l=l+1
  30. cont
  31. if .not. eof()
  32. if l>=8
  33. wait '░┤╚╬╥Γ╝ⁿ╝╠╨°' to w
  34. exit 
  35. endif
  36. else
  37. a1=.f.
  38. endif
  39. enddo
  40. enddo
  41. wait '┤≥╙í┬≡(Y/N)' to w
  42. if w<>'y'
  43. close database
  44. a1=.t.
  45. retu 
  46. endif
  47. clear
  48. @ 4,20 say "╒²╘┌┤≥╙íú¼╟δ╔╘║≥úí"
  49. set cons off
  50. set device to print
  51. set print on
  52. ? chr(27)+"IJ"
  53. set print off
  54. p=1
  55. loca for b13='g'
  56. a1=.t.
  57. do while a1
  58. @ prow()+1,40 say "╥≥╔Φ▒╕▒Σ╢»╙ª╕─▒Σ┐Γ┤µ╢¿╢ε╡─▒╕╝■"
  59. @ prow()+1,1 say "              "
  60. @ prow()+1,80 say "╡┌"+str(p,2)+"╥│"
  61. @ prow()+1,1 say ì
  62. "=================================================================ì
  63. =================================="
  64. @ prow()+1,1 say "|▒╕╝■├√│╞ |▒╕╝■▒α║┼        |╨═║┼╣µ╕±        |╡Ñ╝█ ì
  65.    |╩²┴┐    |┤µ┤ó╬╗╓├|╫ε╕▀┐Γ┤µ|╫ε╡═┐Γ┤µ|╢¿╗⌡╡π  |"
  66. @ prow()+1,1 say ì
  67. "|---------|----------------|----------------|--------|--------|--ì
  68. ------|--------|--------|--------|"
  69. l=6
  70. do while .not. eof()
  71. @ prow()+1,1 say "|"+b1
  72. @ prow(),11 say "|"+b1
  73. @ prow(),28 say "|"+b3
  74. @ prow(),45 say "|"+str(b4,8,2)
  75. @ prow(),54 say "|"+str(b5,8,2)
  76. @ prow(),63 say "|"+b9    
  77. @ prow(),72 say "|"+str(b6,8,2)
  78. @ prow(),81 say "|"+str(b7,8,2)
  79. @ prow(),90 say "|"+str(b8,8,2)+"|"
  80. l=l+1
  81. cont
  82. if .not. eof()
  83. if l>=50
  84. @ prow()+1,1 say ì
  85. "=================================================================ì
  86. =================================="
  87. p=p+1
  88. ejec
  89. exit
  90. else
  91. @ prow()+1,1 say ì
  92. "|---------|----------------|----------------|--------|--------|--ì
  93. ------|--------|--------|--------|"
  94. l=l+1
  95. endif
  96. else
  97. @ prow()+1,1 say ì
  98. "=================================================================ì
  99. =================================="
  100. a1=.f.
  101. endif
  102. enddo 
  103. enddo a1
  104. set print on
  105. ? chr(13)
  106. set print off
  107. set device to screen
  108. a1=.t.
  109. close database
  110. set cons on
  111. retu
  112.  
  113.  
  114.