TMS VCL 6.03

所属分类:其他
开发工具:Delphi
文件大小:24447KB
下载次数:18
上传日期:2018-07-11 10:37:28
上 传 者lordd
说明:  delphi TMS控件集合 漂亮 实际可用支持d7-x10
(Can use Delphi TMS d7 - x10)

文件列表:
advcalculatordropdown.pas (79643, 2010-09-14)
advcardlist.pas (335810, 2011-03-17)
advcardlist.res (3840, 2005-09-22)
advcardlistadveditlink.pas (3165, 2005-09-23)
advcardlisteditlinks.pas (2253, 2005-09-23)
advcardlistgradient.dfm (3328, 2005-09-24)
advcardlistgradient.pas (4088, 2005-04-27)
advcardlistreg.pas (1719, 2010-02-15)
advcardlistregde.pas (4126, 2010-02-15)
advcardliststyler.pas (86279, 2010-07-19)
advcgrid.pas (61374, 2011-01-31)
AdvCircularProgress.pas (26004, 2009-01-04)
AdvCircularProgressReg.dcr (496, 2007-01-25)
AdvCircularProgressReg.pas (1646, 2007-01-24)
advcodehint.pas (9235, 2009-04-22)
advcodelist.pas (54078, 2010-04-21)
advcodelistdd.pas (20417, 2009-12-09)
advcodelistlib.pas (18780, 2005-10-16)
advcolorpickerdropdown.pas (101902, 2010-06-04)
advcolorpickerdropdown.res (49692, 2009-06-17)
advcolumnsetter.pas (9369, 2010-09-25)
advcombo.pas (33410, 2010-11-24)
advcontroldropdown.pas (2423, 2009-09-10)
AdvCustomGridDropDown.pas (109245, 2011-01-24)
AdvDateTimePicker.pas (44821, 2011-01-21)
AdvDateTimePickerReg.dcr (3452, 2007-12-14)
AdvDateTimePickerReg.pas (1591, 2008-01-25)
advdbcombo.res (716, 2002-10-22)
advdbcombobox.pas (33012, 2010-09-22)
advdbcomboboxde.pas (6894, 2010-01-05)
advdbcomboboxlisteditor.dfm (2590, 2010-01-11)
advdbcomboboxlisteditor.pas (12354, 2010-01-11)
advdbcomboboxreg.dcr (1732, 2010-01-04)
advdbcomboboxreg.pas (1524, 2010-01-05)
advdbcomboboxregde.pas (1731, 2010-01-05)
AdvDBDateTimePicker.pas (12161, 2011-03-07)
advdblookupcombobox.pas (127450, 2011-03-26)
advdblookupcomboboxde.pas (4214, 2006-09-07)
advdblookupcomboboxreg.dcr (1744, 2002-10-19)
advdblookupcomboboxreg.pas (1076, 2006-09-07)
... ...

!!!! TMS COMPONENT PACK v5.7 BREAKING CHANGE NOTE !!!! ------------------------------------------------------ Change applied in Jul 3, 2010 update of TMS Component Pack Pro v5.7 1) Classes TMouseActions, TNavigation, TSearchFooter were moved from ADVGRID.PAS to ADVOBJ.PAS Add AdvObj to Uses clause if this causes compilation problems on existing projects 2) Types TSortStyle, TEditorType, TVAlignment, TCellGradientDirection were moved from ADVGRID.PAS to ADVOBJ.PAS Add AdvObj to Uses clause if this causes compilation problems on existing projects !!!! TMS COMPONENT PACK v4.8 BREAKING CHANGE NOTE !!!! ------------------------------------------------------ Change applied in Oct 12, 2008 update of TMS Component Pack Pro v4.8 1) TAdvGridExcelIO is no longer supported under Delphi 5 / C++Builder 5 Users still needing this functionality for Delphi 5 / C++Builder 5, restore XlsAdapter source folder from backup and compile & install TMSXLSD5.DPK / TMSXLSC5.BPK 2) All TAdvGridExcelIO related files have been renamed to same filenames with 'tms' prefix. Change in the Uses list / Include files filenames to same filename with 'tms' prefix, ie: AdvGridExcel to tmsAdvGridExcel etc... !!!! BREAKING CHANGE NOTE !!!! ------------------------------ Change applied in Feb 10, 2007 update of TMS Component Pack Pro v4.2 The TTaskDialog component was renamed to TAdvTaskDialog. We were forced to make this breaking change. Replace TTaskDialog component in your applications by TAdvTaskDialog. Note about GDI+ --------------- The TMS Component Pack requires GDI+ to be installed on the development system. The GDI+ API is used for complex gradient drawing antialiasing, PNG image support with alpha transparency. 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: Always used in : TAdvToolBar, TAdOfficeHint, TAdvGlowButton, AdvCircularProgress, AdvSelectors Optionally used in : 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 using GDI+ with C++Builder ------------------------------------- When using components that use GDI+, make sure that your app's main CPP file includes the line: #pragma link "gdiplus.lib" 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 XP theme support for C++Builder 6 -------------------------------------------- An issue in the uxtheme.h file that is included with C++Builder 6 will cause problems when using TMS Components that include XP theme support. The TMS Component Pack distribution contains a fixed uxtheme.h file to solve this. Please copy this to ther {$BCB}\Include folder. 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 Delphi 2006 VCL --------------- 1) Open TMSD2006.bdsproj Add dbgreg.pas to the project file from the Project Manager Save, compile & install the project 2) Open TMSDED2006.bdsproj Add dbgregde.pas to the project file from the Project Manager Save, compile & install the project Delphi 2007 VCL --------------- 1) Open TMSD2007.dproj Add dbgreg.pas to the project file from the Project Manager Save, compile & install the project 2) Open TMSDED2007.dproj Add dbgregde.pas to the project file from the Project Manager Save, compile & install the project Delphi 2009 VCL --------------- TDBAdvStringGrid is not supported for Delphi 2009/C++Builder 2009. Please use TDBAdvGrid instead.

近期下载者

相关文件


收藏者