-
组合框检查简单的源代码输入
对Combobox的输入进行检查的简单源代码-Combobox to check the importation of simple source code
- 2022-12-22 11:55:07下载
- 积分:1
-
球型按钮的实现。
球型按钮的实现。- Ball button realization.
- 2023-05-01 16:10:03下载
- 积分:1
-
仿抽屉控件 来源于codeproject 希望能给你带来方便哈
仿抽屉控件 来源于codeproject 希望能给你带来方便哈-Imitation drawer control from codeproject hope you can bring convenience to Kazakhstan
- 2022-01-31 19:58:44下载
- 积分:1
-
是否为你的EDIT控件设置成为只读属性那个灰色的背景色不合你的程序整体布局而烦恼了...
是否为你的EDIT控件设置成为只读属性那个灰色的背景色不合你的程序整体布局而烦恼了-whether your EDIT Controls set to read-only attribute that gray background color of your substandard procedures and the overall layout of trouble
- 2022-03-02 18:32:44下载
- 积分:1
-
一个效果很好的outlookbar控件CXTOutBarCtrl .该控件来源于Xtreme Toolkit,我对其进行了修改,使其不依赖于类库独立存在....
一个效果很好的outlookbar控件CXTOutBarCtrl .该控件来源于Xtreme Toolkit,我对其进行了修改,使其不依赖于类库独立存在.-a good effect CXTOutBarCtrl outlookbar controls. Control comes from the Xtreme Toolkit, which I had been amended to make it independent from Class exist independently.
- 2022-01-21 22:53:32下载
- 积分:1
-
做出正确的翻转
make correct rollover
- 2022-07-11 06:40:17下载
- 积分:1
-
TTS语音可编程语音5.1.rar编程是一个很好的控制
tts语音编程 5.1.rar可进行语音的编程,是一个很好的控件-TTS voice can be programmed for voice 5.1.rar programming is a good Controls
- 2022-04-15 18:49:59下载
- 积分:1
-
金山快译
金山快译-Jinshan soon translated INTEREST
- 2022-03-21 02:41:38下载
- 积分: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
-
An owner
An owner-drawn button class that gives a professional look to your buttons. 自绘漂亮按钮类-An owner-drawn button class that gives a professional look to your buttons. Since painting beautiful buttons category
- 2022-03-07 08:44:00下载
- 积分:1