-
按钮挺漂亮的,控件的属于很多!可以任意设置和调整!
按钮挺漂亮的,控件的属于很多!可以任意设置和调整!-button quite beautiful, many belonging to the controls! Can arbitrary settings and adjustments!
- 2023-01-06 07:40:03下载
- 积分: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
-
多态按钮,实现了按钮的三态显示,即按下,弹起,并可更改颜色,用于控制系统...
多态按钮,实现了按钮的三态显示,即按下,弹起,并可更改颜色,用于控制系统-polymorphic button and the button for the realization of three states show that press, pop-up and may change color, for the control system
- 2022-02-05 13:59:39下载
- 积分:1
-
用于绘图的小控件,可以绘出XY坐标,控件应用见包
用于绘图的小控件,可以绘出XY坐标,控件应用见包-drawings for a small control that charted XY coordinates, and controls application packet see
- 2022-07-15 04:26:29下载
- 积分:1
-
vc button控件,gif按钮,按钮上显示gif动画,使用了 cpictureex 控件显示动画...
vc button控件,gif按钮,按钮上显示gif动画,使用了 cpictureex 控件显示动画-vc button controls, gif button, the button displayed on gif animation, the use of animation shows cpictureex Controls
- 2022-05-15 06:36:50下载
- 积分:1
-
The source code which contains the front panel push
一个包含前面板按钮控制和LED灯显示的源代码.- The source code which contains the front panel push-button
control and the LED lamp demonstrated
- 2022-10-12 08:45:03下载
- 积分:1
-
彩色列表项组合框/这份源代码演示了彩色列表项组合框的建立及使用...
彩色列表项组合框/这份源代码演示了彩色列表项组合框的建立及使用 -Color List cluster box/demo of this source of color cluster box list the establishment and use
- 2023-08-20 20:05:04下载
- 积分:1
-
vc++ 显示时间,并且实现了记数,我也是刚刚学习
vc++ 显示时间,并且实现了记数,我也是刚刚学习-vc show time, and achieved a few mind, I also just learning
- 2022-06-02 22:55:28下载
- 积分:1
-
vb control array of simple applications, a combination of button controls, time...
vb中控件数组的简单应用,结合了按钮控件、时间空间,图片控件的使用-vb control array of simple applications, a combination of button controls, time and space, the use of picture controls
- 2022-02-04 08:40:56下载
- 积分:1
-
人事考勤系统
资源描述利用MFC中的控件实现人事考勤系统的开发,能够实现输入输出的良性互动,包含基本考勤功能,代码清楚,注释详细,适合入门学习。
- 2022-05-29 08:21:19下载
- 积分:1