-
realize how refresh DialogBar Bar and the background color controls
实现如何重绘DialogBar和Bar上的控件 背景色-realize how refresh DialogBar Bar and the background color controls
- 2022-03-12 01:22:42下载
- 积分:1
-
自动响应按钮,并切换按钮上的图标,而且可以改变大小。为压缩文件,无解压密码。...
自动响应按钮,并切换按钮上的图标,而且可以改变大小。为压缩文件,无解压密码。-automatic response button, and switch buttons on the icon, but can change size. For compressed files without extracting passwords.
- 2022-01-26 02:49:13下载
- 积分:1
-
小型的计算器程序,类似于微软操作系统自带的计算器,主要是按纽的使用。...
小型的计算器程序,类似于微软操作系统自带的计算器,主要是按纽的使用。-small calculator program, similar to the Microsoft operating system"s own calculators, is the use of button.
- 2022-03-15 10:46:23下载
- 积分:1
-
computer graphics algorithms dotted round the source, the subject of helpful beg...
计算机图形学的圆形虚线算法的源程序,对于本学科的初学者很有帮助-computer graphics algorithms dotted round the source, the subject of helpful beginners
- 2022-10-08 10:05:03下载
- 积分:1
-
这个源码可以强制浏览器重新访问服务器下载页面,而不是从缓存读取页面...
这个源码可以强制浏览器重新访问服务器下载页面,而不是从缓存读取页面-the mandatory-source browser can be re-visited pages download server, rather than read pages from the cache
- 2023-08-07 07:05: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
-
一个管理网址的小工具,可自已添加自已经常去的网址,免去每次都得输入网址的麻烦,特别推荐...
一个管理网址的小工具,可自已添加自已经常去的网址,免去每次都得输入网址的麻烦,特别推荐-a small site management tools, can own their own often add to the Web site, each had to remove the address of trouble, Preferred
- 2022-04-20 05:19:57下载
- 积分:1
-
选号的,可以用来考试的排座位的东西,是非曲个好东西炮兵...
选号的,可以用来考试的排座位的东西,是非曲个好东西炮兵-Dip, can be used to test things rows of seats, non-QU good things Artillery
- 2023-08-05 20:45:03下载
- 积分:1
-
非常好用的又非常好看的按钮
非常好用的又非常好看的按钮-very user-friendly and very attractive on the button
- 2023-06-28 22:40:03下载
- 积分:1
-
各种"异"型按钮,包括圆型"@"型等多种.
各种"异"型按钮,包括圆型"@"型等多种.- Each kind of "different" button, including circle "@" and so on
many kinds of
- 2022-12-17 21:25:04下载
- 积分:1