<< Prev        Next >>

ID : 6891

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
Caption String -
Timeout Integer Time-out time [ms]
ReleaseMode Integer Setting of Released event
ColorType Integer Color setting
  • 0 - system16 (RC7M compatible, Specify the color number from index)
  • 1 - FullColorRGB (default)
FontType Integer Font setting
  • 0 - Bitmap font (RC7M compatible)
  • 1 - Vector font (default)
BorderStyle Integer Font setting
  • 0 - None (none)
  • 1 - Solid line (concave) (Solid line:concave)
  • 2 - Solid line (convex) (Solid line:convex)

ID : 6891

<< Prev        Next >>

Related Information
Color Variation