阻止单元自动添加到 Uses 子句中?

发布于 2024-10-15 11:00:43 字数 315 浏览 8 评论 0原文

我在其中一个表单上使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

べ繥欢鉨o。 2024-10-22 11:00:43
  1. 如果您的意思是 - 排除一个单元,当将组件放在表单上时,在设计时自动包含到“使用”中。那么唯一的方法就是在运行时创建这个组件。
  2. 如果该单元被某些链接库间接使用,则您无法排除该单元。或者......不要使用图书馆。
  1. If you mean - to exclude a unit, automatically included into "uses" at design time, when a component was droped on a form. Then the only way - create this component at run time.
  2. If the unit was indirectly used by some linked library, then you cannot to exclude this unit. Or ... do not use the library.
还给你自由 2024-10-22 11:00:43

之后移动所需的单位

另一个选项是在其他干杯

Another option is moved the desired unit after the other

Cheers

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文