;--------------------------------------------------------------------- ; ; ST_OOP.INI ; ; Self trainer for object oriented programming/configuration file. ; ; History: ; ; 13.7.1995 Ossi Ylijoki ; - 1st version ; 17.8.1995 Jorma Sajaniemi ; - added STHelp ; ;--------------------------------------------------------------------- ;*** ; Program configuration etc. ; [ST_OOP] ; Theoretical declarations - location and name. ; This file must be in Windows help file (.HLP) format. TextsAndExamples=e:\bp7\bin\bpw.hlp STHelp=e:\tiede\st_oop\st_oop.hlp ; Programming environment - location and name. ProgrammingEnv=e:\bp7\bin\bpw.exe ;ProgrammingEnv=d:\win31\notepad.exe ; Assignment class in use. Class=1 ; ; The following are programming environment menu commands as ; entered from keyboard. (E.g. Open-command in File-menu ; can be given by pressing Alt+F and then O.) ; ; Key mnemonics for Close all -command in Window-menu. ; Note: do not include Alt or spaces. CloseAll=WA ;CloseAll=TU ; Key mnemonics for File open -command in File-menu. ; Note: do not include Alt or spaces. Open=FO ;Open=TA ; Key mnemonics for Exit-command in File-menu. ; Note: do not include Alt or spaces. Exit=FX ;Exit=TL ;*** ; Assignment classes. ; This section names all available assignment classes. ; There must be a corresponding [CLASS] section for ; each class. ; Note: Entry numbering must start from 1 and it must be ; contiguous (this is a prototype, anyway!). ; [CLASSES] Class1=Basic skills Class2=Dynamic allocation ; Total # of classes. ClassCount=2 ;*** ; Assignments (A) and corresponding programs (P) for ; the 1st class. ; Note: Entry numbering must start from 1 and it must be ; contiguous (this is a prototype, anyway!). ; [CLASS1] A1=e:\tiede\st_oop\db\ed_1.txt P1=e:\tiede\st_oop\db\ed_1.pas A2=e:\tiede\st_oop\db\ed_2.txt P2=e:\tiede\st_oop\db\ed_2.pas A3=e:\tiede\st_oop\db\ed_3.txt P3=e:\tiede\st_oop\db\ed_3.pas A4=e:\tiede\st_oop\db\correct.txt P4=e:\tiede\st_oop\db\hello.pas A5=e:\tiede\st_oop\db\hello3.txt P5=e:\tiede\st_oop\db\hello3.pas A6=e:\tiede\st_oop\db\correct.txt P6=e:\tiede\st_oop\db\hello4.pas A7=e:\tiede\st_oop\db\correct.txt P7=e:\tiede\st_oop\db\hello2.pas A8=e:\tiede\st_oop\db\editapp2.txt P8=e:\tiede\st_oop\db\editapp2.pas A9=e:\tiede\st_oop\db\dlg.txt P9=e:\tiede\st_oop\db\dlg.pas A10=e:\tiede\st_oop\db\correct.txt P10=e:\tiede\st_oop\db\editapp.pas A11=e:\tiede\st_oop\db\dynhello.txt P11=e:\tiede\st_oop\db\dynhello.pas ; Total # of assignments. AssignmentCount=11 [CLASS2] A1=e:\tiede\st_oop\db\correct.txt ;A1=e:\tiede\st_oop\st_oop.pas P1=e:\tiede\st_oop\db\editapp.pas A2=e:\tiede\st_oop\db\dynhello.txt P2=e:\tiede\st_oop\db\dynhello.pas A3=e:\tiede\st_oop\db\dlg.txt P3=e:\tiede\st_oop\db\dlg.pas AssignmentCount=3