Window Frame
You have two choices for the window frame, i.e., simple-fill frame and custom frame.
Simple-fill frame
- In this way, you will design a skin based on a round-rectangle frame with a simple filling pattern. You need to supply the following parameters, FrameRect=left,top,right,bottom
- Define the thickness on the four sides of the frame. You can write "FrameRect=default" and it will be set to "6,29,6,6". The top side is thicker because it includes the caption. You must specify this option so that this skin is treated as a simple-fill frame.
- FrameCorner=radius
- Define the radius of the frame corner, or how round the corner is. Set 0 if you want to have square corner.
- FrameFill=picturefile
Specify the picture file which will be used as the filling pattern for the window frame. The default value is "framefill.bmp".
Custom Frame
If you haven't specified the option "FrameRect" in the configuration file, the skin will be treated as a custom frame. You have to include up to 12 images to define the frame. They are,
topleft.bmp, top.bmp, topright.bmp,
lefttop.bmp(optional), left.bmp, leftbottom.bmp(optional),
righttop.bmp(optional), right.bmp, rightbottom.bmp(optional),
bottomleft.bmp, bottom.bmp, bottomright.bmp.
Please notice that the top-left corner is included in topleft.bmp(instead of lefttop.bmp); the top-right corner is included in topright.bmp; the bottom-left corner is included in bottomleft.bmp, the bottom-right corner is included in bottom-right.bmp. Also notice that left.bmp, bottom.bmp, left.bmp and right.bmp should be rectangular in shape because they will be tiled to adapt to actual window size. |