-
PS代码!好好用的喔!
PS代码!好好用的喔!-PS code! Make good use!
- 2022-05-06 08:32:56下载
- 积分:1
-
笔计算、触摸屏、屏幕键盘
An onscreen keyboard for pen computing and touchscreens
VC6, NT4, VS6, MFC, Dev, Intermediate
- 2022-01-26 20:10:32下载
- 积分:1
-
在bin目录中是SYGUI免费版动态库
syguiF10D.dll Debug版
syguiF10.dll Release版
注:在编译Debug版...
在bin目录中是SYGUI免费版动态库
syguiF10D.dll Debug版
syguiF10.dll Release版
注:在编译Debug版应用程序后,由于MFC OLE库不一致可能会导致应用程序不能运行,可将该目录下的
MFCO42D.DLL拷贝到应用程序执行的目录中.
在lib目录中使SYGUI免费版LIB导入文件
syguiF10D.lib Debug版
syguiF10.lib Release版
在include目录中是SYGUI头文件
在sample目录中是使用SYGUI应用程序的例子代码
-the bin directory is a free version of SYGUI DLL syguiF10D.dll Debu g version syguiF10.dll Release version Note : Debug version of the compiler application procedures, As for MFC OLE may lead to inconsistent application can not run, Contents may be under the MFCO42D.DLL copy of the application to the implementation of the directory. the lib directory manipulation SYGUI free version LIB Import files syguiF10D.lib Debug version syguiF 10.lib Release version of the include directory is the first document in SYGUI sampl e directory is used SYGUI application code examples
- 2022-02-26 00:53:58下载
- 积分:1
-
vb.net编程开发很不错的我喜欢,我感觉太好可
vb.net编程开发很不错的我喜欢,我感觉太好可-I think it is very good
- 2023-02-17 20:30:03下载
- 积分:1
-
非常COOL的按钮控件
非常COOL的按钮控件-very COOL button controls
- 2023-08-24 14:20:03下载
- 积分:1
-
各式各样的按钮,开发工具VC6,非常漂亮.
各式各样的按钮,开发工具VC6,非常漂亮.-All kinds of buttons, development tools VC6, very beautiful.
- 2022-05-31 04:20:37下载
- 积分: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
-
此代码可以实现对任意颜色的按钮的添加
此代码可以实现对任意颜色的按钮的添加-This code can be any color of the add button. . .
- 2022-09-14 05:05:03下载
- 积分:1
-
组合键的使用就是只要在键盘上按下一定的键就能触发相应的事件...
组合键的使用就是只要在键盘上按下一定的键就能触发相应的事件-bond portfolio as long as the use is the keyboard by pressing a button will trigger corresponding events
- 2023-01-11 23:55:04下载
- 积分:1
-
带彩色图标的按钮,共8种风格,每种图标对应一种常见操作。为压缩文件,无解压密码。...
带彩色图标的按钮,共8种风格,每种图标对应一种常见操作。为压缩文件,无解压密码。-with color icons, buttons, a total of eight kinds of styles, each corresponding icon a common operation. For compressed files without extracting passwords.
- 2022-09-16 12:10:03下载
- 积分:1