简体   繁体   English

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

[英]Where can i find c# templates for windows forms?

Is there a ready-made mdi template for windows forms? windows forms有现成的mdi模板吗?

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.起初我以为您想创建一个 MDI 表单,只需右键单击您的 Windows Forms 项目并选择 MDI Parent Form。 Like in the following screen shot:就像在下面的屏幕截图中一样:

添加新项目对话框中的 MDI 父窗体

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM