Welcome![Sign In][Sign Up]
Location:
Search - WeifenLuo.WinFormsUI

Search list

[Windows DevelopDockPanelSkin_demo

Description: DockPanelSkin_demo,使panel可以你visual studio一样停靠,有一定的参考作用-DockPanelSkin_demo, so that panel can call you like visual studio, there is some reference value
Platform: | Size: 884736 | Author: 宴宾 | Hits:

[CSharpWeifenLuo.WinFormsUI.Docking

Description: WeifenLuo.WinFormsUI.Docking是一个开源的C#WinForm界面布局控件,功能非常强大,可以像VS那样自由拖拽和停靠窗体。里面包含源码和帮助文档和一个例子程序。帮助文档看不懂可以参照例子程序。-WeifenLuo.WinFormsUI.Docking is an open source C# WinForm interface layout control, very powerful, you can drag and drop, and as free as the VS docking form. The file contains the source code and help documentation and an example program. if you cann t read help documentation ,you can look at an example program.
Platform: | Size: 1001472 | Author: 郝叶军 | Hits:

[GUI DevelopWeifenLuo.WinFormsUI.Docking

Description: 布局控件"WeifenLuo.WinFormsUI.Docking"是一个非常棒的开源控件,用过的人都深有体会,该控件之强大、美观、不亚于商业控件。而且控件使用也是比较简单的。-Layout control " WeifenLuo.WinFormsUI.Docking" is a great open source control, people are deeply understands the used, the control of the powerful, beautiful, as much as commercial controls. And control is relatively simple to use.
Platform: | Size: 74752 | Author: lkq | Hits:

[OtherDockPanel_Doc_1_0

Description: WeifenLuo.WinFormsUI.Docking documentation
Platform: | Size: 1264640 | Author: asif | Hits:

[Game ProgramGame_programming_with_silverlight

Description: Game programming with silverlight
Platform: | Size: 2745344 | Author: sanish | Hits:

[GUI Developvb.net

Description: 模拟VS2005窗口界面设计实例,非常实用的代码!很不错的控件.-VS2005 window interface design example simulated
Platform: | Size: 307200 | Author: feixj | Hits:

[Windows DevelopUtilityLibrary

Description: 为了开发一个简单的Client程序界面,我在VS2010中使用了《WeifenLuo.WinFormsUI.Docking.dll》,确实不错,很简单但却可以做出不错的界面。 但是在使用的时候却出现了些小问题,每当我从toolbox中向Form上拖拽DockPanel的时候总会弹出"Type universe cannot resolve assembly"这个错误。参考了别的程序,都没有问题,遂上网搜索,花费了不少时间,总算找到了原因。原来是项目属性里面的默认设置有问题。-If you find this error message confusing, it is simply due to the fact that you did not read it with the correct understanding of the "Type universe." You see, the Type universe is, evidently, the collection of all the types and assemblies in the deployment framework. In other words, System.Design.dll could not be found in the target framework for the application.
Platform: | Size: 101376 | Author: yhb | Hits:

[Button controlWeifenLuo.WinFormsUI.Docking

Description: 功能超级强大的Dockpanel控件WeifenLuo.WinFormsUI.Docking-Dockpanel WeifenLuo.WinFormsUI.Docking
Platform: | Size: 1061888 | Author: 大头 | Hits:

[EditBoxjrbdwkxz

Description: WinForm界面开发之布局控件"WeifenLuo.WinFormsUI.Docking"的使用-how to use "WeifenLuo.WinFormsUI.Docking" control
Platform: | Size: 2638848 | Author: liujian | Hits:

[CSharpWeifenLuo.WinFormsUI.Docking

Description: 资源简介1.建立一个WinForm工程,默认生成了一个WinForm窗体Form1。 2.引用—>添加引用—>浏览—>weiFenLuo.winFormsUI.Docking.dll。 3.窗体属性IsMdiContainer:True。 4.工具箱—>右键—>选择项—>.net组件—>浏览—>weiFenLuo.winFormsUI.Docking.dll—>在工具箱出现dockPanel。 5.将dockPanel拖到窗体Form1上,设置Dock属性,我设置的是:Fill。 停靠窗体: 1.新建一个WinForm窗体Form2。 2.在代码中修改窗体继承于DockContent。 public partial class Form2 : DockContent 3.在主窗体Form1中显示停靠窗体。 private void Form1_Load(object sender, EventArgs e) {   Form2 form2 = new Form2()   form2.Show(this.dockPanel1)   form2.DockTo(this.dockPanel1, DockStyle.Left) } -资源简介1.建立一个WinForm工程,默认生成了一个WinForm窗体Form1。 2.引用—>添加引用—>浏览—>weiFenLuo.winFormsUI.Docking.dll。 3.窗体属性IsMdiContainer:True。 4.工具箱—>右键—>选择项—>.net组件—>浏览—>weiFenLuo.winFormsUI.Docking.dll—>在工具箱出现dockPanel。 5.将dockPanel拖到窗体Form1上,设置Dock属性,我设置的是:Fill。 停靠窗体: 1.新建一个WinForm窗体Form2。 2.在代码中修改窗体继承于DockContent。 public partial class Form2 : DockContent 3.在主窗体Form1中显示停靠窗体。 private void Form1_Load(object sender, EventArgs e) {   Form2 form2 = new Form2()   form2.Show(this.dockPanel1)   form2.DockTo(this.dockPanel1, DockStyle.Left) }
Platform: | Size: 29696 | Author: ztxztx | Hits:

[Software EngineeringCSharpWinformUI

Description: WeifenLuo.WinFormsUI.Docking是一个很强大的界面布局控件,可以保存自定义的布局为XML文件,可以加载XML配置文件。 -WeifenLuo.WinFormsUI.Docking is a very powerful interface layout controls, you can save a custom layout as an XML file, you can load the XML configuration file.
Platform: | Size: 1697792 | Author: 丁韩 | Hits:

[CSharpDockPanel

Description: ockPanel Suite是一个国外开源项目。 项目要引用WeifenLuo.WinFormsUI.Docking.dll,这个程序集包含了控件及相关类。 需要在DockPanel控件中显示的子窗体(多标签,停靠,自动隐藏)必须继承自WeifenLuo.WinFormsUI.Docking. DockContent类;DockContent重载了窗体的show方法,所以继承自DockContent的子窗体能把自己以指定方式显示在指定的DockPanel区域内;放置了DockPanel的窗体就为父窗体,需要把父窗体的IsMdiContainer属性设为true。 DockPanel的SaveAsXml方法,能以XML形式,把Panel内所有子窗体的显示状态信息保存至指定的本地文件。DockPanel的LoadFromXml方法,能读取之前保存的子窗体信息,再根据使用者提供的相应处理方法,把子窗体恢复到之前状态。-OckPanel Suite is an open source projects abroad. Project to reference WeifenLuo. WinFormsUI. Docking. DLL, the assembly contains the controls and related classes. Need to display in the DockPanel control subframe (labels, dock, auto hide) must inherit WeifenLuo. WinFormsUI. Docking. DockContent classes DockContent overloaded forms show method, so can inherit DockContent child form to specify the way shows himself in the specified DockPanel area Place the DockPanel forms for the parent form, need to put parent form IsMdiContainer attribute set to true. DockPanel SaveAsXml method, can be in the form of XML, the display status information of all child form within a Panel saved to the specified local file.DockPanel LoadFromXml method, can be read before save the child form of information, according to the user to provide the corresponding processing method, traverse to the child before the form back to the state.
Platform: | Size: 1941504 | Author: 赵仁 | Hits:

[CSharpdockpanel2012-zch

Description: WeifenLuo.WinFormsUI.Docking 扁平化风格-WeifenLuo.WinFormsUI.Docking Flat Style
Platform: | Size: 350208 | Author: zch | Hits:

[CSharpDockPanel_2_8_0

Description: 实现了多个窗口的浮动,拖拽,项目要引用WeifenLuo.WinFormsUI.Docking.dll,这个程序集包含了控件及相关类。(To achieve a number of window floating, drag and drop.The project refers to WeifenLuo.WinFormsUI.Docking.dll,which contains controls and related classes.)
Platform: | Size: 139264 | Author: 660jiu | Hits:

[CSharpWeifenLuo.WinFormsUI.Docking.dll(2.9)

Description: WeifenLuo 仿vs界面 WeifenLuo.WinFormsUI.Docking.dll(WeifenLuo WinFormsUI Docking)
Platform: | Size: 471040 | Author: zhumuan | Hits:

[GUI DevelopWeifenLuo.WinFormsUI.Docking

Description: winform界面布局,设计合理,漂亮的界面(it is useful for you to design winform UI.)
Platform: | Size: 74752 | Author: 毅江南 | Hits:

[OtherExcel_1

Description: WeifenLuo.WinFormsUI.Docking is an open source C# WinForm interface layout control, very powerful, you can drag and drop, and as free as the VS docking form. The file contains the source code and help documentation and an example program. if you cann t read help documentation ,you can look at an example program.
Platform: | Size: 380928 | Author: kkkok | Hits:

CodeBus www.codebus.net