-
球型按钮的实现。
球型按钮的实现。- Ball button realization.
- 2023-05-01 16:10:03下载
- 积分:1
-
有关桌面按纽控件的设计
有关桌面按纽控件的设计-the desktop button controls design
- 2022-07-16 18:44:44下载
- 积分:1
-
货物配送物流系统
货物配送物流系统 -goods distribution and circulation system of goods distribution and circulation system of goods distribution and circulation system
- 2022-01-26 03:16:24下载
- 积分:1
-
make a afxmessagebox,a simple demo
make a afxmessagebox,a simple demo
- 2022-07-02 18:26:09下载
- 积分:1
-
能够将软件中灰色的按钮,变为正常的状态,程序中用到了句柄的操作!...
能够将软件中灰色的按钮,变为正常的状态,程序中用到了句柄的操作!-software can be gray button into a normal state, the procedures used to operate the handle!
- 2022-02-26 05:09:27下载
- 积分:1
-
TabControl的使用Demo,演示了以对话框为子窗口建立多个Tab页的方法...
TabControl的使用Demo,演示了以对话框为子窗口建立多个Tab页的方法-TabControl use Demo to demonstrate the son of a dialog window to create a number of pages of the Tab
- 2022-07-27 18:00:43下载
- 积分:1
-
此编程非常的好,适合于任何场合,对图形界面的编程也是非常实用的。...
此编程非常的好,适合于任何场合,对图形界面的编程也是非常实用的。-This program is very good, suitable for any occasion, on the graphical interface programming is also very practical.
- 2022-04-09 05:52:05下载
- 积分:1
-
是否为你的EDIT控件设置成为只读属性那个灰色的背景色不合你的程序整体布局而烦恼了...
是否为你的EDIT控件设置成为只读属性那个灰色的背景色不合你的程序整体布局而烦恼了-whether your EDIT Controls set to read-only attribute that gray background color of your substandard procedures and the overall layout of trouble
- 2022-03-02 18:32:44下载
- 积分: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
-
一个功能强大的用于显示柱、饼状图等的图形控件。如果你做计算机辅助设计软件…
一个功能强大的用于显示柱状图、饼状图等的图形控件。如果你要做CAD软件或科教、演示程序的话,这个类库会节省你不少时间。(30KB)-a powerful column for the show, Caky map graphic control. If you do CAD software or science, education, and demonstration program, the library will save you a lot of time. (30KB)
- 2022-10-31 01:00:02下载
- 积分:1