-
类似windows xp的按钮控件
类似windows xp的按钮控件- The similar windows xp button controls
- 2022-06-12 20:24:27下载
- 积分:1
-
maccommand(mac风格控件源代码).rar
maccommand(mac风格控件源代码).rar-maccommand (mac style controls source code). Rar
- 2022-02-01 04:49:35下载
- 积分: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
-
Here is an XP
Here is an XP-style Button. It works on all windows OSs: 95/98/Me/NT/W2K/XP. No subclassing etc is needed to use this control - it s just a plain simple button control. This code is a modified form of the OCX code I recently saw on codeguru. The button code was for an ActiveX control. I created this CButton derived class with latest Microsoft s sponsored CCP technology (Cut-Copy-Paste).-Here is an XP-style Button. It works on all windows OSs: 95/98/Me/NT/W2K/XP. No subclassing etc is needed to use this control- it s just a plain simple button control. This code is a modified form of the OCX code I recently saw on codeguru. The button code was for an ActiveX control. I created this CButton derived class with latest Microsoft s sponsored CCP technology (Cut-Copy-Paste).
- 2022-01-31 08:46:53下载
- 积分:1
-
仿抽屉控件 来源于codeproject 希望能给你带来方便哈
仿抽屉控件 来源于codeproject 希望能给你带来方便哈-Imitation drawer control from codeproject hope you can bring convenience to Kazakhstan
- 2022-01-31 19:58:44下载
- 积分:1
-
这个是关于EXCEL的一个类主要是进行EXCEL导出希望没写过的研究下吧 呵呵好好研究...
这个是关于EXCEL的一个类主要是进行EXCEL导出希望没写过的研究下吧 呵呵好好研究-this is a type of EXCEL is mainly derived EXCEL hope no previous studies it carefully study Oh
- 2022-02-03 03:46:36下载
- 积分:1
-
多功能文本编辑器,没有使用MFC或API,完全是由自己构造的消息机制...
多功能文本编辑器,没有使用MFC或API,完全是由自己构造的消息机制-multi-functional text editor, to use MFC or API, is entirely constructed by the news their mechanism
- 2022-03-25 02:46:02下载
- 积分:1
-
鼠标控制演示。提供了一个鼠标控制的类,包括移动、限制隐藏等功能...
鼠标控制演示。提供了一个鼠标控制的类,包括移动、限制隐藏等功能-mouse control demonstration. For a mouse-controlled categories, including mobile, hidden features such as restrictions
- 2023-03-15 12:55:04下载
- 积分:1
-
一个调整系统音量的控件,用着还可以,希望大家能用的上,申请通过...
一个调整系统音量的控件,用着还可以,希望大家能用的上,申请通过-an adjustment of the volume control system, also used to be, and hope everyone can be on the application through! !
- 2022-03-01 11:36:13下载
- 积分:1
-
xp风格按钮,系统主题类dsadadasdsa的撒大声大
xp风格按钮,系统主题类dsadadasdsa的撒大声大-xp 莽 赂 帽 掳
- 2022-07-10 05:20:03下载
- 积分:1