-
按钮上的按钮,按按钮按按钮,但D。
在按钮上加按钮,要按哪个按钮就按哪个按钮,但并不影响其他按钮的显示效果,就象是分开的一样,看看就知道了。-button on the button increases, which according to which button by button, but does not affect other button display, as are separate, to see will know.
- 2022-02-09 10:46:04下载
- 积分:1
-
用一个按钮式编写,有一定的三感
用win32+c编写的一个按钮风格,具有一定立体感,还有风格更加美观。-prepared with a button style, a certain sense of three-dimensional, more attractive style.
- 2022-05-27 08:50:00下载
- 积分:1
-
Delphi IPEdit控件
自已一直在用的IPEdit控件,自己添加了IPstring属性,可以直接读取或设置IP。控件使用DelphiXE1缩写,请用户自己修改自己控件,以满足自己的需要
- 2023-01-01 15:50:03下载
- 积分:1
-
一个有关FTP上传数据库的代码,通过把数据库备份后,压缩成RAR文件再上传至FTP服务器...
一个有关FTP上传数据库的代码,通过把数据库备份后,压缩成RAR文件再上传至FTP服务器-FTP upload a database of the code, database backup, compressed into RAR file upload to FTP servers
- 2022-05-08 15:12:52下载
- 积分:1
-
graphics rendering, since the definition of how to use the brush (color, line wi...
图形的绘制,如何使用自定义画笔(颜色,线宽,线形)。如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览功能。实现选项对话框和窗口类中的数据交换。如何改变对话框和控件的背景色,如何改变控件的文本颜色,对按钮控件的特殊处理。如何在窗口中显示一幅位图。-graphics rendering, since the definition of how to use the brush (color, line width, alignment). How procedures for adding options menu options and settings dialog, the use of standard color dialog and how to use Font dialog box, the options dialog to achieve preview function. Implementation options dialog window and type of data exchange. How to change the dialog box and control the background color, how to change the text color control, the right button controls the special treatment. How in the window shows a bitmap.
- 2022-04-15 03:46:04下载
- 积分:1
-
曲线画图类,可以用于各种曲线,在工控行业用的很多
曲线画图类,可以用于各种曲线,在工控行业用的很多-Curve drawing class, can be used for a variety of curves, used in many industrial sectors
- 2022-02-15 07:11:42下载
- 积分: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
-
使用简易的代码实现的WindowsXP风格的按钮,代码实现简单,大家可以自己研究...
使用简易的代码实现的WindowsXP风格的按钮,代码实现简单,大家可以自己研究
- 2022-05-18 09:03:59下载
- 积分:1
-
演示了工业软件中开关按钮的制作,比较简单.
演示了工业软件中开关按钮的制作,比较简单.-demonstration of the software industrial production switch button, relatively simple.
- 2022-05-17 08:56:13下载
- 积分:1
-
一个很好的VC实例,看看吧,如果你是一个初学者,这个程序好许有用的...
一个很好的VC实例,看看吧,如果你是一个初学者,这个程序好许有用的-a good example of the VC, let"s see it, if you are a beginner, this procedure useful good Hsu
- 2022-06-21 09:19:49下载
- 积分:1