Class Schedule

Application Development - Design Guidelines (LIS 558 - Lecture 9)

Unfortunately, I do not have a reference for the following because they were given to me by someone who did not have the source information.

In addition to the following tips, the following site (as of March 9, 2000) is an excellent source of Graphical User Interface (GUI) design: http://axp16.iie.org.mx/Monitor/v01n03/ar_ihc2.htm

Application Design Guidelines

 

Dialog Box Design Guidelines

 

Dialog Box Main Command Buttons

 

Menu Design Guidelines

 

Text Design Guidelines

 

Error Message Design Guidelines

 

 

Screen Layout
Use Group Boxes appropriately


Group boxes should organize a set of controls on a window. We often see group boxes used as field labels which create visual clutter. Also, group boxes don’t have mnemonics (keyboard shortcuts) since a group box control can never have focus. Instead mnemonics should be associated with fields contained in the group box.

Icons on property sheets

More Tips

Back to Class Schedule