Krypton Toolkit 控件未显示在窗体中

Krypton Toolkit controls not showing in form

氪金曾经是一个购买项目,现在显示在 Github 用于个人和商业项目。

https://github.com/ComponentFactory/Krypton

我正在使用 Visual Studio 2012,组件似乎可以在我引用的这个版本中工作:

Full source code for all the controls and components is included along with Visual Studio project and solution files for 2005, 2008 and 2010 versions of Visual Studio. If you are using a newer version of Visual Studio you can still load the solutions and it will compile just fine.

我已经下载了 github 个文件,我有一堆 dll 文件。我已将那些 dll 文件添加到我的 Visual Studio 工具箱中。

发生的情况是项目已成功添加,但是当我将它们拖放到表单中时它们没有出现。我已经尝试了 Buttons、DataGridViews 等,none 它们的工作。

当我 运行..我错过了什么时,项目没有显示错误?

已解决.

1) 继承KryptonForm

public partial class Form1 : KryptonForm

2) 添加 Design.dll 库作为参考而不是工具箱项