文件名称:custombuttons
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2013-06-17
- 文件大小:
- 66kb
- 下载次数:
- 0次
- 提 供 者:
- tpu****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
C#自定义窗体的最大化、最小化和关闭按钮,实际上是对窗体进行美化,一个简单的美化窗体的小例子,把背景图像应用到窗体上,同时使用JPG图像代替窗口上默认的最大化、最小化和关闭按钮,看上去确实漂亮多了,学会了这种制作思路,自定义你的C#应用程序窗口就容易多了。鼠标放在关闭按钮上变色效果是通过控制图片的切换状态来实现-C# custom form to maximize, minimize and close buttons, in fact, a form for landscaping, beautification of the form of a simple small example, the background image is applied to the form, but instead of using the JPG image window The default maximize, minimize and close buttons, looks really pretty much, learned this production ideas, customize your C# application window much easier. Mouse on the Close button on the color effect is achieved by controlling the switching state to achieve picture
(系统自动生成,下载前可以参看下载内容)
下载文件列表
custombuttons\自定义窗体的最大化、最小化和关闭按钮\Form1.cs
.............\....................................\Form1.Designer.cs
.............\....................................\Form1.resx
.............\....................................\Image\关闭变色.jpg
.............\....................................\.....\关闭按钮.jpg
.............\....................................\.....\最大化变色.jpg
.............\....................................\.....\最大化按钮.jpg
.............\....................................\.....\最小化变色.jpg
.............\....................................\.....\最小化按钮.jpg
.............\....................................\.....\登录界面下面.PNG
.............\....................................\.....\登录界面标题.PNG
.............\....................................\Program.cs
.............\....................................\...perties\AssemblyInfo.cs
.............\....................................\..........\Resources.Designer.cs
.............\....................................\..........\Resources.resx
.............\....................................\..........\Settings.Designer.cs
.............\....................................\..........\Settings.settings
.............\....................................\自定义窗体的最大化、最小化和关闭按钮.csproj
.............\自定义窗体的最大化、最小化和关闭按钮.sln
.............\自定义窗体的最大化、最小化和关闭按钮.suo
.............\....................................\Image
.............\....................................\Properties
.............\自定义窗体的最大化、最小化和关闭按钮
custombuttons