-
采用jquery技术实现的弹出框提示,友好的提示页面,丰富的展现形式。...
采用jquery技术实现的弹出框提示,友好的提示页面,丰富的展现形式。-Jquery technology implementation using the pop-up box prompts friendly tips page to show the form of the rich.
- 2023-01-24 18:45:04下载
- 积分:1
-
在窗体上实现vista风格的玻璃效果,效果好不错,做界面的话可以参考一下,加到form里面很酷炫的...
在窗体上实现vista风格的玻璃效果,效果好不错,做界面的话可以参考一下,加到form里面很酷炫的-the glass button on the windows by wpf
- 2022-02-25 00:32:34下载
- 积分:1
-
赖特
为按钮实现右键菜单,即所谓的superclassing,右键菜单执行后将会改变按钮的名称.-Right-click menu for the button to achieve the so-called superclassing, right-click menu will change after the implementation of the button" s name.
- 2022-08-13 10:10:39下载
- 积分:1
-
Window GDI+ 实现的PNGButton类。非常好用。
Window GDI+ 实现的PNGButton类。非常好用。-Window GDI+ Realize the PNGButton category. Very easy to use.
- 2022-03-04 20:35:23下载
- 积分: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
-
平淡真好 我喜欢平淡,因为平淡正是深沉。平淡不是平,而在它的平中有醇美,淡中有深情,正如平谈的香水,在似有似无之间,给人一种飘逸;正如平淡的画,在简简疏疏之中,...
平淡真好 我喜欢平淡,因为平淡正是深沉。平淡不是平,而在它的平中有醇美,淡中有深情,正如平谈的香水,在似有似无之间,给人一种飘逸;正如平淡的画,在简简疏疏之中,予人一种幽远。-plain nice I like plain, which is deeply uninteresting. Ping is not uninteresting, and it is- the wonderful, desalination is a passionate, as the perfume-Tan, in seeming between people living in a grace; As insipid painting, Jane SR-Duleimi, entertainment performances.
- 2022-02-05 10:16:11下载
- 积分:1
-
自动关机 一个测试在.NET下的vb编程 用于练习程序开发
自动关机 一个测试在.NET下的vb编程 用于练习程序开发-automatic shutdown in a test.NET programming under the vb practice for program development
- 2022-11-04 11:40:03下载
- 积分:1
-
how to create multiple button with one routine
how to create multiple button with one routine
- 2022-06-01 21:25:17下载
- 积分:1
-
使你对按钮控件的使用有更深入的了解,以便应用于实际当中...
使你对按钮控件的使用有更深入的了解,以便应用于实际当中-This code may be freely distributable in any application. Ifyou make any changes to the source, please let me know so thatI might make a better version of the class.
- 2022-04-16 23:48:54下载
- 积分:1
-
labciew do what procedures can draw! For beginners!
labciew做的程序可以借鉴一下!适合初学者-labciew do what procedures can draw! For beginners!
- 2022-05-24 11:10:12下载
- 积分:1