-
button controls, can help you make a good
按钮控件,可以帮你做出好看的界面。主要功能见程序。-button controls, can help you make a good-looking interface. See main function procedures.
- 2022-01-24 15:21:38下载
- 积分:1
-
飞机发射的c源代码,对于目前的飞机都比较适用
飞机发射的c源代码,对于目前的飞机都比较适用-aircraft fired c source code for the current aircraft are more applicable
- 2022-07-28 04:49:09下载
- 积分: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
-
1、本实验箱采用的液晶显示屏内置控制器为SED1520,点阵为122x32,由两片SED1520组成,由E1、E2分别选通,控制显示屏的左右两半屏。...
1、本实验箱采用的液晶显示屏内置控制器为SED1520,点阵为122x32,由两片SED1520组成,由E1、E2分别选通,控制显示屏的左右两半屏。-1, the experimental use of the boxes built-in LCD controller for SED1520, to 122x32 dot matrix, composed of two SED1520, E1, E2 respectively strobe control screens around two semi-screen.
- 2022-06-28 00:38:50下载
- 积分:1
-
计算器实例,一个小小的例子,明白vc控件
计算器实例,一个小小的例子,明白vc控件-Calculator example, a small example to understand the control vc
- 2022-02-01 23:39:48下载
- 积分:1
-
Verilog变成100例,里面包含了Verilog编程中常见的一些例子,对于新手还是很有帮助的。...
Verilog变成100例,里面包含了Verilog编程中常见的一些例子,对于新手还是很有帮助的。-Verilog into 100 cases, they include a Verilog Programming common examples is very helpful for the novice.
- 2022-04-30 19:48:21下载
- 积分:1
-
一个按钮控件类,可以做出类似WINDOWS XP按钮,效果…
一个按钮控件类,可以做出类似WINDOWS XP的按钮,效果很不错!-a button controls category, can make a similar button in Windows XP, the effect is very good!
- 2022-03-04 00:05:25下载
- 积分:1
-
带有图标的平面按钮,这个程序演示如何使用CButtonST类来修改按钮样式和CHyperLink类创建超链接.很漂亮...
带有图标的平面按钮,这个程序演示如何使用CButtonST类来修改按钮样式和CHyperLink类创建超链接.很漂亮-plane with the icon button This procedure shows how to use CButtonST category buttons to modify forms and category creators CHyperLink Hyperlink building. very pretty
- 2022-04-08 19:17:50下载
- 积分:1
-
DOS 下Borlandc 里立体Button的实现,
包括按钮label,
DOS 下Borlandc 里立体Button的实现,
包括按钮label,-DOS under Borlandc in the realization of three-dimensional Button, including the button label,
- 2022-01-26 05:52:36下载
- 积分:1
-
用于液晶显示的使用极好的实现了显示功能高后能够用的
用于液晶显示的使用极好的实现了显示功能高后能够用的-The use of liquid crystal display for excellent achievement of the display can be used in high
- 2022-04-24 11:51:44下载
- 积分:1