PROPERTIES
[Previous][Main][Next]

The Property Form is shown when the program is in edit mode and an object or component is double clicked or right clicked and selecting Properties from the pop up menu will bring up the Property Form.

evannunproperty
Typical property box

The property form allows you to change the display characteristics of each component. You can move it to a new location, change its font, change its text, set a sensor, etc. You can edit these properties, update the component changes on the form, undo the changes, and press Close button.
Some standard component properties:
Left   - This is the component's left position on the form. 
Top    - This is the component's top position on the form. 
Width  - This is the component's width. 
Height - This is the component's height. 
Font   - This is the font for the components text.  Set the size, style and color. 
Back Color - This is the background color for the current component. 

Other common properties are:
Title Color  - set the color of the title text on the component. 
On Color     - the color the component becomes when the status bit is on or the bit is equal 1. 
Off Color    - the color the component becomes when the status bit is off or the bit is equal 0. 
Fail Color   - the color the component becomes when the status bit is equal 1. 
Title        - the component title. This value will help the user to know which component represents which part in the system 
On Message   - this message is displayed when the component status bit is on. 
Off Message  - this message is displayed when the component status bit is off. 
Fail Message - this message is displayed when the component status bit is on 
Style - this option is for image components.  Choose Normal, Transparent, or Masked. 
Line Width   - set the width of the line in pixels. 
Line Slant   - the line can be either Horizontal, Vertical, Slant Right, or Slant Left.  Choose the orientation for each line with this setting. 
Line Color   - set the color of the line here. 
Angle - some components can be rotated; this setting determines how many degrees the component is rotated 

One of the best ways to set properties is to configure one component first. If the component has the look you want, copy it and then paste it back to your form. The pasted component will have its properties set the same as the others.

Goto Forms
Goto Setup