如何实现自定义Windows窗体设计器?窗体、自定义、如何实现、Windows

2023-09-03 02:48:10 作者:删除、过去

我们如何实现Windows窗体设计的W​​inForms应用程序? Visual Studio中使用System.ComponentModel.Design命名空间来实现窗体设计器。我们如何使用它来实现一个WinForms应用程序中的窗体设计器?是否有任何其他库可用于实现相同?

How can we implement Windows Forms Designer in a WinForms application ? Visual Studio uses System.ComponentModel.Design namespace to implement the Form Designer. How can we use this to implement a Form Designer in a WinForms application ? Is there any other library available for achieving the same ?

推荐答案

我终于找到一些真正有趣和有用的codePLEX的此处。我读到这对布拉德·艾布拉姆的博客帖子。这些包括对架构的可扩展性和自定义Windows窗体设计器界面的例子很多就是其中之一。

I finally found something really interesting and helpful from CodePlex here. I read about this on Brad Abram's Blog Post. These includes many examples on framework extensibility and Custom Windows Form Designer Interface is one of them.

链接.txt文件1: HTTP://mef.$c$cplex.com/

Link Txt 1: http://mef.codeplex.com/

链接.txt文件2:http://blogs.msdn.com/brada/archive/2009/04/13/managed-extensibility-framework-$p$pview-5-released.aspx

感谢。