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://blog.csdn.net/uijjuh_21/article/details/107883217