• 博客(0)
  • 资源 (9)

空空如也

Raize.Components-v6.1.12 FullSource(2009-XE8) Part2/2

Raize Components 6.1.12 Modifications The following is a list of all of the modifications that have been made for version 6.1.12 of Raize Components. For a list of all modifications made to previous versions of Raize Components 6, please see the "RC 6 Modifications.txt" file. -------------------------------------------------------------------------------- Build: 6.1.12 Date: 11 Apr 2015 -------------------------------------------------------------------------------- Added support for Embarcadero RAD Studio XE8. Supported IDEs Embarcadero RAD Studio XE8 -- Delphi XE8 & C++Builder XE8 Embarcadero RAD Studio XE7 -- Delphi XE7 & C++Builder XE7 Embarcadero RAD Studio XE6 -- Delphi XE6 & C++Builder XE6 Embarcadero RAD Studio XE5 -- Delphi XE5 & C++Builder XE5 Embarcadero RAD Studio XE4 -- Delphi XE4 & C++Builder XE4 Embarcadero RAD Studio XE3 -- Delphi XE3 & C++Builder XE3 Embarcadero RAD Studio XE2 -- Delphi XE2 & C++Builder XE2 Embarcadero RAD Studio XE -- Delphi XE & C++Builder XE Embarcadero RAD Studio 2010 -- Delphi 2010 & C++Builder 2010 CodeGear RAD Studio 2009 -- Delphi 2009 & C++Builder 2009 RzButton.pas * Fixed issue in TRzToolButton where drop down menu would be displayed on the adjacent monitor under certainly situations. RzDBEdit.pas * Fixed issue in TRzDBEdit and descendants where registered style hook was not correctly unregistered when the hook was no longer needed. * Added UseFormatToParse property to TRzDateTimeEdit. Set this property to True in situations where the Time to be parsed contains more elements than are contained in the LongTimeFormat string. For example, if the Time needed to be entered must have 'hh:nn:ss.zzz' and the LongTimeFormat string is set to 'hh:nn', then set the UseFormatToParse to True and set the Format property to the desired format string. RzDBList.pas * Surface the Sorted property in TRzDBListBox. RzEdit.pas * Fixed issue in TRzEdit and descendants where registered style hook was not correctly unregistered when the hook was no longer needed. * Added UseFormatToParse property to TRzDateTimeEdit. Set this property to True in situations where the Time to be parsed contains more elements than are contained in the LongTimeFormat string. For example, if the Time needed to be entered must have 'hh:nn:ss.zzz' and the LongTimeFormat string is set to 'hh:nn', then set the UseFormatToParse to True and set the Format property to the desired format string. RzGroupBar.pas * Fixed issue in TRzGroupBar where registered style hook was not correctly unregistered when the hook was no longer needed. RzLstBox.pas * Fixed issue in TRzListBox and descendants where text in item hints would get clipped if the TRzBalloonHints component was also being used in the application. RzShellCtrls.pas * When dragging a file from a TRzShellList and dropping it onto a different folder in the associated TRzShellTree, the shell tree no longer scrolls to the source folder represented by the shell list. That is, the shell tree maintains its current view. RzSpnEdt.pas * Fixed issue where ParentColor property in TRzSpinner and TRzDBSpinner was not getting streamed correctly to form files. RzTabs.pas * Fixed issue where drop-down menu in TRzPageControl and TRzTabControl would not be displayed correctly when using a custom VCL Style in XE6 or XE7. * Added LightenUnselectedColoredTabs property to TRzPageControl and TRzTabControl. When this property is True, a non-active colored tab will be displayed with a lightened version of the tab color. When this property is False, the unselected tab is displayed in the same color as the active tab color. --------------------------------------------------------------------------------

2015-05-15

Raize.Components-v6.1.12 FullSource(2009-XE8) Part1/2

