-
ButtonSuite ButtonSuite
ButtonSuite ButtonSuite
- 2022-07-20 17:18:46下载
- 积分:1
-
By pressing the buttons, for example, dynamically generated control and to achie...
以按钮为例,动态生成控件并实现控件拉伸,可以生成多个控件-By pressing the buttons, for example, dynamically generated control and to achieve the control stretch
- 2022-08-07 02:14:20下载
- 积分:1
-
into "welcome" mobile interface subtitles 1.2 1.3 1.4 Oval Window Pers...
进入"欢迎"界面 1.2 移动字幕 1.3 椭圆窗体 1.4 透视窗体 1.5 模式对话框 1.6 非模式对话框 1.7 通用对话框 -into "welcome" mobile interface subtitles 1.2 1.3 1.4 Oval Window Perspective Window Mode dialog 1.5 1.6 1.7 Non-GM Mode dialog box
- 2023-03-16 08:35:04下载
- 积分:1
-
MiniGUI for real
MiniGUI 为实时嵌入式操作系统提供了非常完善的图形及图形用户界面支持。MiniGUI 本身的可移植性设计,使得不论在哪个硬件平台、哪种操作系统上运行,MiniGUI 均能为上层应用程序提供一致的应用程序编程接口(API)。
minigui中button控件的实现-MiniGUI for real-time embedded operating system offers excellent graphics and graphical user interface support. MiniGUI itself portability design, which makes both the hardware platform or operating system running on MiniGUI can for top applications to provide a consistent application programming interface (API). MiniGUI which button controls to achieve
- 2022-02-05 17:53:30下载
- 积分:1
-
advanced graphics buttons, VC.NET design, free resources, exchange welcome
高级图形按钮,VC.NET设计,免费资源,欢迎交流-advanced graphics buttons, VC.NET design, free resources, exchange welcome
- 2022-04-10 23:58:38下载
- 积分:1
-
一个漂亮的框架控件,跟有几中效果,自己也可以切换颜色
一个漂亮的框架控件,跟有几中效果,自己也可以切换颜色-A beautiful framework for control, with a few in effect, they would be to switch the color
- 2022-03-10 19:22:38下载
- 积分:1
-
Import and export GS ASCII (GRD files) from and to Golden Software Applications...
Import and export GS ASCII (GRD files) from and to Golden Software Applications like Surfer and Grap
- 2023-07-09 20:25:04下载
- 积分:1
-
一个强大的OwnerDraw菜单
A Powerfull Ownerdraw Menu
A fully featured owner-draw menu class
CMenuXP is a class derived from CMenu using ownerdraw technology. I named it MenuXP because I expected it to be like the menus found in Office XP and Windows XP, but I failed to accomplish it. The main difficulty that I had was converting the 3D border of the menu into a flat one, but I hope it is still useful to you.
I constructed the class from the Scribble sample application and some of the drawing code is copied from the CCoolMenuManager class. Additionally, I have also used a class named CBCGKeyHelper from BCGControlBar to show the accelerator key text.-A Powerfull Ownerdraw Menu A fully featured owner-draw menu class CMenuXP is a class derived from CMenu using ownerdraw technology. I named it MenuXP because I expected it to be like the menus found in Office XP and Windows XP, but I failed to accomplish it. The main difficulty that I had was converting the 3D border of the menu into a flat one, but I hope
- 2022-09-10 15:40: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
-
单选按钮(RadioButton)控件为用户提供由两个或多个互斥选项组成的选项集,用户可从单选按钮组中选择一个且只能选择一个。...
单选按钮(RadioButton)控件为用户提供由两个或多个互斥选项组成的选项集,用户可从单选按钮组中选择一个且只能选择一个。-radio buttons (RadioButton) controls to provide users with two or more mutually exclusive options set of options, users can group from the radio button to choose one which can only choose one.
- 2022-04-30 18:50:10下载
- 积分:1