home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 March / PCWorld_2008-03_cd.bin / Audio-video / gom / GOMPLAYERENSETUP.EXE / skins / default / LITE.XML < prev    next >
Extensible Markup Language  |  2005-11-24  |  27KB  |  311 lines

  1.  ■<?xml version="1.0" encoding="UNICODE" ?>
  2. <!-- T║x╟=╠@╟ ╙┼┼=╠t╟α¼, ñ┬¿╨=╠@╟ T║x╟=╠X╟ (╠|╟▄┤\╕ ▌└1┴(┤ -->
  3. <GXSkin Version="1.0" MinorVersion="1900" >
  4.     <!-- 
  5.         ñ┬l╨╜╣╕╥     : waize
  6.         ╡É╟x╟       : waize
  7.         ╚æ╟ ▄┬æ╟|╟  : 2004/12/13
  8.         1.4          : 
  9.         1.8          : 
  10.         1.9             : 2005/04
  11.     -->
  12.     
  13.     <!-- 0«°╝ ñ┬¿╨ ╚⌠╝ -->    
  14.     <SkinInfo
  15.         SkinName = "¼╝╝┤╞ \╘╔ ñ┬¿╨"
  16.         SkinNameENG = "default(lite)"
  17.         SkinNameJPN = "·W,g(lite)"
  18.         SkinNameCHS = "Ç{USäv·W,g«vñÇ"
  19.         SkinFileName = "default.gps"
  20.         SkinVersion     = "1.9" 
  21.         Author = "GRETECH Corp."
  22.         LastUpdate = ""
  23.         ScreenShot = ""
  24.         Description = "≡¼ ╒╕t╟┤┼ \╘╔ ñ┬¿╨(¼╝╝┤╞ ä╝╚)"
  25.         DescriptionENG = "Gom Player default skin(lite)"
  26.         DescriptionJPN = "GOM Player ·W,g╣0¡0≤0(lite)"
  27.         DescriptionCHS = "GOM Player Ç{USäv·W,g«vñÇ"
  28.     />
  29.     
  30.     <!-- T║x╟ ╟─│░╞ ñ┬└╨|╟ -->
  31.     <MainWindow 
  32.         Style="popup" 
  33.         MinSize="244,140"
  34.     />
  35.     
  36.     <!-- ñ┬¿╨ Φ╬╕╥d╕ -->
  37.     <SkinWindow BkgndImage="" BkgndType = "tile" 
  38.         ResizeBorder="1" 
  39.         ClientCaption="0" 
  40.         PopupWindow="0" MoveParent="0"
  41.         MinMaxSize="-1,-1,-1,-1"
  42.         EnableDblClk="1" 
  43.         Transparent="100" Debug="0" Width="440" Height="200" >
  44.         
  45.         <?Script
  46.         
  47.             string TT_FULLSCREEN;    string TT_PREFERENCE;    string TT_PLAYPAUSE;    string TT_REWIND;
  48.             string TT_FF;            string TT_STOP;            string TT_PLAYLIST;        string TT_CONTROLPANEL;
  49.             string TT_MUTE;            string TT_OPEN;            string TT_SUBFIND;        
  50.             
  51.             string CT_DEFAULT;
  52.             string CT_LIGHT;
  53.             string CT_LEMONGREEN;
  54.             string CT_GREEN;
  55.             string CT_DARKGREEN;
  56.             string CT_LIGHTAQUAGREEN;
  57.             string CT_AQUAGREEN;
  58.             string CT_WHITEBLUE;
  59.             string CT_LIGHTBLUE;
  60.             string CT_BLUE;
  61.             string CT_PURPLE;
  62.             string CT_PINK;
  63.             string CT_FLORALPINK;
  64.             string CT_WHITERED;
  65.             string CT_RED;
  66.             string CT_ORANGE;
  67.             string CT_WILDORANGE;
  68.             string CT_GOLD;
  69.             string CT_SEWAGE;
  70.             
  71.             string FN_GOMLOGO;
  72.             string FN_BTN_CONTROLPANEL;    string FN_BTN_PLAYLIST;        string FN_BTN_SUBFIND;
  73.             
  74.             
  75.             string lang;
  76.             lang = GetLanguage();
  77.             if(lang=="KOR")
  78.             {
  79.                 FN_GOMLOGO = "LOGO\GOM.BMP";
  80.                 FN_BTN_CONTROLPANEL = "BTN_CONTROLPANEL_KOR.BMP";    FN_BTN_PLAYLIST = "BTN_PLAYLIST_KOR.BMP";    FN_BTN_SUBFIND = "BTN_SUBFIND_KOR.BMP";
  81.                 
  82.             }
  83.             else
  84.             {
  85.                 FN_GOMLOGO = "LOGO\GOM_ENG.BMP";
  86.                 FN_BTN_CONTROLPANEL = "BTN_CONTROLPANEL_ENG.BMP";    FN_BTN_PLAYLIST = "BTN_PLAYLIST_ENG.BMP";    FN_BTN_SUBFIND = "BTN_SUBFIND_ENG.BMP";
  87.             }
  88.             
  89.             if(lang=="KOR")
  90.             {
  91.                 TT_FULLSCREEN = "╚┤╠T╓t║(╘┼0╤)";
  92.                 TT_PREFERENCE = "X╓╜¼$┴╚(F5)";
  93.                 TT_PLAYPAUSE = "¼╟▌└/|╟▄┬╚└╔(ñ┬ÿ╙t╟ñ┬)";
  94.                 TT_REWIND = "L:ñ┤\╕ R:t╟╚ ╙|╟";
  95.                 TT_FF = "L:^┼<╟\╕ R:Σ▓L╟ ╙|╟";
  96.                 TT_STOP = "╚└╔(Ctrl+ñ┬ÿ╙t╟ñ┬)";
  97.                 TT_PLAYLIST = "¼╟▌└⌐║]╕(F8)";
  98.                 TT_CONTROLPANEL = "╚┤┼=╠(F7)";
  99.                 TT_MUTE = "L╟î┴p¼/⌡╝╨╞(M)";
  100.                 TT_OPEN = "⌠┼0«(CTRL+O)";
  101.                 TT_SUBFIND = "É╟╔╣─│░╞°╗";
  102.             }
  103.             else
  104.             {
  105.                 TT_FULLSCREEN = "Fullscreen(Enter)";
  106.                 TT_PREFERENCE = "Preferences";
  107.                 TT_PLAYPAUSE = "Play/Pause";
  108.                 TT_REWIND = "Rewind";
  109.                 TT_FF = "Fast Forward";
  110.                 TT_STOP = "Stop";
  111.                 TT_PLAYLIST = "Playlist";
  112.                 TT_CONTROLPANEL = "Control Panel";
  113.                 TT_MUTE = "Mute";
  114.                 TT_OPEN = "Open";
  115.                 TT_SUBFIND = "Subtitle Finder";
  116.             }
  117.             
  118.             if(lang=="KOR")
  119.             {
  120.                 CT_DEFAULT        = "0«°╝ ∞╬∞╖L╤╚╣";
  121.                 CT_LIGHT        = "|╖t╟╕╥";
  122.                 CT_LEMONGREEN    = "╕¼║°¡░╣" ;
  123.                 CT_GREEN        = "y▒╔└" ;
  124.                 CT_DARKGREEN    = "─╔y▒";
  125.                 CT_LIGHTAQUAGREEN = "╝@╟D┼α╧D┼°¡░╣";
  126.                 CT_AQUAGREEN    = "D┼α╧D┼°¡░╣" ;
  127.                 CT_WHITEBLUE    = "T│╝@╟ ╙æ╖";
  128.                 CT_LIGHTBLUE    = "╝@╟ ╙æ╖";
  129.                 CT_BLUE            = " ╙æ╖";
  130.                 CT_PURPLE        = "⌠╝|╖";        
  131.                 CT_PINK            = "Q╒l╨";
  132.                 CT_FLORALPINK    = "C»ä╜M╓";
  133.                 CT_WHITERED        = "╝@╟h╛¼" ;
  134.                 CT_RED            = "h╛¼";
  135.                 CT_ORANGE        = "$╞ ╕└╔" ;
  136.                 CT_WILDORANGE    = "Σ¡" ;
  137.                 CT_GOLD            = "Φ¼▄┤" ;
  138.                 CT_SEWAGE        = "l¡╚<╗";
  139.             }
  140.             else 
  141.             {
  142.                 CT_DEFAULT        = "default";
  143.                 CT_LIGHT        = "light";
  144.                 CT_LEMONGREEN    = "lemon green" ;
  145.                 CT_GREEN        = "green" ;
  146.                 CT_DARKGREEN    = "dark green";
  147.                 CT_LIGHTAQUAGREEN = "light aqua green";
  148.                 CT_AQUAGREEN    = "aqua green" ;
  149.                 CT_WHITEBLUE    = "white blue";
  150.                 CT_LIGHTBLUE    = "light blue";
  151.                 CT_BLUE            = "blue";
  152.                 CT_PURPLE        = "purple";        
  153.                 CT_PINK            = "pink";
  154.                 CT_FLORALPINK    = "floral pink";
  155.                 CT_WHITERED        = "white red" ;
  156.                 CT_RED            = "red";
  157.                 CT_ORANGE        = "orange" ;
  158.                 CT_WILDORANGE    = "wild orange" ;
  159.                 CT_GOLD            = "gold" ;
  160.                 CT_SEWAGE        = "sewage";
  161.             }
  162.             
  163.         ?>
  164.         
  165.         <!-- 0«°╝ ╚X╟ ▄┬æ╟ ========================================================== -->
  166.         <PreDefine>
  167.             <!-- ∞╬∞╖ L╤╚╣ ╚X╟ -->
  168.             <ColorTheme     Value="0,0,0"         Name="$CT_DEFAULT" />
  169.             <ColorTheme     Value="50,50,50"      Name="$CT_LIGHT"/>
  170.             <ColorTheme     Value="35,35,-25"     Name="$CT_LEMONGREEN" />
  171.             <ColorTheme     Value="-10,30,-10"    Name="$CT_GREEN" />
  172.             <ColorTheme     Value="-100,10,-40"   Name="$CT_DARKGREEN"/>
  173.             <ColorTheme     Value="25,50,50"      Name="$CT_LIGHTAQUAGREEN"/>
  174.             <ColorTheme     Value="-10,30,25"     Name="$CT_AQUAGREEN" />
  175.             <ColorTheme     Value="30,40,50"      Name="$CT_WHITEBLUE"/>
  176.             <ColorTheme     Value="10,30,50"      Name="$CT_LIGHTBLUE"/>
  177.             <ColorTheme     Value="-25,-5,30"     Name="$CT_BLUE"/>
  178.             <ColorTheme     Value="10,-5,30"      Name="$CT_PURPLE"/>        
  179.             <ColorTheme     Value="70,30,25"      Name="$CT_PINK"/>
  180.             <ColorTheme     Value="100,-50,-30"   Name="$CT_FLORALPINK"/>
  181.             <ColorTheme     Value="100,20,0"      Name="$CT_WHITERED" />
  182.             <ColorTheme     Value="100,-25,-30"   Name="$CT_RED"/>
  183.             <ColorTheme     Value="100,15,-30"    Name="$CT_ORANGE" />
  184.             <ColorTheme     Value="65,20,-30"     Name="$CT_WILDORANGE" />
  185.             <ColorTheme     Value="50,20,-30"     Name="$CT_GOLD" />
  186.             <ColorTheme     Value="10,-30,-80"    Name="$CT_SEWAGE"/>
  187.             
  188.             <!-- ╚φ┼ ≡╙╕╥ É╬l┬ -->
  189.             <Font FontName="TITLEBAR_FONT" FaceName="╦│└╞" Size="9" Bold="0" />
  190.             <Font FontName="INFO_FONT" FaceName="╦│└╞" Size="8" />
  191.             <!-- t╟°╗└╔ ≡╙╕╥  -->
  192.             <ImageFont FontName="TIME_FONT" Image="TIME_FONT.BMP" Text="0123456789:/" />
  193.             
  194.             <!-- Σ╬┴ -->            
  195.             <Cursor CursorName="CLICK_CURSOR" PredefinedCursor="IDC_HAND" />
  196.             
  197.         </PreDefine>
  198.         <!-- 0«°╝ ╚X╟ ]░ ========================================================== -->
  199.         <!-- Φ╬╕╥d╕ 0╝X╬ ▄┬æ╟ ====================================================== -->
  200.         <ControlDefine>
  201.             <!-- ┴└Φ▓ í╬X┴ -->
  202.             <StaticControl CID="CONTROLID_CAPTIONFRAME" StaticControlType="bitmap" Image="STATIC_CAPTION_FRAME.BMP" ImageType="hframe" Align="top" Height="26" Gaps="0,0,0,0"  NcHitTest="HTCAPTION">
  203.                 <!-- í╬X┴╝ H┼X╟ í╬X┴ ╞φ┼ -->
  204.                 <StaticControl CID="CONTROLID_CAPTION" StaticControlType="bitmap" Image="STATIC_CAPTION_ACT.BMP" Image2="STATIC_CAPTION_NOACT.BMP" ImageType="tile" Align="client" Gaps="3,1,3,6" NcHitTest="HTCAPTION"  >
  205.                     <!-- ░╞!╬ ▄┬ñ┬\╤ ä╝╝╥Σ┤ -->
  206.                     <ButtonControl CID="ID_SYS_CLOSE"            ButtonControlType="bitmap" Image="BTN_SYS_CLOSE.BMP" Split="4" Align="right" Width="autosize" Gaps="1,2,3,0" />
  207.                     <ButtonControl CID="ID_SYS_MAXIMIZE"        ButtonControlType="bitmap" Image="BTN_SYS_MAXIMIZE.BMP" Image2="BTN_SYS_RESTORE.BMP"  Split="4" Align="right" Width="autosize" Gaps="1,2,0,0" />
  208.                     <ButtonControl CID="ID_SYS_MINIMIZE"        ButtonControlType="bitmap" Image="BTN_SYS_MINIMIZE.BMP" Split="4" Align="right" Width="autosize" Gaps="1,2,0,0"  />
  209.                     <ButtonControl Tooltip="$TT_FULLSCREEN" CMD="ID_SIZE_FULLSCREEN" ButtonControlType="bitmap" Image="BTN_SYS_FULLSCREEN.BMP" Split="4" Align="right" Width="autosize" Gaps="1,2,1,0" />
  210.                         
  211.                     <!-- î╚┴└Φ▓ D┼t╟X╧ -->                                    
  212.                     <PopupMenuButtonControl CID="ID_POPUP_CONTEXT_BTN"  ButtonControlType="bitmap" Image="BTN_SYS_MAINICON.BMP" Split="4" Align="left" Width="autosize" Gaps="4,1,0,0" />
  213.                     <ButtonControl Tooltip="$TT_PREFERENCE" CID="ID_PREFERENCE" ButtonControlType="bitmap" Image="BTN_PREFERENCE.BMP" Split="4" Align="left" Width="autosize" Gaps="1,2,0,0" MinSize="0,0" />
  214.                     <!-- í╬X┴ └╨t╟└╥ ╞φ┼ -->                    
  215.                     <StaticControl CID="CONTROLID_TITLE" StaticControlType="transparent" Align="client" Gaps="1,1,0,0" FontName="TITLEBAR_FONT" FontColor="#333333" FontShadowColor="#EEEEEE" InnerGaps="0,1,0,0" NcHitTest="HTCAPTION" TextAlign="hcenter,singleline,vcenter,endellipsis,noprefix" />
  216.                 </StaticControl>
  217.             </StaticControl>    <!-- í╬X┴ ]░ -->
  218.             <!-- X╒Φ▓ Φ╬╕╥d╕ (╙▒ -->
  219.             <StaticControl CID="CONTROLID_CONTROLPANEL" StaticControlType="transparent" Align="bottom" Height="54" >
  220.                 <!-- |╞╜╩ ä╝╝╥ ╞φ┼ -->
  221.                 <StaticControl CID="IDC_NONE" StaticControlType="bitmap" Image="STATIC_CP_LEFT.BMP" Align="left" Width="autosize">
  222.                     <ButtonControl Tooltip="$TT_PLAYPAUSE"    CID="ID_PLAYPAUSE" ButtonControlType="bitmap" Image="BTN_PLAY.BMP" Image2="BTN_PAUSE.BMP" Split="4" Align="none" Left="20" Top="4" Width="autosize" Height="autosize" />
  223.                     <ButtonControl Tooltip="$TT_REWIND"            CID="ID_REW" CID2="ID_PLAYLISTPREV" ButtonControlType="bitmap" Image="BTN_REW.BMP" Split="4" Align="none" Left="2" Top="21" Width="autosize" Height="autosize" />
  224.                     <ButtonControl Tooltip="$TT_FF"        CID="ID_FF" CID2="ID_PLAYLISTNEXT" ButtonControlType="bitmap" Image="BTN_FF.BMP" Split="4" Align="none" Left="62" Top="4" Width="autosize" Height="autosize" />
  225.                     <ButtonControl Tooltip="$TT_STOP"        CID="ID_STOP" ButtonControlType="bitmap" Image="BTN_STOP.BMP" Split="4" Align="none" Left="55" Top="24" Width="autosize" Height="autosize" />
  226.                 </StaticControl>
  227.                 
  228.                 <!-- $╞x╣╜╩ ╒╕ä╟ ╞φ┼ -->
  229.                 <StaticControl CID="IDC_NONE" StaticControlType="bitmap" Image="STATIC_CP_RIGHT.BMP"  Align="right" Width="autosize" NcHitTest="HTBOTTOMRIGHT" />
  230.                 
  231.                 <!-- D┼ÿ╖ ╒╕ä╟ ╞φ┼ -->
  232.                 <StaticControl CID="IDC_NONE" StaticControlType="bitmap" Image="STATIC_CP_BOTTOM.BMP"  ImageType="hframe"  Align="bottom" Height="autosize" />
  233.                 
  234.                 <!-- ┴└Φ▓ T║x╟ ¼┬|╖t╟T│ ╞φ┼ -->
  235.                 <SliderControl 
  236.                     CID="CONTROLID_SLIDER_MOVIE" 
  237.                     SliderType="knobonly" 
  238.                     Image="SLIDER_MAIN.BMP"
  239.                     ImageKnob="SLIDER_MAIN_KNOB.BMP"
  240.                     ImageRange="SLIDER_MAIN_RANGE.BMP"
  241.                     ImageEdge="13,8"
  242.                     Align="top" Height="autosize" />
  243.                 
  244.                 <!-- X╒Φ▓ⁿ¼ $╞x╣╜╩ ä╝╝╥ ╞φ┼ -->
  245.                 <StaticControl CID="IDC_NONE" StaticControlType="bitmap" Image="STATIC_CP_CLIENT.BMP" ImageType="tile" Align="client" >
  246.                     <!-- ┴└Φ▓ ╚⌠╝=╠ -->
  247.                     <StaticControl CID="IDC_NONE" StaticControlType="transparent" Align="top" Height="21" Gaps="0,0,0,0" >
  248.                         <!-- ╚⌠╝ \╘▄┬=╠ -->                                
  249.                         <StaticControl CID="IDC_NONE" StaticControlType="bitmap" Image="STATIC_CP_INFO_LEFT.BMP" Align="left" Width="autosize" Gaps="0,0,0,0" />
  250.                         <StaticControl CID="IDC_NONE" StaticControlType="bitmap" Image="STATIC_CP_INFO_RIGHT.BMP" Align="right" Width="autosize" Gaps="0,0,0,0" />
  251.                         <!-- ╚⌠╝ \╘▄┬=╠ ¼┤╞p│ ╞φ┼ -->                    
  252.                         <StaticControl CID="IDC_NONE" StaticControlType="bitmap" Image="STATIC_CP_INFO_MID.BMP" ImageType="tile"  Debug="0" UseGDT="1" Align="client" >
  253.                             <!-- ¼╟▌└ ┴└▄╨ \╘▄┬ t╟°╗└╔ -->                    
  254.                             <StaticControl CID="CONTROLID_STATE" StaticControlType="bitmap" 
  255.                                     Image="STATIC_STATE_READY.BMP" Image2="STATIC_STATE_PLAY.BMP" Image3="STATIC_STATE_PAUSE.BMP" Image4="STATIC_STATE_STOP.BMP" 
  256.                                     ImageType="none" Align="left" Width="28" Gaps="1,7,0,0" MinSize="27,0" />
  257.                             <!-- ▄┬¼ \╘▄┬ -->
  258.                             <StaticControl CID="CONTROLID_TIMEINFO" StaticControlType="transparent" FontName="TIME_FONT"  Align="left" Width="103" Gaps="0,0,0,0" MinSize="100,0" Debug="0"/>
  259.                             <!-- |╟╝ ╚⌠╝ \╘▄┬ -->                        
  260.                             <StaticControl CID="CONTROLID_INFO" StaticControlType="transparent" FontName="INFO_FONT" FontColor="#FFD398" FontShadowColor="black" Align="client" Gaps="5,0,0,1" TextAlign="left,singleline,vcenter,endellipsis,noprefix" />
  261.                         </StaticControl>
  262.                     </StaticControl>
  263.                     <!-- X╒Φ▓ ä╝╝╥, ⁿ╝h╣ ╞φ┼ -->
  264.                     <StaticControl CID="IDC_NONE" StaticControlType="transparent" Align="top" Height="16" Gaps="0,2,6,0" Debug="0">
  265.                         <!-- ░╞!╬ ⁿ╝h╣ -->
  266.                         <SliderControl 
  267.                             CID="CONTROLID_SLIDER_VOLUME" 
  268.                             SliderType="fillempty" 
  269.                             ImageFill="SLIDER_VOLUME_FILL.BMP"
  270.                             ImageEmpty="SLIDER_VOLUME_EMPTY.BMP"
  271.                             ImageKnob="SLIDER_VOLUME_KNOB.BMP"
  272.                             ImageEdge="10,10"
  273.                             Align="right" Width="72" Gaps="0,1,0,0" MinSize="71,0" Debug="0"/>
  274.                             
  275.                         <!-- mute -->
  276.                         <ButtonControl Tooltip="$TT_MUTE" CID="ID_MUTE" ButtonControlType="bitmap" Image="BTN_MUTE_ON.BMP" Image2="BTN_MUTE_OFF.BMP" Split="4" Align="right" Width="15" Gaps="0,0,0,0" MinSize="15,0" />
  277.                         
  278.                         <!-- X╒Φ▓ ä╝╝╥ -->
  279.                         <PopupMenuButtonControl Tooltip="$TT_OPEN" CID="ID_OPEN"  ButtonControlType="bitmap" Image="BTN_OPEN.BMP" Split="4" Align="left"  Width="39" Height="autosize" Gaps="4,0,0,0" MinSize="35,-1"/>
  280.                         <PopupMenuButtonControl Tooltip="$TT_SUBFIND"   CID="" ButtonControlType="bitmap" Image="$FN_BTN_SUBFIND" Split="4" Align="left" Width="autosize" Gaps="1,0,0,0" MinSize="0,0"  MenuID="IDR_POPUP_JMDB" SubMenu="0" MenuPosition="up" />
  281.                     </StaticControl>
  282.                 </StaticControl>
  283.             </StaticControl>    <!-- X╒Φ▓ Φ╬╕╥d╕ (╙▒ -->
  284.             
  285.             <!-- î╚!╬ ╒╕ä╟ -->
  286.             <StaticControl CID="CONTROLID_LEFTFRAME" StaticControlType="bitmap" Image="STATIC_LEFTFRAME.BMP" ImageType="tile" Align="left" Width="6" Gaps="0,0,0,0" />
  287.             <!-- ░╞!╬ ╒╕ä╟ -->
  288.             <StaticControl CID="CONTROLID_RIGHTFRAME" StaticControlType="bitmap" Image="STATIC_RIGHTFRAME.BMP" ImageType="tile" Align="right" Width="7" Gaps="0,0,0,0" />
  289.         
  290.             <!-- ╞T╓ Φ╬╕╥d╕ -->        
  291.             <WindowControl CID="CONTROLID_MOVIE" Align="client" Gaps="0,0,0,0" />
  292.         </ControlDefine>
  293.         <!-- Φ╬╕╥d╕ 0╝X╬ ]░ ========================================================== -->
  294.         
  295.     </SkinWindow>                                                                                                            
  296. </GXSkin>