-
这是一个封装了部分Windows API的控件,它可以实现以下功能:1、Windows关机;2、自动发EMail、自动打开一个主页;3、调用默认程序打开各种类型...
这是一个封装了部分Windows API的控件,它可以实现以下功能:1、Windows关机;2、自动发EMail、自动打开一个主页;3、调用默认程序打开各种类型的文件;4、将自己的程序让Win95启动时执行;5、变VB5.0的工具栏为平面工具栏;6、打开屏幕保护程序;7、打开、关闭CDRom;8、改变Form的标题栏颜色;9、Enable Didable Ctrl+Alt+DEl;10、改变屏幕分辨率;11、播放Mid、Wav音;12、得到硬盘可用空间;13、隐藏、显现鼠标;14、变鼠标为动画光标;15、隐藏、显现任务栏;16、以一PictureBox的图片填充整个Form的背景;17、改变桌面图案- This was seals partial Windows API to control below, it was
allowed to realize the function: 1st, Windows Guan Ji; 2nd,
automatically sends EMail, automatically opens a main page; 3rd, the
transfer tacitly approves the procedure to open each kind of type the
document; 4th, lets own procedure time the Win95 start carries out;
5th, changes VB5.0 the tool fence for the plane tool fence; 6th, opens
the screen saver; 7th, opens, closes CDRom; 8th, changes Form the
title block color; 9th, Enable Didable Ctrl Alt DEl; 10th, change
screen resolution; 11th, broadcasts Mid, the Wav sound; 12th, obtains
the hard disk to be possible to use the space; 13th, the hideaway,
appears the mouse;
- 2022-04-20 16:52:57下载
- 积分:1
-
又一个按钮代码,这是会变色的按钮,程序中有相应的位图
又一个按钮代码,这是会变色的按钮,程序中有相应的位图-also a button code, which is going to change the buttons, procedures corresponding bitmap
- 2022-07-07 23:09:10下载
- 积分:1
-
FastReport v5.3 Enterprise Full Source
FastReport 是非常强大的报表控件,相比QuickReport,ReportBuilder更加灵活,又非常小巧,速度快
用自带编译工具编译所有package,然后在xe2内加载所有LibD16*.bpl即可
- 2022-04-28 09:32:46下载
- 积分: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
-
Some systems to produce the necessary material beautifully button.
这是一些大家开发系统时所需的精美按钮素材.-Some systems to produce the necessary material beautifully button.
- 2022-11-29 23:15:03下载
- 积分:1
-
一个很好的Button类 很好很好 很好很好
一个很好的Button类 很好很好 很好很好-Button a very good very good very good very good very good category
- 2022-11-15 06:45:03下载
- 积分:1
-
一个可以用来可以作为仪表开关的控件(旋转开关)
一个可以用来可以作为仪表开关的控件(旋转开关)- May use for to be allowed to control as the meter switch (turn
switch)
- 2023-06-19 23:50:03下载
- 积分:1
-
这是用java编的一个按钮控件,也非常简单。有意的网络爱好者可以看看。...
这是用java编的一个按钮控件,也非常简单。有意的网络爱好者可以看看。-This a java series of the control buttons, very simple. Fans interested in the network can see. Haha.
- 2023-03-07 11:15:03下载
- 积分:1
-
基本的椭圆形按钮
基本的椭圆形按钮-basic eclipse round button
- 2022-08-15 01:38:37下载
- 积分:1
-
非常好用的delphi6.0控件,解压缩就可以使用。
非常好用的delphi6.0控件,解压缩就可以使用。-delphi6.0 very user-friendly controls, decompress it can be used.
- 2022-08-15 03:49:55下载
- 积分:1