在 Delphi 2010 中运行应用程序时如何阻止 IDE 窗口最大化

发布于 2024-11-27 08:17:39 字数 133 浏览 3 评论 0原文

我注意到,如果我将 Delphi 2010 IDE 窗口设置为最大化以外的其他窗口,那么当我从 IDE 内部运行应用程序时,它会自动最大化。当程序关闭时,IDE 窗口大小会调整回运行程序之前的大小。

有什么办法可以关闭这种烦人的行为吗?

I noticed that if I set the Delphi 2010 IDE window to be something other than maximized it automatically maximizes when I run an application friom inside the IDE. When the program is closed, the IDE window resizes back to the size it was prior to running the program.

Is there anyway to turn off this annoying behavior?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

2024-12-04 08:17:39

发生这种情况是因为您定义了调试桌面。您可以关闭调试桌面功能,或定义不同的桌面视图作为调试桌面。

设置位于视图 |如果我没记错的话,桌面菜单。

我发现这个功能非常强大,特别是与我的多个显示器结合使用。调试桌面位于单独的监视器上,因此它不会与我的应用程序窗口重叠。我还可以配置我的标准桌面中未显示的调用堆栈、监视、本地窗口的布局。

This happens because you have defined a Debug Desktop. You can either switch off the Debug Desktop feature, or define a different desktop view to be your Debug Desktop.

The settings are under the View | Desktops menu if I recall correctly.

I find this feature very powerful, especially combined with my multiple monitors. The debug desktop lives on a separate monitor so it doesn't overlap with my app window. And I can also configure the layout of call stack, watches, locals windows that I don't show in my standard desktop.

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