
我初接触.net,打开人家的工程代码,想问问在“solution explorer”也就是解决方案视窗上面的文件的图标,具体见以上图片。
1、BorderToolbar.cs、DesignerControl.cs、DesignerForm.cs文件图标都表示什么,它们具体都是做哪方面的工作?
2、为什么DesignerForm.cs文件展开后还有两个文件,DesignerForm.Designer.cs和DesignerForm.resx,它们都实现什么功能。
3、DesignerControl.cs文件展开后只有DesignerControl.Designer.cs,而同样类型的PreviewControl.cs文件展开后却有2个文件,PreviewControl.Designer.cs和PreviewControl.resx。DesignerControl.cs和PreviewControl.cs这两个文件有啥不同吗