基本信息
源码名称:仿QQ界面(非常不错的 winform UI界面)
源码大小:16.04M
文件格式:.zip
开发语言:C#
更新时间:2020-06-13
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

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




AnimatedMenu

├── AnimatedMenu
│   ├── AnimatedMenu.csproj
│   ├── App.config
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── MainWindow.xaml
│   ├── MainWindow.xaml.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── bin
│   │   └── Debug
│   │       ├── AnimatedMenu.exe
│   │       ├── AnimatedMenu.exe.config
│   │       ├── AnimatedMenu.pdb
│   │       ├── HMIControl.dll
│   │       ├── MaterialDesignColors.dll
│   │       ├── MaterialDesignColors.pdb
│   │       ├── MaterialDesignThemes.Wpf.dll
│   │       ├── MaterialDesignThemes.Wpf.pdb
│   │       └── MaterialDesignThemes.Wpf.xml
│   ├── obj
│   │   └── Debug
│   │       ├── AnimatedMenu.Properties.Resources.resources
│   │       ├── AnimatedMenu.csproj.CopyComplete
│   │       ├── AnimatedMenu.csproj.CoreCompileInputs.cache
│   │       ├── AnimatedMenu.csproj.FileListAbsolute.txt
│   │       ├── AnimatedMenu.csproj.GenerateResource.cache
│   │       ├── AnimatedMenu.csprojAssemblyReference.cache
│   │       ├── AnimatedMenu.exe
│   │       ├── AnimatedMenu.g.resources
│   │       ├── AnimatedMenu.pdb
│   │       ├── AnimatedMenu_MarkupCompile.cache
│   │       ├── AnimatedMenu_MarkupCompile.i.cache
│   │       ├── AnimatedMenu_MarkupCompile.lref
│   │       ├── App.baml
│   │       ├── App.g.cs
│   │       ├── App.g.i.cs
│   │       ├── DesignTimeResolveAssemblyReferences.cache
│   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │       ├── MainWindow.baml
│   │       ├── MainWindow.g.cs
│   │       ├── MainWindow.g.i.cs
│   │       ├── TempPE
│   │       │   └── Properties.Resources.Designer.cs.dll
│   │       ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │       ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │       └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   └── packages.config
├── AnimatedMenu.sln
└── packages
    ├── MaterialDesignColors.1.2.2
    │   ├── MaterialDesignColors.1.2.2.nupkg
    │   ├── images
    │   │   └── MaterialDesignColors.Icon.png
    │   └── lib
    │       ├── net45
    │       │   ├── MaterialDesignColors.dll
    │       │   └── MaterialDesignColors.pdb
    │       └── netcoreapp3.0
    │           ├── MaterialDesignColors.dll
    │           └── MaterialDesignColors.pdb
    └── MaterialDesignThemes.3.0.1
        ├── MaterialDesignThemes.3.0.1.nupkg
        ├── build
        │   ├── MaterialDesignThemes.targets
        │   └── Resources
        │       └── Roboto
        │           ├── Roboto-Black.ttf
        │           ├── Roboto-BlackItalic.ttf
        │           ├── Roboto-Bold.ttf
        │           ├── Roboto-BoldItalic.ttf
        │           ├── Roboto-Italic.ttf
        │           ├── Roboto-Light.ttf
        │           ├── Roboto-LightItalic.ttf
        │           ├── Roboto-Medium.ttf
        │           ├── Roboto-MediumItalic.ttf
        │           ├── Roboto-Regular.ttf
        │           ├── Roboto-Thin.ttf
        │           ├── Roboto-ThinItalic.ttf
        │           ├── RobotoCondensed-Bold.ttf
        │           ├── RobotoCondensed-BoldItalic.ttf
        │           ├── RobotoCondensed-Italic.ttf
        │           ├── RobotoCondensed-Light.ttf
        │           ├── RobotoCondensed-LightItalic.ttf
        │           └── RobotoCondensed-Regular.ttf
        ├── images
        │   └── MaterialDesignThemes.Icon.png
        └── lib
            ├── net45
            │   ├── MaterialDesignThemes.Wpf.dll
            │   ├── MaterialDesignThemes.Wpf.pdb
            │   └── MaterialDesignThemes.Wpf.xml
            └── netcoreapp3.0
                ├── MaterialDesignThemes.Wpf.dll
                ├── MaterialDesignThemes.Wpf.pdb
                └── MaterialDesignThemes.Wpf.xml

21 directories, 79 files