我在哪里可以找到 windows 窗体的 c# 模板?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/5826906/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 16:44:53  来源:igfitidea点击:

Where can i find c# templates for windows forms?

c#windowsforms

提问by h3n

Is there a ready-made mdi template for windows forms?

有没有现成的windows窗体mdi模板?

回答by Mzn

There isn't a template in the sense that it imports content from content files like you said in your comments. But you can surely create your own template if you want to bother with this Visual Studio feature (I think you can start here: http://msdn.microsoft.com/en-us/library/ms247069.aspx)

从某种意义上说,没有模板从内容文件中导入内容,就像您在评论中所说的那样。但是,如果您想使用这个 Visual Studio 功能,当然可以创建自己的模板(我认为您可以从这里开始:http: //msdn.microsoft.com/en-us/library/ms247069.aspx

At first I thought you wanted to create an MDI form, just right click your Windows Forms project and choose MDI Parent Form. Like in the following screen shot:

起初我以为你想创建一个 MDI 窗体,只需右键单击你的 Windows 窗体项目并选择 MDI 父窗体。就像下面的屏幕截图:

MDI Parent Form in Add New Item dialog

“添加新项目”对话框中的 MDI 父表单