登录
首页 » 其他 » 一个Delphi进度条动画效果类

一个Delphi进度条动画效果类

于 2022-03-19 发布 文件大小:5.86 kB
0 252
下载积分: 2 下载次数: 1

代码说明:

一个Delphi进度条动画效果类,使用这个类可在窗体中快速生成一个带动画效果的进度条,蓝色风格,十分漂亮,如演示效果所示。这个源码中还包括了生成Delphi右键弹出菜单的代码,这个也是很有参考价值的,特别是对Delphi新手来说。

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

发表评论

0 个回复

  • java面向对象编程的例子,是优化对象
    OOP方面的JAVA实例,适合用于面向对象的学习!用JAVA开发的!-OOP examples of Java, is optimized for object-oriented learning! With Java development!
    2022-06-02 18:44:13下载
    积分:1
  • VC++数据结构与算法经典的上百种源码包,绝对对C++编程有帮助,涉及数学、底层编程、校验算法、问题算法、文件算法、大小写转换、进制转换、字符转换、数组、单链表...
    VC++数据结构与算法经典的上百种源码包,绝对对C++编程有帮助,涉及数学、底层编程、校验算法、问题算法、文件算法、大小写转换、进制转换、字符转换、数组、单链表、二分查找、汉诺塔算法以及其它一些常用算法,有的含有示例,C++编程不可多得的编程资料-VC++ data structures and algorithms on hundreds of classic source package, absolutely on the C++ programming help, involving mathematics, the underlying programming, calibration algorithms, the issue of algorithms, document algorithms, case conversion, hexadecimal conversion characters conversion, arrays, single-linked list, binary search, Tower of Hanoi algorithm, as well as some other commonly used algorithms, and some contain examples, C++ programming rare programming information
    2022-04-23 08:00:05下载
    积分:1
  • 人工智能 prolog 论文 Visual Prolog是国际上已经广泛流行的功能强大的通用智能化应用集成开发环境。...
    人工智能 prolog 论文 Visual Prolog是国际上已经广泛流行的功能强大的通用智能化应用集成开发环境。-artificial intelligence prolog papers Visual Prolog is international has been widely popular Gong can be a powerful generic intelligent application integration development environment.
    2022-09-05 19:30:02下载
    积分:1
  • IMPORTANT PPT FOR IMAGE COMPRESSION SYSTEM.
    IMPORTANT PPT FOR IMAGE COMPRESSION SYSTEM.
    2022-01-24 13:19:30下载
    积分:1
  • procedures purpose : to bring in a maze of arbitrary size, with a stack get out...
    程序目的: 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件test1~4.dd。请将这些文件拷贝到TC当前目录下,或者在载 入时写明完全路径。由于屏幕大小的限制,当用户自己输入迷宫 时一定要注意:迷宫大小是有限制的,不小于4*3,不大于30*20。 否则会出现错误信息。输入开始时全是墙,用上下左右键移动, 用Del键删除墙,形成通路,用Enter键添加墙。输入结束时可以 将迷宫保存下来,以dd为扩展名。输入完毕时用F9键来得到结果, 找到路径时,屏幕下方会出现Path found,否则出现Path not found。 程序经Turbo C 2.0编译调试成功。运行时不用添加任何运行库。 不可以在VC上编译。-procedures purpose : to bring in a maze of arbitrary size, with a stack get out of the maze of trails and on the screen. Program : can achieve and preserve the printed maze maze, the accompanying documents were four test maze of trails to document test1 4.dd. I would be grateful if those files are copied to the TC current directory, or in the state when fully contained path. Due to restrictions on the size of the screen when the user input labyrinth must pay attention to : the size of the maze is a restriction, not less than 4* 3, not more than 30* 20. Otherwise there will be a wrong message. At the beginning of the importation of a
    2022-07-05 03:20:50下载
    积分:1
  • 可进行多项式加,减,乘,乘方,积分,求导,等运算
    可进行多项式加,减,乘,乘方,积分,求导,等运算-polynomial can be, plus or minus, multiplication, involution, integral and derivative, etc. Operational
    2023-08-09 10:20:03下载
    积分:1
  • VC++课程设计:工资管理系统源码+论文
    VC++课程设计:工资管理系统源码+论文,完成日常工资的管理,如查询、修改、增加、删除以及存储等操作,迅速准确地完成各种工资数据的的统计和汇总工作,快速打印出工资报表等,大大提高了企业的管理效率。   工资管理系统是由基本信息管理、工资查询、工资管理、系统管理和帮助等几个功能模块组成,规划系统功能模块如下:   基本信息管理模块:主要包括员工录入、员工删除2部分。   工资查询模块:主要包括基本工资查询、浮动工资查询、加班/休假查询、总体查询4个部分。   工资管理模块:工资管理模块主要包括工资发放管理、基本工资管理、浮动工资管理3个部分。   系统管理模块:主要包括用户管理、修改密码、退出系统3个部分。
    2022-09-28 02:30:06下载
    积分:1
  • GPS standard surface fitting computer program
    GPS无约束平差后进行水准面拟合计算的程序-GPS standard surface fitting computer program
    2023-08-05 02:10:02下载
    积分:1
  • python爬虫(naver api)
    简单的爬虫小程序,可以通过api对网页对象进行捕获,如果将网页代码更改则可以获取其他网页的内容,并对其进行分析提取,得到搜索页中的一些信息,例如搜索标题,搜索数等等
    2023-06-02 19:30:02下载
    积分:1
  • 一个解决逢山开路问题的matlab程序,使用先看说明
    一个解决逢山开路问题的matlab程序,使用先看说明-Mountains and open a solution to the problem of matlab, the use of look at the description
    2023-05-21 04:15:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载