delphi_TMS_compent

所属分类:Pascal/Delphi编程
开发工具:Delphi
文件大小:5531KB
下载次数:91
上传日期:2006-08-11 17:49:33
上 传 者jayxsjf
说明:  DELPHI界面增强控件,非常好,里面有显示GIF的图片控件,更美观的下拉框控件,
(DELPHI enhanced interface controls, a very good one, showing inside GIF picture controls, more beautiful drop-down box controls, etc.)

文件列表:
TMS\acgde.dcu (3881, 2003-11-04)
TMS\acgde.pas (4341, 2003-06-09)
TMS\acreg.dcr (480, 1999-10-31)
TMS\acreg.dcu (564, 2003-11-04)
TMS\acreg.pas (1024, 2002-10-03)
TMS\ACXPVS.dcu (25058, 2006-08-10)
TMS\ACXPVS.pas (34898, 2002-09-09)
TMS\Advcgrid.dcu (56134, 2003-11-04)
TMS\AdvCGrid.pas (47958, 2003-08-13)
TMS\Advcombo.dcu (25729, 2006-08-10)
TMS\AdvCombo.pas (20503, 2003-01-03)
TMS\AdvDBCombo.res (716, 2002-10-22)
TMS\AdvDBLookupComboBox.dcu (89212, 2003-11-04)
TMS\AdvDBLookupComboBox.pas (74313, 2003-01-29)
TMS\AdvDBLookupComboBoxDE.dcu (5533, 2003-11-04)
TMS\AdvDBLookupComboBoxDE.pas (4214, 2002-11-20)
TMS\AdvDBLookupComboBoxReg.dcr (1744, 2002-10-19)
TMS\AdvDBLookupComboBoxReg.dcu (1534, 2003-11-04)
TMS\AdvDBLookupComboBoxReg.pas (991, 2002-11-20)
TMS\AdvDirectoryEdit.dcr (488, 2002-01-15)
TMS\AdvDirectoryEdit.dcu (9664, 2003-11-04)
TMS\AdvDirectoryEdit.pas (6099, 2003-06-21)
TMS\AdvDirectoryEdit.res (288, 2002-01-15)
TMS\advedbr.dcr (928, 2001-08-21)
TMS\advedbr.dcu (907, 2003-11-04)
TMS\advedbr.pas (1161, 2002-10-03)
TMS\AdvEdBtn.dcu (38696, 2003-11-04)
TMS\AdvEdBtn.pas (26131, 2003-08-04)
TMS\adveddd.dcu (20450, 2003-11-04)
TMS\adveddd.pas (19311, 2002-03-19)
TMS\Advedit.dcu (124592, 2003-11-04)
TMS\AdvEdit.pas (111797, 2003-08-23)
TMS\AdvFileNameEdit.dcr (488, 2002-01-15)
TMS\AdvFileNameEdit.dcu (8380, 2003-11-04)
TMS\AdvFileNameEdit.pas (4856, 2002-01-21)
TMS\AdvFileNameEdit.res (284, 2002-01-15)
TMS\Advgrid.dcu (775828, 2003-11-04)
TMS\AdvGrid.pas (793517, 2003-08-25)
TMS\advgrid.res (18004, 2003-05-20)
TMS\advimage.dcu (8345, 2003-11-04)
... ...

Notes on upgrading existing applications from TAdvStringGrid v1.X to v2.x - Make sure to uninstall the previous version of TAdvStringGrid first. Uninstalling also means removing all TAdvStringGrid related files from the Delphi or C++Builder library path. - Install TAdvStringGrid preferably into a separate directory and install by opening the ASGDx.DPK file (for Delphi) or ASGCx.BPK file (for C++Builder) - When compiling applications that used TAdvStringGrid v1.x, take following changes into account ( you loose no functionality, only some reorganizations have been done to make it more logical and more convenient to use the grid) : 1) Warnings about property changes When opening the project after TAdvStringGrid v2.0 installation, open all forms containing the grid. Delphi or C++Builder will issue warnings about several missing properties. Ignore the warnings and save the form files. 2) goFixedVertLine , goFixedHorzLine when using soft grid look mode If the grid Look property is set to glSoft, make sure to set goFixedVertLine, goFixedHorzLine under grid.Options to true. 3) Removed properties EnableGraphics : this property has been removed as the grid can under all circumstances support graphics FlatCheckBox, FlatRadioButton : these settings are now extended and available under ControlLook Sort related properties : these properties have been reorganized under SortSettings OLE drag drop related properties : these properties have been reorganized under DragDropSettings If the application relied on these Sort or Drag & Drop property settings at design time, you need to set the properties again in the new reorganized settings. If you relied on these properties from code, this will be require a small change to refer to the proper property. (Main property names have been preserved) 4) Incompatible OnGetAlignment event parameters The OnGetAlignment event has an extra parameter to control vertical alignment per cell. This will cause Delphi or C++Builder to show an error message when compiling. Cut the code from this event handler and let Delphi or C++Builder generate the new parameter sequence for you. Paste the code again in this event and change AAlignment in this code by HAlign.

近期下载者

相关文件


收藏者