-
谷 歌 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
-
good source
good source
- 2022-02-24 23:33:44下载
- 积分:1
-
现在克隆技术正在流行,想不想知道怎么把组合框和按钮及图片结合在一起?好,我们这就开始....
现在克隆技术正在流行,想不想知道怎么把组合框和按钮及图片结合在一起?好,我们这就开始.-now cloning technology is popular, do not want to know how to put combinations boxes and buttons and photographs combine? Well, we started it.
- 2023-03-04 12:15:03下载
- 积分:1
-
中文Powe~oim2002的使用、管理计算机中的文件、浏览Imernet信息
以及收发电子邮件等内容。 本书语言通俗,实例丰富,图文并茂,注...
中文Powe~oim2002的使用、管理计算机中的文件、浏览Imernet信息
以及收发电子邮件等内容。 本书语言通俗,实例丰富,图文并茂,注-Chinese Power ~ oim2002 the use, management, computer documents, browsing Imernet information and e-mail content. The book language is colloquial examples of a richly-illustrated Note
- 2022-04-08 04:15:03下载
- 积分:1
-
一个按钮的类,似乎有许多区域。
A class for making a button appear as though it has many regions.
- 2023-06-05 20:50:02下载
- 积分:1
-
软件工程课程设计的一个小作业:用VC++6.0来实现计算器的+.
软件工程课程设计的一个小作业:用VC++6.0来实现计算器的+.-.*./等基本功能和括号,使用MFC作为向导工具。-software engineering courses designed a small operation : VC 6.0 calculator to realize the basic functions .-.*./ and brackets, the use of MFC as a wizard.
- 2022-03-03 05:29:37下载
- 积分:1
-
滑块开关
C#2010 编写的滑块控件,也可用作切换开关,通过设置属性 type 来选择作为滑块或是开关;控件背景图片是外置的,可以通过更换 Pic 中相应图片实现;效果可以查看编译结果:binRelease。
- 2023-01-13 21:35:03下载
- 积分:1
-
关键字查询:打印打印打印源码,源码下载,源码#,…
打印关键字查询: 打印源码、 打印源码下载、 C#打印源码、C#.NET打印源码、 MIS打印、 MISGoldPrinter、 MIS金质打印通、 MIS金质打印王、 报表打印、Excel数据存取、Excel模板打印、Excel报表统计分析、Excel二次开发 网格打印、数据过滤、数据搜索、DataTable/DataView/DataGrid超级数据搜索过滤-Print keyword inquiries : print source, print source download, print source C#, C#.NET Print source, MIS Print, MISGoldPrinter, MIS Print-gold, gold Print MIS Wang, Print statements, Excel Data Access, Excel templates, Excel statements, statistical analysis, Excel II opened Grid printing, data filtering, data search, DataTable/DataView/Super DataGrid data search filters
- 2022-05-10 11:03:53下载
- 积分:1
-
添加书签功能是相对容易的,它使我们的ADO recordse…
Adding bookmark functionality is relatively easy and it enables our ADO recordset to be used with a greater number of data bound controls.
给DataBound控件增加书签功能(52KB)
-Adding bookmark functionality is relatively easy and it enables our ADO recordset to be used with a greater number of data bound controls. To increase the bookmark function DataBound control (52KB)
- 2022-12-24 04:15:03下载
- 积分:1
-
弹出颜色或其他图形选择框的按钮
弹出颜色或其他图形选择框的按钮-The button which can popup color selector or other picture selector dialoy
- 2022-03-19 14:50:59下载
- 积分:1