在哪里可以找到 Windows 应用程序的用户界面 (UI) 设计模式?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/2100277/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 13:47:36  来源:igfitidea点击:

Where to find User Interface (UI) design patterns for Windows applications?

windowsdesign-patternsuser-interfacewindows-7

提问by MysticEarth

I don't know if this question really suits here, but we'll see :)

我不知道这个问题是否真的适合这里,但我们会看到:)

For web applications there are sites like Pattern Tapand UI-patterns, which have a great collection of design patterns used in UI's. I can't seem to find any websites/books/articles which cover design patterns for Windows Applications.

对于 Web 应用程序,有像Pattern TapUI-patterns这样的网站,它们收集了大量用于 UI 的设计模式。我似乎找不到任何涵盖Windows 应用程序设计模式的网站/书籍/文章。

The only useful resource I found is Windows User Experience Interaction Guidelines. Could you suggest other resources, like books/websites/articles which covers guidelines/patterns like this?

我发现的唯一有用的资源是Windows 用户体验交互指南。您能否推荐其他资源,例如涵盖此类指南/模式的书籍/网站/文章?

Not programming patterns, but design/lay-out patterns.

不是编程模式,而是设计/布局模式

采纳答案by Joey

There is Quincefor example. A large library of UX patterns with description and examples.

木瓜为例。包含描述和示例的大型 UX 模式库。

回答by David Rutten

These are some of my links, but I'd like to know more as well:

这些是我的一些链接,但我也想知道更多:

  1. Welie
  2. Quince
  3. UI-Patterns
  1. 威利
  2. 用户界面模式

回答by Gary Barrett

Microsoft now have User experience (UX) Design Patterns for Metro style apps. Plus they have more guidance for Metro style UX here.

Microsoft 现在拥有Metro 风格应用程序的用户体验 (UX) 设计模式。此外,他们在此处提供了更多关于 Metro 风格 UX 的指导。

回答by Klaus Byskov Pedersen

You shold take a look at the MVVMpattern. It's for WPF and not for winforms, but if at all possible for you I would recommend using WPF instead of the old winforms.

你应该看看MVVM模式。它适用于 WPF 而不是 Winforms,但如果可能的话,我建议您使用 WPF 而不是旧的 winforms。