WinForm的CRUD应用程序的UI设计,是什么在起作用? [英] UI Design of WinForm CRUD App, What works?

查看:148
本文介绍了WinForm的CRUD应用程序的UI设计,是什么在起作用?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我设计一个WinForms CRUD喜欢的应用程序的一大群护士和社会工作者与客户交互信息。

I am designing a WinForms CRUD "like" app for a large group of Nurses and Social Workers to interact with Client information.

有许多不同的形式(约 30 ISH),他们需要possiblly对于任何给定的客户端交互和他们可以需要从一个跳到另一个特定的人。

There are many different forms(about 30ish) that they need to "possiblly" interact with for any given client and they "can be" required to jump from one to another for a specific person.

我strugghling与用户界面的设计。我只设计了非常简单的线性的WebForm CRUDs,你做什么,你需要在页面上,然后单击下一步。

I am strugghling with the design of the user interface. I have only designed very simple linear WEBForm CRUDs where you do what you need on a page and click next.

是什么让蒙意义非线​​性的winform CRUD应用程序?

What makes the mont sense for a non-linear WINForm CRUD app?

我已经开始下跌片的道路,在这些标签嵌入形式,但,这可能是由于我能力的不足,该程序就感觉很笨重。我不知道直MDI是要走的路,因为我有谁可以很容易混淆,如果窗户是很简单的用户隐藏。

I had started down the path of tabs with embedded forms in those tabs but, possibly due to my lack of ability, the program feels very bulky. I am not sure straight MDI is the way to go as I have very simple users who may be confused easily if windows are "hidden."

我将不胜AP preciate任何意见,见解,或例子人可能有。 Espeacially如果任何人有过做一个WinForm的CRUD应用程序本身。

I would GREATLY appreciate any advice, insight, or examples anyone might have. Espeacially if anyone has had to make a WINForm CRUD app themselves.

什么UI布局工作(或没有)的吗?

What UI layout worked(or didn't) for you?

什么矿目前看起来像一个例子就是在这里 - >

An example of what mine currently looks like is here -->

推荐答案

有几个公认的模式在这里,你有时可以结合他们成效:

There are a few accepted patterns here, and you can sometimes combine them productively:

  1. 的TabPages
  2. 在树视图(赢资源管理器文件夹, Visual Studio的工具|选项)
  3. 在折叠面板(展望 邮件/日历/联系人)
  1. TabPages
  2. TreeView (Win Explorer Folders, Visual Studio's Tools|Options)
  3. Collapsing Panels (Outlook Mail/Calendar/Contacts)

在折叠面板不是标准的控制,但有可用的(这里的只是一个

The Collapsing Panels are not a standard control but there are several implementations available (here's just one)

和你并不孤单,一些灵感看到这个<一href="http://stackoverflow.com/questions/84556/whats-your-favorite-programmer-cartoon/109884#109884">SO回答。

And your not alone, for some inspiration see this SO answer.

这篇关于WinForm的CRUD应用程序的UI设计,是什么在起作用?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