-
ProgressBar (Type: Image)
-
Left border section
This part will be painted as the left(for horizontal progress bar)
or bottom(for vertical progressbar) border in original width.
-
Fulfilled section
This part will be stretch painted as fulfilled region of a progress
bar.
-
Nonfulfilled section
This part will be stretch painted as non-fulfilled region of a
progress bar.
-
Right border section
This part will be painted as the right(for horizontal progress bar)
or top(for vertical progressbar) border in original width.
For all sections above, the top 2 lines
and bottom 2 lines pixels will be treated as top/bottom(for horizontal
progress bar) or left/right(for vertical progressbar) border
automatically.
An example:

-
TrackBar (Type: Image)
-
Bar
It will be separated into 3 parts automatically. The 3 parts will have
the same width value. So you need to ensure the width of the full image
can be divide by 3 exactly(E.g. 12, 15 or 51, etc.). Part #1 and part #3
will be painted in original size and part #2 will be stretch painted
between part #1 and part #3.
-
Slider for horizontal track bar
-
Slider for vertical track bar
An example:

-
ScrollBar (Type: Image)
-
Up/Right button
A single image for consecutive 3 status of button: Normal, Mouse hover,
Mouse down.
-
Slider
Part #1 is the image of the slider and the other 2 parts are the
background color of the scrollbar.
-
Down/Left button
A single image for consecutive 3 status of button: Normal, Mouse hover,
Mouse down.
An example:

-
TabControl (Type: Image)
-
Header
A single image for consecutive 2 status of tab header:Active, Inactive.
The width of each status muse can be divide by 3 exactly.
-
Separator
A separator between tab header and tab sheets.
-
Control colors
The background color of tab sheets
The border color of tab sheets
The font color of the active tab header
The font color of the inactive tab header
An example:

-
SideChannel (Type: Image) (Optional)
Only used for SUIPack.
-
Scroll buttons (Type: Image)
(Optional)
Only used for SUIPack.
|