1 Resource files are supposed to be added when adding a resource to the application, for example, an image or audio or video, etc. But if I just resized the form size of the .resx file nested in that particular form. Resizing the form does not add any resource, so why this .resx file?
2- I lowered the button in the form and included the resource file; again, this button is not some kind of resource, is it an object that has information about its creation in the designer file?
3- The resource file added when the button on the form was clicked, but if I delete this resource file and run the application, it compiles and starts with a NO error, and the button still exists. If this button has anything to do with the resource file, then there must be some kind of compilation or runtime error. And if the .resx file has nothing to do with the button, then why was it added?
I am using VS 2008.
EDIT:
I added a window with a picture and added an image to it now, this is a resource. I deleted the From1.resx file and I was expecting an error, but NOT ERROR AGAIN. In the constructor image file, the file refers to the image from the properties folder with the Resources.resx file. Double-click on this image. So what was the purpose of the From1.resx file?
Thank you in advance