-
代码演示了C# windowsForm 中的各个对话框,包括打开关闭文件对话框,颜色对话框,字体对话框,打印及打印预览对话框。...
代码演示了C# windowsForm 中的各个对话框,包括打开关闭文件对话框,颜色对话框,字体对话框,打印及打印预览对话框。-demonstrated a code C# windowsForm the various dialog boxes, including the closure of open file dialog, the dialog color, font dialog, Print and Print Preview dialog.
- 2022-11-21 07:30: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
-
这个程序是使用了radio按钮的多种技巧.是初学者学习radio按钮一个很好的DEMO...
这个程序是使用了radio按钮的多种技巧.是初学者学习radio按钮一个很好的DEMO-the procedure is the use of the radio button for the various techniques. Beginners learn radio is a very good button DEMO
- 2022-03-17 13:52:29下载
- 积分:1
-
添加静态界面图标
添加静态界面图标-add static interface icon
- 2022-06-01 13:08:27下载
- 积分:1
-
[转载]彩色按钮控件。作者约翰威尔毕劳。
[转载]彩色按钮控件。作者John Wellbelove。-[reproduced] Color button controls. Author John Wellbelove.
- 2023-07-04 07:10:03下载
- 积分:1
-
读取数据文件,从中获取系统时间和祥光功能
读取数据文件,从中获取系统时间和祥光功能-Read data files, to obtain the system time and function祥光
- 2022-04-21 22:16:49下载
- 积分:1
-
异型按钮的实现及完整的显示例程,你一定找得到你想要的形状...
异型按钮的实现及完整的显示例程,你一定找得到你想要的形状-dysplasia button and the realization of the complete show routines, you must find the shape you want
- 2022-11-27 07:45:03下载
- 积分:1
-
a very good one button controls
一个很不错的按钮控件1-a very good one button controls
- 2023-04-16 14:20:03下载
- 积分:1
-
png button
png button 实现 png 的button -png button
- 2022-04-09 02:19:10下载
- 积分:1
-
一个简单的登陆系统,初学者入门学习比较有利!
一个简单的登陆系统,初学者入门学习比较有利!-a simple landing system, beginners learn more favorable entry!
- 2022-03-16 19:03:55下载
- 积分:1