游子日月长

笑渐不闻声渐悄,多情却被无情恼!

导航

2017年2月8日 #

dll

摘要: http://www.pudn.com/downloads83/sourcecode/windows/system/detail320745.html http://www.pudn.com/downloads92/sourcecode/windows/system/detail357840.htm 阅读全文

posted @ 2017-02-08 17:37 游子日月长 阅读(75) 评论(0) 推荐(0) 编辑

封面图片任意旋转 任意旋转图像 处理速度快 自动中心位置寻找

摘要: unit UnitMain; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Math, StdCtrls, jpeg, ExtCtrls, ComCtrls; type TForm1 = class(TForm... 阅读全文

posted @ 2017-02-08 17:12 游子日月长 阅读(206) 评论(0) 推荐(0) 编辑

使图片任意转动的编程例子

摘要: unit unitImage; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls, math; type TForm1 = class(TForm) Image1: TImage; ... 阅读全文

posted @ 2017-02-08 17:10 游子日月长 阅读(283) 评论(0) 推荐(0) 编辑

有3D效果的进度条

摘要: // The Unofficial Newsletter of Delphi Users - Issue #12 - February 23rd, 1996 unit Percnt3d; (* TPercnt3D by Lars Posthuma; December 26, 1995. Copyright 1995, Lars Posthuma. ... 阅读全文

posted @ 2017-02-08 17:06 游子日月长 阅读(313) 评论(0) 推荐(0) 编辑