VS2017修改resource之后产生designer1.cs
https://blog.csdn.net/yhd0916/article/details/105092351/
2. 编辑项目文件
3. 搜索<LastGenOutput>resources1.Designer.cs</LastGenOutput>
4.更改为<LastGenOutput>resources.Designer.cs</LastGenOutput>
5. 删除resources.designer.cs和resources1.designer.cs
6. 重新加载项目,右键选择resources.resx,选择“运行自定义工具”