value__ntId__ntName  __ntTemplate viewFlagsnamesymboltype viewJustify viewBounds protection viewFormat infoFrame stepChildrenviewQuitScript  __ntDatatype __ntFlagsÿ( CLAS@    NUMB   "CD 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: '[cdname,cdGroup,cdLabel,category,rating,recording], 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'cdname   "CD Name:" EVAL   Ffunc() begin print ("help!"); end SCPTnewtLabelInputLine name     2 3memory   ÿ˜ 6@    EVAL'artist   "Artist:" EVAL   '|artist:soft| EVAL @ group     2 3 D viewSetupFormScript   ÿ˜ 6@    EVAL'label   "Label:" EVAL   '|label: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 @ label     2 3 D R   ÿ˜ 6@    EVAL'recording   "Recording:" EVAL   $'|recording:soft| 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 @recording     2 3 D R   ÿ˜ 6@    EVAL'category   "Category:" EVAL   "'|category: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 @category     2 3 D R   ÿ˜ 6@    EVAL'rating   "Rating:" EVAL   '|rating:soft| 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 @ratingÿ   ÿ// must return the value of inherited:?ViewQuitScript() func() begin target.sorton:=clone(target.cdname); inherited:?ViewQuitScript(); end SCPTclViewbaseview