◆ Specifications of skin XML for CLaunch (Ver. 4.00)
XML | Description | Attribute value choices | ||||||||||||||||
<?xml version="1.0" encoding="UTF-16" standalone="yes"?> | Only UTF-16(Little Endian) is supported for the character code. | |||||||||||||||||
<skin | ||||||||||||||||||
title= | "Glass" | Skin title | String | |||||||||||||||
author= | "Pyonkichi" | Name of author | String | |||||||||||||||
version= | "4.00" | Corresponding CLaunch version | Numeric | |||||||||||||||
> | ||||||||||||||||||
Comment | ||||||||||||||||||
<comment> | ||||||||||||||||||
This is a sample skin that uses a semi-transparent window. * It cannot be used in an environment other than 32bpp screen mode. |
Comments about the
skin. This item is a string inside the element, not an attribute value. |
|||||||||||||||||
</comment> | ||||||||||||||||||
General settings | ||||||||||||||||||
<general | ||||||||||||||||||
tabPosition= | "top" | Tab position Specify the position of the page tabs in the window. |
"top" | "left" | "right" | "bottom" | ||||||||||||
alphaChannel= | "true" | Transparency method Specify the transparency method when drawing the parts images. If it's "true", the transparency of each area is specified by the alpha channel of the images. If it's "false", the part drawn with the color specified by "clippingColor" in the next item will be transparent. * There are following limitations when "true" is specified. - It cannot be used in ANSI version. - It cannot be used in an environment other than 32bpp screen mode. |
"true" | "false" | ||||||||||||||
clippingColor= | "#FF00FF" | Transparent color Specify the transparent color of the parts images when "alphaChannel" in the previous item is "false". It is not necessary to specify if alphaChannel="true". |
Hexadecimal | |||||||||||||||
sizeArea= | "6, 6, 6, 6" | Window sizing area Specify the width of the area around the window that accepts window size (number of buttons) changes by mouse dragging. The description order is "Left, Top, Right, Bottom". |
Immediate x 4 | |||||||||||||||
shadowArea= | "0, 0, 5, 5" | Shadow area of
window Specify the width of the shadow area if the window image has the shadow around it. The description order is "Left, Top, Right, Bottom". The area specified as the shadow is treated as follows. - When the cursor enters the shadow area, it is considered to be outside the window and CLaunch will be hidden. - The "sizeArea" in the previous item are calculated from the inside of the area specified as the shadow. (In this example skin, the outer 1-5 pixels of the right and bottom sides are excluded as shadows, and the 6-11 pixel areas will be sizing areas.) |
Immediate x 4 | |||||||||||||||
/> | ||||||||||||||||||
Window background | ||||||||||||||||||
<background | If you omit the image attributes, the window will have no background. | |||||||||||||||||
image= | "background.png" | Image
file name BMP, JPEG, and PNG format are supported. |
String | |||||||||||||||
left= | "0" | Left
coordinates of the area used in the source image When a fraction is specified, the image is divided horizontally by the denominator, and the numerator specifies which of them is used. |
Immediate | n / Divisions | ||||||||||||||
top= | "0" | Top
coordinates of the area used in the source image When a fraction is specified, the image is divided vertically by the denominator, and the numerator specifies which of them is used. |
Immediate | n / Divisions | ||||||||||||||
width= | "1/1" | Width
of the area used in the source image When a fraction is specified, it will be a ratio to the width of the source image. You can specify "1/1" as the width of the entire image. |
Immediate | n / Divisions | ||||||||||||||
height= | "1/1" | Height
of the area used in the source image When a fraction is specified, it will be a ratio to the height of the source image. You can specify "1/1" as the height of the entire image. |
Immediate | n / Divisions | ||||||||||||||
method= | "stretch" | Drawing
method "stretch" enlarges the source image to fit the size of the drawing area. "tile" fills up the drawing area by the source image without enlarging. |
"stretch" | "tile" | ||||||||||||||
border= | "0, 0, 0, 0" | Fixed
size area In the stretching process, the specified four regions around the image are excluded from the enlargement and drawn in the original size. The description order is "Left, Top, Right, Bottom". |
Immediate x 4 | |||||||||||||||
> | ||||||||||||||||||
<arrangement | ||||||||||||||||||
offset= | "1, 1, -1, -1" | Specify the offset values
from the position of the base parts to arrange the window background. The
description order is "Left, Top, Right, Bottom". Left: Offset value from the right side of the left frame Top: Offset value from the bottom of the upper frame Right: Offset value from the left side of the right frame Bottom: Offset value from the top of the lower frame |
Immediate x 4 | |||||||||||||||
/> | ||||||||||||||||||
</background> | ||||||||||||||||||
Window frames | ||||||||||||||||||
<frame> | If you omit the image attributes of the frame elements, the window will have no frames. | |||||||||||||||||
Upper frame | ||||||||||||||||||
<top | ||||||||||||||||||
image= | "window.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "0" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "0" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "1/1" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "28" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
method= | "stretch" | See the description of the image attribute "method" of the window background. | "stretch" | "tile" | ||||||||||||||
border= | "8, 0, 13, 0" | See the description of the image attribute "border" of the window background. | Immediate x 4 | |||||||||||||||
> | ||||||||||||||||||
<arrangement | ||||||||||||||||||
height= | "ImageSize" | Upper frame height Immediate: Fixed height "ImageSize": Applies source image height "Variable": Applies the option setting of CLaunch |
Immediate | "ImageSize" | "Variable" | |||||||||||||
/> | ||||||||||||||||||
</top> | ||||||||||||||||||
Left frame | ||||||||||||||||||
<left | ||||||||||||||||||
image= | "window.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "0" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "28" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "8" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "34" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
method= | "stretch" | See the description of the image attribute "method" of the window background. | "stretch" | "tile" | ||||||||||||||
border= | "2, 0, 2, 0" | See the description of the image attribute "border" of the window background. | Immediate x 4 | |||||||||||||||
> | ||||||||||||||||||
<arrangement | ||||||||||||||||||
width= | "ImageSize" | Left frame width Immediate: Fixed width "ImageSize": Applies source image width "Variable": Applies the option setting of CLaunch |
Immediate | "ImageSize" | "Variable" | |||||||||||||
/> | ||||||||||||||||||
</left> | ||||||||||||||||||
Right frame | ||||||||||||||||||
<right | ||||||||||||||||||
image= | "window.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "52" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "28" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "13" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "34" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
method= | "stretch" | See the description of the image attribute "method" of the window background. | "stretch" | "tile" | ||||||||||||||
border= | "2, 0, 7, 0" | See the description of the image attribute "border" of the window background. | Immediate x 4 | |||||||||||||||
> | ||||||||||||||||||
<arrangement | ||||||||||||||||||
width= | "ImageSize" | Right frame width Immediate: Fixed width "ImageSize": Applies source image width "Variable": Applies the option setting of CLaunch |
Immediate | "ImageSize" | "Variable" | |||||||||||||
/> | ||||||||||||||||||
</right> | ||||||||||||||||||
Lower frame | ||||||||||||||||||
<bottom | ||||||||||||||||||
image= | "window.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "0" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "62" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "1/1" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "13" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
method= | "stretch" | See the description of the image attribute "method" of the window background. | "stretch" | "tile" | ||||||||||||||
border= | "8, 0, 13, 0" | See the description of the image attribute "border" of the window background. | Immediate x 4 | |||||||||||||||
> | ||||||||||||||||||
<arrangement | ||||||||||||||||||
height= | "ImageSize" | Lower frame height Immediate: Fixed height "ImageSize": Applies source image height "Variable": Applies the option setting of CLaunch |
Immediate | "ImageSize" | "Variable" | |||||||||||||
/> | ||||||||||||||||||
</bottom> | ||||||||||||||||||
</frame> | ||||||||||||||||||
Close button | ||||||||||||||||||
<closebutton> | If you don't need the close
button, you can omit this element itself. |
|||||||||||||||||
<normal | Normal state | |||||||||||||||||
image= | "sysbutton.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "83" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "1/4" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "30" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/4" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
method= | "stretch" | See the description of the image attribute "method" of the window background. | "stretch" | "tile" | ||||||||||||||
border= | "0, 0, 0, 0" | See the description of the image attribute "border" of the window background. | Immediate x 4 | |||||||||||||||
/> | ||||||||||||||||||
<hover | Hover state | |||||||||||||||||
image= | "sysbutton.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "83" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "2/4" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "30" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/4" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
method= | "stretch" | See the description of the image attribute "method" of the window background. | "stretch" | "tile" | ||||||||||||||
border= | "0, 0, 0, 0" | See the description of the image attribute "border" of the window background. | Immediate x 4 | |||||||||||||||
/> | ||||||||||||||||||
<down | Pressed state | |||||||||||||||||
image= | "sysbutton.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "83" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "3/4" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "30" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/4" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
method= | "stretch" | See the description of the image attribute "method" of the window background. | "stretch" | "tile" | ||||||||||||||
border= | "0, 0, 0, 0" | See the description of the image attribute "border" of the window background. | Immediate x 4 | |||||||||||||||
/> | ||||||||||||||||||
<arrangement> | ||||||||||||||||||
<left | Left coordinate | |||||||||||||||||
base= | "TopFrame" | Specify the base part for determining the left side coordinates. | "TopFrame" | "LeftFrame" | "RightFrame" | "BottomFrame" | ||||||||||||
side= | "right" | Specify whether using the left side or the right side of the base part as reference coordinate. | left | right | ||||||||||||||
offset= | "-41" | Specify the offset value from the reference coordinates. Positive value points to the right of the reference coordinate, and negative value points to the left. | Immediate | |||||||||||||||
/> | ||||||||||||||||||
<top | Top coordinate | |||||||||||||||||
base= | "TopFrame" | Specify the base part for determining the top side coordinates. | "TopFrame" | "LeftFrame" | "RightFrame" | "BottomFrame" | ||||||||||||
side= | "top" | Specify whether using the top side or the bottom side of the base part as reference coordinate. | "top" | "bottom" | ||||||||||||||
offset= | "1" | Specify the offset value from the reference coordinates. Positive value points below the reference coordinate, and negative value points above. | Immediate | |||||||||||||||
/> | ||||||||||||||||||
<right | Right coordinate | |||||||||||||||||
width= | "ImageSize" | Determination method of
width Immediate: Fixed width "ImageSize": Applies source image width "Variable": Determines the coordinate of the right side by the base part and side |
Immediate | "ImageSize" | "Variable" | |||||||||||||
base= | "TopFrame" | Specify the base part for
determining the right side coordinates. * It is not necessary to specify if width is other than "Variable". |
"TopFrame" | "LeftFrame" | "RightFrame" | "BottomFrame" | ||||||||||||
side= | "left" | Specify whether using the
left side or the right side of the base part as reference coordinate. * It is not necessary to specify if width is other than "Variable". |
"left" | "right" | ||||||||||||||
offset= | "0" | Specify the offset value
from the reference coordinates. * It is not necessary to specify if width is other than "Variable". |
Immediate | |||||||||||||||
/> | ||||||||||||||||||
<bottom | Bottom coordinate | |||||||||||||||||
height= | "ImageSize" | Determination method of
height Immediate: Fixed height "ImageSize": Applies source image height "Variable": Determines the coordinate of the bottom side by the base part and side |
Immediate | "ImageSize" | "Variable" | |||||||||||||
base= | "TopFrame" | Specify the base part for
determining the bottom side coordinates. * It is not necessary to specify if height is other than "Variable". |
"TopFrame" | "LeftFrame" | "RightFrame" | "BottomFrame" | ||||||||||||
side= | "top" | Specify whether using the
top side or the bottom side of the base part as reference coordinate. * It is not necessary to specify if height is other than "Variable". |
"top" | "bottom" | ||||||||||||||
offset= | "0" | Specify the offset value
from the reference coordinates. * It is not necessary to specify if height is other than "Variable". |
Immediate | |||||||||||||||
/> | ||||||||||||||||||
</arrangement> | ||||||||||||||||||
</closebutton> | ||||||||||||||||||
Pin button | ||||||||||||||||||
<pinbutton> | If you don't need the pin
button, you can omit this element itself. |
|||||||||||||||||
<normal | Normal state | |||||||||||||||||
image= | "sysbutton.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "56" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "1/4" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "27" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/4" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
method= | "stretch" | See the description of the image attribute "method" of the window background. | "stretch" | "tile" | ||||||||||||||
border= | "0, 0, 0, 0" | See the description of the image attribute "border" of the window background. | Immediate x 4 | |||||||||||||||
/> | ||||||||||||||||||
<hover | Hover state | |||||||||||||||||
image= | "sysbutton.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "56" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "2/4" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "27" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/4" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
method= | "stretch" | See the description of the image attribute "method" of the window background. | "stretch" | "tile" | ||||||||||||||
border= | "0, 0, 0, 0" | See the description of the image attribute "border" of the window background. | Immediate x 4 | |||||||||||||||
/> | ||||||||||||||||||
<down | Pinned state | |||||||||||||||||
image= | "sysbutton.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "56" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "3/4" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "27" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/4" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
method= | "stretch" | See the description of the image attribute "method" of the window background. | "stretch" | "tile" | ||||||||||||||
border= | "0, 0, 0, 0" | See the description of the image attribute "border" of the window background. | Immediate x 4 | |||||||||||||||
/> | ||||||||||||||||||
<downhover | Pinned and hover state | |||||||||||||||||
image= | "sysbutton.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "56" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "4/4" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "27" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/4" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
method= | "stretch" | See the description of the image attribute "method" of the window background. | "stretch" | "tile" | ||||||||||||||
border= | "0, 0, 0, 0" | See the description of the image attribute "border" of the window background. | Immediate x 4 | |||||||||||||||
/> | ||||||||||||||||||
<arrangement> | ||||||||||||||||||
<left | Left coordinate | |||||||||||||||||
base= | "CloseButton" | Specify the base part for determining the left side coordinates. | "TopFrame" | "LeftFrame" | "RightFrame" | "BottomFrame" | "CloseButton" | |||||||||||
side= | "left" | Specify whether using the left side or the right side of the base part as reference coordinate. | "left" | "right" | ||||||||||||||
offset= | "-27" | Specify the offset value from the reference coordinates. Positive value points to the right of the reference coordinate, and negative value points to the left. | Immediate | |||||||||||||||
/> | ||||||||||||||||||
<top | Top coordinate | |||||||||||||||||
base= | "TopFrame" | Specify the base part for determining the top side coordinates. | "TopFrame" | "LeftFrame" | "RightFrame" | "BottomFrame" | "CloseButton" | |||||||||||
side= | "top" | Specify whether using the top side or the bottom side of the base part as reference coordinate. | "top" | "bottom" | ||||||||||||||
offset= | "1" | Specify the offset value from the reference coordinates. Positive value points below the reference coordinate, and negative value points above. | Immediate | |||||||||||||||
/> | ||||||||||||||||||
<right | Right coordinate | |||||||||||||||||
width= | "ImageSize" | Determination method of
width Immediate: Fixed width "ImageSize": Applies source image width "Variable": Determines the coordinate of the right side by the base part and side |
Immediate | "ImageSize" | "Variable" | |||||||||||||
base= | "TopFrame" | Specify the base part for
determining the right side coordinates. * It is not necessary to specify if width is other than "Variable". |
"TopFrame" | "LeftFrame" | "RightFrame" | "BottomFrame" | "CloseButton" | |||||||||||
side= | "left" | Specify whether using the
left side or the right side of the base part as reference coordinate. * It is not necessary to specify if width is other than "Variable". |
"left" | "right" | ||||||||||||||
offset= | "0" | Specify the offset value
from the reference coordinates. * It is not necessary to specify if width is other than "Variable". |
Immediate | |||||||||||||||
/> | ||||||||||||||||||
<bottom | Bottom coordinate | |||||||||||||||||
height= | "ImageSize" | Determination method of
height Immediate: Fixed height "ImageSize": Applies source image height "Variable": Determines the coordinate of the bottom side by the base part and side |
Immediate | "ImageSize" | "Variable" | |||||||||||||
base= | "TopFrame" | Specify the base part for
determining the bottom side coordinates. * It is not necessary to specify if height is other than "Variable". |
"TopFrame" | "LeftFrame" | "RightFrame" | "BottomFrame" | "CloseButton" | |||||||||||
side= | "top" | Specify whether using the
top side or the bottom side of the base part as reference coordinate. * It is not necessary to specify if height is other than "Variable". |
"top" | "bottom" | ||||||||||||||
offset= | "0" | Specify the offset value
from the reference coordinates. * It is not necessary to specify if height is other than "Variable". |
Immediate | |||||||||||||||
/> | ||||||||||||||||||
</arrangement> | ||||||||||||||||||
</pinbutton> | ||||||||||||||||||
Display Mode button | ||||||||||||||||||
<modebutton> | If you don't need the
display mode button, you can omit this element itself. |
|||||||||||||||||
<normal | Display Mode 1 | |||||||||||||||||
image= | "sysbutton.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "29" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "1/4" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "27" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/4" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
method= | "stretch" | See the description of the image attribute "method" of the window background. | "stretch" | "tile" | ||||||||||||||
border= | "0, 0, 0, 0" | See the description of the image attribute "border" of the window background. | Immediate x 4 | |||||||||||||||
/> | ||||||||||||||||||
<hover | Hover state of Display Mode 1 | |||||||||||||||||
image= | "sysbutton.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "29" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "2/4" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "27" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/4" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
method= | "stretch" | See the description of the image attribute "method" of the window background. | "stretch" | "tile" | ||||||||||||||
border= | "0, 0, 0, 0" | See the description of the image attribute "border" of the window background. | Immediate x 4 | |||||||||||||||
/> | ||||||||||||||||||
<down | Display Mode 2 | |||||||||||||||||
image= | "sysbutton.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "29" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "3/4" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "27" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/4" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
method= | "stretch" | See the description of the image attribute "method" of the window background. | "stretch" | "tile" | ||||||||||||||
border= | "0, 0, 0, 0" | See the description of the image attribute "border" of the window background. | Immediate x 4 | |||||||||||||||
/> | ||||||||||||||||||
<downhover | Hover state of Display Mode 2 | |||||||||||||||||
image= | "sysbutton.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "29" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "4/4" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "27" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/4" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
method= | "stretch" | See the description of the image attribute "method" of the window background. | "stretch" | "tile" | ||||||||||||||
border= | "0, 0, 0, 0" | See the description of the image attribute "border" of the window background. | Immediate x 4 | |||||||||||||||
/> | ||||||||||||||||||
<arrangement> | ||||||||||||||||||
<left | Left coordinate | |||||||||||||||||
base= | "PinButton" | Specify the base part for determining the left side coordinates. | "TopFrame" | "LeftFrame" | "RightFrame" | "BottomFrame" | "CloseButton" | "PinButton" | ||||||||||
side= | "left" | Specify whether using the left side or the right side of the base part as reference coordinate. | "left" | "right" | ||||||||||||||
offset= | "-27" | Specify the offset value from the reference coordinates. Positive value points to the right of the reference coordinate, and negative value points to the left. | Immediate | |||||||||||||||
/> | ||||||||||||||||||
<top | Top coordinate | |||||||||||||||||
base= | "TopFrame" | Specify the base part for determining the top side coordinates. | "TopFrame" | "LeftFrame" | "RightFrame" | "BottomFrame" | "CloseButton" | "PinButton" | ||||||||||
side= | "top" | Specify whether using the top side or the bottom side of the base part as reference coordinate. | "top" | "bottom" | ||||||||||||||
offset= | "1" | Specify the offset value from the reference coordinates. Positive value points below the reference coordinate, and negative value points above. | Immediate | |||||||||||||||
/> | ||||||||||||||||||
<right | Right coordinate | |||||||||||||||||
width= | "ImageSize" | Determination method of
width Immediate: Fixed width "ImageSize": Applies source image width "Variable": Determines the coordinate of the right side by the base part and side |
Immediate | "ImageSize" | "Variable" | |||||||||||||
base= | "TopFrame" | Specify the base part for
determining the right side coordinates. * It is not necessary to specify if width is other than "Variable". |
"TopFrame" | "LeftFrame" | "RightFrame" | "BottomFrame" | "CloseButton" | "PinButton" | ||||||||||
side= | "left" | Specify whether using the
left side or the right side of the base part as reference coordinate. * It is not necessary to specify if width is other than "Variable". |
"left" | "right" | ||||||||||||||
offset= | "0" | Specify the offset value
from the reference coordinates. * It is not necessary to specify if width is other than "Variable". |
Immediate | |||||||||||||||
/> | ||||||||||||||||||
<bottom | Bottom coordinate | |||||||||||||||||
height= | "ImageSize" | Determination method of
height Immediate: Fixed height "ImageSize": Applies source image height "Variable": Determines the coordinate of the bottom side by the base part and side |
Immediate | "ImageSize" | "Variable" | |||||||||||||
base= | "TopFrame" | Specify the base part for
determining the bottom side coordinates. * It is not necessary to specify if height is other than "Variable". |
"TopFrame" | "LeftFrame" | "RightFrame" | "BottomFrame" | "CloseButton" | "PinButton" | ||||||||||
side= | "top" | Specify whether using the
top side or the bottom side of the base part as reference coordinate. * It is not necessary to specify if height is other than "Variable". |
"top" | "bottom" | ||||||||||||||
offset= | "0" | Specify the offset value
from the reference coordinates. * It is not necessary to specify if height is other than "Variable". |
Immediate | |||||||||||||||
/> | ||||||||||||||||||
</arrangement> | ||||||||||||||||||
</modebutton> | ||||||||||||||||||
Search button | ||||||||||||||||||
<searchbutton> | If you don't need the
search button, you can omit this element itself. |
|||||||||||||||||
<normal | Normal state | |||||||||||||||||
image= | "sysbutton.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "0" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "1/4" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "29" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/4" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
method= | "stretch" | See the description of the image attribute "method" of the window background. | "stretch" | "tile" | ||||||||||||||
border= | "0, 0, 0, 0" | See the description of the image attribute "border" of the window background. | Immediate x 4 | |||||||||||||||
/> | ||||||||||||||||||
<hover | Hover state | |||||||||||||||||
image= | "sysbutton.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "0" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "2/4" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "29" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/4" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
method= | "stretch" | See the description of the image attribute "method" of the window background. | "stretch" | "tile" | ||||||||||||||
border= | "0, 0, 0, 0" | See the description of the image attribute "border" of the window background. | Immediate x 4 | |||||||||||||||
/> | ||||||||||||||||||
<down | Search window open state | |||||||||||||||||
image= | "sysbutton.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "0" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "3/4" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "29" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/4" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
method= | "stretch" | See the description of the image attribute "method" of the window background. | "stretch" | "tile" | ||||||||||||||
border= | "0, 0, 0, 0" | See the description of the image attribute "border" of the window background. | Immediate x 4 | |||||||||||||||
/> | ||||||||||||||||||
<downhover | Search window open and hover state | |||||||||||||||||
image= | "sysbutton.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "0" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "4/4" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "29" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/4" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
method= | "stretch" | See the description of the image attribute "method" of the window background. | "stretch" | "tile" | ||||||||||||||
border= | "0, 0, 0, 0" | See the description of the image attribute "border" of the window background. | Immediate x 4 | |||||||||||||||
/> | ||||||||||||||||||
<arrangement> | ||||||||||||||||||
<left | Left coordinate | |||||||||||||||||
base= | "ModeButton" | Specify the base part for determining the left side coordinates. | "TopFrame" | "LeftFrame" | "RightFrame" | "BottomFrame" | "CloseButton" | "PinButton" | "ModeButton" | |||||||||
side= | "left" | Specify whether using the left side or the right side of the base part as reference coordinate. | "left" | "right" | ||||||||||||||
offset= | "-29" | Specify the offset value from the reference coordinates. Positive value points to the right of the reference coordinate, and negative value points to the left. | Immediate | |||||||||||||||
/> | ||||||||||||||||||
<top | Top coordinate | |||||||||||||||||
base= | "TopFrame" | Specify the base part for determining the top side coordinates. | "TopFrame" | "LeftFrame" | "RightFrame" | "BottomFrame" | "CloseButton" | "PinButton" | "ModeButton" | |||||||||
side= | "top" | Specify whether using the top side or the bottom side of the base part as reference coordinate. | "top" | "bottom" | ||||||||||||||
offset= | "1" | Specify the offset value from the reference coordinates. Positive value points below the reference coordinate, and negative value points above. | Immediate | |||||||||||||||
/> | ||||||||||||||||||
<right | Right coordinate | |||||||||||||||||
width= | "ImageSize" | Determination method of
width Immediate: Fixed width "ImageSize": Applies source image width "Variable": Determines the coordinate of the right side by the base part and side |
Immediate | "ImageSize" | "Variable" | |||||||||||||
base= | "TopFrame" | Specify the base part for
determining the right side coordinates. * It is not necessary to specify if width is other than "Variable". |
"TopFrame" | "LeftFrame" | "RightFrame" | "BottomFrame" | "CloseButton" | "PinButton" | "ModeButton" | |||||||||
side= | "left" | Specify whether using the
left side or the right side of the base part as reference coordinate. * It is not necessary to specify if width is other than "Variable". |
"left" | "right" | ||||||||||||||
offset= | "0" | Specify the offset value
from the reference coordinates. * It is not necessary to specify if width is other than "Variable". |
Immediate | |||||||||||||||
/> | ||||||||||||||||||
<bottom | Bottom coordinate | |||||||||||||||||
height= | "ImageSize" | Determination method of
height Immediate: Fixed height "ImageSize": Applies source image height "Variable": Determines the coordinate of the bottom side by the base part and side |
Immediate | "ImageSize" | "Variable" | |||||||||||||
base= | "TopFrame" | Specify the base part for
determining the bottom side coordinates. * It is not necessary to specify if height is other than "Variable". |
"TopFrame" | "LeftFrame" | "RightFrame" | "BottomFrame" | "CloseButton" | "PinButton" | "ModeButton" | |||||||||
side= | "top" | Specify whether using the
top side or the bottom side of the base part as reference coordinate. * It is not necessary to specify if height is other than "Variable". |
"top" | "bottom" | ||||||||||||||
offset= | "0" | Specify the offset value
from the reference coordinates. * It is not necessary to specify if height is other than "Variable". |
Immediate | |||||||||||||||
/> | ||||||||||||||||||
</arrangement> | ||||||||||||||||||
</searchbutton> | ||||||||||||||||||
Caption | ||||||||||||||||||
<caption | If you specify the image
attribute, the background is drawn in the caption area. The caption string is displayed even if the image attribute is omitted. |
|||||||||||||||||
image= | "caption.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "0" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "0" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "1/1" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/1" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
method= | "stretch" | See the description of the image attribute "method" of the window background. | "stretch" | "tile" | ||||||||||||||
border= | "0, 0, 0, 0" | See the description of the image attribute "border" of the window background. | Immediate x 4 | |||||||||||||||
> | ||||||||||||||||||
<arrangement> | ||||||||||||||||||
<left | Left coordinate | |||||||||||||||||
base= | "TopFrame" | Specify the base part for determining the left side coordinates. | "TopFrame" | "LeftFrame" | "RightFrame" | "BottomFrame" | "CloseButton" | "PinButton" | "ModeButton" | "SearchButton" | ||||||||
side= | "left" | Specify whether using the left side or the right side of the base part as reference coordinate. | "left" | "right" | ||||||||||||||
offset= | "8" | Specify the offset value from the reference coordinates. Positive value points to the right of the reference coordinate, and negative value points to the left. | Immediate | |||||||||||||||
/> | ||||||||||||||||||
<top | Top coordinate | |||||||||||||||||
base= | "TopFrame" | Specify the base part for determining the top side coordinates. | "TopFrame" | "LeftFrame" | "RightFrame" | "BottomFrame" | "CloseButton" | "PinButton" | "ModeButton" | "SearchButton" | ||||||||
side= | "top" | Specify whether using the top side or the bottom side of the base part as reference coordinate. | top | bottom | ||||||||||||||
offset= | "1" | Specify the offset value from the reference coordinates. Positive value points below the reference coordinate, and negative value points above. | Immediate | |||||||||||||||
/> | ||||||||||||||||||
<right | Right coordinate | |||||||||||||||||
width= | "Variable" | Determination method of
width Immediate: Fixed width "ImageSize": Applies source image width "Variable": Determines the coordinate of the right side by the base part and side |
Immediate | "ImageSize" | "Variable" | |||||||||||||
base= | "SearchButton" | Specify the base part for
determining the right side coordinates. * It is not necessary to specify if width is other than "Variable". |
"TopFrame" | "LeftFrame" | "RightFrame" | "BottomFrame" | "CloseButton" | "PinButton" | "ModeButton" | "SearchButton" | ||||||||
side= | "left" | Specify whether using the
left side or the right side of the base part as reference coordinate. * It is not necessary to specify if width is other than "Variable". |
"left" | "right" | ||||||||||||||
offset= | "-2" | Specify the offset value
from the reference coordinates. * It is not necessary to specify if width is other than "Variable". |
Immediate | |||||||||||||||
/> | ||||||||||||||||||
<bottom | Bottom coordinate | |||||||||||||||||
height= | "Variable" | Determination method of
height Immediate: Fixed height "ImageSize": Applies source image height "Variable": Determines the coordinate of the bottom side by the base part and side |
Immediate | "ImageSize" | "Variable" | |||||||||||||
base= | "TopFrame" | Specify the base part for
determining the bottom side coordinates. * It is not necessary to specify if height is other than "Variable". |
"TopFrame" | "LeftFrame" | "RightFrame" | "BottomFrame" | "CloseButton" | "PinButton" | "ModeButton" | "SearchButton" | ||||||||
side= | "bottom" | Specify whether using the
top side or the bottom side of the base part as reference coordinate. * It is not necessary to specify if height is other than "Variable". |
"top" | "bottom" | ||||||||||||||
offset= | "-1" | Specify the offset value
from the reference coordinates. * It is not necessary to specify if height is other than "Variable". |
Immediate | |||||||||||||||
/> | ||||||||||||||||||
</arrangement> | ||||||||||||||||||
<text> | ||||||||||||||||||
<font | Font settings | |||||||||||||||||
face= | "Meiryo UI" | Font name | String | |||||||||||||||
size= | "10" | Font size | Immediate | |||||||||||||||
style= | "bold" | Font style | "normal" | "bold" | "italic" | "bold, italic" | ||||||||||||
antiAlias= | "true" | Antialiasing | "true" | "false" | ||||||||||||||
/> | ||||||||||||||||||
<decoration | Text decoration settings | |||||||||||||||||
shadow= | "outline" | Type of
text shadow "none": no shadow, "upper": upper left, "lower": lower right, "outline": border |
"none" | "upper" | "lower" | "outline" | ||||||||||||
color= | "#29507E" | Text color (#RRGGBB) | Hexadecimal | |||||||||||||||
shadowColor= | "#DAE6F3" | Text shadow color (#RRGGBB) | Hexadecimal | |||||||||||||||
shadowAlpha= | "255" | Alpha value for text shadow | Immediate | |||||||||||||||
shadowWidth= | "3" | Width of text shadow In the case of shadow="upper" and shadow="lower", it will be the shift amount of the shadow, and in the case of shadow="outline" it will be the width of the border line. |
Immediate | |||||||||||||||
/> | ||||||||||||||||||
</text> | ||||||||||||||||||
</caption> | ||||||||||||||||||
Tab area | ||||||||||||||||||
<tabarea | The image attributes are optional. If you specify them, the background image is drawn in the tab area. | |||||||||||||||||
image= | "area.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "0" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "0" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "1/1" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/1" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
method= | "stretch" | See the description of the image attribute "method" of the window background. | "stretch" | "tile" | ||||||||||||||
border= | "2, 2, 2, 2" | See the description of the image attribute "border" of the window background. | Immediate x 4 | |||||||||||||||
> | ||||||||||||||||||
<arrangement | ||||||||||||||||||
offset= | "2, 2, -2, -2" | Specify the offset values
from the position of the base part to arrange the tab area. The description
order is "Left, Top, Right, Bottom". Left : When the tab is placed on the right side, it is the offset from the right side of the button area, otherwise it is the offset from the right side of the left frame. Top : When the tab is placed on the bottom, it is the offset from the bottom of the button area, otherwise it is the offset from the bottom of the upper frame. Right : When the tab is placed on the left side, it is not used, otherwise it is the offset from the left side of the right frame. Bottom: When the tab is placed on the top, it is not used, otherwise it is the offset from the top of the lower frame. |
Immediate x 4 | |||||||||||||||
margin= | "3, 3, 3, 3" | Specify the margin from the outer edge of the tab area to the position where the tabs are placed. The description order is "Left, Top, Right, Bottom". | Immediate x 4 | |||||||||||||||
/> | ||||||||||||||||||
Tabs | ||||||||||||||||||
<tab | Image attributes cannot be omitted. | |||||||||||||||||
image= | "tab.png" | Image file name Unlike other skin parts, the inside of the image has to be fixedly placed as follows. - The vertical direction is divided into three, and the images are arranged from the top in the order of "Normal state", "Hover state", and "Selected state". - In the horizontal direction, the tab images are arranged by the number of tab designs (the setting value of "designs"). * If you want to create a transparent tab using the alpha channel, create an image with the alpha value inside the tab set to 1 or greater. Fully transparent (alpha = 0) areas do not accept clicks. |
String | |||||||||||||||
method= | "stretch" | Drawing method "stretch" enlarges the source image to fit the size of the drawing area. "tile" fills up the drawing area by the source image without enlarging. |
"stretch" | "tile" | ||||||||||||||
border= | "2, 2, 2, 2" | Fixed size area In the stretching process, the specified four regions around the image are excluded from the enlargement and drawn in the original size. The description order is "Left, Top, Right, Bottom". |
Immediate x 4 | |||||||||||||||
designs= | "1" | Specify the number of tab designs included in the tab image. | Immediate | |||||||||||||||
> | ||||||||||||||||||
<arrangement | ||||||||||||||||||
pitch= | "3, 3" | Specify the interval between the tabs. The description order is "Horizontal, Vertical". | Immediate x 2 | |||||||||||||||
/> | ||||||||||||||||||
<text> | ||||||||||||||||||
<font> | Font settings | |||||||||||||||||
<active | Active tab | |||||||||||||||||
face= | "Meiryo UI" | Font name | String | |||||||||||||||
size= | "9" | Font size | Immediate | |||||||||||||||
style= | "bold" | Font style | "normal" | "bold" | "italic" | "bold, italic" | ||||||||||||
antiAlias= | "true" | Antialiasing | "true" | "false" | ||||||||||||||
/> | ||||||||||||||||||
<inactive | Inactive tab | |||||||||||||||||
face= | "Meiryo UI" | Font name | String | |||||||||||||||
size= | "9" | Font size | Immediate | |||||||||||||||
style= | "bold" | Font style | "normal" | "bold" | "italic" | "bold, italic" | ||||||||||||
antiAlias= | "true" | Antialiasing | "true" | "false" | ||||||||||||||
/> | ||||||||||||||||||
</font> | ||||||||||||||||||
<decoration> | Text decoration settings | |||||||||||||||||
<normal | Normal state | |||||||||||||||||
shadow= | "outline" | Type of
text shadow "none": no shadow, "upper": upper left, "lower": lower right, "outline": border |
"none" | "upper" | "lower" | "outline" | ||||||||||||
color= | "#29507E" | Text color (#RRGGBB) | Hexadecimal | |||||||||||||||
shadowColor= | "#DAE6F3" | Text shadow color (#RRGGBB) | Hexadecimal | |||||||||||||||
shadowAlpha= | "255" | Alpha value for text shadow | Immediate | |||||||||||||||
shadowWidth= | "3" | Width of text shadow In the case of shadow="upper" and shadow="lower", it will be the shift amount of the shadow, and in the case of shadow="outline" it will be the width of the border line. |
Immediate | |||||||||||||||
/> | ||||||||||||||||||
<hover | Hover state | |||||||||||||||||
shadow= | "outline" | Type of text shadow "none": no shadow, "upper": upper left, "lower": lower right, "outline": border |
"none" | "upper" | "lower" | "outline" | ||||||||||||
color= | "#407AC1" | Text color (#RRGGBB) | Hexadecimal | |||||||||||||||
shadowColor= | "#DAE6F3" | Text shadow color (#RRGGBB) | Hexadecimal | |||||||||||||||
shadowAlpha= | "255" | Alpha value for text shadow | Immediate | |||||||||||||||
shadowWidth= | "3" | Width of text shadow In the case of shadow="upper" and shadow="lower", it will be the shift amount of the shadow, and in the case of shadow="outline" it will be the width of the border line. |
Immediate | |||||||||||||||
/> | ||||||||||||||||||
<active | Selected state | |||||||||||||||||
shadow= | "outline" | Type of text shadow "none": no shadow, "upper": upper left, "lower": lower right, "outline": border |
"none" | "upper" | "lower" | "outline" | ||||||||||||
color= | "#29507E" | Text color (#RRGGBB) | Hexadecimal | |||||||||||||||
shadowColor= | "#DAE6F3" | Text shadow color (#RRGGBB) | Hexadecimal | |||||||||||||||
shadowAlpha= | "255" | Alpha value for text shadow | Immediate | |||||||||||||||
shadowWidth= | "3" | Width of text shadow In the case of shadow="upper" and shadow="lower", it will be the shift amount of the shadow, and in the case of shadow="outline" it will be the width of the border line. |
Immediate | |||||||||||||||
/> | ||||||||||||||||||
</decoration> | ||||||||||||||||||
</text> | ||||||||||||||||||
</tab> | ||||||||||||||||||
</tabarea> | ||||||||||||||||||
Button area | ||||||||||||||||||
<buttonarea | The image attributes are optional. If you specify them, the background image is drawn in the button area. | |||||||||||||||||
image= | "area.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "0" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "0" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "1/1" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/1" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
method= | "stretch" | See the description of the image attribute "method" of the window background. | "stretch" | "tile" | ||||||||||||||
border= | "2, 2, 2, 2" | See the description of the image attribute "border" of the window background. | Immediate x 4 | |||||||||||||||
> | ||||||||||||||||||
<arrangement | ||||||||||||||||||
offset= | "2, 0, -2, -2" | Specify the offset values
from the position of the base part to arrange the button area. The
description order is "Left, Top, Right, Bottom". Left : When the tab is placed on the left side, it is the offset from the right side of the tab area, otherwise it is the offset from the right side of the left frame. Top : When the tab is placed on the top, it is the offset from the bottom of the tab area, otherwise it is the offset from the bottom of the upper frame. Right : When the tab is placed on the right side, it is not used, otherwise it is the offset from the left side of the right frame. Bottom: When the tab is placed on the bottom, it is not used, otherwise it is the offset from the top of the lower frame. |
Immediate x 4 | |||||||||||||||
margin= | "3, 3, 3, 3" | Specify the margin from the outer edge of the button area to the position where the buttons are placed. The description order is "Left, Top, Right, Bottom". | Immediate x 4 | |||||||||||||||
/> | ||||||||||||||||||
Buttons | ||||||||||||||||||
<button | Image attributes cannot be omitted. | |||||||||||||||||
image= | "button.png" | Image file name Unlike other skin parts, the inside of the image has to be fixedly placed as follows. - The vertical direction is divided into three, and the images are arranged from the top in the order of "Normal state", "Hover state", and "Pressed state". - In the horizontal direction, the button images are arranged by the number of button designs (the setting value of "designs"). * If you want to create a transparent button using the alpha channel, create an image with the alpha value inside the button set to 1 or greater. Fully transparent (alpha = 0) areas do not accept clicks. |
String | |||||||||||||||
method= | "stretch" | Drawing method "stretch" enlarges the source image to fit the size of the drawing area. "tile" fills up the drawing area by the source image without enlarging. |
"stretch" | "tile" | ||||||||||||||
border= | "2, 2, 2, 2" | Fixed size area In the stretching process, the specified four regions around the image are excluded from the enlargement and drawn in the original size. The description order is "Left, Top, Right, Bottom". |
Immediate x 4 | |||||||||||||||
designs= | "1" | Specify the number of button designs included in the button image. | Immediate | |||||||||||||||
> | ||||||||||||||||||
<arrangement | ||||||||||||||||||
pitch= | "3, 3" | Specify the interval between the buttons. The description order is "Horizontal, Vertical". | Immediate x 2 | |||||||||||||||
shiftHover= | "0, 0" | Moves the display position
of the icon and text in the button when in the hover state. Positive value moves them to the right or down, and negative value shifts them left or up. The description order is "Horizontal, Vertical". |
Immediate x 2 | |||||||||||||||
shiftDown= | "1, 1" | Moves the display position
of the icon and text in the button when in the pressed state. Positive value moves them to the right or down, and negative value shifts them left or up. The description order is "Horizontal, Vertical". |
Immediate x 2 | |||||||||||||||
/> | ||||||||||||||||||
<text> | ||||||||||||||||||
<font | Font settings | |||||||||||||||||
face= | "Meiryo UI" | Font name | String | |||||||||||||||
size= | "9" | Font size | Immediate | |||||||||||||||
style= | "bold" | Font style | "normal" | "bold" | "italic" | "bold, italic" | ||||||||||||
antiAlias= | "false" | Antialiasing | "true" | "false" | ||||||||||||||
/> | ||||||||||||||||||
<decoration> | Text decoration settings | |||||||||||||||||
<normal | Normal state | |||||||||||||||||
shadow= | "outline" | Type of
text shadow "none": no shadow, "upper": upper left, "lower": lower right, "outline": border |
"none" | "upper" | "lower" | "outline" | ||||||||||||
color= | "#29507E" | Text color (#RRGGBB) | Hexadecimal | |||||||||||||||
shadowColor= | "#DAE6F3" | Text shadow color (#RRGGBB) | Hexadecimal | |||||||||||||||
shadowAlpha= | "255" | Alpha value for text shadow | Immediate | |||||||||||||||
shadowWidth= | "3" | Width of text shadow In the case of shadow="upper" and shadow="lower", it will be the shift amount of the shadow, and in the case of shadow="outline" it will be the width of the border line. |
Immediate | |||||||||||||||
/> | ||||||||||||||||||
<hover | Hover state | |||||||||||||||||
shadow= | "outline" | Type of text shadow "none": no shadow, "upper": upper left, "lower": lower right, "outline": border |
"none" | "upper" | "lower" | "outline" | ||||||||||||
color= | "#407AC1" | Text color (#RRGGBB) | Hexadecimal | |||||||||||||||
shadowColor= | "#DAE6F3" | Text shadow color (#RRGGBB) | Hexadecimal | |||||||||||||||
shadowAlpha= | "255" | Alpha value for text shadow | Immediate | |||||||||||||||
shadowWidth= | "3" | Width of text shadow In the case of shadow="upper" and shadow="lower", it will be the shift amount of the shadow, and in the case of shadow="outline" it will be the width of the border line. |
Immediate | |||||||||||||||
/> | ||||||||||||||||||
<down | Pressed state | |||||||||||||||||
shadow= | "outline" | Type of text shadow "none": no shadow, "upper": upper left, "lower": lower right, "outline": border |
"none" | "upper" | "lower" | "outline" | ||||||||||||
color= | "#29507E" | Text color (#RRGGBB) | Hexadecimal | |||||||||||||||
shadowColor= | "#DAE6F3" | Text shadow color (#RRGGBB) | Hexadecimal | |||||||||||||||
shadowAlpha= | "255" | Alpha value for text shadow | Immediate | |||||||||||||||
shadowWidth= | "3" | Width of text shadow In the case of shadow="upper" and shadow="lower", it will be the shift amount of the shadow, and in the case of shadow="outline" it will be the width of the border line. |
Immediate | |||||||||||||||
/> | ||||||||||||||||||
</decoration> | ||||||||||||||||||
</text> | ||||||||||||||||||
</button> | ||||||||||||||||||
Lock marker | ||||||||||||||||||
<lockmarker | Specify the image to be
drawn over the locked button. You can omit this element itself if you do not need it. |
|||||||||||||||||
image= | "lockmarker.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "0" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "0" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "1/1" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/1" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
method= | "stretch" | See the description of the image attribute "method" of the window background. | "stretch" | "tile" | ||||||||||||||
border= | "0, 18, 12, 0" | See the description of the image attribute "border" of the window background. | Immediate x 4 | |||||||||||||||
> | ||||||||||||||||||
<arrangement | ||||||||||||||||||
zOrder= | "front" | Specify the
drawing layer of the lock marker. "back": Draws behind the icon, "front": Draws in front of the icon |
"back" | "front" | ||||||||||||||
/> | ||||||||||||||||||
/> | ||||||||||||||||||
</buttonarea> | ||||||||||||||||||
Submenus | Settings and images for submenus are also used in the search window. | |||||||||||||||||
<submenu | Menu background image It is placed in the area surrounded by the menu frames. |
|||||||||||||||||
image= | "menubg.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "0" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "0" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "1/1" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/1" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
method= | "tile" | See the description of the image attribute "method" of the window background. | "stretch" | "tile" | ||||||||||||||
border= | "0, 0, 0, 0" | See the description of the image attribute "border" of the window background. | Immediate x 4 | |||||||||||||||
> | ||||||||||||||||||
<arrangement | ||||||||||||||||||
shadowArea= | "0, 0, 5, 5" | Shadow
area of submenu Specify the width of the shadow area if the submenu image has the shadow around it. The description order is "Left, Top, Right, Bottom". |
Immediate x 4 | |||||||||||||||
/> | ||||||||||||||||||
Menu frames | ||||||||||||||||||
<frame> | ||||||||||||||||||
<top | Upper frame | |||||||||||||||||
image= | "menuframe.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "0" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "0" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "1/1" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "10" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
method= | "stretch" | See the description of the image attribute "method" of the window background. | "stretch" | "tile" | ||||||||||||||
border= | "6, 0, 11, 0" | See the description of the image attribute "border" of the window background. | Immediate x 4 | |||||||||||||||
> | ||||||||||||||||||
<arrangement | ||||||||||||||||||
height= | Upper frame height Immediate: Fixed height "ImageSize": Applies source image height |
Immediate | "ImageSize" | |||||||||||||||
/> | ||||||||||||||||||
</top> | ||||||||||||||||||
<left | Left frame | |||||||||||||||||
image= | "menuframe.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "0" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "10" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "5" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
method= | "stretch" | See the description of the image attribute "method" of the window background. | "stretch" | "tile" | ||||||||||||||
border= | "0, 0, 0, 0" | See the description of the image attribute "border" of the window background. | Immediate x 4 | |||||||||||||||
> | ||||||||||||||||||
<arrangement | ||||||||||||||||||
width= | "ImageSize" | Left frame width Immediate: Fixed width "ImageSize": Applies source image width |
Immediate | "ImageSize" | ||||||||||||||
/> | ||||||||||||||||||
</left> | ||||||||||||||||||
<right | Right frame | |||||||||||||||||
image= | "menuframe.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "25" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "10" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "10" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
method= | "stretch" | See the description of the image attribute "method" of the window background. | "stretch" | "tile" | ||||||||||||||
border= | "0, 0, 0, 0" | See the description of the image attribute "border" of the window background. | Immediate x 4 | |||||||||||||||
> | ||||||||||||||||||
<arrangement | ||||||||||||||||||
width= | "ImageSize" | Right frame width Immediate: Fixed width "ImageSize": Applies source image width |
Immediate | "ImageSize" | ||||||||||||||
/> | ||||||||||||||||||
</right> | ||||||||||||||||||
<bottom | Lower frame | |||||||||||||||||
image= | "menuframe.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "0" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "24" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "1/1" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "11" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
method= | "stretch" | See the description of the image attribute "method" of the window background. | "stretch" | "tile" | ||||||||||||||
border= | "6, 0, 11, 0" | See the description of the image attribute "border" of the window background. | Immediate x 4 | |||||||||||||||
> | ||||||||||||||||||
<arrangement | ||||||||||||||||||
height= | "ImageSize" | Lower frame height Immediate: Fixed height "ImageSize": Applies source image height |
Immediate | "ImageSize" | ||||||||||||||
/> | ||||||||||||||||||
</bottom> | ||||||||||||||||||
</frame> | ||||||||||||||||||
Menu items | ||||||||||||||||||
<item> | ||||||||||||||||||
<normal | Normal state | |||||||||||||||||
image= | "menuitem.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "0" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "0" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "1/1" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/3" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
method= | "stretch" | See the description of the image attribute "method" of the window background. | "stretch" | "tile" | ||||||||||||||
border= | "1, 1, 1, 1" | See the description of the image attribute "border" of the window background. | Immediate x 4 | |||||||||||||||
/> | ||||||||||||||||||
<selected | Selected state | |||||||||||||||||
image= | "menuitem.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "0" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "2/3" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "1/1" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/3" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
method= | "stretch" | See the description of the image attribute "method" of the window background. | "stretch" | "tile" | ||||||||||||||
border= | "1, 1, 1, 1" | See the description of the image attribute "border" of the window background. | Immediate x 4 | |||||||||||||||
/> | ||||||||||||||||||
<multisel | Multi-selected state | |||||||||||||||||
image= | "menuitem.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "0" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "3/3" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "1/1" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/3" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
method= | "stretch" | See the description of the image attribute "method" of the window background. | "stretch" | "tile" | ||||||||||||||
border= | "9, 9, 9, 9" | See the description of the image attribute "border" of the window background. | Immediate x 4 | |||||||||||||||
/> | ||||||||||||||||||
<arrangement | ||||||||||||||||||
margin= | "2, 2, 2, 2" | Margins in each menu item area. The description order is "Left, Top, Right, Bottom". | Immediate x 4 | |||||||||||||||
interval= | "4" | Spacing between icon and text in menu items. | Immediate | |||||||||||||||
/> | ||||||||||||||||||
<text> | ||||||||||||||||||
<font | Font settings | |||||||||||||||||
fontFace= | "Meiryo UI" | Font name | String | |||||||||||||||
fontSize= | "10" | Font size | Immediate | |||||||||||||||
fontStyle= | "bold" | Font style | "normal" | "bold" | "italic" | "bold, italic" | ||||||||||||
antiAlias= | "false" | Antialiasing | "true" | "false" | ||||||||||||||
/> | ||||||||||||||||||
<decoration> | Text decoration settings | |||||||||||||||||
<normal | Normal state | |||||||||||||||||
shadow= | "lower" | Type of
text shadow "none": no shadow, "upper": upper left, "lower": lower right, "outline": border |
"none" | "upper" | "lower" | "outline" | ||||||||||||
color= | "#FFFFFF" | Text color (#RRGGBB) | Hexadecimal | |||||||||||||||
shadowColor= | "#000050" | Text shadow color (#RRGGBB) | Hexadecimal | |||||||||||||||
shadowAlpha= | "255" | Alpha value for text shadow | Immediate | |||||||||||||||
shadowWidth= | "1" | Width of text shadow In the case of shadow="upper" and shadow="lower", it will be the shift amount of the shadow, and in the case of shadow="outline" it will be the width of the border line. |
Immediate | |||||||||||||||
/> | ||||||||||||||||||
<selected | Selected state | |||||||||||||||||
shadow= | "lower" | Type of text shadow "none": no shadow, "upper": upper left, "lower": lower right, "outline": border |
"none" | "upper" | "lower" | "outline" | ||||||||||||
color= | "#FFFFFF" | Text color (#RRGGBB) | Hexadecimal | |||||||||||||||
shadowColor= | "#000050" | Text shadow color (#RRGGBB) | Hexadecimal | |||||||||||||||
shadowAlpha= | "255" | Alpha value for text shadow | Immediate | |||||||||||||||
shadowWidth= | "1" | Width of text shadow In the case of shadow="upper" and shadow="lower", it will be the shift amount of the shadow, and in the case of shadow="outline" it will be the width of the border line. |
Immediate | |||||||||||||||
/> | ||||||||||||||||||
<disabled | Disabled state | |||||||||||||||||
shadow= | "none" | Type of text shadow "none": no shadow, "upper": upper left, "lower": lower right, "outline": border |
"none" | "upper" | "lower" | "outline" | ||||||||||||
color= | "#CCC8C9" | Text color (#RRGGBB) | Hexadecimal | |||||||||||||||
shadowColor= | "#000000" | Text shadow color (#RRGGBB) | Hexadecimal | |||||||||||||||
shadowAlpha= | "255" | Alpha value for text shadow | Immediate | |||||||||||||||
shadowWidth= | "1" | Width of text shadow In the case of shadow="upper" and shadow="lower", it will be the shift amount of the shadow, and in the case of shadow="outline" it will be the width of the border line. |
Immediate | |||||||||||||||
/> | ||||||||||||||||||
</decoration> | ||||||||||||||||||
</text> | ||||||||||||||||||
</item> | ||||||||||||||||||
Scroll buttons | ||||||||||||||||||
<scrollbutton> | ||||||||||||||||||
<normal | Normal state | |||||||||||||||||
image= | "scrollbutton.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "0" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "1/4" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "1/1" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/4" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
method= | "stretch" | See the description of the image attribute "method" of the window background. | "stretch" | "tile" | ||||||||||||||
border= | "2, 2, 2, 2" | See the description of the image attribute "border" of the window background. | Immediate x 4 | |||||||||||||||
/> | ||||||||||||||||||
<hover | Hover state | |||||||||||||||||
image= | "scrollbutton.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "0" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "2/4" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "1/1" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/4" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
method= | "stretch" | See the description of the image attribute "method" of the window background. | "stretch" | "tile" | ||||||||||||||
border= | "2, 2, 2, 2" | See the description of the image attribute "border" of the window background. | Immediate x 4 | |||||||||||||||
/> | ||||||||||||||||||
<down | Pressed state | |||||||||||||||||
image= | "scrollbutton.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "0" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "3/4" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "1/1" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/4" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
method= | "stretch" | See the description of the image attribute "method" of the window background. | "stretch" | "tile" | ||||||||||||||
border= | "2, 2, 2, 2" | See the description of the image attribute "border" of the window background. | Immediate x 4 | |||||||||||||||
/> | ||||||||||||||||||
<disabled | Disabled state | |||||||||||||||||
image= | "scrollbutton.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "0" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "4/4" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "1/1" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/4" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
method= | "stretch" | See the description of the image attribute "method" of the window background. | "stretch" | "tile" | ||||||||||||||
border= | "2, 2, 2, 2" | See the description of the image attribute "border" of the window background. | Immediate x 4 | |||||||||||||||
/> | ||||||||||||||||||
<arrangement | ||||||||||||||||||
interval= | "1" | Interval between scroll button and menu item | Immediate | |||||||||||||||
width= | "16" | Width of left and right scroll buttons | Immediate | |||||||||||||||
height= | "16" | Height of up and down scroll buttons | Immediate | |||||||||||||||
/> | ||||||||||||||||||
Arrows in scroll buttons | ||||||||||||||||||
The arrows are drawn in the original size of the image. | ||||||||||||||||||
<uparrow> | Up arrow | |||||||||||||||||
<normal | Normal state | |||||||||||||||||
image= | "arrowud.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "1/2" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "1/4" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "1/2" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/4" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
/> | ||||||||||||||||||
<hover | Hover state | |||||||||||||||||
image= | "arrowud.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "1/2" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "2/4" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "1/2" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/4" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
/> | ||||||||||||||||||
<down | Pressed state | |||||||||||||||||
image= | "arrowud.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "1/2" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "3/4" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "1/2" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/4" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
/> | ||||||||||||||||||
<disabled | Disabled state | |||||||||||||||||
image= | "arrowud.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "1/2" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "4/4" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "1/2" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/4" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
/> | ||||||||||||||||||
</uparrow> | ||||||||||||||||||
<downarrow> | Down arrow | |||||||||||||||||
<normal | Normal state | |||||||||||||||||
image= | "arrowud.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "2/2" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "1/4" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "1/2" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/4" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
/> | ||||||||||||||||||
<hover | Hover state | |||||||||||||||||
image= | "arrowud.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "2/2" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "2/4" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "1/2" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/4" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
/> | ||||||||||||||||||
<down | Pressed state | |||||||||||||||||
image= | "arrowud.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "2/2" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "3/4" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "1/2" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/4" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
/> | ||||||||||||||||||
<disabled | Disabled state | |||||||||||||||||
image= | "arrowud.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "2/2" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "4/4" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "1/2" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/4" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
/> | ||||||||||||||||||
</downarrow> | ||||||||||||||||||
<leftarrow> | Left arrow | |||||||||||||||||
<normal | Normal state | |||||||||||||||||
image= | "arrowlr.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "1/2" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "1/4" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "1/2" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/4" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
/> | ||||||||||||||||||
<hover | Hover state | |||||||||||||||||
image= | "arrowlr.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "1/2" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "2/4" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "1/2" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/4" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
/> | ||||||||||||||||||
<down | Pressed state | |||||||||||||||||
image= | "arrowlr.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "1/2" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "3/4" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "1/2" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/4" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
/> | ||||||||||||||||||
<disabled | Disabled state | |||||||||||||||||
image= | "arrowlr.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "1/2" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "4/4" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "1/2" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/4" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
/> | ||||||||||||||||||
</leftarrow> | ||||||||||||||||||
<rightarrow> | Right arrow | |||||||||||||||||
<normal | Normal state | |||||||||||||||||
image= | "arrowlr.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "2/2" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "1/4" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "1/2" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/4" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
/> | ||||||||||||||||||
<hover | Hover state | |||||||||||||||||
image= | "arrowlr.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "2/2" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "2/4" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "1/2" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/4" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
/> | ||||||||||||||||||
<down | Pressed state | |||||||||||||||||
image= | "arrowlr.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "2/2" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "3/4" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "1/2" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/4" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
/> | ||||||||||||||||||
<disabled | Disabled state | |||||||||||||||||
image= | "arrowlr.png" | See the description of the image attribute "image" of the window background. | String | |||||||||||||||
left= | "2/2" | See the description of the image attribute "left" of the window background. | Immediate | n / Divisions | ||||||||||||||
top= | "4/4" | See the description of the image attribute "top" of the window background. | Immediate | n / Divisions | ||||||||||||||
width= | "1/2" | See the description of the image attribute "width" of the window background. | Immediate | n / Divisions | ||||||||||||||
height= | "1/4" | See the description of the image attribute "height" of the window background. | Immediate | n / Divisions | ||||||||||||||
/> | ||||||||||||||||||
</rightarrow> | ||||||||||||||||||
</scrollbutton> | ||||||||||||||||||
</foldermenu> | ||||||||||||||||||
Recommended settings | ||||||||||||||||||
<recommended> | Specify various settings
recommended by the skin. Each item corresponds to the design setting of the CLaunch options, and they are loaded when the "Apply recommended settings" button is clicked in the skin selection dialog box. If you write only the items you want to recommend, other settings will not be affected. And if there is no recommended item, this element itself can be omitted. |
|||||||||||||||||
<mode1> | Recommended settings applied to Display Mode 1 | |||||||||||||||||
<caption | Recommended caption settings | |||||||||||||||||
textMargin= | "4, 0, 4, 0" | Fine adjustment of text position (Description order: "Left, Top, Right, Bottom") | Immediate x 4 | |||||||||||||||
centerText= | "false" | Center text | "true" | "false" | ||||||||||||||
multiLine= | "false" | Multi-line text | "true" | "false" | ||||||||||||||
/> | ||||||||||||||||||
<tab | Recommended tab settings | |||||||||||||||||
size= | "56, 20" | Tab size (Description order: "Horizontal, Vertical") | Immediate x 2 | |||||||||||||||
textMargin= | "2, 0, 2, 0" | Fine adjustment of text position (Description order: "Left, Top, Right, Bottom") | Immediate x 4 | |||||||||||||||
fixedWidth= | "true" | Fixed tab width | "true" | "false" | ||||||||||||||
multiLine= | "false" | Display tabs in multiple lines | "true" | "false" | ||||||||||||||
leftText= | "false" | Left alignment of text | "true" | "false" | ||||||||||||||
/> | ||||||||||||||||||
<button | Recommended button settings | |||||||||||||||||
size= | "56, 56" | Button size (Description order: "Horizontal, Vertical") | Immediate x 2 | |||||||||||||||
count= | "7, 3" | Number of Buttons (Description order: "Horizontal, Vertical") | Immediate x 2 | |||||||||||||||
iconSize= | "32" | Icon size | Immediate | |||||||||||||||
iconMargin= | "0, 4, 0, 0" | Fine adjustment of icon position (Description order: "Left, Top, Right, Bottom") | Immediate x 4 | |||||||||||||||
textMargin= | "0, 1, 0, 1" | Fine adjustment of text position (Description order: "Left, Top, Right, Bottom") | Immediate x 4 | |||||||||||||||
leftIcon= | "false" | Display icons to the left | "true" | "false" | ||||||||||||||
text= | "true" | Display text | "true" | "false" | ||||||||||||||
singleLine= | "false" | Single line text | "true" | "false" | ||||||||||||||
leftText= | "false" | Left aligned text | "true" | "false" | ||||||||||||||
/> | ||||||||||||||||||
</mode1> | ||||||||||||||||||
<mode2> | Recommended settings applied to Display Mode 2 | |||||||||||||||||
<caption | Recommended caption settings | |||||||||||||||||
textMargin= | "4, 0, 4, 0" | Fine adjustment of text position (Description order: "Left, Top, Right, Bottom") | Immediate x 4 | |||||||||||||||
centerText= | "false" | Center text | "true" | "false" | ||||||||||||||
multiLine= | "false" | Multi-line text | "true" | "false" | ||||||||||||||
/> | ||||||||||||||||||
<tab | Recommended tab settings | |||||||||||||||||
size= | "56, 20" | Tab size (Description order: "Horizontal, Vertical") | Immediate x 2 | |||||||||||||||
textMargin= | "2, 0, 2, 0" | Fine adjustment of text position (Description order: "Left, Top, Right, Bottom") | Immediate x 4 | |||||||||||||||
fixedWidth= | "true" | Fixed tab width | "true" | "false" | ||||||||||||||
multiLine= | "false" | Display tabs in multiple lines | "true" | "false" | ||||||||||||||
leftText= | "false" | Left alignment of text | "true" | "false" | ||||||||||||||
/> | ||||||||||||||||||
<button | Recommended button settings | |||||||||||||||||
size= | "160, 24" | Button size (Description order: "Horizontal, Vertical") | Immediate x 2 | |||||||||||||||
count= | "2, 10" | Number of Buttons (Description order: "Horizontal, Vertical") | Immediate x 2 | |||||||||||||||
iconSize= | "16" | Icon size | Immediate | |||||||||||||||
iconMargin= | "6, 2, 6, 2" | Fine adjustment of icon position (Description order: "Left, Top, Right, Bottom") | Immediate x 4 | |||||||||||||||
textMargin= | "0, 0, 2, 0" | Fine adjustment of text position (Description order: "Left, Top, Right, Bottom") | Immediate x 4 | |||||||||||||||
leftIcon= | "true" | Display icons to the left | "true" | "false" | ||||||||||||||
text= | "true" | Display text | "true" | "false" | ||||||||||||||
singleLine= | "true" | Single line text | "true" | "false" | ||||||||||||||
leftText= | "true" | Left aligned text | "true" | "false" | ||||||||||||||
/> | ||||||||||||||||||
</mode2> | ||||||||||||||||||
</recommended> | ||||||||||||||||||
</skin> |