-
XP风格的定位
有XP风格和位置形按钮,还有其它按从cbutton继承的单先按钮,复选按钮!-XP style and location-shaped buttons, and other on-cbutton inherited from the single-button first, check button!
- 2022-06-13 19:11:27下载
- 积分:1
-
一个用VC实现XP风格的位图按钮控件的程序
一个用VC实现XP风格的位图按钮控件的程序-one with VC XP style button bitmap control procedures
- 2022-08-24 06:40:16下载
- 积分:1
-
此源码实现了一个一位位图的按钮和一个两态位图的按纽.
此源码实现了一个一位位图的按钮和一个两态位图的按纽.-This source code implements a bitmap of a button and a two-state button bitmap.
- 2022-12-23 12: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
-
软件工程课程设计的一个小作业:用VC++6.0来实现计算器的+.
软件工程课程设计的一个小作业:用VC++6.0来实现计算器的+.-.*./等基本功能和括号,使用MFC作为向导工具。-software engineering courses designed a small operation : VC 6.0 calculator to realize the basic functions .-.*./ and brackets, the use of MFC as a wizard.
- 2022-03-03 05:29:37下载
- 积分:1
-
WPF custom control style of the checkbox
WPF的自定义控件样式之checkbox-WPF custom control style of the checkbox
- 2023-06-14 15:35:04下载
- 积分:1
-
一个可以用来可以作为仪表开关的控件(旋转开关)
一个可以用来可以作为仪表开关的控件(旋转开关)- May use for to be allowed to control as the meter switch (turn
switch)
- 2023-06-19 23:50:03下载
- 积分:1
-
一个简单的牌类控件,适用于各类棋牌类游戏使用
一个简单的牌类控件,适用于各类棋牌类游戏使用-a simple licensing category Controls, applicable to all types of games using Chess & Cards
- 2022-05-09 00:50:18下载
- 积分:1
-
用vb实现使用WebBrowser控件浏览网页,一个经典例子极具参考价值...
用vb实现使用WebBrowser控件浏览网页,一个经典例子极具参考价值-achieve with vb use WebBrowser Control Web site, a classic example of great reference value
- 2023-04-08 18:00:03下载
- 积分:1
-
用于绘图的小控件,可以绘出XY坐标,控件应用见包
用于绘图的小控件,可以绘出XY坐标,控件应用见包-drawings for a small control that charted XY coordinates, and controls application packet see
- 2022-07-15 04:26:29下载
- 积分:1