-
VC经典tabview
VC CLASSIC TABVIEW
- 2023-09-05 10:45:03下载
- 积分:1
-
能用于多种系统下的灵活列表功能 C++代码
能用于多种系统下的灵活列表功能 C++代码-system can be used in a variety of flexible function List C code
- 2023-05-30 09:05:04下载
- 积分:1
-
一个java 程序用JBuilder 2005 开发的窗口程序・!
一个java 程序用JBuilder 2005 开发的窗口程序・!-a java programs JBuilder 2005 with the development of a window procedure!
- 2022-03-20 18:25:14下载
- 积分:1
-
一个按钮控件,允许颜色渐变,允许按钮加图、图标等。
一个按钮控件,允许颜色渐变,允许按钮加图、图标等。自己做的。-a button controls, allowing color gradient, allowing button plus maps, icons, etc.. Have done.
- 2022-02-27 03:02:39下载
- 积分:1
-
VB子类化按钮,Vista样式,无图片,绘制了MouseHover和MouseLeave事件....
VB子类化按钮,Vista样式,无图片,绘制了MouseHover和MouseLeave事件.-VB subclass button, Vista style, Not use any picture, and also draw with MouseHover Event and MouseLeave Event.
- 2022-11-08 21:00:03下载
- 积分:1
-
WPF custom control style of the checkbox
WPF的自定义控件样式之checkbox-WPF custom control style of the checkbox
- 2023-06-14 15:35:04下载
- 积分: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 very good example of radio button from the painting
一个非常好的,自绘圆形CButton按钮的例子-A very good example of radio button from the painting
- 2022-05-09 11:55:36下载
- 积分:1
-
Making use of .NET design capabilities by implementing filename type editor
Making use of .NET design capabilities by implementing filename type editor
- 2022-03-12 20:18:26下载
- 积分:1
-
新建一个应用程序,并添加两个Label控件,三个Edit控件,四个Button按钮。其中两个edit输入框用于输入整数,一个Edit输入框用于输出结果;Labe...
新建一个应用程序,并添加两个Label控件,三个Edit控件,四个Button按钮。其中两个edit输入框用于输入整数,一个Edit输入框用于输出结果;Label标签控件用于显示当前所做的运算(例如:当单击加法按钮时即做加法运算,则label标签显示”+”号。);四个Button按钮分别完成加、减、乘、除运算。
编写程序,输入两个整数,顺序执行两个数的加、减、乘、除计算结果并输出。
-Create a new application, and add two Label controls, three Edit controls, four Button button. Two of them used to edit input box enter an integer, an input box for Edit output Label label control used to display the current operation done (for example: When you click that button to do adder addition operations, the labels show label " + " sign.) four Button button respectively add, subtract, multiply, with the exception of computing. Programming, enter the two integers, the order of the implementation of both the number of add, subtract, multiply, with the exception of the calculation results and output.
- 2023-07-12 13:40:03下载
- 积分:1