readme.txt
来自「一个非常棒的控件.做商业软件特别适用.里面的控件涉及面非常的广,有兴趣的话可以下」· 文本 代码 · 共 94 行
TXT
94 行
Note about GDI+
---------------
The TMS Component Pack requires GDI+ to be installed on the development system.
GDI+ might not be installed by default on your system. You can obtain a separate
GDI+ distribution from
http://www.microsoft.com/downloads/details.aspx?FamilyID=6A63AB9C-DF12-4D41-933C-BE590FEAA05A&displaylang=en
GDI+ is currently only required by following components:
TAdvToolBar, TAdOfficeHint, TAdvGlowButton,TAdvStringGrid,TAdvColumnGrid,TDBAdvGrid
Only when these components are used in your application, it might be necessary
to redistribute the GDI+ DLL with your application.
Note that GDI+ use can be disabled for TAdvStringGrid, TAdvColumnGrid,TDBAdvGrid.
To do this, open TMSDEFS.INC and comment the line {$DEFINE TMSGDIPLUS}
Note about ADO support
----------------------
To use the TDBAdvGrid v2.0 component for ADO databases with dataset
sorts triggered from the grid, remove the line
{$DEFINE TMSNOADO}
from the file TMSDEFS.INC
Note about TDBAdvStringGrid v1.7 / TDBAdvGrid v2.0
--------------------------------------------------
TDBAdvGrid v2.0 replaces TDBAdvStringGrid. By default TDBAdvStringGrid is no longer installed
as for new projects TDBAdvGrid v2.0 is the recommended component.
TDBAdvStringGrid v1.7 is still included in the TMS Component Pack Pro distribution for
backwards compatibility. TDBAdvStringGrid will remain included in the TMS Component Pack Pro.
To avoid confusion for new users, it is only no longer installed on the component palette
by default.
You can install TDBAdvStringGrid in following way:
Delphi 5,6,7
------------
1) Open TMSDxx.DPK
Add dbgreg.pas to the package file from the Package file editor
Save, compile & install the package file
2) Open TMSDEDxx.DPK
Add dbgregde.pas to the package file from the Package file editor
Save, compile & install the package file
C++Builder 5,6
--------------
1) Open TMSCxx.BPK
Add dbgreg.pas to the package file from the Package file editor
Save, compile & install the package file
2) Open TMSDECxx.BPK
Add dbgregde.pas to the package file from the Package file editor
Save, compile & install the package file
Delphi 2005 VCL
---------------
1) Open TMSD2005.bdsproj
Add dbgreg.pas to the project file from the Project Manager
Save, compile & install the project
2) Open TMSDED2005.bdsproj
Add dbgregde.pas to the project file from the Project Manager
Save, compile & install the project
Delphi 2005 VCL.NET
-------------------
1) Open TMSD2005NET.bdsproj
Add dbgreg.pas to the project file from the Project Manager
Save, compile & install the project
2) Open TMSDED2005NET.bdsproj
Add dbgregde.pas to the project file from the Project Manager
Save, compile & install the project
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?