home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1997 January / dpcb197.iso / internet / Jamba / DOCS / LESN_14.JTF < prev    next >
Text File  |  1996-07-10  |  2KB  |  106 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 640
  10. Height 420
  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" 5 9
  28. BackgroundColor 16777215
  29. Drawstyle 0
  30. PreserveState 1
  31. Background 0
  32. BackgroundPage ""
  33. Width 430
  34. Height 220
  35. Enabled 1
  36. Style 0
  37.  
  38. "Graphic1" Graphic 10
  39. filename "Africa.gif"
  40. transparentcolor 0
  41. Enabled 1
  42. HowToShow ""
  43. HowToHide ""
  44. Height 198
  45. Width 235
  46. X 170
  47. Y 10
  48. Visible 1
  49.  
  50. "PushButton1" PushBtn 12
  51. font FAM:Dialog;PNT:13;HGT:-17;WGT:Bold;PCH:Default;STL:Any;QLT:Default;OPR:Default;CLP:Default
  52. label "Show Labels"
  53. Enabled 1
  54. HowToShow ""
  55. HowToHide ""
  56. Height 30
  57. Width 130
  58. X 170
  59. Y 180
  60. Visible 1
  61. event Click Text1.Visible="True"
  62. event Click Text2.Visible="True"
  63.  
  64. "Text1" BitText 12
  65. text "Tropic of Cancer"
  66. TextColor 65535
  67. font FAM:Dialog;PNT:12;HGT:-16;WGT:Bold;PCH:Default;STL:Any;QLT:Default;OPR:Default;CLP:Default
  68. transparent 1
  69. Enabled 1
  70. HowToShow ""
  71. HowToHide ""
  72. Height 30
  73. Width 140
  74. X 259
  75. Y 22
  76. Visible 0
  77.  
  78. "Text2" BitText 12
  79. text "Equator"
  80. TextColor 65535
  81. font FAM:Dialog;PNT:12;HGT:-16;WGT:Bold;PCH:Default;STL:Any;QLT:Default;OPR:Default;CLP:Default
  82. transparent 1
  83. Enabled 1
  84. HowToShow ""
  85. HowToHide ""
  86. Height 30
  87. Width 70
  88. X 329
  89. Y 119
  90. Visible 0
  91.  
  92. "PushButton2" PushBtn 13
  93. font FAM:Dialog;PNT:13;HGT:-17;WGT:Bold;PCH:Default;STL:Any;QLT:Default;OPR:Default;CLP:Default
  94. label "Stop Lesson"
  95. Enabled 1
  96. HowToShow ""
  97. HowToHide ""
  98. Height 30
  99. Width 150
  100. X 10
  101. Y 10
  102. Visible 1
  103. event Click Text1.Visible="False"
  104. event Click Text2.Visible="False"
  105. event Click Application.GoToPage("StartPage")
  106.