是否有任何用于可视化设计业务应用程序的好资源/习惯用法?

发布于 2024-08-27 02:44:28 字数 459 浏览 9 评论 0原文

我想我们都知道“贵公司的业务线软件”是什么样子。

您公司的应用程序
(来源:glompix.com

有没有资源、建议规则或在视觉上驯服此类应用程序的一般技巧?与大多数业务一样,我们的业务领域相当复杂,而我们的客户需要极大的灵活性。跟踪每个对象上的大量字段并不是完全可以避免的。

除了一般建议之外,我还对 WinForms 的特定用法和工具感兴趣。如果有任何此类(视觉上)设计良好的软件的示例,那也会有所帮助。

I think we're all aware of what "your company's line-of-business software" looks like.

your company's application
(source: glompix.com)

Are there any resources, rules of advice, or general tricks to visually taming applications like this? Our business's domain is pretty complex, as most are, and our customers demand a great amount of flexibility. Tracking a boatload of fields on each object isn't exactly avoidable.

Besides general advice, I'm also interested in usage and tools specific to WinForms. If there are any examples of (visually) well-designed software of this type, that would help as well.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

愚人国度 2024-09-03 02:44:29

我时常访问一个网站,以提醒我什么是该做的事情:
耻辱堂界面

快速谷歌搜索 将其打开,其中更详细地介绍了最常见的 UI 错误,归结为:

  1. 非标准 GUI 控件
    1. 看起来像 GUI 控件,但实际上却是 GUI 控件
  2. 不一致之
  3. 处没有感知到的功能可供性
    1. 微小点击目标
  4. 没有反馈
    1. 出去吃午饭,没有进度指示器
  5. 错误的错误消息
  6. 两次请求相同的信息
  7. 无默认值
  8. 将用户转入应用程序
  9. 未指示信息将如何使用 以
  10. 系统为中心的功能

您还应该阅读一些书籍:

< a href="https://rads.stackoverflow.com/amzn/click/com/0385267746" rel="nofollow noreferrer">“日常事物的设计”
(来源:mac.com

傻瓜式 GUI 设计
(来源:mac.com

囚犯们正在经营疯人院:为什么高科技产品让我们疯狂以及如何恢复理智
(来源:
mac.com


主要是尝试使用 平台 标准小部件指南 规则

There is a site that I visit every now and then to be reminded of what not to do:
Interface Hall of Shame.

A quick googling turns this up, which goes more into detail of the most common UI mistakes, which boils down to:

  1. Non-Standard GUI Controls
    1. Looking Like a GUI Control Without Being One
  2. Inconsistency
  3. No Perceived Affordance
    1. Tiny Click Targets
  4. No Feedback
    1. Out to Lunch Without a Progress Indicator
  5. Bad Error Messages
  6. Asking for the Same Info Twice
  7. No Default Values
  8. Dumping Users into the App
  9. Not Indicating How Info Will Be Used
  10. System-Centric Features

There are some books that you should read too:

The Design of Everyday Things
(source: mac.com)

GUI Design for Dummies
(source: mac.com)

The Inmates are Running the Asylum: Why High Tech Products Drive Us Crazy and How To Restore the Sanity
(source: mac.com)


Mainly, try to use the platform standard widgets, guidelines and rules.

野心澎湃 2024-09-03 02:44:29

我是一名程序员,曾在出版部门工作。我的建议是:聘请平面设计师;相信他们的意见;并知道你是否不是其中之一。

在办公室,我们没有图形设计师,我们每两周与一些开发人员和一些非开发人员举行一次“界面会议”,以解决此类问题并制定我们可以遵循的设计规则。

I'm a programmer who used to work in a publications department. My advice is: Use a graphic designer; trust their opinions; and know if you are not one.

Here at the office, where we don't have a graphic designer, we have a bi-weekly "interface meeting" with a few developers and a few non-developers to hammer out these sorts of problems and develop design rules we can follow.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文