This is a normal behaviour of FileWrite, Cr Lf indicates the end of the written line.
When you have
Var=TextBox1.Text
save it with FileWrite(c1,Var),
and you read it back with Var=FileRead(c1), Cr Lf will NOT be added to the variable Var.
Best regards.