登录
首页 » 界面开发 » 可以用在Delphi7中的皮肤控件,本人测试过,用起来很简单,效果也不错...

可以用在Delphi7中的皮肤控件,本人测试过,用起来很简单,效果也不错...

于 2022-04-27 发布 文件大小:2.27 MB
0 136
下载积分: 2 下载次数: 1

代码说明:

可以用在Delphi7中的皮肤控件,本人测试过,用起来很简单,效果也不错-can be used in the skin Delphi7 control, I tested, together with a very simple and the results would be good

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Qt login,自动识别焦点
    #include "mainwindow.h" #include "ui_mainwindow.h" MainWindow::MainWindow(QWidget *parent) :     QMainWindow(parent),     ui(new Ui::MainWindow) {     ui->setupUi(this);     pushButton = new QPushButton(this);     pushButton->setObjectName(QString::fromUtf8("pushButton"));     pushButton->setGeometry(QRect(40, 180, 51, 27));     pushButton_2 = new QPushButton(this);     pushButton_2->setObjectName(QString::fromUtf8("pushButton_2"));     pushButton_2->setGeometry(QRect(40, 140, 51, 27));     pushButton_3 = new QPushButton(this);     pushButton_3->setObjectName(QString::fromUtf8("pushButton_3"));     pushButton_3->setGeometry(QRect(100, 140, 51, 27));   &
    2022-03-13 04:00:49下载
    积分:1
  • Visual Studio style UI Visual Studio风格的效果(15KB)
    Visual Studio style UI Visual Studio风格的界面效果(15KB)-Visual Studio style UI Visual Studio style interface effects (15KB)
    2022-01-25 16:33:16下载
    积分:1
  • 用VB6.0制作的模仿生产中柔性制造系统,涉及到按钮,文本框,列表框,图片框等多个控件的使用方法...
    用VB6.0制作的模仿生产中柔性制造系统,涉及到按钮,文本框,列表框,图片框等多个控件的使用方法-Produced by using VB6.0 to imitate the production of flexible manufacturing systems, related to the button, text boxes, list boxes, picture frames and many other controls to use
    2022-03-21 01:00:49下载
    积分:1
  • 带进度条的ListCtrl列表
    自绘进度条,combox,列表中某列显示进度条。某列设置为combox,帮你轻松实现列表显示,开发人员可在此基础上进行扩展
    2022-10-05 05:15:03下载
    积分:1
  • php-student-management-system
    php-student-management-system 学校学生档案管理系统.提供丰富的查询、登记、修改 功能等。界面美观、时尚,完全秉承现流行的web程序原则。适合各种中、小学校和高 等院校的档案室档案快速备份,查询等工作,也适合班主任老师对学生的详细情况的 记录备案。 功能简介: 1.菜单自定义管理 2.管理员密码账号管理 3.管理员添加,修改,删除 4.数据库备份,压缩,恢复,软件空间占用powered by 25175.net 5.姓名,像片规格,曾 用 名 ,性别,出生日期,免冠照片,学号,所在集体,身份证号,入 学学历,政治面貌 入学日期,加入组织,日期, 民族,籍贯,家庭住址,联系电话,邮编 6.何年何月到何年何月 所在学校或单位 任何职务 证明人 学习情况 个人特长 奖惩 记录 爱好 处分记过 学籍异动情况 毕(结)业或肄业日期 毕(结)业或肄业去向 备 注 >>学生档案信息资料添加,修改,删除 7.真实姓名: 曾 用 名: 性 别:学 号: 身份证号: 籍 贯:的查 询 8.8.分页,批量删除,档案详细分类查询 9.无组件图片上传 10.乱码BUG修复 11.路径自动生成 12.支持群删除
    2023-03-22 05:40:03下载
    积分:1
  • 他模仿Office 2007控制
    一个模仿office 2007的界面控件-A mimic office 2007 interface controls
    2022-04-10 06:55:29下载
    积分:1
  • 这是一个地图编辑器的程序,很好,希望对有用的答:..
    这是一个有关地图编辑器的程序,挺好用的,希望对大家有用!-This is a map editor on the procedure very well, with the hope that useful for all!
    2022-05-28 15:58:29下载
    积分:1
  • this is the source code of a beautiful interface in vc,you can use it as your ba...
    这是一个漂亮界面在VC中的实现源程序,你可以用它来作为你软件的基础.-this is the source code of a beautiful interface in vc,you can use it as your base of software.
    2023-02-25 17:45:03下载
    积分:1
  • 讲dos命令的使用的一个文档,比较详细,有各种命令,,个ghost
    讲dos命令的使用的一个文档,比较详细,有各种命令,,个ghost -stresses the use of a document, more detailed, there are various orders, 000 ghost
    2022-03-07 04:33:22下载
    积分:1
  • 突然有兴致编写了本程序,希望对大家有一定的帮助。如果你正在使用MarixVB编程的话,你可能会现MarixVB中有些字符不能使用汉字。本程序可以帮助大家把汉字...
    突然有兴致编写了本程序,希望对大家有一定的帮助。如果你正在使用MarixVB编程的话,你可能会发现MarixVB中有些字符不能使用汉字。本程序可以帮助大家把汉字或其他字符串转换成一种在MarixVB中可以使用的字符串。-sudden whims of the preparation procedures, we hope to have some help. If you are using MarixVB programming, you may find some MarixVB not use Chinese characters. This program can help us to other Chinese or converted into a string in MarixVB can use strings.
    2023-07-03 17:40:02下载
    积分:1
  • 696516资源总数
  • 106927会员总数
  • 1今日下载