Category : Word Processors
Archive   : HP22D4.ZIP
Filename : LESSONS.PAD

 
Output of file : LESSONS.PAD contained in archive : HP22D4.ZIP
HPADÿÿ0|JÌMain menu ¡~ƒØ ŠQ[v[v@þÖ ´Ô‹§“handler keypress(k);
begin
if k = 58112 then go to pad "control"
else pass;
end;

handler cancel;
begin
end;

handler help;
begin
end;æ5§Êï¥Ï8758112X+
control $/*7*7*nF$–±‚ C o u r s e„ M e n u„ M a p‚—±ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ–‡£0ÿ‡ÿ‡ÿ‡ÿ‡ÿ‡ÿ‡ÿ‡ÿ‡ÿ‡ÿ‡ÿ‡ÿ‡ÿ‡ÿ‡Õ‡Ð0@R\ÿÿM]UHandler Select;
Begin
send "select" to page button "taking charge";
End;

Òž]7selectXtaking chargeL
‰*H žßUsing the Tutorialpppppppp1pðÿp‡P`XHandler Select;
Begin
send "select" to page button "what is HyperPAD";
End;

Òž`7selectXwhat is HyperPADL
‰*H”ž¬Introducing HyperPADppppppp1pðÿp{JZRHandler Select;
Begin
send "select" to page button "Short Menu";
End;

ÒžZ7selectXShort MenuL
‰*H
œžHyperPAD Menusialpppppppp1pðÿpuGWOHandler Select;
Begin
send "select" to page button "Objects";
End;

ÒžW7selectXObjectsL
‰*HàžF Terms & Conceptslpppppppp1pðÿp¥k{sHandler Select;
Begin
global notebookpageid;
put 18 into notebookpageid;
go to pad "control";
End;

Òž{718notebookpageidXXXcontrol *H* GNHž
CTRLutton5‡‡ðÿQ)91Handler Select;
Begin
lesson 5;
End;

Òž975

lesson;:*H  * øžø
The Home Padsialpppppppp1p00ðÿpQ)91Handler Select;
Begin
lesson 6;
End;

Òž976

lesson;:*H
. ; О• The DOS Padsialpppppppp1p00ðÿpO'7/Handler Select;
Begin
lesson 7;
End;Òž777

lesson;:*H ? M Ȟ2 The Help Padsialpppppppp1p00ðÿp€M]UHandler Select;
Begin
send "select" to page button "The Home PAD";
End;


Òž]7selectXThe Home PADL
‰*H 
 |žÍ Exploring Padsialpppppppp1pðÿpQ)91Handler Select;
Begin
lesson 1;
End;

Òž971

lesson;:*H
+Œž™
Taking Chargeialpppppppp1p00ðÿpQ)91Handler Select;
Begin
lesson 2;
End;

Òž972

lesson;:*H0<ž6Practicinggeialpppppppp1p00ðÿpQ)91Handler Select;
Begin
lesson 3;
End;

Òž973

lesson;:*H. žÓWhat Is HyperPADlpppppppp1p00ðÿpQ)91Handler Select;
Begin
lesson 8;
End;

Òž978

lesson;:*H(¤žpShort Menuenuialpppppppp1p00ðÿpQ)91Handler Select;
Begin
lesson 9;
End;

Òž979

lesson;:*H-9¬ž
Displayinggeialpppppppp1p00ðÿpQ(80Handler Select;
Begin
lesson 10;
End;Òž8710

lesson;:*H=OžªExtended Optionslpppppppp1p00ðÿpS*:2Handler Select;
Begin
lesson 11;
End;

Òž:711

lesson;:*H%žGObjectshargeialpppppppp1p00ðÿpS*:2Handler Select;
Begin
lesson 12;
End;

Òž:712

lesson;:*H*=žæMessages/Handlerspppppppp1p00ðÿpQ(80Handler Select;
Begin
lesson 13;
End;Òž8713

lesson;:*HDOž…Hierarchyrgeialpppppppp1p00ðÿpp/HpP´šûP/H..PASSED9pńžpppppp!ŒŒpp(þÿÿpÿpQ)91Handler Select;
Begin
lesson 4;
End;

Òž974

lesson;:*H02E ðžŒStarting HyperPADpppppppp1p00ðÿpp2Hp$žûP2HPASSED3pńžpppppp!ŒŒppОÿÿpÿp²‡3H‡°žžcharge,1,2
practicing,1,3
1,2,7
1,3,8
1,4,9
1,5,10
1,6,11
1,7,12
practice1,7,13
extended,7,24
1,8,14
messages,8,15
hierarchy,8,16
1,9,17
1,9,17
1,9,17
1,9,17P*35info1";
!pàžÿÿpÿÿH*4@w Button1ŒŒpÿH*5@//w Button1ŒŒpÿH*6@w Button1ŒŒpÿH*7@11w Button1ŒŒpÿH*8@  w Button1ŒŒpÿH*9@- - w Button1ŒŒpÿH*:@> > w Button1ŒŒpÿH*;@w Button1ŒŒpÿH*<@,,w Button1ŒŒpÿH*=@<<w Button1ŒŒpÿH*>@w Button1ŒŒpÿH*?@))ew Button1ŒŒpÿH*@@CCw Button1ŒŒpÿ~ÇéÏhandler openPage;
begin
set the focus to page button "1";
end;

handler lesson(cline);
begin
global notebookpageid;
get line cline of page field "info";
put item 3 of it into notebookpageid;
go to page item 1 of it of pad ("lesson" & item 2 of it);
end;

handler allDone(lesson,nextButton);
begin
global exitAfterFinish,exitToHelp,savedMenuBar;
if exitAfterFinish is "true" then
begin
set the lockMessages to true;
pop page;
set the visible of the menu bar to savedMenuBar;
exit to HyperPAD;
end;
if exitToHelp is "true" then exit;
set the name of page button (19 + lesson) to "û";
set the focus to page button nextButton;
end;

handler learning(whichButton);
begin
global exitAfterFinish,exitToHelp,savedMenuBar;
put the visible of the menu bar into savedMenuBar;
hide the menu bar;
put true into exitAfterFinish;
put true into exitToHelp;
push recent;
send "select" to page button whichButton;
end;éžé €÷ €o
€þ7X1L
h*$lesson87Xinfo%##XX
XXX
X3notebookpageidXXX
X2lesson,“
X1’*$ alldone87trueexitafterfinish+'X
Ý 
P^

*savedmenubar
P0*trueexittohelp+*XX19L

Xû
PX
L
h*$
learning87

*csavedmenubarXXX

*S
PexitafterfinishXXXexittohelpXXX‘selectXXL
‰*׬'ÿÿŠŠÄÄ¿Ï³ÿ†ŠÄ–Ä¿¸³ÿ–ŠÄÄ’Ä¿¬³³ÿ†ŠÄÄ’Ä¿¬³³ÿ†‡Ä’Ä–Ä¿¥³’³ÿÿÿÿÒPre‚s TAB to highlight a bu‚t on, then pre‚s ENTER.ÿÿ€ÿÿÿÿÖÿÿÿÿÿÿÿÿÿ†©[Û&Bb5ü½ ®
K è ƒ O
ì
‰&Ã`ýœ;Ø":ß)A“G™ã-wÁ UŸé3}Ç

  3 Responses to “Category : Word Processors
Archive   : HP22D4.ZIP
Filename : LESSONS.PAD

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/