;--------------------------------------------------------------------- ; ; ST_SSC.INI ; ; Self trainer for spreadsheet calculation configuration file. ; ; History: ; ; 24.8.1995 Jorma Sajaniemi ; - 1st version ; ;--------------------------------------------------------------------- ;*** ; Program configuration etc. ; [ST_OOP] ; Theoretical declarations - location and name. ; These files must be in Windows help file (.HLP) format. TextsAndExamples=d:\msoffice\excel\mainxl.hlp STHelp=e:\tiede\st_oop\st_oop.hlp ; Programming environment - location and name. ProgrammingEnv=d:\msoffice\excel\excel.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 Close=TS ; 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 ; Total # of classes. ClassCount=1 ;*** ; 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\ssc_1.txt P1=e:\tiede\st_oop\db\sheet1.xls A2=e:\tiede\st_oop\db\ssc_2.txt P2=e:\tiede\st_oop\db\sheet2.xls ; Total # of assignments. AssignmentCount=2