windows:Visuals/standard-icons

出自UXGuide.net

跳转到: 导航, 搜索

标准图标
Standard Icons

目录


“标准图标”指错误、警告、信息及问号图标,它们是 Windows Vista® 的一部分。

Aa511277_StandardIcons01(en-us,MSDN_10).png


标准的错误、警告、信息和问号图标

标准图标的含义如下:

标准图标非常显著,因为它们内置于很多 Windows 应用程序编程接口(API)中,如任务对话框消息框气球状提示通知等。它们在就地信息状态栏中也很常用。

注:图标相关的设计规范请参考各自相应的章节。


设计理念

在选择合适的标准图标时有几个考虑因素,其中一些解释了为什么它们常常被错误地使用。最常见的错误包括:

本节的剩余部分解释了应当如何考虑标准图标以避免这些常见的错误。


消息类型 vs. 严重程度

基于消息类型来选择标准图标,而不是背后的问题的严重程度。消息类型包括:

因此,错误信息可以使用错误图标,但绝不是警告图标。不要将警告图标用来“弱化”那些小错误。因此,尽管严重程度不同,但“错误的字体大小”是一个错误,而“继续该操作将会烧着你的房子”是一个警告。


确定适当的消息类型

有些问题既可以被呈现为错误,也可以被呈现为警告或是信息,这取决于强调的重点及措辞方式。例如,假设一个网页在当前 Windows® Internet Explorer® 设置下无法加载未签名的 ActiveX 控件:

要确定适当的消息类型,应将重点放在用户需要知道或采取行动的问题的最重要的方面。一般而言,如果一个问题阻止了用户继续操作,它应当是一个错误;如果用户能够继续,它应当是警告。基于那个重点仔细推敲主标题说明或其他相关文字,然后选择与文字相匹配的图标(标准图标或其他)。主标题说明文本与图标应当始终匹配。


严重程度

虽然在选择是使用错误、警告、还是信息标准图标时,严重程度并不作为考虑因素, 但它却是根本上决定标准图标是否应该被使用的因素。

图标用于视觉传达的效果是最佳的。(注:出于无障碍访问的考虑,这种视觉传达应当始终与文字或声音等其他形式重复使用。)用户应该能一目了然地辨别信息的性质以及他们响应的后果,因此我们必须区分关键和非关键错误和警告。关键错误和警告具有下列特征:

为了区分关键与非关键错误和警告,通常情况下,非关键消息显示时不附带图标。这样做是为了突出关键消息,使关键消息和非关键消息在视觉上得到区分,同时和 Windows Vista 语气 保持一致.

并非每个消息都需要图标。图标不是用来装饰消息的。

下面是关键警告的良好示例,因为它符合之前定义的特征。

Aa511277_StandardIcons03(en-us,MSDN_10).png


在这个示例中,关键警告消息提示用户其数据的丢失可能是无法恢复的。

但是,接下来的示例是非关键消息,因为它有可能是有意为之且很容易撤销。

错误:

Aa511277_StandardIcons04(en-us,MSDN_10).png


在这个示例中,这个确认信息是非关键消息,因为它有可能是有意为之且很容易撤销。

在典型的用户界面中,大部分错误是和用户的输入错误有关的。大部分用户输入错误是非关键的错误,因为它们容易被改正且在用户继续之前必须被改正。此外,过份关注小的用户错误,与 Windows Vista 的鼓励式语气背道而驰。因此,通常情况下,小的用户输入错误显示地时候不附带错误图标。为了强化其非关键性质,我们把这些非关键错误归结为用户输入问题。

Aa511277_StandardIcons05(en-us,MSDN_10).png


在这个示例中,因为这个小的用户输入问题是非关键的,所以当其显示在对话框中时并不需要附带图标。

Avoid overwarning

We overwarn in Windows programs. The typical Windows program has warning icons seemingly everywhere, warning about things that have little significance. In some programs, nearly every question is presented as a warning. Overwarning makes using a program feel like a hazardous activity, and it detracts from truly significant issues.

The mere potential for data loss alone is insufficient to call for a warning icon. Additionally, any undesirable results should be unexpected or unintended and not easily corrected. Otherwise, just about any incorrectly answered question could be construed to result in data loss of some kind and merit a warning icon.

To focus warning icons on truly critical issues:

Incorrect:
Aa511277_StandardIcons06(en-us,MSDN_10).png
In this example, are users likely to answer this question differently because of the warning icon?
Incorrect:
Aa511277_StandardIcons07(en-us,MSDN_10).png
Why is this notification a warning? What are users supposed to do (beside worry)?


Context

Context is also a consideration in using standard icons because the context itself communicates information. Specifically:

Because context is a significant factor in icon usage, the standard icon guidelines in this article are given in terms of their context.


Evaluating standard icon appropriateness

When evaluating your UI text, read any standard icons as well. Read error icons as "error!", warning icons as "warning, be very careful here!", and information icons as "attention!". Then continue to read the remaining context, such as the main instruction, content area, and commit buttons. Make sure the meaning and the tone of each standard icon matches the meaning and the tone of its context. If they don't, you've found a problem.

If you do only one thing...

Make sure the meaning and the tone of each standard icon matches the meaning and the tone of its context. If they don't match, change or remove the icon.


Guidelines

Note: For the following guidelines, "in-place" means on any normal window surface, such as within the content area of a wizard, property sheet, or control panel item page.


General

Correct:
Aa511277_StandardIcons08(en-us,MSDN_10).png
Incorrect:
Aa511277_StandardIcons09(en-us,MSDN_10).png
In the incorrect example, the standard warning icon doesn't match the main instruction (which gives an error).


Icon size


Error icons


Warning icons


Information icons


Question mark icons

个人工具
名字空间
变换
动作
导航
工具箱