嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
WPF仿Windows7操作界面(c#)
WPF访Win7经典操作界面,包括任务栏的停靠,界面全屏,适合做二次开发
.
├── MyWindows
│ ├── MyWindows
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── ChildView.xaml
│ │ ├── ChildView.xaml.cs
│ │ ├── ChildView1.xaml
│ │ ├── ChildView1.xaml.cs
│ │ ├── ChildView2.xaml
│ │ ├── ChildView2.xaml.cs
│ │ ├── Images
│ │ │ ├── 051027nature01.jpg
│ │ │ ├── 051027nature02.jpg
│ │ │ ├── 11550549.jpg
│ │ │ ├── browser.png
│ │ │ ├── chat_blank.png
│ │ │ ├── clock.png
│ │ │ ├── default.jpg
│ │ │ └── thumbnail.jpg
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── MyWindows.csproj
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── app.config
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── MyWindows.exe
│ │ │ │ ├── MyWindows.exe.config
│ │ │ │ ├── MyWindows.pdb
│ │ │ │ ├── MyWindows.vshost.exe
│ │ │ │ ├── MyWindows.vshost.exe.config
│ │ │ │ ├── MyWindows.vshost.exe.manifest
│ │ │ │ ├── WpfApplication1.exe
│ │ │ │ └── WpfApplication1.pdb
│ │ │ └── Release
│ │ └── obj
│ │ └── x86
│ │ └── Debug
│ │ ├── App.g.cs
│ │ ├── App.g.i.cs
│ │ ├── ChildView.baml
│ │ ├── ChildView.g.cs
│ │ ├── ChildView.g.i.cs
│ │ ├── ChildView1.baml
│ │ ├── ChildView1.g.cs
│ │ ├── ChildView1.g.i.cs
│ │ ├── ChildView2.baml
│ │ ├── ChildView2.g.cs
│ │ ├── ChildView2.g.i.cs
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GenerateResource.read.1.tlog
│ │ ├── GenerateResource.write.1.tlog
│ │ ├── MainWindow.baml
│ │ ├── MainWindow.g.cs
│ │ ├── MainWindow.g.i.cs
│ │ ├── MyWindows.Properties.Resources.resources
│ │ ├── MyWindows.csproj.FileListAbsolute.txt
│ │ ├── MyWindows.exe
│ │ ├── MyWindows.g.resources
│ │ ├── MyWindows.pdb
│ │ ├── MyWindows_Content.g.i.cs
│ │ ├── MyWindows_MarkupCompile.cache
│ │ ├── MyWindows_MarkupCompile.i.cache
│ │ ├── ResolveAssemblyReference.cache
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── MyWindows.sln
│ ├── MyWindows.suo
│ └── WpfApplication1
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── WpfApplication1.csproj
│ ├── bin
│ │ └── Debug
│ │ ├── WpfApplication1.exe
│ │ └── WpfApplication1.pdb
│ └── obj
│ └── x86
│ └── Debug
│ ├── App.g.cs
│ ├── App.g.i.cs
│ ├── DesignTimeResolveAssemblyReferences.cache
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── GenerateResource.read.1.tlog
│ ├── GenerateResource.write.1.tlog
│ ├── MainWindow.baml
│ ├── MainWindow.g.cs
│ ├── MainWindow.g.i.cs
│ ├── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── WpfApplication1.Properties.Resources.resources
│ ├── WpfApplication1.csproj.FileListAbsolute.txt
│ ├── WpfApplication1.exe
│ ├── WpfApplication1.g.resources
│ ├── WpfApplication1.pdb
│ ├── WpfApplication1_MarkupCompile.cache
│ └── WpfApplication1_MarkupCompile.i.cache
└── WPF仿Windows7操作界面(c#)_MyWindows.rar
19 directories, 93 files