.net - UI Design of WinForm CRUD App, What works? -
WinForms CRUD "Like" app ready for a large group of nurses and social workers to interact with client information. I am doing
There are many different forms (almost 30 ISH) that they need to "potentially" negotiate for any customer and they can jump from one to the other to " Required "for a specific person
I am struggling with the design of the user interface. I have designed only very simple linear webform CRUDs, where you want to do whatever you want on one page and click on Next.
Does the non-linear WinForm create the meaning of the moant for the CRUD app?
I started those tabs in tabs along with the embedded form but due to lack of potential, the program is very heavy. I'm not sure that there is a way to go straight to MDI because I have very simple users who can easily be confused if the windows are "hidden".
I would appreciate any advice, insight, or maybe for anyone, for example. Especially if anyone has to create a WinForm CRUD app myself
Did the UI layout work for you (or not)?
An example of my present looks here is ->
from
here Acceptable samples, and you can sometimes add them productively:
- Tab page
- Treewy (Vij Explorer Folder, Tools for Visual Studio options) < Collapsing panels are not a standard control, but there are many achievements available (here)
And not for yourself, see this for some inspiration.