在信息技术领域,加密技术是保障数据安全和信息安全的重要手段。随着计算机技术的发展,加密算法越来越多样化,并且在各种编程语言中都可以找到相应的实现。Delphi,作为一种高效的编程语言,自然也不会缺少加密功能的实现。 在Delphi的众多版本中,Delphi 12是一个重要的更新,它不仅改进了语言的性能和效率,还扩展了对多平台的支持。在这样的背景下,Delphi 12的控件库也得到了扩展和优化,其中就包括了加密相关的控件。控件之CryptoDemo的出现,标志着Delphi在数据加密方面的应用迈出了重要的一步。 CryptoDemo是一个演示如何使用Delphi 12进行加密和解密操作的示例项目。它通常包含了一系列的加密控件,这些控件可以用于实现常见的加密算法,如对称加密、非对称加密、散列算法和消息认证码等。用户通过CryptoDemo可以直观地看到不同加密算法对数据进行加密和解密的过程,以及加密后数据的安全性展示。 例如,对称加密算法中的AES(高级加密标准),它广泛应用于商业和政府领域,保证数据传输的安全性。而非对称加密算法如RSA则更多用于加密通信中的密钥交换,确保数据传输过程中的密钥不会被第三方轻易获取。散列算法如SHA系列,则用于生成数据的唯一指纹,常用于文件完整性校验和密码存储。消息认证码如HMAC,则提供了数据完整性和身份验证的功能。 通过CryptoDemo项目,开发者可以学习如何在Delphi中实现和应用这些加密算法。在加密通信、数据存储、身份认证等多个领域,这些加密控件都扮演着至关重要的角色。此外,通过示例项目,开发者可以更加直观地理解各种加密算法的工作原理和应用场景,进一步提升自身开发的安全性。 Delphi 12控件之CryptoDemo提供了一种简单直观的方式,使开发者能够更加容易地理解和掌握加密技术,并将其应用到自己的项目中,以此来保护应用程序中的敏感数据不受未授权访问和篡改。加密技术的应用不仅提升了软件的安全性,也为开发者提供了更多的安全保障。
2026-04-22 03:06:01 11.75MB delphi
1
### EtherCAT从站协议及其工具SSC_V5.12简介 #### 一、EtherCAT技术概述 EtherCAT(以太网控制自动化技术)是一种开放式的以太网现场总线技术,由德国倍福自动化公司(Beckhoff Automation)于2003年推出。它以其高速、实时性强的特点在工业自动化领域得到了广泛的应用。EtherCAT不仅可以用于高速数据传输,还支持各种设备级网络的功能,如I/O、驱动器和复杂机器控制等。 #### 二、EtherCAT从站协议详解 EtherCAT系统通常包括一个主站和多个从站。主站负责管理整个网络,而从站则执行具体的任务,如采集数据或控制驱动器。从站协议定义了从站与主站之间的通信规则和数据格式。 - **从站配置**: 从站必须根据主站的要求进行配置,包括硬件地址、通信参数等。 - **数据交换**: 从站通过EtherCAT网络与主站进行数据交换,包括状态报告、命令接收等。 - **实时性**: EtherCAT通过优化的数据包结构和高效的通信机制确保从站与主站之间的实时通信。 - **兼容性**: EtherCAT支持多种从站设备类型,如数字输入/输出模块、模拟量模块、伺服驱动器等。 #### 三、SSC_V5.12工具介绍 SSC_V5.12是一款专门用于EtherCAT从站开发的工具软件,主要用于生成符合EtherCAT标准的从站代码。该工具可以帮助开发者快速搭建从站架构,并提供一系列功能来简化从站的开发过程。 - **代码生成**: SSC_V5.12能够自动生成基于用户配置的从站代码,大大减少了手动编码的工作量。 - **配置灵活**: 用户可以根据实际需求定制从站的功能和性能,包括选择支持的EtherCAT版本、配置硬件接口等。 - **调试支持**: 提供了丰富的调试功能,帮助开发者定位问题并优化从站性能。 - **文档详尽**: 配套有详细的用户手册和技术文档,方便用户理解和使用该工具。 #### 四、SSC_V5.12的使用方法 1. **安装**: 下载SSC_V5.12软件包后,按照提示完成安装过程。 2. **配置**: 启动SSC_V5.12后,根据项目需求进行从站配置,包括设置通信参数、硬件接口等。 3. **代码生成**: 完成配置后,软件会自动生成相应的从站代码。 4. **编译与测试**: 将生成的代码导入到开发环境中进行编译和测试。 5. **部署**: 测试无误后,将从站代码部署到目标设备上,并通过EtherCAT网络与主站连接。 #### 五、SSC_V5.12的适用场景 - **工业自动化**: 在工厂自动化控制系统中,使用SSC_V5.12可以快速构建EtherCAT从站,实现设备间的高效通信。 - **运动控制**: 对于需要高精度控制的应用场景,如机器人手臂控制、精密加工设备等,EtherCAT的高速实时性优势可以通过SSC_V5.12得到充分发挥。 - **实验室设备**: 在科研实验室中,利用EtherCAT可以构建复杂的实验平台,实现数据的高速采集与处理。 ### 总结 SSC_V5.12作为一款专门针对EtherCAT从站开发的工具,不仅极大地简化了从站开发的流程,还提供了强大的功能支持,使得开发者能够在较短的时间内构建出稳定可靠的EtherCAT从站系统。对于从事工业自动化领域的工程师来说,熟练掌握SSC_V5.12的使用技巧是十分必要的。
2026-04-21 15:12:05 163B EtherCAT
1
基于Maxwell的8极12槽内置式永磁同步电机设计:“一”字与“V”型转子结构性能对比及建模学习指南,基于Maxwell的8极12槽内置式永磁同步电机设计:一字型与V型转子结构的性能对比分析模型,基于maxwell的8极12槽内置式永磁同步电机设计。 模型包含一字型和V型转子结构的永磁电机。 具体参数:800w 1500rpm 定子外径110mm 额定电压12V.可用于学习永磁电机建模和一字型和V型转子结构永磁电机的性能分析对比。 ,核心关键词:Maxwell;8极12槽;内置式永磁同步电机设计;一字型转子结构永磁电机;V型转子结构永磁电机;模型参数;学习;建模;性能分析对比。,基于Maxwell的8极12槽永磁电机设计:一型与V型转子结构性能对比分析
2026-04-21 01:03:33 5.01MB 哈希算法
1
Delphi 12 控件之TMS VCL UI Pack v13.2.0.0 Monday, December 9, 2024.7z是与Delphi开发环境相关的TMS软件公司发布的一款控件包。该控件包的版本号为13.2.0.0,发布日期为2024年12月9日。TMS VCL UI Pack是TMS公司推出的针对Delphi的可视化组件库(VCL)的一个组件集合,它为Delphi开发者提供了一系列预先设计好的用户界面元素。使用这款控件包,开发者能够轻松快速地创建美观、功能丰富的应用程序界面。 从文件名来看,该压缩包包含了一个名为setup.exe的安装程序,意味着用户可以通过执行这个安装程序来安装TMS VCL UI Pack。安装后的控件将被集成到Delphi的开发环境中,使得开发者能够直接在设计时拖拽控件到应用程序中,并且利用这些控件快速搭建应用程序界面。 TMS VCL UI Pack不仅提供了大量的UI控件,而且这些控件往往还具备高级的定制化功能,能够满足不同应用程序在风格、功能上的个性化需求。此外,TMS VCL UI Pack的控件经过了精细的设计,很多控件具有优秀的性能和广泛的兼容性,可以很好地与操作系统和硬件设备配合工作。 TMS公司是专注于Delphi和C++ Builder组件开发的专业软件厂商,它提供的组件通常具有较好的用户体验、高度的可靠性和丰富的功能。使用TMS VCL UI Pack,开发者可以节省大量开发时间,因为他们不必从零开始编写每一个界面元素,而是可以直接利用TMS提供的专业控件来提升开发效率和产品质量。 控件包的更新往往意味着对现有控件的改进,添加新的控件,或是提供对最新操作系统版本的支持。因此,Delphi 12用户可能会期待TMS VCL UI Pack v13.2.0.0能够带来更好的性能,更多的控件选项,以及对新Delphi版本的兼容性增强。对于希望在Delphi 12环境中开发出高质量应用程序的开发者来说,这个控件包是一个非常有价值和方便的工具。 由于该文件是压缩包形式,用户在安装控件包前需要先解压缩。安装成功后,用户需要重启Delphi开发环境,之后便可以在工具箱中找到新增的TMS组件,进行拖放使用。TMS VCL UI Pack v13.2.0.0的使用,将为Delphi开发环境带来更加丰富和高效的应用程序开发体验。
2026-04-19 18:05:03 114.9MB delphi
1
《Delphi 12与TMS VCL UI Pack:打造高效且美观的用户界面》 在 Delphi 12 这一强大的编程环境中,开发者们能够利用丰富的组件库来构建功能强大、界面友好的应用程序。其中,TMS VCL UI Pack v13.1.3.2 是一个不可或缺的工具包,它为 Delphi 开发者提供了大量的自定义控件,以增强用户界面的视觉效果和交互体验。 TMS VCL UI Pack 是由 TMS Software 公司开发的一款专业级控件集,其目标是帮助 Delphi 开发人员快速构建具有现代感、吸引力且高度定制的用户界面。这个版本的 UI Pack 包含了 v13.1.3.2 的更新,意味着它已经经过多次优化,提供了更稳定、更高效的性能。 该工具包包含了多个方面的组件,如: 1. **表单设计**:提供了一系列的高级表单组件,如 MDI 表单、MDI 子表单以及自定义标题栏,让开发者可以轻松实现多文档界面(MDI)应用,同时拥有完全可定制的标题栏样式。 2. **按钮和工具栏**:包括各种样式独特的按钮控件,以及可自定义的工具栏,这些工具栏支持动态图标、分组、滚动等特性,使得用户界面更加灵活且易于操作。 3. **网格控件**:TMS VCL UI Pack 提供了功能强大的网格控件,如 TAdvStringGrid 和 TAdvDBGrid,它们不仅支持数据绑定,还能实现复杂的排序、过滤、编辑等功能,为数据展示和操作提供了丰富的可能性。 4. **对话框和提示**:提供了多种对话框组件,如进度条、颜色选择器、日期时间选择器等,还有自定义提示和气泡提示,这些都能增强用户与应用的交互体验。 5. **其他组件**:还包括图表、日历、滑块、树视图等多种组件,覆盖了日常开发中的大部分需求,使开发者能快速构建出专业级别的界面。 6. **皮肤化支持**:TMS VCL UI Pack 支持皮肤化功能,允许开发者通过简单的配置就能改变应用的整体风格,适应不同的用户需求和审美。 7. **性能优化**:TMS Software 对这些控件进行了深入的性能优化,确保在保持丰富功能的同时,不会对应用的运行效率造成负面影响。 通过使用 TMS VCL UI Pack v13.1.3.2,Delphi 开发者可以大大提高开发效率,减少界面设计的时间,并且能够创建出更具吸引力和用户体验的软件产品。这个工具包的每一个组件都是为了简化开发流程、提升应用品质而设计的,对于任何希望在 Delphi 平台上打造出色界面的开发者来说,都是一个值得拥有的宝贵资源。
2026-04-19 17:52:36 119.68MB ui delphi
1
EhLib VCL 11.0.021 for Delphi 12 Athens.7z
2026-04-19 16:30:18 22.42MB delphi
1
Delphi 12是一款强大的集成开发环境(IDE),主要用于创建Windows和跨平台应用程序。这个压缩包包含的内容丰富,包括Delphi 12的工具、安装包以及一系列的控件源代码,这对于开发者来说是一份宝贵的资源。下面我们将深入探讨这些组成部分。 Delphi 12 IDE本身是一个基于Object Pascal语言的开发工具,由Embarcadero Technologies公司开发。它提供了全面的代码编辑、调试、性能优化和项目管理功能。在Delphi 12中,开发者可以使用VCL(Visual Component Library)框架构建快速、高效的桌面应用,同时也能利用FireMonkey(FMX)框架开发跨平台的应用,支持Windows、macOS、iOS和Android等多个操作系统。 1. **工具**:这部分可能包含了各种辅助开发的工具,例如代码分析器、版本控制器集成、数据库设计工具、性能分析器等。这些工具可以帮助开发者提升效率,确保代码质量,并对程序进行优化。 2. **安装包**:这通常指的是Delphi 12的安装程序,可能包括不同版本(如试用版、完整版或更新补丁)。安装包将引导用户完成Delphi的安装过程,包括设置路径、选择组件、配置环境变量等。此外,还可能包含其他第三方库或组件的安装文件,以扩展Delphi的功能。 3. **控件**(源代码):控件是GUI应用中的基本元素,如按钮、文本框、列表视图等。Delphi的VCL和FMX库本身就包含了丰富的内置控件。而这份压缩包中提供的控件源代码,可能是由社区或其他开发者编写的自定义控件,它们可能具有特殊功能或者独特的视觉样式。通过学习和使用这些源代码,开发者可以更好地理解控件的工作原理,定制自己的UI组件,或者为项目引入新的功能。 4. **源代码**的价值:对于学习和研究,源代码是极其宝贵的资源。通过阅读和分析他人编写的代码,开发者可以提高编程技巧,了解最佳实践,以及如何有效地利用Delphi的特性。此外,这些源代码也可以作为模板,帮助快速构建新项目,或者作为现有项目中功能模块的参考。 这个压缩包为Delphi开发者提供了一个全方位的资源库,不仅涵盖了开发环境的基本需求,还包含了社区贡献的实用工具和控件。无论是新手还是经验丰富的开发者,都能从中受益,提升自己的开发能力。记得在使用过程中,遵守开源许可协议,尊重他人的劳动成果,同时也积极回馈社区,分享自己的经验和改进。
2026-04-19 13:43:47 452.99MB
1
javaweb常用jar包,javaee框架常用jar包,亲测可用,若需其他版本可给我留言
2026-04-17 23:46:22 3.23MB java javaee
1
bzip2.dll-1.0.6-win64-vs2017-v141-sdk10.0.17134.12 csdn-tags: bzip2dll x64vc141 sdk17134.12 bzip2的官网挂了,我手里有一份bzip2源码,这是很久以前从zero-ice下载的源码, 这份源码与官网有什么不同呢,不同之处在于他提供了一个 patch 补丁文件, 打上补丁之后,bzip2 可以编译出动态版本,bzip2.dll ,这没什么稀奇的, 自己改文件也可以的。所以,这份代码是给那些伸手党的,你想要bzip2.dll, 还不想自己去改源码,那么你就花点积分吧。^_^ 欢迎朋友们下载。
2026-04-17 20:37:28 1.05MB bzip2dll x64vc141 sdk17134.12
1
使用方法: 1、解压至C:\Program Files目录下(密码:xiaoqing); 2、双击导入注册表C:\Program Files\BCGSoft\BCGControlBarPro\bcgcontrolbarpro.12.00.reg; 3、运行向导C:\Program Files\BCGSoft\BCGControlBarPro\BCGCBProIntegrationWizard.exe。 与其它不同之处: 1、包含完整的源代码、帮助文件; 2、已经对 BCGPAppWizard2005 中的向导进行汉化,在 Visual Studio 2008(2010) 中可使用中文向导 BCGPAppWizard (参考 Visual Studio 2008 原有的中文向导,如果您想学习汉化向导,参考目录是:C:\Program Files\Microsoft Visual Studio 9.0\VC\VCWizards\AppWiz\MFC\Application\templates\2052) 关于静态链接: 1、首先必须在运行向导BCGCBProIntegrationWizard.exe时已经编译静态库; 2、在 Visual Studio 建立项目向导时,选择静态链接即可。 关于使用 Office2007、2010 风格: 如果您使用了这些新风格,必须在项目中包括这些资源,否则 debug 版本启动时会报错(缺少资源,release版本不会提示,但显示不正常),具体有二种方法: 1、直接在“解决方案资源管理器”-“资源文件”中点右键,“添加”-“现有项”,把C:\Program Files\BCGSoft\BCGControlBarPro\BCGCBPro\Styles中所有扩展名为 .rc 的资源包括进来即可。 2、直接在“资源视图”-“您的项目”上点右键,选择“资源包括”,在“资源包括”中的“编译时指令”中的#include "BCGCBPro.rc"后面添加以下代码: #include "C:\Program Files\BCGSoft\BCGControlBarPro\BCGCBPro\Styles\BCGPStyle2007Aqua.rc" #include "C:\Program Files\BCGSoft\BCGControlBarPro\BCGCBPro\Styles\BCGPStyle2007Luna.rc" #include "C:\Program Files\BCGSoft\BCGControlBarPro\BCGCBPro\Styles\BCGPStyle2007Obsidian.rc" #include "C:\Program Files\BCGSoft\BCGControlBarPro\BCGCBPro\Styles\BCGPStyle2007Silver.rc" #include "C:\Program Files\BCGSoft\BCGControlBarPro\BCGCBPro\Styles\BCGPStyle2010White.rc" #include "C:\Program Files\BCGSoft\BCGControlBarPro\BCGCBPro\Styles\BCGPStyleCarbon.rc" #include "C:\Program Files\BCGSoft\BCGControlBarPro\BCGCBPro\Styles\BCGPStyleScenic.rc" 3、如果使用动态库链接,请手工编译C:\Program Files\BCGSoft\BCGControlBarPro\BCGCBPro\Styles\Office2007_styles.sln或者build_all.dsp 仅为学习使用,下载后24小时内删除,请支持 BCGSoft 购买正版,本人不提供技术支持,不对任何负责。 尊重他人劳动成果,欢迎与大家分享成果。 官方更新说明: http://www.bcgsoft.com/bcgcontrolbarpro-versions.htm Version 12.0. Released 01/20/2010 New features CBCGPVisualManager2010 implements Microsoft Office 2010 Beta 1 color themes: Blue theme (see screenshot) Black theme (see screenshot) Silver theme (see screenshot) Just activate CBCGPVisualManager2010 to use these new themes in your application: CBCGPVisualManager::SetDefaultManager (RUNTIME_CLASS (CBCGPVisualManager2010)); Please run BCGPMSOffice2007Demo, DrawCli or BCGPOrganizer to see this feature in action. Added Microsoft Office 2010-style Ribbon Backstage View (see screenshot). The following new methods were added to CBCGPRibbonBar class: SetBackstageMode: enables/disables Backstage View mode. IsBackstageMode: returns TRUE if Backstage View mode is enabled. AddBackstageCategory: creates Backstage View category. GetBackstageCategory: returns Backstage View category. IsBackstageViewActive: returns TRUE if Backstage View is currently active. By default, the Ribbon Application button will be displayed with the default (blue) color, but developers can customize its appearance by calling visual manager's new method 'SetMainButtonColor' (see screenshot). CBCGPRibbonBar::AddBackstageCategory returns a pointer to the new class object - CBCGPRibbonBackstageViewPanel. Usually, you'll need to call the following class methods to create your backstage view: AddCommand: add a single command button such as "Save", "Save As" or "Exit". AddView: add a button with attached right-side form ("Print", "Recent Files" and so on). There are 2 new classes that should be used for implementing right-side views: CBCGPRibbonBackstageViewItemForm: a single page dialog CBCGPRibbonBackstageViewItemPropertySheet: multi-page Please note that our Application Wizards were updated and now, when you're creating a new, Ribbon-based application, you can choose "Backstage view" option (see screenshot) and initial backstage view code will be automatically generated for your pleasure!. The Ribbon bar Application ("main") Button can display a text label instead of icon in the "scenic" mode (usually "File" in English language UI). The following new methods were added to the CBCGPRibbonMainButton class: SetScenicText GetScenicText Implemented ability to add Ribbon Galleries to the dialogs (see screenshot). The new class CBCGPRibbonGalleryCtrl may be used for this purpose. Please take a look at BCGPMSOffice2007Demo example (Backstage view pages) to see this new control in action. Implemented Resizable Dialogs support (see screenshot1 and screenshot2): Added 2 new classes: CBCGPControlsLayout: implements the base class for all layout managers. CBCGPStaticLayout: implements "static" layout management based on anchors. To enable layout support, you've to call EnableLayout/GetLayout methods in the following classes: CBCGPDialog CBCGPDialogBar CBCGPropertyPage CBCGPFormView Please run ResizableForm new sample to see this feature in action. In addition, you can see this feature in the following examples and samples: BCGPMSOffice2007Demo: "Clipboard" Pane and Backstage view. BCGPOrganizer: resizable dialog bar. RibbonGadgets: backstage view. ToolBoxDemo: resizable form Significantly improved CBCGPVisualManagerVS2010 (see screenshot): The color scheme is identical to Visual Studio 2010 Beta 2. Added a new Smart Docking style (BCGP_SDT_VS2010). You can run BCGPVisualStudioGUIDemo example to examine this look. Added content scrolling support to CBCGPDockingControlBar-derived classes (see screenshot). By default, the scrolling is implemented in CBCGPDialogBar class only, but you can easily add this support to any CBCGPDockingControlBar-derived class (please take a look at BCGPGridExample example, COutputBar class). CBCGPDockingBarScrollButton class implements docking pane scroll button (vertical and horizontal) and its look depends on the currently activated visual manager. Calculator control has been significantly improved: All calculator buttons are drawn using built-in bitmaps and use visual manager appearance (see screenshot). Implemented extended commands. Using a new method CBCGPCalculator::SetExtendedCommands developers can add a lot of build-in calculator commands such as idCommandAdvSin, idCommandAdvCos, idCommandAdvTan and others. CBCGPRibbonComboBox allows to display a popup calculator window. Just call CBCGPRibbonComboBox::EnableCalculator method to assign a calculator to the ribbon combobox. Override a new 'OnCalculatorUserCommand' method to implement your calculator commands. Please take a look at BCGPControls example and RibbonGadgets/SkinnedDialog samples to see these new features in action. The following new methods were added to CBCGPVisualManager class: OnDrawDockingBarScrollButton OnDrawCaptionBarCloseButton GetHeaderCtrlTextColor OnFillPropSheetHeaderArea OnDrawDateTimeDropButton GetCalculatorButtonTextColor GetEditCtrlSelectionBkColor GetEditCtrlSelectionTextColor OnDrawDlgSizeBox OnFillRibbonBackstageForm OnDrawRibbonMinimizeButtonImage GetRibbonMinimizeButtonImageSize GetRibbonButtonsGroupHorzMargin IsDrawRibbonGroupSeparator OnDrawRibbonGroupSeparator GetRibbonBackstageTopLineHeight OnDrawRibbonBackstageTopLine SetMainButtonColor GetMainButtonColor IsOwnerDrawDlgSeparator OnDrawDlgSeparator CBCGPPropertySheet has a new mode: PropSheetLook_AeroWizard (see screenshot). In general, this mode has been designed and implemented for Vista/Windows 7 Aero, but you can use it in any OSs/modes (see screenshot). The glass (aero) area can be combined with a page header - we've added a new optional parameter 'bDrawHeaderOnAeroCaption' to EnablePageHeader method. Please take a look at PropSheetDemo sample to see this mode. Added support for the Internet Explorer-like new tab in CBCGPTabWnd class (see screenshot). Call EnableNewTab method to enable this feature. Please take a look BCGPIE7Demo example to see this feature in action. Grid and Report controls changes: Added option to select items by clicks on grid header: New header flag BCGP_GRID_HEADER_SELECT. Implemented color themes for the new visual managers such as CBCGPVisualManager2010 (Office 2010-like) and CBCGPVisualManagerVS2010 (Visual Studio 2010-like) (see screenshot). Improved grid printing support. The following new classes were added: CBCGPGridPage class: this class is used by the grid control to store print pages. A print page specifies which area of the grid is printed at the specified page. The grid counts in items in vertical direction. The grid counts in pixels in horizontal direction. CBCGPGridPageInfo class: This class is used by the grid control to store information about the printing range and the currently printing page. It is stored in CBCGPGridCtrl::m_PrintParams::m_pageInfo member and in CPrintInfo::m_lpUserData member of the CPrintInfo object used while printing at the current print session. Added an option to deselect items. To deselect an item please use SetCurSel with SM_INVERT_SEL flag. New functions were added: CBCGPGridCtrl::EnableInvertSelOnCtrl CBCGPGridCtrl::IsInvertSelOnCtrlEnabled Changes in header click events: New BCGM_GRID_COLUMN_CLICK message. Added CBCGPGridCtrl::OnHeaderColumnRClick. Modified CBCGPGridCtrl::OnHeaderColumnClick. Items align support: New CBCGPGridItem::GetAlign function. Item's alignment is specified by CBCGPGridCtrl::SetColumnAlign. Grid horizontal pagination support. Added CBCGPGridPage::m_nWidth - page width, CBCGPGridPageInfo::m_nPageWidth - width of currently printed page. See CBCGPGridPage class, CBCGPGridPageInfo class. Drag-and-Drop support (see new "Drag and Drop" tab in BCGPGridExample sample): New message BCGM_GRID_BEGINDRAG. Added methods EnableDragSelection, IsDragSelectionEnabled, EnableDragSelectionBorder, IsDragSelectionBorderEnabled, StartDragItems and HitTestSelectionBorder. Extended in-place edit customization support (see new "Easy Input" tab in BCGPGridExample sample): New messages BCGM_GRID_ITEM_BEGININPLACEEDIT, BCGM_GRID_ITEM_ENDINPLACEEDIT. New functions OnBeginInplaceEdit, OnEndInplaceEdit, CanBeginInplaceEditOnChar, CanEndInplaceEditOnChar, OnInplaceEditKeyDown, OnInplaceEditSetSel. New BCGPGRID_ITEM_INFO::dwResultCode member. See BCGPGRID_ITEM_INFO struct. New method SetClearInplaceEditOnEnter. Call SetClearInplaceEditOnEnter (FALSE) to disable grid from clearing content of the item on Enter. Added CBCGPGridCtrl::GoToNextItem method. CBCGPGridCtrl::EnsureVisible is now virtual. Added navigation by TAB (Shift+TAB) key. Added "Ctrl+Z" (Undo) handler for in-place edit of the grid item. Changes in CBCGPGridCtrl::SetCurSel for SM_SET_ACTIVE_ITEM style. Grid item with combo-box now supports F4 to open drop-down list. Added a new parameter CBCGPMDITabParams::m_bReuseRemovedTabGroups. If this flag is TRUE MDI tab groups which were marked as removed will be used for new groups. This reduces memory consumption for applications that frequently create and remove groups. Added OpenType font support for font combo boxes. Added keyboard and MS Active Accessibility support to CBCGPTasksPane class. CBCGPEditCtrl::ExportBuffer has a new optional parameter 'BOOL bForceAnsi'. Setting it to TRUE forces exporting editor's text in ANSI format. CBCGPRibbonStatusBarPane constructor and SetAnimationList method have a new optional parameter 'BOOL bDontScaleInHighDPIMode'. Set it to TRUE if you don't need to scale pane image in the High DPI mode. When user clicks on the glass area of CBCGPExplorerToolBar window, the application window is moved now. Added CBCGPCalendarBar::GetState method - returns the calendar style flags specified in SetState method. CBCGPRibbonEdit displays a drop-down window upon pressing F4 key. Added CBCGPShellManager::IsControlPanel method. Added new font 'fontCaption' to BCGPGLOBAL_DATA. This font will be useful for displaying caption texts. CBCGPStatic has a new member: m_clrText. You can set this member to colorize text labels (see SkinnedDialog sample). New method CBCGPDockManager::ShowFloatingBars shows/hides floating panes. CBCGPListBox control can work with left-side icons and item group headers now. The following new methods were added: SetImageList: set items image list SetItemImage: associate item with a specific icon AddCaption: add a group caption Changes in examples and samples: BCGPControls: "Calculator" page demonstrates new calculator features BCGPGridExample: added new visual managers and new 2 tabs: "Drag and Drop" and "Easy Input" BCGPIE7Demo: the tab control was fully redesigned and derived from the library MDI Tab control. BCGPMSOffice2007Demo: added MS Office 2010 Backstage view. "Clipboard" pane demonstrates a new layout manager. BCGPVisualStudioGUIDemo: Start Page view can be converted to docking control bar. DrawCli: added MS Office 2010 Backstage view and new visual managers. PropSheetDemo: added Aero Wizard demonstration. ResizableForm: new sample, demonstrates how to use a new layout manager along with dialogs, dialog bars, property sheets and form views. RibbonGadgets: added MS Office 2010 Backstage view and edit boxes with calculator. SkinnedDialog: added edit box with calculator and text labels with a custom colors. Changes in the Ribbon Designer: Added "Calculator" element. Support for three new styles introduced in Microsoft Office 2010 (blue, silver, black) Ribbon elements can be edited by double click. Image lists can be loaded from files. Implemented icon editing for Palette (Gallery) Buttons. Fixes: FireChangingActiveTab is called from CBCGPOutlookWnd::SetActiveTab now. Fixed resource leak in CBCGPUserTool::DrawToolIcon Fixed problem with a slider's thumb location in CBCGPRibbonSlider::SetThumbRect in the High DPI mode. Improved appearance of the calendar drop-down button in CBCGPDateTimeCtrl. Fixed problem with setting editbox auto-complete mode in Windows 9x/NT4 CBCGP***FrameWnd::WinHelp dwData parameter has DWORD_PTR type now. This fixes 64-bit compatibility issue with this virtual method. Fixed memory leak in CBCGPPngImage::LoadFromBuffer (VS.NET 2003 or higher, BCGP_EXCLUDE_GDI_PLUS is defined). CBCGPGroup is properly handles WM_SETTEXT message now. CBCGPCalendar always closes dropped-down month picker when the calendar is being destroyed. CBCGPRibbonEdit::OnDraw correctly draws edit box label in case of center/right-side control alignment. Fixed appearance of CBCGPExCheckList items in the high DPI mode (under VC++ 6.0). Fixed problem with displaying disabled check boxes (CBCGPButton class) when some visual managers are activated. Fixed problem with CBCGPHeaderCtrl items text color when some visual managers are activated. Fixed problem with vertical scrolling of elements in CBCGPRibbonPanel::OnKey. CBCGPEdit correctly draws a browse button image and text when control is located on the glass (aero) area. CBCGPEdit uses visual manager color them when control has ES_READONLY style. CBCGPStatic doesn't perform the custom drawing if it has a style like icon, rectangle or frame. CBCGPPropertySheet: fixed some problems with repositioning and redrawing navigation buttons. Fixed some visual problems in owner-draw frame/dialog captions. Ribbon Main Button scenic icon is correctly painted in high DPI mode now. Fixed problem with text alignment in grid columns. CBCGPGridCtrl::SetColumnAlign is working properly now. Fixed bug with using different horizontal color and vertical color for the grid lines. The m_clrVertLine setting did not work when m_bGridItemBorders flag was switched on. Fixed problem with clicking on CBCGPGridURLItem in read-write mode. Fixed a bug with automatic sizing of grid columns. The bug appeared when auto-sizing was enabled with EnableColumnAutoSize(TRUE). Fixed bug with "Ctrl+A" for in-place editing of grid items. "Ctrl+A" selects all text inside in-place editor during in-place editing, instead of the entire grid as before. Fixed memory leak in CBCGPGridCtrl::CopyHtmlToClipboardInternal. Ribbon Designer supports Visual Studio 2008 and Visual Studio 2010 Beta 2 projects.
2026-04-16 15:30:13 41.06MB ControlBar v12.00
1