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

  1. clear
  2. set talk off
  3. set device to screen
  4. close database
  5. sele 1
  6. use bjh            
  7. sele 2
  8. use ygz
  9. a='     '
  10. @ 4,10 say "╟δ╩Σ╚δ─Ω╖▌,╘┬╖▌" get a pict 'xx.xx'
  11. read
  12. sele 1
  13. count to x for bjh18<>'f'
  14. sele 2
  15. loca for g1=a
  16. repl g5 with x
  17. loca for g1<=a
  18. a1=.t.
  19. do while a1
  20. clear
  21. @ 1,1 say "─Ω.╘┬    ╡▒╘┬╔Φ▒╕╩╡┐¬╠¿╩²   ╘┬╣╩╒╧┤╬╩²   ╣╩╒╧╞╡╢╚"
  22. l=2
  23. do while .not. eof()
  24. @ l,1 say " "+g1
  25. @ l,8 say " "+str(g5,5)
  26. @ l,25 say " "+str(g2,5)
  27. e=g2/g5
  28. @ l,38 say " "+str(e,8,2)
  29. cont
  30. l=l+1
  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 a1
  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 device to print
  50. set cons off
  51. ? chr(27)+"IJ"
  52. @ prow()+1,20 say "╘┬╔Φ▒╕╣╩╒╧╞╡╢╚"
  53. @ prow()+1,1 say "                 "
  54. @ prow()+1,1 say "======================================================"
  55. @ prow()+1,1 say "|─Ω.╘┬     |╡▒╘┬╔Φ▒╕╩╡┐¬╠¿╩²|╘┬╣╩╒╧┤╬╩²|╣╩╒╧╞╡╢╚  ì
  56.    |"
  57. @ prow()+1,1 say ì
  58. "|----------|----------------|----------|-------------|"
  59. loca for g1<=a
  60. do while .not. eof()
  61. @ prow()+1,1 say "|"+g1
  62. @ prow(),12 say "|"+str(g5,5)
  63. @ prow(),29 say "|"+str(g2,5)
  64. e=g2/g5
  65. @ prow(),40 say "|"+str(e,8,2)+"     |"
  66. cont
  67. if .not. eof()
  68. @ prow()+1,1 say "|----------|----------------|----------|-------------|"
  69. else
  70. @ prow()+1,1 say "======================================================"
  71. endif
  72. enddo
  73. @ prow()+1,1 say "╣╩╒╧╞╡╢╚ú╜╘┬╣╩╒╧┤╬╩²ú»╓≈╥¬╔Φ▒╕╩╡┐¬╠¿╩²"
  74. set print on
  75. ? chr(13)
  76. set print off
  77. set device to screen
  78. set cons on
  79. retu
  80.  
  81.  
  82.  
  83.