|
MYIE2 at present supports limited skins with custom-made function. You
may do it at your own discretion. Besides, we will regularly announce
some outstanding skins made by web users. Everybody positive discussion
and sharing skin design experience is much appreciated.
During your submission of MYIE2 Skins, please attach a briefing description
and a tuncated picture of 800x600 pixal
A better place to know more about MYIE2 Skins is picto's great ' MYIE2
Skin Site ' .
MYIE2 Skin production fundamental rules and guidelines
- The Skins document is stored in the skin directory under the installation directory of MYIE2 where
you can make your own directory at any names you like. Here is an example in which I make a test directory under the skin directory
to store copied graphic files.
- Then create skin.ini document in the test directory with appropriate parameters.
Here is an example to illustrate how MYIE2 uses FlatXP as its skin
along with the demonstration of the skin.ini document.
---------------------------------------------------------------------------------------
;Note:
;
; Some items will be able to use the software interior default value. So it is not necessary to set all items
.
; All colors value may adopt three types of format
; 1.Decimal base: the simple color value decimal-based expression. For instance, Selected_TAB_BK_COLOR=1234567
; 2.Hexadecimal system: the color value in hexadecimal-based expression. To begin with '#'. For instance, Selected_TAB_BK_COLOR=#FFFFFF
; 3.RGB code: the decimal-based expression in RGB form. Use ',' as the delimiter. For instance, Selected_TAB_BK_COLOR=255,0,255
[ General ]
; The Skin name, it is displayed on the MYIE2 menu
Name=Flat XP [ SiC ]
[ TOOLBAR ]
MAIN_BIG_SIZE=24
MAIN_DISABLE_BIG_PATH=coldtool.Bmp
MAIN_HOT_BIG_PATH=hottool.Bmp
MAIN_SMALL_SIZE=16
MAIN_HOT_SMALL_PATH=hottool_s.Bmp
MAIN_DISABLE_SMALL_PATH=coldtool_s.Bmp
TAB_IMAGE_PATH=tab.Bmp
ADDRESSBAR_IMAGE_PATH=address.Bmp
FAV_IMAGE_PATH=link.Bmp
SYSTEMBAR_IMAGE_PATH=sysmenu.Bmp
ANIMATE_ICON_PATH=
STATUS_BAR_IMAGE_SIZE=12
STATUS_BAR_IMAGE_PATH=
STATUS_BAR_HEIGHT=20
[ TOPBAR ]
; BK_IMAGE=bg.Bmp
BK_COLOR=#C8D0D8
BK_IMAGE_STRETCH=1
[ TAB ]
DRAW_TYPE=ALL
Selected_TAB_BK_COLOR=#FFFFFF
Selected_TAB_Text_COLOR=#000000
Selected_TAB_BORDER_LEFT_COLOR=#B0B0B0
Selected_TAB_BORDER_TOP_COLOR=#B0B0B0
Selected_TAB_BORDER_RIGHT_COLOR=#B0B0B0
Selected_TAB_BORDER_BOTTOM_COLOR=#B0B0B0
Selected_TAB_BORDER_WIDTH=1
UnSelected_TAB_BK_COLOR=#C8D0D8
UnSelected_Text_BK_COLOR=#6666666
UnSelected_TAB_BORDER_LEFT_COLOR=#C8D0D8
UnSelected_TAB_BORDER_TOP_COLOR=#C8D0D8
UnSelected_TAB_BORDER_RIGHT_COLOR=#B0B0B0
UnSelected_TAB_BORDER_BOTTOM_COLOR=#C8D0D8
UnSelected_TAB_BORDER_WIDTH=1
TAB_MAINBK_COLOR=#C8D0D8
---------------------------------------------------------------------------------------
|