Panel |
Panel represents the container, in which it is possible to place other elements of control. The panels are applied as visual resources of grouping. The panel has edge with a double bevel: inner and outer. The internal bevel frames the panel, and the external one is displayed around of it. Properties of a component are the followings: Caption, Color, Font, Height, Hint, Left, Name, Show hint, Top, Width, Alignment. Alignment - realizes control of the caption disposition, which can accept the following values: Left justify, Right justify, Center (by default). Bevel inner, Bevel outer - define type of an inner and outer bevel accordingly. Each property can accept the following values: none, lowered and raised. By default Bevel inner property has the value "None" value, and the property Bevel outer - value "Raised". Bevel width - defines width of inner and outer bevels. By default is equal to 1. Border style - defines a marking mode of panel dimensions and can accept the following values: none (by default), single. Border width - interval between bevels. By default width of an interval is equal to 0.
|