分类: C#/.net
2014-07-30 22:05:31
1、下载Krypton Suite组件,安装后,在VS2012/VS2013中看不到工具箱,Krypton暂时不支持vs2012,但通过引用Dll可以手动添加到工具箱中
具体做法:
(1)打开vs2012,在菜单栏->视图(VIEW)->工具箱(Toolbox),在工具箱中,“右击”->选择项(ChooseItems),
(2) 单击“浏览”,到:
32位系统:C:\Program Files\Component Factory\Krypton Toolkit 4.4.0\Bin
64位系统:C:\Program Files (x86)\Component Factory\Krypton Toolkit 4.4.0\Bin
选择,ComponentFactory.Krypton.Toolkit.dll,ComponentFactory.Krypton.Ribbon.dll,ComponentFactory.Krypton.Navigator.dll,ComponentFactory.Krypton.Docking.dll,ComponentFactory.Krypton.Workspace.dll文件,确定后即可。
2、而在VS2012中,下图这样的Krypton三个Form模版是不会自动出现在添加新项目中,需要我们手动复制krypton Project模版
具体的做法:
C:\Users\【username】\Documents\Visual Studio 2012\Templates\ProjectTemplates\中。
3、同样的,在新建项时也不会出现下图的模版,需要把Krypton项的模版复制到
C:\Users\Administrator\Documents\Visual Studio 2012\Templates\ItemTemplates\Visual C#\中