Search around on this forum for StreamWriter, that ought to get you several examples of saving to text files, and probably a few of reading from them. I have a class I use for all of that, which I posted here a few months ago, but there are many other examples.

The biggest question will be when you save the labels. You would load them all on form load, I would expect, but the saving can happen at any time. How many labels are there?