Список разделов › foobar2000 › Плагины
Как туда добавить вкладку Queue Contents Editor?// -=]###[ Constants ]###[=-
$init_ps_global(IPath,%ps_foobar2000_path%\skins\ZiX+\Tab,0)
$init_ps_global(font,Segoe UI)
$if($or($greater(%_width%,436),$greater(%_height%,222)),
$set_ps_global(WW,%_width%)
$set_ps_global(WH,%_height%)
)
//$set_ps_global(WW,$max(%_width%,420))
//$set_ps_global(WH,$max(%_height%,222))
$imageabs(0,150,%_width%,39,$get_ps_global(IPath)\BG_G.png,nokeepaspect,,)
$if($isvisible_c($getcaption(1)),
$imageabs(15,162,74,24,$get_ps_global(IPath)\tab_a.png,,,)
$imageabs(15,162,74,24,$get_ps_global(IPath)\Label\tracklist_a.png,,,)
,
$imageabs(15,162,74,24,$get_ps_global(IPath)\tab_n.png,,,)
$imageabs(15,162,74,24,$get_ps_global(IPath)\Label\tracklist.png,,,)
$textbutton(15,162,74,24,,,
PANELSHOW:Tracklist:1;
PANELSHOW:Bio:0;
PANELSHOW:Lyric:0;
PANELSHOW:Info:0;
REFRESH;
,,)
)
$if($isvisible_c($getcaption(2)),
$imageabs(95,162,74,24,$get_ps_global(IPath)\tab_a.png,,,)
$imageabs(95,162,74,24,$get_ps_global(IPath)\Label\bio_a.png,,,)
,
$imageabs(95,162,74,24,$get_ps_global(IPath)\tab_n.png,,,)
$imageabs(95,162,74,24,$get_ps_global(IPath)\Label\bio.png,,,)
$textbutton(95,162,74,24,,,
PANELSHOW:Tracklist:0;
PANELSHOW:Bio:1;
PANELSHOW:Lyric:0;
PANELSHOW:Info:0;
REFRESH;
,,)
)
$if($isvisible_c($getcaption(3)),
$imageabs(175,162,74,24,$get_ps_global(IPath)\tab_a.png,,,)
$imageabs(175,162,74,24,$get_ps_global(IPath)\Label\lyrics_a.png,,,)
,
$imageabs(175,162,74,24,$get_ps_global(IPath)\tab_n.png,,,)
$imageabs(175,162,74,24,$get_ps_global(IPath)\Label\lyrics.png,,,)
$textbutton(175,162,74,24,,,
PANELSHOW:Tracklist:0;
PANELSHOW:Bio:0;
PANELSHOW:Lyric:1;
PANELSHOW:Info:0;
REFRESH;
,,)
)
$if($isvisible_c($getcaption(4)),
$imageabs(255,162,74,24,$get_ps_global(IPath)\tab_a.png,,,)
$imageabs(255,162,74,24,$get_ps_global(IPath)\Label\info_a.png,,,)
,
$imageabs(255,162,74,24,$get_ps_global(IPath)\tab_n.png,,,)
$imageabs(255,162,74,24,$get_ps_global(IPath)\Label\info.png,,,)
$textbutton(255,162,74,24,,,
PANELSHOW:Tracklist:0;
PANELSHOW:Bio:0;
PANELSHOW:Lyric:0;
PANELSHOW:Info:1;
REFRESH;
,,)
)