且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

将Delphi XE5工作区更改为Delphi 7

更新时间:2023-12-02 10:34:34

您可以在桌面下拉菜单中切换到 Classic Undocked 桌面。它与Delphi 7并不相同,但是它可能与您立即可用一样紧密。

You can switch to the Classic Undocked desktop in the desktop drop down. It's not identical to Delphi 7, but it is possibly as close as you'll get out of the box.

您可以尝试的另一件事是启用浮动设计器,默认情况下处于禁用状态。此处提供更多详细信息: http:// francois -piette.blogspot.co.uk/2013/04/enabling-floating-form-designer-in.html

The other thing you can try is to enable the floating designer, disabled by default. More details here: http://francois-piette.blogspot.co.uk/2013/04/enabling-floating-form-designer-in.html

您需要调整您的版本的注册表项。本文具有XE4的密钥。对于XE5,它是:

You'll need to adapt the registry key to your version. The article has the key for XE4. For XE5 it is:


HKEY_CURRENT_USER\Software\Embarcadero\BDS\12.0\Form Design

Embedded Designer 的值设置为 False 。重新启动IDE,您现在已经熟悉了浮动设计图。

Set the Embedded Designer value to False. Restart your IDE and you've now got a familiar floating design surface.