找传奇、传世资源到传世资源站!

仿QQ界面(非常不错的 winform UI界面)

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

from clipboard
from clipboard
from clipboard 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

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复