1. 首页
  2. 编程语言
  3. Delphi
  4. StyleControls_4.41_FULL_Source

StyleControls_4.41_FULL_Source

上传者: 2020-05-24 02:11:13上传 RAR文件 1.04MB 热度 22次
一款DelphiVCL上使用的皮肤控件,源码版本 支持DelphiXE2-XE8,10Seattle,10.1Berlin,10.2Tokyo,10.3Rio(32-bit+64-bit)
下载地址
用户评论
码姐姐匿名网友 2020-05-24 02:11:13

可以使用,只需if Button mbLeft or (Tabs.Count = 0) then Exit;改成if (Button mbLeft) or (Tabs.Count = 0) then Exit;就可以编译安装了。