资源简介
一开关按钮效果
代码片段和文件信息
/*---------------------------------------------
整理自用 C# WinForm 常用Ui组件
适用版本:.Net 2.0 - .Net 4.6 (32、64位)
设计:Song Qiao Ke
Email: Qiaoke_Song@163.com
QQ:2452243110
最后更新:2018.1.2
-----------------------------------------------*/
using System;
using System.Collections.Generic;
using System.Windows.Forms;
using System.Drawing;
using System.ComponentModel;
using System.Runtime.InteropServices;
public partial class AlphaForm : Form
{
public Bitmap 窗体图像; /*窗体图像*/
double _transparency;
public AlphaForm()
{
if (!DesignMode)
{
m_layeredWnd = new layeredWindow();
}
m_sizeMode = SizeModes.None;
m_Animation = Animations.None;
m_animationspeed = 0;
m_background = null
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 189 2018-01-01 17:16 开关按钮效果\y1\App.config
文件 342016 2018-01-06 11:01 开关按钮效果\y1\bin\Debug\SQK_Ui.dll
文件 224768 2018-01-06 11:01 开关按钮效果\y1\bin\Debug\SQK_Ui.pdb
文件 9216 2018-01-06 11:01 开关按钮效果\y1\bin\Debug\y1.exe
文件 189 2018-01-01 17:16 开关按钮效果\y1\bin\Debug\y1.exe.config
文件 19968 2018-01-06 11:01 开关按钮效果\y1\bin\Debug\y1.pdb
文件 22696 2018-01-04 14:44 开关按钮效果\y1\bin\Debug\y1.vshost.exe
文件 189 2018-01-01 17:16 开关按钮效果\y1\bin\Debug\y1.vshost.exe.config
文件 490 2017-03-19 05:00 开关按钮效果\y1\bin\Debug\y1.vshost.exe.manifest
文件 1787 2018-01-06 10:57 开关按钮效果\y1\Form1.cs
文件 3619 2018-01-06 10:57 开关按钮效果\y1\Form1.Designer.cs
文件 5817 2018-01-06 10:57 开关按钮效果\y1\Form1.resx
文件 514 2018-01-01 17:16 开关按钮效果\y1\Program.cs
文件 1302 2018-01-01 17:16 开关按钮效果\y1\Properties\AssemblyInfo.cs
文件 2817 2018-01-01 17:16 开关按钮效果\y1\Properties\Resources.Designer.cs
文件 5612 2018-01-01 17:16 开关按钮效果\y1\Properties\Resources.resx
文件 1089 2018-01-01 17:16 开关按钮效果\y1\Properties\Settings.Designer.cs
文件 249 2018-01-01 17:16 开关按钮效果\y1\Properties\Settings.settings
文件 3676 2018-01-01 18:34 开关按钮效果\y1\y1.csproj
文件 1105 2018-01-01 17:16 开关按钮效果\y1.sln
文件 189 2017-11-13 10:24 立体切换窗体演示\App.config
文件 17781 2017-11-16 23:03 立体切换窗体演示\bin\Debug\btn1.png
文件 17680 2017-11-16 23:04 立体切换窗体演示\bin\Debug\btn2.png
文件 195792 2017-11-20 23:54 立体切换窗体演示\bin\Debug\e.jpg
文件 470742 2014-03-15 16:32 立体切换窗体演示\bin\Debug\Res\background.png
文件 879013 2014-03-15 16:34 立体切换窗体演示\bin\Debug\Res\foreground.png
文件 39075 2017-12-16 22:42 立体切换窗体演示\bin\Debug\Res\log.png
文件 342016 2018-01-06 11:01 立体切换窗体演示\bin\Debug\SQK_Ui.dll
文件 224768 2018-01-06 11:01 立体切换窗体演示\bin\Debug\SQK_Ui.pdb
文件 18944 2018-01-06 11:14 立体切换窗体演示\bin\Debug\WinForm_Demo.exe
............此处省略147个文件信息
- 上一篇:C# 高质量渲染文字绘制(可制作logo图片)
- 下一篇:C# 简易计算器应用
相关资源
- android 开关按钮 SlipButton
- C# 禁止系统菜单按钮
- 美化单选按钮和复选按钮
- 自定义最大化、最小化和关闭按钮
- CircleSharpButton C#自行开发的圆形按钮
- C#开关 仪表 按钮等控件
- C# Winform ListView添加按钮列
- C# WPF利用类库操控ADAM4150实现控制灯的
- C#开发的抓按钮小游戏
- C#圆角按钮
- WPF特炫窗体模板及打开关闭特效
- WPF不规则形状按钮
- C# 利用GDI+ 绘制动态水晶button 按钮
- 自定义TreeView,在树节点旁添加按钮。
- winform图片按钮有鼠标滑过效果
- C#自定义开关按钮控件
- 浏览图像,点击按钮将文件分类到文
- Metro(Win8风格)按钮实现源码
- C# 自定义tab按钮控件 代码
- VISTA样式的按钮-Winform
- C#中按钮控件优化和美化综合
- 远程控制电脑 开关机
- winform 右下角弹出提示,类似msn的提示
- textbox右边加个小按钮
- C# 仿酷狗音乐打开关闭效果
- 漂亮的玻璃透明按钮控件CSharp源码
- C#打开关闭显示器程序源码
- 开发的Vista风格按钮,具有参考意义
- 制作玻璃透明的按钮
- C# 动态圆形按钮(wpf)
评论
共有 条评论