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

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