home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 6 / 06.iso / b / b077 / 1.img / SBGL.ZIP / YH3.PRG < prev    next >
Encoding:
Text File  |  1980-01-01  |  2.1 KB  |  96 lines

  1. set device to screen
  2. pp='q'
  3. qq='q'
  4. do yhd
  5. if pp='y'
  6. retu
  7. endif
  8. if qq<>'y'
  9. retu
  10. endif
  11. clear
  12. @ 4,20 say "╒²╘┌┤≥╙íú¼╟δ╔╘║≥úí"
  13. goto dd           
  14. set device to print 
  15. set print on
  16. set cons off
  17. ? chr(27)+"II"
  18. set print off
  19. p=1
  20. a2=.t.
  21. do while a2
  22. if bb='b'
  23. @ prow()+1,40 say "╗╗╙═╓▄╞┌┤≤╙┌╡╚╙┌"+str(y,4)+"╠∞╡─╔Φ▒╕╚≤╗¼╡╡░╕"                                             
  24. else
  25. @ prow()+1,50 say '╔Φ▒╕╚≤╗¼╡╡░╕'
  26. endif
  27. @ prow()+1,1 say "           "
  28. @ prow()+1,110 say "╡┌"+str(p,2)+"╥│"
  29. @ prow()+1,1 say ì
  30. "=================================================================ì
  31. =========================================================ì
  32. ==============="
  33. @ prow()+1,1 say "|╔Φ▒╕╨═║┼        |╚≤╗¼╡π▒α║┼|╚≤╗¼╡π▓┐╬╗              |╚≤╗¼╖╜╩╜    ì
  34.     |ì
  35. ╣µ╢¿╙├╙═(╧─)|╣µ╢¿╙├╙═(╢¼)|┤·╙├╙═(╧─)|┤·╙├╙═(╢¼)|╗╗╙═╓▄╞┌  |╗╗╙═┴┐|"                   
  36. @ prow()+1,1 say ì
  37. "|----------------|----------|------------------------|-----------ì
  38. -----|----------ì
  39. --|------------|----------|----------|----------|----ì
  40. --|"
  41. l=6
  42. do while .not. eof()
  43. @ prow()+1,1 say "|"+yh1+"|"+yh2
  44. @ prow(),29 say "|"+yh3
  45. @ prow(),54 say "|"+yh4
  46. @ prow(),71 say "|"+yh5
  47. @ prow(),84 say "|"+yh6
  48. @ prow(),97 say "|"+yh7        
  49. @ prow(),108 say "|"+yh8       
  50. @ prow(),119 say "|"+str(yh12,3)
  51. @ prow(),130 say "|"+str(yh13,6,2)+"|"
  52. cont
  53. l=l+1
  54. if .not. eof()
  55. if l<=50
  56. @ prow()+1,1 say ì
  57. "|----------------|----------|------------------------|----------------|----------ì
  58. --|------------|----------|----------|----------|----ì
  59. --|"
  60. l=l+1
  61. else
  62. @ prow()+1,1 say ì
  63. "=================================================================ì
  64. ======================================================================ì
  65. ==="
  66. ejec
  67. @ prow()+1,1 say "                              "
  68. @ prow()+1,1 say "                             "
  69. p=p+1
  70. exit  
  71. endif
  72. else
  73. @ prow()+1,1 say ì
  74. "=================================================================ì
  75. =========================================================ì
  76. ==============="
  77. a2=.f.
  78. endif
  79. enddo
  80. enddo a2
  81. set print on
  82. ? chr(13)
  83. set print off
  84. set device to screen
  85. set cons on
  86. a1=.t.
  87. retu
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.