Raize Components 6.1.12 Modifications The following is a list of all of the modifications that have been made for version 6.1.12 of Raize Components. For a list of all modifications made to previous versions of Raize Components 6, please see the "RC 6 Modifications.txt" file. -------------------------------------------------------------------------------- Build: 6.1.12 Date: 11 Apr 2015 -------------------------------------------------------------------------------- Added support for Embarcadero RAD Studio XE8. Supported IDEs Embarcadero RAD Studio XE8 -- Delphi XE8 & C++Builder XE8 Embarcadero RAD Studio XE7 -- Delphi XE7 & C++Builder XE7 Embarcadero RAD Studio XE6 -- Delphi XE6 & C++Builder XE6 Embarcadero RAD Studio XE5 -- Delphi XE5 & C++Builder XE5 Embarcadero RAD Studio XE4 -- Delphi XE4 & C++Builder XE4 Embarcadero RAD Studio XE3 -- Delphi XE3 & C++Builder XE3 Embarcadero RAD Studio XE2 -- Delphi XE2 & C++Builder XE2 Embarcadero RAD Studio XE -- Delphi XE & C++Builder XE Embarcadero RAD Studio 2010 -- Delphi 2010 & C++Builder 2010 CodeGear RAD Studio 2009 -- Delphi 2009 & C++Builder 2009 RzButton.pas * Fixed issue in TRzToolButton where drop down menu would be displayed on the adjacent monitor under certainly situations. RzDBEdit.pas * Fixed issue in TRzDBEdit and descendants where registered style hook was not correctly unregistered when the hook was no longer needed. * Added UseFormatToParse property to TRzDateTimeEdit. Set this property to True in situations where the Time to be parsed contains more elements than are contained in the LongTimeFormat string. For example, if the Time needed to be entered must have 'hh:nn:ss.zzz' and the LongTimeFormat string is set to 'hh:nn', then set the UseFormatToParse to True and set the Format property to the desired format string. RzDBList.pas * Surface the Sorted property in TRzDBListBox. RzEdit.pas * Fixed issue in TRzEdit and descendants where registered style hook was not correctly unregistered when the hook was no longer needed. * Added UseFormatToParse property to TRzDateTimeEdit. Set this property to True in situations where the Time to be parsed contains more elements than are contained in the LongTimeFormat string. For example, if the Time needed to be entered must have 'hh:nn:ss.zzz' and the LongTimeFormat string is set to 'hh:nn', then set the UseFormatToParse to True and set the Format property to the desired format string. RzGroupBar.pas * Fixed issue in TRzGroupBar where registered style hook was not correctly unregistered when the hook was no longer needed. RzLstBox.pas * Fixed issue in TRzListBox and descendants where text in item hints would get clipped if the TRzBalloonHints component was also being used in the application. RzShellCtrls.pas * When dragging a file from a TRzShellList and dropping it onto a different folder in the associated TRzShellTree, the shell tree no longer scrolls to the source folder represented by the shell list. That is, the shell tree maintains its current view. RzSpnEdt.pas * Fixed issue where ParentColor property in TRzSpinner and TRzDBSpinner was not getting streamed correctly to form files. RzTabs.pas * Fixed issue where drop-down menu in TRzPageControl and TRzTabControl would not be displayed correctly when using a custom VCL Style in XE6 or XE7. * Added LightenUnselectedColoredTabs property to TRzPageControl and TRzTabControl. When this property is True, a non-active colored tab will be displayed with a lightened version of the tab color. When this property is False, the unselected tab is displayed in the same color as the active tab color. --------------------------------------------------------------------------------

2015-05-15

InTouch 10.5 P01中英文授权(2015.12到期)

本插件仅供对于学习Wonderware Intouch软件有意愿的用户使用,禁止商业使用,且该授权会于2015年12月25日失效,用户理解并同意自主选择下载和使用“本软件”,风险自负,包括但不限于用户使用“本软件”过程中的行为,以及因使用“本软件”而产生的一切后果。用户安装本插件,即表明用户已经完整准确地了解了本协议所有约定,并同意接受本协议的全部条款的约束。 本插件需要配合ArchestrA.lic使用,仅适用于10.5.001,即InTouch 10.5 P01中文版。 本插件免费使用,任何商业行为与本插件作者无关。

2015-01-11

Wonderware Intouch 2012sp1 1年授权

本插件仅供对于学习Wonderware Intouch软件有意愿的用户使用,禁止商业使用,且该授权会于2015年12月25日失效,用户理解并同意自主选择下载和使用“本软件”,风险自负,包括但不限于用户使用“本软件”过程中的行为,以及因使用“本软件”而产生的一切后果。用户安装本插件,即表明用户已经完整准确地了解了本协议所有约定,并同意接受本协议的全部条款的约束。 本插件需要配合ArchestrA.lic使用,仅适用于10.5.001,即InTouch 10.5 P01中文版。 本插件免费使用,任何商业行为与本插件作者无关。

2015-01-03

Raize.Components-v6.1.10 FullSource(2009-XE7) Part3/3

Raize.Components-v6.1.10 FullSource(2009-XE7) Part3/3 Embarcadero RAD Studio XE7 -- Delphi XE7, C++Builder XE7 Embarcadero RAD Studio XE6 -- Delphi XE6, C++Builder XE6 Embarcadero RAD Studio XE5 -- Delphi XE5, C++Builder XE5 Embarcadero RAD Studio XE4 -- Delphi XE4, C++Builder XE4 Embarcadero RAD Studio XE3 -- Delphi XE3, C++Builder XE3 Embarcadero RAD Studio XE2 (Update 1) -- Delphi XE2, C++Builder XE2 Embarcadero RAD Studio XE (Update 1) -- Delphi XE, C++Builder XE Embarcadero RAD Studio 2010 -- Delphi 2010, C++Builder 2010 CodeGear RAD Studio 2009 -- Delphi 2009, C++Builder 2009

