Purpose of form1.designer.cs and form1.resx

前端 未结 3 708
没有蜡笔的小新
没有蜡笔的小新 2020-12-19 07:33

I\'ve been doing vb.net for a while and I don\'t understand the purpose of these two files:

  • form1.designer.cs
  • form1.resx

Can someone pl

3条回答
  •  甜味超标
    2020-12-19 08:21

    The .designer.cs contains the controls and layout of the form, the .resx contains stuff like resources and language dictionaries.

提交回复
热议问题