• 大小: 2.61M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 按钮  开关  

资源简介

一开关按钮效果

资源截图

代码片段和文件信息

/*---------------------------------------------
整理自用 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个文件信息

评论

共有 条评论