基本信息
源码名称:仿360杀毒-页面切换动画效果(C#源码)
源码大小:1.13M
文件格式:.rar
开发语言:C#
更新时间:2023-06-21
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
仿360杀毒-页面切换动画效果(C#源码)
C#winform版 《仿360杀毒》页面切换动画效果昨天跟一个同事聊天,谈到了360杀毒的页面效果不错,我们所做的winform页面都是拖控件还是拖控件,不能吸引客户的注意力,想改成360的样式。 今天活不多,抽空仿做了两个...
文件清单
└── 仿360杀毒页面切换动画效果
└── WindowsFormsApplication1
├── WindowsFormsApplication1
│ ├── app.config
│ ├── bin
│ │ └── Debug
│ │ ├── WindowsFormsApplication1.exe
│ │ └── WindowsFormsApplication1.exe.config
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── WindowsFormsApplication1.csproj
│ ├── XLabel.cs
│ ├── XLabel.Designer.cs
│ ├── XPanel.cs
│ ├── XPanel.Designer.cs
│ ├── 展开式.cs
│ ├── 展开式.Designer.cs
│ ├── 展开式.resx
│ ├── 进入式.cs
│ ├── 进入式.Designer.cs
│ └── 进入式.resx
├── WindowsFormsApplication1.sln
├── WindowsFormsApplication1.suo
└── WindowsFormsApplication1.v12.suo
6 directories, 23 files
仿360杀毒-页面切换动画效果(C#源码)
C#winform版 《仿360杀毒》页面切换动画效果昨天跟一个同事聊天,谈到了360杀毒的页面效果不错,我们所做的winform页面都是拖控件还是拖控件,不能吸引客户的注意力,想改成360的样式。 今天活不多,抽空仿做了两个...
文件清单
└── 仿360杀毒页面切换动画效果
└── WindowsFormsApplication1
├── WindowsFormsApplication1
│ ├── app.config
│ ├── bin
│ │ └── Debug
│ │ ├── WindowsFormsApplication1.exe
│ │ └── WindowsFormsApplication1.exe.config
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── WindowsFormsApplication1.csproj
│ ├── XLabel.cs
│ ├── XLabel.Designer.cs
│ ├── XPanel.cs
│ ├── XPanel.Designer.cs
│ ├── 展开式.cs
│ ├── 展开式.Designer.cs
│ ├── 展开式.resx
│ ├── 进入式.cs
│ ├── 进入式.Designer.cs
│ └── 进入式.resx
├── WindowsFormsApplication1.sln
├── WindowsFormsApplication1.suo
└── WindowsFormsApplication1.v12.suo
6 directories, 23 files