2014-09-17

Raize.Components-v6.1.10 FullSource(2009-XE7) Part2/3

Raize.Components-v6.1.10 FullSource(2009-XE7) Part2/3 Embarcadero RAD Studio XE7 -- Delphi XE7, C++Builder XE7 Embarcadero RAD Studio XE6 -- Delphi XE6, C++Builder XE6 Embarcadero RAD Studio XE5 -- Delphi XE5, C++Builder XE5 Embarcadero RAD Studio XE4 -- Delphi XE4, C++Builder XE4 Embarcadero RAD Studio XE3 -- Delphi XE3, C++Builder XE3 Embarcadero RAD Studio XE2 (Update 1) -- Delphi XE2, C++Builder XE2 Embarcadero RAD Studio XE (Update 1) -- Delphi XE, C++Builder XE Embarcadero RAD Studio 2010 -- Delphi 2010, C++Builder 2010 CodeGear RAD Studio 2009 -- Delphi 2009, C++Builder 2009

2014-09-17

Raize.Components-v6.1.10 FullSource(2009-XE7)

Part1 Raize.Components-v6.1.10 FullSource(2009-XE7) Embarcadero RAD Studio XE7 -- Delphi XE7, C++Builder XE7 Embarcadero RAD Studio XE6 -- Delphi XE6, C++Builder XE6 Embarcadero RAD Studio XE5 -- Delphi XE5, C++Builder XE5 Embarcadero RAD Studio XE4 -- Delphi XE4, C++Builder XE4 Embarcadero RAD Studio XE3 -- Delphi XE3, C++Builder XE3 Embarcadero RAD Studio XE2 (Update 1) -- Delphi XE2, C++Builder XE2 Embarcadero RAD Studio XE (Update 1) -- Delphi XE, C++Builder XE Embarcadero RAD Studio 2010 -- Delphi 2010, C++Builder 2010 CodeGear RAD Studio 2009 -- Delphi 2009, C++Builder 2009

2014-09-17

RAD Studio XE7 Install Key&Patch

By Cracker Jack 1) Install RadStudio XE7 using one the following serials: DNLA-DNP44P-MCE2M4-M3NN PNLA-CCD5BP-FC3BH3-MMNN PNLA-DBBL4P-MNF5C3-M2NN 2NLA-2G3LPN-5BD5CD-MHNN NNLA-D3N45N-NH52HE-MENN ENLA-3A3EPP-DBDGM3-MMNN NNLA-DLPDPP-PGGLCD-MGNN KNLA-CCPM5N-MC3B3E-M4NN MNLA-CC34JN-3BCEME-MHNN CNLA-CMDDPP-3JBG3E-MKNN 5NLA-PAD35P-5MH23E-M5NN LNLA-DGDKJN-HGJB3D-MLNN JNLA-C3A52P-HJAJHD-MANN KNLA-CDAKEP-AA3HC4-MDNN CNLA-CLN42P-2G5MHD-MHNN GNLA-D2E5JN-CPA5HD-M4NN ENLA-BA25GN-NBJ2CE-M3NN LNLA-BBAM2N-JGN43E-MBNN HNLA-P544PP-JEEJM4-MGNN HNLA-4CP52P-2FM2CD-MPNN 2) Patch bds.exe using XE7patch.exe (LicenseManager.exe will also be patched) 3) Delete any .slip file from the following folder and then copy the provided lic.slip file: For XP: C:\Documents and Settings\All Users\Dati applicazioni\Embarcadero For Win7 or Win8: C:\ProgramData\Embarcadero Remember that the folder it's hidden, you must activate "Show hidden files" option of windows. 4) Enjoy full ARCHITECT version of XE7 IMPORTANT!!!!!!!!!!!! Note for Win8 users: ------------------------------------------ If, after patching it, XE7 will crash during startup you must disable "Data Execution Prevention" option of Win8 or add bds.exe and licensemanager.exe to "Data Execution Prevention Whitelist". (Thanks to kunam for reporting this troubleshooting!!!!)

2014-09-08

EhLib 6.3 Build 6.3.184

EhLib 6.3 Build 6.3.184 source included version. ---------------------------------------------------- The Library contains components and classes for Borland Delphi versions 7, 8 & 9 , Borland Developer Studio 2006, CodeGear Delphi 2007, RAD Studio 2009, Embarcadero RAD Studio 2010, RAD Studio XE-XE6.

2014-09-08

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除