⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tunerskin.xml

📁 皮肤界面组件开发包,让你们系统随时可以按用户喜欢的风格设置了.
💻 XML
字号:
<?xml version="1.0" encoding="GB2312"?>
<SunvPlayerSkin>
    <Window WindowName="TunerWnd"    WndTitle="高级控制"
            Normal="tunernormal.bmp" Over="tunerover.bmp" Pushed="tunerpushed.bmp" 
            Disabled="tunerdisabled.bmp" Mask="tunermask.bmp"
            Menu="MainMenu"
            >
            <Controls>
                <ControlGroup Name="Button" >
                    <Control ID="1" ControlType="Button" ControlName="Close" Hints="关闭" NormalCur="HandNormal.cur" DraggingCur="HandPushed.cur"/>
                </ControlGroup>
                <ControlGrop Name="MenuButton" NormalCur="HandNormal.cur" PushedCur="HandPushed.cur">
                    <Control ID="8" ControlType="MenuButton" ControlName="MenuButton1" Hints="高级控制" MenuName = "TunerMenu" MenuGroup = "1" />
                </ControlGrop>
                <ControlGroup Name="StaticButton" >    
                    <Control ID="2" ControlType="StaticButton" ControlName="Enable3D" StateCount="2" BmpFile="tunercheck.bmp" NormalCur="HandNormal.cur" DraggingCur="HandPushed.cur"
                        >                       
                        <Hints>
                            <Hint>3D效果已关闭</Hint>
                            <Hint>3D效果已打开</Hint>
                        </Hints>
                    </Control>            
                    <Control ID="3" ControlType="StaticButton" ControlName="MuteMain" StateCount="2" BmpFile="tunercheckmute.bmp" NormalCur="HandNormal.cur" DraggingCur="HandPushed.cur"
                        >
                        <Hints>
                            <Hint>关闭主音量</Hint>
                            <Hint>打开主音量</Hint>
                        </Hints>
                    </Control>
                    <Control ID="4" ControlType="StaticButton" ControlName="MuteWAV" StateCount="2" BmpFile="tunercheckmute.bmp" NormalCur="HandNormal.cur" DraggingCur="HandPushed.cur"
                        >
                        <Hints>
                            <Hint>关闭WAV音量</Hint>
                            <Hint>打开WAV音量</Hint>
                        </Hints>
                    </Control>
                    <Control ID="5" ControlType="StaticButton" ControlName="MuteMIC"  StateCount="2" BmpFile="tunercheckmute.bmp" NormalCur="HandNormal.cur" DraggingCur="HandPushed.cur"
                        >                        
                        <Hints>
                            <Hint>关闭MIC音量</Hint>
                            <Hint>打开MIC音量</Hint>
                        </Hints>
                    </Control>
                    <Control ID="6"  ControlType="StaticButton" ControlName="MuteCD" StateCount="2" BmpFile="tunercheckmute.bmp" NormalCur="HandNormal.cur" DraggingCur="HandPushed.cur"
                        >                        
                        <Hints>
                            <Hint>关闭CD音量</Hint>
                            <Hint>打开CD音量</Hint>
                        </Hints>
                    </Control>
                    <Control ID="7" ControlType="StaticButton" ControlName="EnableBrightnessControl" StateCount="2" BmpFile="tunercheck.bmp" NormalCur="HandNormal.cur" DraggingCur="HandPushed.cur"
                        >                        
                        <Hints>
                            <Hint>亮度控制已关闭</Hint>
                            <Hint>亮度控制已打开</Hint>
                        </Hints>
                    </Control>
                </ControlGroup>
                
                <ControlGroup Name="Slider">
                    <Control ID="51" ControlType="Slider" ControlName="MainBalance" BarBmpFile="tunersliderbar.bmp" Hints="改变主音量平衡" 
                             Direction="Horizontal" NormalCur="HandNormal.cur" DraggingCur="HandPushed.cur"
                        />                    
                    <Control ID="52" ControlType="Slider" ControlName="WAVBalance" BarBmpFile="tunersliderbar.bmp" Hints="改变WAV音量平衡"
                             Direction="Horizontal" NormalCur="HandNormal.cur" DraggingCur="HandPushed.cur"
                        />
                    <Control ID="53" ControlType="Slider" ControlName="MICBalance" BarBmpFile="tunersliderbar.bmp" Hints="改变MIC音量平衡"
                             Direction="Horizontal" NormalCur="HandNormal.cur" DraggingCur="HandPushed.cur"
                        />
                    <Control ID="54" ControlType="Slider" ControlName="CDBalance" BarBmpFile="tunersliderbar.bmp" Hints="改变CD音量平衡"
                             Direction="Horizontal" NormalCur="HandNormal.cur" DraggingCur="HandPushed.cur"
                        />
                </ControlGroup>
                
                <ControlGroup Name="BitmapSlider">
                    <Control ID="61" ControlType="BitmapSlider" ControlName="MainVolume" Hints="改变主音量" Direction="Vertical"
                             BmpFile="tunerslider.bmp" BitCount="38" NormalCur="HandNormal.cur" DraggingCur="HandPushed.cur"
                        />
                    <Control ID="62" ControlType="BitmapSlider" ControlName="WAVVolume" Hints="改变WAV音量" Direction="Vertical"
                             BmpFile="tunerslider.bmp" BitCount="38" NormalCur="HandNormal.cur" DraggingCur="HandPushed.cur"
                        />
                    <Control ID="63" ControlType="BitmapSlider" ControlName="MICVolume" Hints="改变MIC音量" Direction="Vertical"
                             BmpFile="tunerslider.bmp" BitCount="38" NormalCur="HandNormal.cur" DraggingCur="HandPushed.cur"
                        />
                    <Control ID="64" ControlType="BitmapSlider" ControlName="CDVolume" Hints="改变CD音量" Direction="Vertical"
                             BmpFile="tunerslider.bmp" BitCount="38" NormalCur="HandNormal.cur" DraggingCur="HandPushed.cur"
                        />                    
                    <Control ID="71" ControlType="BitmapSlider" ControlName="VideoBrightness" Hints="改变亮度" Direction="Vertical"
                             BmpFile="tunerslider.bmp" BitCount="38" NormalCur="HandNormal.cur" DraggingCur="HandPushed.cur"
                        />
                    <Control ID="72" ControlType="BitmapSlider" ControlName="VideoColorR" Hints="改变红色" Direction="Vertical"
                             BmpFile="tunerslider.bmp" BitCount="38" NormalCur="HandNormal.cur" DraggingCur="HandPushed.cur"
                             Min="0" Max="255"
                        />
                    <Control ID="73" ControlType="BitmapSlider" ControlName="VideoColorG" Hints="改变绿色" Direction="Vertical"
                             BmpFile="tunerslider.bmp" BitCount="38" NormalCur="HandNormal.cur" DraggingCur="HandPushed.cur"
                             Min="0" Max="255"
                        />
                    <Control ID="74" ControlType="BitmapSlider" ControlName="VideoColorB" Hints="改变蓝色" Direction="Vertical"
                             BmpFile="tunerslider.bmp" BitCount="38" NormalCur="HandNormal.cur" DraggingCur="HandPushed.cur"
                             Min="0" Max="255"
                        />
                </ControlGroup>
            
            </Controls>
    </Window>
</SunvPlayerSkin>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -