MLSkin 下载中心 MLSkin Download Center

获取最新版本的MLSkin组件及相关资源,让你的Delphi程序拥有出色外观 Get the latest version of MLSkin components and related resources to give your Delphi program an excellent appearance

New

最新版本信息 Latest Version Information

获取最新版MLSkin组件及相关资源 Get the latest version of MLSkin components and related resources

最新版本 (Version) Latest Version
Ver5.7
更新时间 (Update): 2026.06.21 Release Date: 2026.06.21

购买正版授权,享受完整功能 Purchase genuine license for full features

独享的Demo源码 Exclusive Demo source code
终身免费升级到最新版本 Lifetime free upgrades to the latest version
专属技术支持服务 Exclusive technical support service
无功能限制的商业使用权限 Unlimited commercial use rights
立即购买 Buy Now

64位版本下载列表 64 bit version download list

使用64位版本之前需要先安装32位版本,具体使用方法 You need to install the 32-bit version first before using the 64-bit version. For detailed instructions, 参考这里 refer here
MlSkin.DelphiXE2.x64 MlSkin.DelphiXE6.x64 MlSkin.Delphi10.1.x64
MlSkin.Delphi10.2.x64 MlSkin.Delphi10.3.x64 MlSkin.Delphi10.4.x64
MlSkin.Delphi11.0.x64 MlSkin.Delphi12.0.x64 MlSkin.Delphi13.0.x64

更新内容 Update Content

+ 窗体(TMlSkinForm)新增自绘阴影:ShadowEnabled 开启,可设置 ShadowColor(颜色)、ShadowSize(大小)、ShadowAlpha(透明度)TMlSkinForm adds custom-drawn shadow: enable with ShadowEnabled, configurable via ShadowColor, ShadowSize and ShadowAlpha

+ SVG 改为纯 GR32 渲染:不再依赖 Skia 与外部 DLL,支持 Delphi 7~13SVG now renders purely with GR32: no longer depends on Skia or external DLLs, supporting Delphi 7~13

+ 新增标题栏输入框控件 TMlSkinNCEdit,可在窗体标题栏上直接放置输入框(支持透明融入背景)Added title-bar edit control TMlSkinNCEdit, allowing an edit box to be placed directly on the form's title bar (supports transparent blending with the background)

+ 资源管理器可管理 SVG 图标(添加、换色、设置宽高),并支持单色重绘The resource manager can now manage SVG icons (add, recolor, set width/height) and supports monochrome recoloring

+ 增加控件:TMlSkinSvgImage(显示 SVG 静态图像的控件,支持 Delphi 7+)Added control: TMlSkinSvgImage (a control for displaying static SVG images, supports Delphi 7+)

+ 增加控件:TMlSkinSvgAnimate(显示 SVG 动画图像的控件,支持 Delphi 7+)Added control: TMlSkinSvgAnimate (a control for displaying animated SVG images, supports Delphi 7+)

* 图片皮肤(ssPicture)拖动与切换更流畅Picture skin (ssPicture) dragging and switching is smoother

* 异形边框拖动跟随更跟手,启动时边框与窗体同步出现Irregular borders follow dragging more responsively, and the border appears together with the form at startup

* 标题栏控件、输入框、PageControl 等绘制性能提升Improved drawing performance of title-bar controls, edit boxes, PageControl, etc.

* 大幅度优化整套控件的性能和资源占用,运行起来更轻快了Greatly optimized the performance and resource usage of the whole control set, making it run lighter and faster

* 优化了TMlSkinToolbar中同时出现文本、图标和下拉菜单时按钮的显示效果Improved the button display in TMlSkinToolbar when text, icon and dropdown menu appear at the same time

* 修复 PageControl 内容区显示全黑的问题Fixed the issue where the PageControl content area displayed all black

* 修复气泡提示(TMlSkinHint)在某些情况下崩溃的问题Fixed a crash of the hint tooltip (TMlSkinHint) in certain situations

* 修复部分图标在设计期(IDE)无法显示、或关闭窗体再打开后消失的问题Fixed the issue where some icons could not be displayed at design time (IDE), or disappeared after closing and reopening the form

* 修复切换皮肤颜色后,实际颜色与所选颜色不一致的问题Fixed the issue where the actual color did not match the selected color after switching skin color

* 其它细节的修改及调整Other minor modifications and adjustments

注意事项 Notes

因为 Because MlSkin 3.x+ 升级将原2.x组件所有的图片属性都重新定义了,所以旧工程中自定义的图片属性,需要重新再绑定一下图片,安全起见,请先备份一下旧工程,再安装使用3.x+版本的组件 3.x+ upgrade has redefined all image properties of the original 2.x components, so custom image properties in old projects need to be rebound. For safety, please back up your old project before installing and using version 3.x+ components

使用了 For projects using MlSkin 2.x旧工程升级到3.x+的方法: 2.x upgrading to 3.x+:

  1. 备份好使用了 Backup the old project using MlSkin 2.x版本的旧工程代码,特别程序中用到的图片 2.x version, especially images used in the program
  2. 安装 Install MlSkin 3.x+版本,注意Library Path中目录也要指向3.x+的文件夹 3.x+ version, making sure the Library Path points to the 3.x+ folder
  3. 在Delphi中打开旧工程项目 Open the old project in Delphi
  4. 打开旧工程中的每一个窗体,当出现某个属性不存在时,一律点击"全部忽略"按钮(PS: 这步很重要,一定要执行) Open each form in the old project, and when a property is not found, click the "Ignore All" button (Note: This step is important and must be performed)
  5. 在图片资源库中重新添加自定义图片,然后再绑定到组件对应的属性上 Re-add custom images in the image resource library and rebind them to the corresponding properties of the components
  6. 重新编译运行程序 Recompile and run the program

错误解决: Error Resolution:

如果在图片库中添加自定义图片时,遇到 Not found mlskin resoure file!错误,解决方法如下: If you encounter the "Not found mlskin resource file!" error when adding custom images to the image library, the solution is as follows:

以管理员身份运行组件目录中的 Run the RegMlSkin.bat 文件,必须显示执行成功后才表示组件注册完成!如果注册不成功,请与我 file in the component directory as an administrator. The component registration is complete only when the execution is successful! If registration fails, please 联系 contact us

查看完整更新历史 View complete update history

扫码添加QQ好友 Scan to add QQ friend

MLSkin官方QQ二维码,扫码可添加好友获取技术支持 | MLSkin official QQ QR code, scan to add friend for technical support

欢迎咨询MLSkin相关问题
工作时间: 周一至周五 9:00-18:00
Welcome to consult about MLSkin
Working hours: Monday-Friday 9:00-18:00