home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1997 January / dpcb197.iso / internet / Jamba / DOCS / LESN_15.JTF < prev    next >
Text File  |  1996-07-11  |  1KB  |  89 lines

  1. JTF 2 1.0
  2.  
  3. "StartPage" 1 9
  4. BackgroundColor 16777215
  5. Drawstyle 0
  6. PreserveState 1
  7. Background 0
  8. BackgroundPage ""
  9. Width 410
  10. Height 400
  11. Enabled 1
  12. Style 4
  13.  
  14. "Start" PushBtn 11
  15. font FAM:Dialog;PNT:13;HGT:-17;WGT:Bold;PCH:Default;STL:Any;QLT:Default;OPR:Default;CLP:Default
  16. label "Start Lesson"
  17. Enabled 1
  18. HowToShow ""
  19. HowToHide ""
  20. Height 30
  21. Width 150
  22. X 10
  23. Y 10
  24. Visible 1
  25. event Click Application.GoToPage("StartPage1")
  26.  
  27. "StartPage1" 4 9
  28. BackgroundColor 16777215
  29. Drawstyle 0
  30. PreserveState 1
  31. Background 0
  32. BackgroundPage ""
  33. Width 410
  34. Height 260
  35. Enabled 1
  36. Style 0
  37.  
  38. "Text1" BitText 10
  39. font FAM:Helvetica;PNT:9;HGT:-12;PCH:Default;STL:Any;QLT:Default;OPR:Default;CLP:Default
  40. filename "Ny.txt"
  41. Enabled 1
  42. HowToShow ""
  43. HowToHide ""
  44. Height 180
  45. Width 180
  46. X 170
  47. Y 50
  48. Visible 1
  49.  
  50. "PageUp" PictBtn 11
  51. filename "Up.gif"
  52. buttonstyle 1
  53. Enabled 1
  54. HowToShow ""
  55. HowToHide ""
  56. Height 59
  57. Width 32
  58. X 358
  59. Y 50
  60. Visible 1
  61. event Click Text1.PageUp()
  62.  
  63. "PageDown" PictBtn 11
  64. filename "Down.gif"
  65. buttonstyle 1
  66. Enabled 1
  67. HowToShow ""
  68. HowToHide ""
  69. Height 59
  70. Width 32
  71. X 360
  72. Y 170
  73. Visible 1
  74. event Click Text1.PageDown()
  75.  
  76. "Stop" PushBtn 12
  77. font FAM:Dialog;PNT:13;HGT:-17;WGT:Bold;PCH:Default;STL:Any;QLT:Default;OPR:Default;CLP:Default
  78. label "Stop Lesson"
  79. Enabled 1
  80. HowToShow ""
  81. HowToHide ""
  82. Height 30
  83. Width 150
  84. X 10
  85. Y 10
  86. Visible 1
  87. event Click Text1.ScrollHome()
  88. event Click Application.GoToPage("StartPage")
  89.