1,新建窗体
属性设置:
FormBorderStyle-->None:无边框:
BackColor:10,19,26
2,新建一个按钮
FlatStyle-->Flat:按钮扁平化
BorderColor:0,193,255:边框颜色
Image:加载图片
3,添加Label标签
ForeColor:0,193,255
4,添加TextBox
ForeColor:0,193,255
5,添加Button
FormBorderStyle-->None:无边框:
BackColor:0,193,255
BorderSize-->0:不显示边框
6,添加timer
7,退出按钮和timer事件。
通过设置窗体的不透明度实现窗体淡出的效果
timer的Interval来设置淡出的速度,值越小,速度越快