Š tefan Masi č provides readers with today’s power.
In today’s position, I want to share with you about some form design, I was in all the application development time. Maybe you can get some benefit from my design. Many people use Microsoft Office 2007 to help their work and life.
As we know, analysis and user demand in the construction of all the elements of an application. This method is easy to use, in the form of the application and easy for maintenance. MS Office 2007 Professional is such a good assistant of the office.
Here are some design should meet the needs in each into the form.
1. The name of the form must be easy to see.
2. A form of the name must be an expression.
3. Users must be easy to identify all mandatory requirements ().
4. All mandatory fields should be visible on the first page of the form. MS Office 2007 Ultimate give you more great experience than anything.
5. All fields, default, car number of function, or read-only property should be designed in a different background color. MS Office 2007 is the best invention in the world.
This is a common name, will form the window’s title and form! Caption FormName). I prefer to use the form with the name of header lblFormName. This tag can be more big, therefore is more clearly visible.
Enjoy the Quickbooks 2010 bringing you the best life ever.
Figure 1: the title of the form is larger and more visible than window’s title.
In my application are mandatory fields are bold tag and an additional mandatoryLabelColor, named after the scenery. All mandatory fields surrounded the color, called mandatoryBorderColor boundary. Quickbooks Pro 2010 –many people crazy for it.
Graph 2: the mandatory fields, the first view is visible.
All mandatory fields are positioned on the first page. All other mandatory field is amplified the first page after positioning. This design, user can decide which areas is necessary. Below are all other areas, in the second page, it is obvious and moving the scroll bar. I like and web design form and use the scroll bar to move between pages. From my experience, this is a label control with many fields form. Office 2007 Pro is great! Many people like it!
All fields and default values, and the number of cars or read-only field should have a different background colour. Example: I use a yellow background color, specialBackgroundColor called. In addition, all these areas have no AutoTab property.
As mentioned above, I use 3 colors, mandatoryLabelColor, mandatoryBorderColor, specialBackgroundColor. All these colors, I always use the color or ask client companies choose special color.
In the example below, I use the color.
Colour: the mandatory energy efficiency labelling pantone 341 C (100,0,70 CMYK, 30 or RGB 0, 117,84).
, border mandatory fields: the pantone 166 C (CMYK 0,60, 100, 0 or RGB 239,124,0).
The background color of the special field, the pantone 109: C (CMYK 0, 10, 95,0 or RGB 255, 22, 0).
If all the colours, determine the analysis phase, they may not change after, I always use solution, do not need any programming. Here are three kinds of color of access number, I put the tag and attribute of appropriate field.
MandatoryLabelColor = LabelName,… 5534976 (= 175 C) is the pantone.
MandatoryBorderColor = FieldName,… (C) 31983 BorderColor = the pantone 166
SpecialBackgroundColor = FieldName,… 57087, (C) of the pantone 109
Use global variables for more flexibility
If I want to customers will enjoy different colors in the later days, I use variable instead of constant. To solve this problem need to establish a new module of the declaration and three public three constants variables. See below modGlobalConstantsAndVariables examples.