home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1997 January / dpcb197.iso / internet / Jamba / DOCS / LESN_13.JTF < prev    next >
Text File  |  1996-07-10  |  1KB  |  76 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 430
  10. Height 260
  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" 3 9
  28. BackgroundColor 16777215
  29. Drawstyle 0
  30. PreserveState 1
  31. Background 0
  32. BackgroundPage ""
  33. Width 430
  34. Height 260
  35. Enabled 1
  36. Style 0
  37.  
  38. "Graphic1" Graphic 10
  39. filename "flowers.gif"
  40. transparentcolor 0
  41. Enabled 1
  42. HowToShow "SlideIn,Left,Medium"
  43. HowToHide ""
  44. Height 161
  45. Width 246
  46. X 170
  47. Y 50
  48. Visible 0
  49.  
  50. "PushButton1" PushBtn 11
  51. font FAM:Dialog;PNT:13;HGT:-17;WGT:Bold;PCH:Default;STL:Any;QLT:Default;OPR:Default;CLP:Default
  52. label "Show Picture"
  53. Enabled 1
  54. HowToShow ""
  55. HowToHide ""
  56. Height 30
  57. Width 150
  58. X 220
  59. Y 220
  60. Visible 1
  61. event Click Graphic1.Visible="True"
  62.  
  63. "Stop" PushBtn 12
  64. font FAM:Dialog;PNT:13;HGT:-17;WGT:Bold;PCH:Default;STL:Any;QLT:Default;OPR:Default;CLP:Default
  65. label "Stop Lesson"
  66. Enabled 1
  67. HowToShow ""
  68. HowToHide ""
  69. Height 30
  70. Width 150
  71. X 10
  72. Y 10
  73. Visible 1
  74. event Click Graphic1.Visible="False"
  75. event Click Application.GoToPage("StartPage")
  76.