
2.DEVELOPMENT OF CUSTOM SCREEN B-66284EN/01
- 60 -
Coordinate specification
A position on the screen is represented by two-dimensional
coordinates (X,Y) with the upper-left corner of the screen set as the
origin (0,0). (See the figure at left.) The following indicates the
specifiable ranges:
The display unit resolution:For VGA
(0,0) ≤ coordinates (X,Y) ≤ (639,479)
(1,1) ≤ (width,height) ≤ (639,479)
The display unit resolution:For XGA
(0,0) ≤ coordinates (X,Y) ≤ (1023,767)
(1,1) ≤ (width,height) ≤ (1023,767)
[X] and [Y] on the General tab of the Property Pages of each control
represent a control position on the screen. Precisely, [X] and [Y]
specify the coordinates of the upper-left corner of the rectangle
defining the outside figure of a control. [Width] and [Height] represent
the width and height of a control, respectively.
The position and size of a control can be modified using the mouse on
the editing screen. The position and size of a control can also be
modified by updating the coordinates, and width and height values.
If the properties specifying coordinates and width and height values
do not satisfy the condition described below, screen data is not output
at the time of memory card file generation. If a control extending to
the right edge or bottom is not displayed on the touch panel, check the
coordinate-related properties.
VGA: (1,1)≤(X coordinate+width, Y coordinate+height)≤(639,479)
XGA: (1,1)≤(X coordinate+width, Y coordinate+height)≤(1023,767)
X coordinate
Y coordinate
0
0