value__ntId__ntName  __ntTemplate viewFlagsnamesymboltype viewJustify viewBounds protection viewFormat infoFrame stepChildrenviewQuitScript  __ntDatatype __ntFlagsÿ( CLAS@    NUMB   "Book Editor" EVAL   'default EVAL   'editor EVAL   ÿÀ NUMB     RECT   ˜'private // show this only in this app. For instance, DONT show it in IOBox EVAL    NUMB   ÿâ{checkpaths: '[title,authors,publisher,location,date,volume,pages], checkPrefix: '[TRUE,nil], formatFunc: func(data) begin // <data> will be [<entry>.carname] ParamStr("^0", data); // return string to show in All Info view end, } EVAL    ARAY     pathlabel textChanged    ÿ˜ PROT@    EVAL'title   "Title:" EVAL   Ffunc() begin print ("help!"); end SCPT    < RECTnewtLabelInputLine title     2 3memory    ÿ˜ 6@    EVAL'authors   "Authors:" EVAL    '|authors:soft| EVAL    < RECT€ Cauthor     2 3 G   ÿ˜ 6@    EVAL'publisher   "Publisher:" EVAL   $'|publisher:soft| EVAL Cpublisher     2 3 G viewSetupFormScript   ÿ˜ PROT@    EVAL'location   "Location:" EVAL   "'|location:soft| EVAL€   ÿ‚ NUMB   ÿ // be sure to call inherited:?ViewSetupFormScript() func() begin local b:=getappparams(); self.viewbounds:=relbounds( 5, 0, rinttol(b.appareawidth/2)-10, 32); inherited:?ViewSetupFormScript(); end SCPT Clocation     2 3 e   ÿ˜ g@    EVAL 'date   "Date:" EVAL   ÿ NUMB   ÿÐ// be sure to call inherited:?ViewSetupFormScript() func() begin local b:=getappparams(); self.viewbounds:=relbounds( rinttol(b.appareawidth/2), 0, rinttol(b.appareawidth/2)-10, 32); inherited:?ViewSetupFormScript(); end SCPT C date     2 3 e   ÿ˜ g@    EVAL'Volume   "Volume:" EVAL   ÿ‚ NUMB   ÿ // be sure to call inherited:?ViewSetupFormScript() func() begin local b:=getappparams(); self.viewbounds:=relbounds( 5, 0, rinttol(b.appareawidth/2)-10, 32); inherited:?ViewSetupFormScript(); end SCPT Cvolume     2 3 e   ÿ˜ g@    EVAL 'page   "Page No(s):" EVAL   ÿ NUMB   ÿÐ// be sure to call inherited:?ViewSetupFormScript() func() begin local b:=getappparams(); self.viewbounds:=relbounds( rinttol(b.appareawidth/2), 0, rinttol(b.appareawidth/2)-10, 32); inherited:?ViewSetupFormScript(); end SCPT C pagesÿ   ÿ// must return the value of inherited:?ViewQuitScript() func() begin target.sorton:=clone(target.title); inherited:?ViewQuitScript(); end SCPTclViewbaseview