-
非常漂亮的按钮制作教程,菜鸟必看,推荐下载
非常漂亮的按钮制作教程,菜鸟必看,推荐下载-very beautiful buttons produced guides, as they have watched every game, the download
- 2023-05-07 18:00:02下载
- 积分: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
-
一个简单的控件的源代码,maskedbox的控件。
一个简单的控件的源代码,maskedbox的控件。-a simple control of the source code, maskedbox the controls.
- 2022-05-19 15:28:55下载
- 积分:1
-
平面按扭
平面按扭-Flat buttons
- 2022-04-01 12:42:44下载
- 积分:1
-
颜色选择按钮的变成和调用,就是windows画图板。word等到处都能看见可以自己选颜色的那个对话框。...
颜色选择按钮的变成和调用,就是windows画图板。word等到处都能看见可以自己选颜色的那个对话框。-color selection button into, and use of windows is drawing boards. Word such as one can see for themselves that the election color dialog.
- 2023-07-09 18:00:02下载
- 积分:1
-
给列表框控件加上XP风格的显示,使界面更加美观.
给列表框控件加上XP风格的显示,使界面更加美观.-to the list box control with XP style of the show that the interface more beautiful.
- 2022-04-21 18:56:50下载
- 积分:1
-
功能相当强大,大家自己看看就知道了,不知道以前用过没有啊...
功能相当强大,大家自己看看就知道了,不知道以前用过没有啊-Quite strong, everyone could see for himself know, I do not know previously used no ah
- 2022-01-21 04:52:44下载
- 积分:1
-
实验室刷卡程序,用于实验室管理系统,请站长指正,这个也是从别的网站下载的...
实验室刷卡程序,用于实验室管理系统,请站长指正,这个也是从别的网站下载的-laboratory procedures for laboratory management system, please correct head, the other is from the website
- 2022-04-20 20:00:14下载
- 积分:1
-
variety of graphic buttons. Colors can be changed and illustrated.
各种各样的图形按钮。可以改变颜色以及图文并茂。-variety of graphic buttons. Colors can be changed and illustrated.
- 2022-03-07 03:16:53下载
- 积分:1
-
三角型按钮,可以改变三角型方向及在按钮上加上标题。
三角型按钮,可以改变三角型方向及在按钮上加上标题。- The triangle button, may change the triangle direction and adds
on the title on the button.
- 2023-02-21 19:45:03下载
- 积分:1