delphi:TMS安装(转载)

转载地址:https://www.cnblogs.com/findumars/p/7147523.html

1.启动delphi7。
2.File-->Open Project ...打开TMS component 源目录下的“tmsd7.bpg”。

3.在打开的窗口列表中,依次在各选项上点击鼠标右键,选择“Install”。

4.将源目录下所有的pas文件、dfm文件及“tmsdefs.inc”文件拷贝到“c:program filesorlanddelphi7lib”下。

5.将源目录下的advgrid.res asgres.res asgspin.res的文件拷贝到“c:program filesorlanddelphi7lib”下。

完成TMS component控件的安装

TMS component控件的安装完成后可以用advstringgrid代替stringgrid做复杂表头的表格。

原文地址:https://www.cnblogs.com/huiy/p/12501732.html