基本信息
源码名称:Winform 窗体程序皮肤
源码大小:14.15M
文件格式:.zip
开发语言:C#
更新时间:2022-04-21
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559

本次赞助数额为: 2 元 
   源码介绍

Winform 窗体各种皮肤示例


.
├── WinformSkin
│   ├── DoubleForm
│   │   ├── App.config
│   │   ├── DoubleForm.csproj
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Resources
│   │   │   └── bg.png
│   │   ├── View
│   │   │   ├── MainForm.Designer.cs
│   │   │   ├── MainForm.cs
│   │   │   ├── MainForm.resx
│   │   │   ├── SkinForm.Designer.cs
│   │   │   ├── SkinForm.cs
│   │   │   └── SkinForm.resx
│   │   └── Win32.cs
│   ├── EmbedWindow
│   │   ├── App.config
│   │   ├── EmbedPanel.Designer.cs
│   │   ├── EmbedPanel.cs
│   │   ├── EmbedPanel.resx
│   │   ├── EmbedWindow.csproj
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── Program.cs
│   │   └── Properties
│   │       ├── AssemblyInfo.cs
│   │       ├── Resources.Designer.cs
│   │       ├── Resources.resx
│   │       ├── Settings.Designer.cs
│   │       └── Settings.settings
│   ├── GoldFishProject
│   │   ├── FishForm.Designer.cs
│   │   ├── FishForm.cs
│   │   ├── FishForm.resx
│   │   ├── GoldFish.rar
│   │   ├── GoldFishProject.csproj
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Resources
│   │   │   ├── Left.png
│   │   │   └── Right.png
│   │   └── Win32.cs
│   ├── HollowForm
│   │   ├── App.config
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── HollowForm.csproj
│   │   ├── Program.cs
│   │   └── Properties
│   │       ├── AssemblyInfo.cs
│   │       ├── Resources.Designer.cs
│   │       ├── Resources.resx
│   │       ├── Settings.Designer.cs
│   │       └── Settings.settings
│   ├── IrisSkin4
│   │   ├── App.config
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── Form2.Designer.cs
│   │   ├── Form2.cs
│   │   ├── IrisSkin4
│   │   │   ├── IrisSkin4.dll
│   │   │   └── Skins
│   │   │       ├── Calmness.ssk
│   │   │       ├── CalmnessColor1.ssk
│   │   │       ├── CalmnessColor2.ssk
│   │   │       ├── DeepCyan.ssk
│   │   │       ├── DeepGreen.ssk
│   │   │       ├── DeepOrange.ssk
│   │   │       ├── DiamondBlue.ssk
│   │   │       ├── DiamondGreen.ssk
│   │   │       ├── DiamondOlive.ssk
│   │   │       ├── DiamondPurple.ssk
│   │   │       ├── DiamondRed.ssk
│   │   │       ├── Eighteen.ssk
│   │   │       ├── EighteenColor1.ssk
│   │   │       ├── EighteenColor2.ssk
│   │   │       ├── Emerald.ssk
│   │   │       ├── EmeraldColor1.ssk
│   │   │       ├── EmeraldColor2.ssk
│   │   │       ├── EmeraldColor3.ssk
│   │   │       ├── GlassBrown.ssk
│   │   │       ├── GlassGreen.ssk
│   │   │       ├── GlassOrange.ssk
│   │   │       ├── Longhorn.ssk
│   │   │       ├── MSN.ssk
│   │   │       ├── MacOS.ssk
│   │   │       ├── Midsummer.ssk
│   │   │       ├── MidsummerColor1.ssk
│   │   │       ├── MidsummerColor2.ssk
│   │   │       ├── MidsummerColor3.ssk
│   │   │       ├── OneBlue.ssk
│   │   │       ├── OneCyan.ssk
│   │   │       ├── OneGreen.ssk
│   │   │       ├── OneOrange.ssk
│   │   │       ├── Page.ssk
│   │   │       ├── PageColor1.ssk
│   │   │       ├── PageColor2.ssk
│   │   │       ├── RealOne.ssk
│   │   │       ├── Silver.ssk
│   │   │       ├── SilverColor1.ssk
│   │   │       ├── SilverColor2.ssk
│   │   │       ├── SportsBlack.ssk
│   │   │       ├── SportsBlue.ssk
│   │   │       ├── SportsCyan.ssk
│   │   │       ├── SportsGreen.ssk
│   │   │       ├── SportsOrange.ssk
│   │   │       ├── SteelBlack.ssk
│   │   │       ├── SteelBlue.ssk
│   │   │       ├── Vista2_color1.ssk
│   │   │       ├── Vista2_color2.ssk
│   │   │       ├── Vista2_color3.ssk
│   │   │       ├── Vista2_color4.ssk
│   │   │       ├── Vista2_color5.ssk
│   │   │       ├── Vista2_color6.ssk
│   │   │       ├── Vista2_color7.ssk
│   │   │       ├── Warm.ssk
│   │   │       ├── WarmColor1.ssk
│   │   │       ├── WarmColor2.ssk
│   │   │       ├── WarmColor3.ssk
│   │   │       ├── Wave.ssk
│   │   │       ├── WaveColor1.ssk
│   │   │       ├── WaveColor2.ssk
│   │   │       ├── XPBlue.ssk
│   │   │       ├── XPGreen.ssk
│   │   │       ├── XPOrange.ssk
│   │   │       ├── XPSilver.ssk
│   │   │       ├── mp10.ssk
│   │   │       ├── mp10green.ssk
│   │   │       ├── mp10maroon.ssk
│   │   │       ├── mp10mulberry.ssk
│   │   │       ├── mp10pink.ssk
│   │   │       ├── mp10purple.ssk
│   │   │       ├── office2007.ssk
│   │   │       ├── vista1.ssk
│   │   │       └── vista1_green.ssk
│   │   ├── IrisSkin4.csproj
│   │   ├── Program.cs
│   │   └── Properties
│   │       ├── AssemblyInfo.cs
│   │       ├── Resources.Designer.cs
│   │       ├── Resources.resx
│   │       ├── Settings.Designer.cs
│   │       └── Settings.settings
│   ├── LayeredSkinDemo
│   │   ├── AlbumForm.cs
│   │   ├── AlbumForm.designer.cs
│   │   ├── AlbumForm.resx
│   │   ├── Chuyin.Designer.cs
│   │   ├── Chuyin.cs
│   │   ├── Chuyin.resx
│   │   ├── DirectUI.Designer.cs
│   │   ├── DirectUI.cs
│   │   ├── DirectUI.resx
│   │   ├── DuiTextBoxTest.Designer.cs
│   │   ├── DuiTextBoxTest.cs
│   │   ├── DuiTextBoxTest.resx
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── Form2.Designer.cs
│   │   ├── Form2.cs
│   │   ├── Form2.resx
│   │   ├── Form3.Designer.cs
│   │   ├── Form3.cs
│   │   ├── Form3.resx
│   │   ├── Form4.Designer.cs
│   │   ├── Form4.cs
│   │   ├── Form4.resx
│   │   ├── Form5.Designer.cs
│   │   ├── Form5.cs
│   │   ├── Form5.resx
│   │   ├── Kugou.Designer.cs
│   │   ├── Kugou.cs
│   │   ├── Kugou.resx
│   │   ├── LayeredSkin Demo2014-12-10.zip
│   │   ├── LayeredSkin.dll
│   │   ├── LayeredSkinDemo.csproj
│   │   ├── ListBox.Designer.cs
│   │   ├── ListBox.cs
│   │   ├── ListBox.resx
│   │   ├── Metro.Designer.cs
│   │   ├── Metro.cs
│   │   ├── Metro.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── QQ.Designer.cs
│   │   ├── QQ.cs
│   │   ├── QQ.resx
│   │   ├── QQConfig.Designer.cs
│   │   ├── QQConfig.cs
│   │   ├── QQConfig.resx
│   │   ├── ShadoForm.Designer.cs
│   │   ├── ShadoForm.cs
│   │   ├── ShadoForm.resx
│   │   ├── SuperMario.Designer.cs
│   │   ├── SuperMario.cs
│   │   └── SuperMario.resx
│   ├── MousePenetration
│   │   ├── App.config
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── MousePenetration.csproj
│   │   ├── Program.cs
│   │   └── Properties
│   │       ├── AssemblyInfo.cs
│   │       ├── Resources.Designer.cs
│   │       ├── Resources.resx
│   │       ├── Settings.Designer.cs
│   │       └── Settings.settings
│   ├── TransparentForm
│   │   ├── App.config
│   │   ├── GraphicsPathForm.Designer.cs
│   │   ├── GraphicsPathForm.cs
│   │   ├── GraphicsPathForm.resx
│   │   ├── Images
│   │   │   └── yuan.png
│   │   ├── MainForm.Designer.cs
│   │   ├── MainForm.cs
│   │   ├── MainForm.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── TransparentForm.csproj
│   │   ├── UpdateLayeredWindowForm.Designer.cs
│   │   ├── UpdateLayeredWindowForm.cs
│   │   ├── UpdateLayeredWindowForm.resx
│   │   └── Win32.cs
│   ├── Win7AeroForm
│   │   ├── App.config
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── Win7AeroForm.csproj
│   ├── WinformSkin
│   │   ├── App.config
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── WinformSkin.csproj
│   └── WinformSkin.sln
└── 好例子网_WinformSkin.zip

27 directories, 255 files