-
这个程序中包含多种位图按钮,适合学习界面按钮的设计,程序也并不复杂,相信很容易看懂的...
这个程序中包含多种位图按钮,适合学习界面按钮的设计,程序也并不复杂,相信很容易看懂的-The program includes a variety of bitmap button, the button interface is suitable to study the design, the procedures are not complicated, I believe that is easy to understand the
- 2022-12-29 00:55:04下载
- 积分:1
-
Simple calculator ah
简单计算器 啊-Simple calculator ah
- 2022-10-21 08:15:03下载
- 积分:1
-
An animation of the button, the button is displayed three
一个具有动画效果的按钮,就是按钮显示三维效果的字母ok,鼠标在按钮上时字母能够旋转-An animation of the button, the button is displayed three-dimensional effect of the letters ok, when the mouse button to rotate the letters
- 2022-03-06 18:15:17下载
- 积分:1
-
C++的简单控件,供初学者使用,直接调用便可以使用
C++的简单控件,供初学者使用,直接调用便可以使用-C simple controls for beginners, it can be called directly using
- 2022-07-07 19:09:32下载
- 积分: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
-
一个按钮控件的例子,一个控制按钮的例子,
一个按钮控件实例,
一个按钮控件实例,-example of a button control, a control button examples,
- 2022-06-28 04:42:51下载
- 积分:1
-
MFC with a section on the preparation of the small calculators and, if any irreg...
这是我用MFC编写的一段关于计算器的小程序,
如有不当之处,请提出批评。-MFC with a section on the preparation of the small calculators and, if any irregularities, please critics.
- 2022-02-03 02:46:35下载
- 积分:1
-
一个用于学习单选框、复选框、静态文本框的很好的例程。
一个用于学习单选框、复选框、静态文本框的很好的例程。-a single selects for learning, check box, static text box of good routines.
- 2023-06-15 16:20:03下载
- 积分:1
-
在mfc下制作一个gif按钮,有源码,已经在VC调试通过
在mfc下制作一个gif按钮,有源码,已经在VC调试通过-The mfc produced under a gif button, there is source code, has been adopted in the VC debugger
- 2022-03-02 01:29:53下载
- 积分:1
-
vector control file convert three phase to two phase and control asychronous eng...
vector control file convert three phase to two phase and control asychronous engine
- 2022-07-10 14:07:01下载
- 积分:1