Relatively new to WinForms but I'm working on a small business app. Anyway, where should I be storing strings and other resources for the form? I will have labels like Name, Address, etc. Should I just hard-code them in the designer? Or store them in a .resx file? If so, which .resx file (Form or Properties)?
I'm just trying to figure out what a "seasoned" C#/.NET developer deems good practice? My first choice would be the Form's .resx file.