-
an open playing so small procedures, try to see whether elections could not :)
一个开玩话的小程序, 试试看看是否能选否:)-an open playing so small procedures, try to see whether elections could not :)
- 2022-11-29 19:50:03下载
- 积分:1
-
realize how refresh DialogBar Bar and the background color controls
实现如何重绘DialogBar和Bar上的控件 背景色-realize how refresh DialogBar Bar and the background color controls
- 2022-03-12 01:22:42下载
- 积分:1
-
Delphi IPEdit控件
自已一直在用的IPEdit控件,自己添加了IPstring属性,可以直接读取或设置IP。控件使用DelphiXE1缩写,请用户自己修改自己控件,以满足自己的需要
- 2023-01-01 15:50:03下载
- 积分:1
-
定义了一个CButtonST类,其中的setplaysound()实现了在按钮上加声音....
定义了一个CButtonST类,其中的setplaysound()实现了在按钮上加声音.
-CButtonST definition of a category, the setplaysound () in achieving the voice button on the increase.
- 2023-04-29 15:15:04下载
- 积分:1
-
谷 歌 Chrome进度条
翻译 maninwest@Codeforge 作者:VallarasuS@CodeProject这里展示如何从头开始创建一个 Go ogle Chrome 主题的 进度条。任何进度条控件都依赖于一个值及表示进度值的图形。 Goo gle Chrome 下载程序有个圆圈表示进度。使用代码ChromeProgressBaris 跟 Chrome ProgressBar 的工作原理一样。将进度值转化为一个圆圈图形来表示.private void PaintProgress(PaintEventArgs e)
{ using( SolidBrush progressBrush = new SolidBrush(this.ProgressColor))
{
Rectangle rect = LayoutInternal.ProgressRectangle;
rect.Inflate(-2, -2);
rect.Height -= 2; rect.Width -= 2; float startAngle = -90; float sweepAngle = Progress / 100 * 360;
e.Graphics.FillPie(progressBrush, rect, startAngle, sweepAngle);
}
}这里是如何使用图形路径和4条线绘制圆圈和细分部分。对 Graphics 对象的剪切部分进行调整来剪切圆圈外的线。private void PaintBorder(PaintEventArgs e)
{
GraphicsPath borderPath = new GraphicsPath();
Rectangle progressRect = LayoutInternal.Prog
- 2022-08-08 07:55:37下载
- 积分:1
-
a very good code, and can directly for use! Pasted on the OK!
一个很不错的代码,可以直接拿来用!粘贴就行!-a very good code, and can directly for use! Pasted on the OK!
- 2023-04-29 17:40:03下载
- 积分:1
-
鼠标的右键功能,可以实现数据的增加行,删除行,修改行。...
鼠标的右键功能,可以实现数据的增加行,删除行,修改行。-a click on the right button for example
- 2022-01-25 22:16:38下载
- 积分:1
-
使用vc编写的动态的GIF按钮,大家可以参考学习一下……我爱vc...
使用vc编写的动态的GIF按钮,大家可以参考学习一下……我爱vc-Vc prepared to use dynamic GIF button, everyone can refer to learn about ... ... I love vc
- 2023-04-24 20:55:04下载
- 积分:1
-
彩色按钮源代码,可以显示漂亮的彩色按钮
彩色按钮源代码,可以显示漂亮的彩色按钮-source code can reveal beautiful color button
- 2022-05-13 03:28:29下载
- 积分:1
-
VC++收音机控件的程序,以后一定上些更好的源码和大家分享
VC++收音机控件的程序,以后一定上些更好的源码和大家分享-VC radio control procedures, I must on some of the source code and a better share
- 2022-08-18 10:34:09下载
- 积分:1