home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1997 January / dpcb197.iso / internet / Jamba / DOCS / LESN_16.JTF < prev    next >
Text File  |  1996-07-10  |  2KB  |  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 400
  10. Height 175
  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 430
  34. Height 175
  35. Enabled 1
  36. Style 1
  37.  
  38. "TextField1" Text 11
  39. font FAM:Dialog;PNT:12;HGT:-16;PCH:Default;STL:Any;QLT:Default;OPR:Default;CLP:Default
  40. multiplelines 0
  41. Enabled 1
  42. HowToShow ""
  43. HowToHide ""
  44. Height 30
  45. Width 240
  46. X 170
  47. Y 110
  48. Visible 1
  49. event Complete Text2.Text=TextField1.Text
  50.  
  51. "Text1" BitText 10
  52. text "Enter your name and press Enter:"
  53. font FAM:Dialog;PNT:12;HGT:-16;PCH:Default;STL:Any;QLT:Default;OPR:Default;CLP:Default
  54. Enabled 1
  55. HowToShow ""
  56. HowToHide ""
  57. Height 30
  58. Width 240
  59. X 170
  60. Y 70
  61. Visible 1
  62.  
  63. "Text2" BitText 10
  64. TextColor 16711680
  65. font FAM:Dialog;PNT:24;HGT:-32;WGT:Bold;PCH:Default;STL:Any;QLT:Default;OPR:Default;CLP:Default
  66. Enabled 1
  67. HowToShow ""
  68. HowToHide ""
  69. Height 50
  70. Width 240
  71. X 170
  72. Y 10
  73. Visible 1
  74.  
  75. "Stop" PushBtn 13
  76. font FAM:Dialog;PNT:13;HGT:-17;WGT:Bold;PCH:Default;STL:Any;QLT:Default;OPR:Default;CLP:Default
  77. label "Stop Lesson"
  78. Enabled 1
  79. HowToShow ""
  80. HowToHide ""
  81. Height 30
  82. Width 150
  83. X 10
  84. Y 10
  85. Visible 1
  86. event Click TextField1.Text=" "
  87. event Click Text2.Text=" "
  88. event Click Application.GoToPage("StartPage")
  89.