ID : 464
Panel
Once TP panel file is created, a panel control is automatically created.
Each TP panel file has only one panel.
The name of the panel control is "Panel". This name cannot be changed.
Panel Event
Event | Description |
---|---|
INTIALIZE | Initializable operation window opened |
TERMINATE | Window closed |
KEYDOWN | Key pressed |
KEYUP | Key released |
Panel Property
Property Name | Data Type | Description |
---|---|---|
Name | String | Parts name PacScript cannot rewrite this property |
Type | Integer | Parts name PacScript cannot rewrite this property |
FG | Integer | - |
BG | Integer | Back color of the panel (Refer to "Color variation") |
Caption | String | - |
Timeout | Integer | Time-out time [ms] |
ReleaseMode | Integer | Setting of RELEASED event |
ColorType | Integer | Color setting
|
FontType | Integer | Font setting
|
BorderStyle | Integer | Font setting
|
ID : 464
- Related Information
- Color Variation