CodeTyphon - 如何像Delphi一樣,有一個一體的界面?


CodeTyphon和Lazarus一樣,默認都是Delphi5最初那種分離的界面,可能已經習慣了現在Delphi的一體界面,所以想把它弄成一體的!!

一,Lazarus一體化:

1,需要的插件

實現整合窗口的功能,只需要用到 Lazarus 自帶的 anchordockingdsgn.lpk 插件,這個插件位於:

${Lazarus_install_dir}/components/anchordocking/design

Lazarus_install_dir為Lazarus的安裝目錄

2,安裝插件:

欲安裝 anchordockingdsgn.lpk 只需要打開 Lazarus 選擇Package -> Open Package File -> 選中anchordockingdsgn.lpk -> install即可

在編譯之后 Lazarus 將會自動重啟,Lazarus 窗口將被整合在一起。

二,CodeTyphon一體化:

CodeTyphon不能通過上面方法實現一體化,但是,更簡單了,直接拖動浮動的窗體黃色部分到想放入的窗體里就可以了!!

Sir
just click and hold on yellow panel of IDE-Forms and drag... to the new Parent form

這是CodeTyphon官方開發者給的回答,回答地址:

https://www.pilotlogic.com/sitejoom/index.php/forum/installation-setup/2779-can-t-install-anchordocking-lpk-on-bridgelinux

我最終弄的一體化窗體的樣子:

 

 參考:

https://blog.csdn.net/uijjuh_21/article/details/107883217

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM