阻止单元自动添加到 Uses 子句中?
我在其中一个表单上使用 TJvTransparentForm(来自 Project JEDI)。我还在我的整个项目中使用 AlphaControls。问题是,TJvTransparentForm 不能很好地与 AlphaControls 中的“acPNG”单元配合使用。我需要使用常规 PNG 类(?)。
我尝试使用 UnregisterClass 例程(或者其他什么,不记得它是什么),但没有成功。
我还尝试从项目中删除 AlphaControls,添加 TImage,重新启用 AC,但它仍然在 Uses 子句中生成 acPNG。
我能做些什么? 谢谢! - 杰夫
I am using TJvTransparentForm (from Project JEDI) on one of my forms. I am also using AlphaControls for my entire project. The problem is, TJvTransparentForm does not work well with the unit "acPNG" from AlphaControls. I need to use the regular PNG class (?).
I tried using an UnregisterClass routine (or something, dont remember what it was), and that didn't do it.
I also tried removing AlphaControls from my project, add the TImage, reenable AC, but it still generates the acPNG in the Uses clause.
What can I do?
Thanks!
- Jeff
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
之后移动所需的单位
另一个选项是在其他干杯
Another option is moved the desired unit after the other
Cheers