value__ntID__ntName __ntTemplate viewBounds stepChildren  __ntDatatype __ntFlagsÿÐ PROT@   RECT NzÄ   ARAY     __ntDeclare  textlabel entryFlags textChangedforceUp  ÿô PROT@  RECT -H   TEXT  ÚC TEXT  ÿ¨€  ÿºfunc() begin local a, b; if (not forceUp) then begin b := text; if b and (StrLen(b) > 0) then begin a := StringToNumber(b); if a then begin a := (a * 9.0 / 5.0) + 32.0; b := FormattedNumberStr(a, "%.2f"); Print(b); fahrenheit.forceUp := TRUE; fahrenheit:updateText(b); fahrenheit.forceUp := nil; end; end; end; end SCPT   BOOLprotoLabelInputLinecelsius              ÿô PROT@  RECT `-¨  ÿ¨func() begin local a, b; if (not forceUp) then begin b := text; if b and (StrLen(b) > 0) then begin a := StringToNumber(b); if a then begin a := (a - 32.0) * 5.0 / 9.0; b := FormattedNumberStr(a, "%.2f"); Print(b); celsius.forceUp := TRUE; celsius:updateText(b); celsius.forceUp := nil; end; end; end; end SCPT€  ÚF TEXT  ÿ¨   TEXT   BOOL +fahrenheit        ÿh PROT@   TEXT=  RECT H&`protoStaticText       ÿh PROT@   TEXT6Converts between ÚC and ÚF€  RECT Ð Kÿ protoFloatNGoconvertfloater