1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <uipanel id="KLUIMasterTalentExchangeExpPanelKml" name="天赋经验兑换界面" a="00" width="300" height="300" zindex="203">
- <button id="MaskCloseButton" a="00" atlas="Atlas/Common.spriteatlas" src="button_interface_close5" width="2000" height="2000" onclick="" text="" raycast="1" x="0" y="0" color="#FFFFFF00">
- </button>
- <img id="img1" a="00" atlas="" src="Texture/BG_Bulletbox.png" width="632" height="412" raycast="1" x="0" y="4" scale9l="35" scale9b="30" scale9r="39" scale9t="50">
- </img>
- <text id="Text" a="00" text="今日剩余兑换次数:0/5" fontsize="18" height="25" width="331" ta="21" horwrap="1" x="116" y="138" fonttype="微软雅黑" outlinesize="1" outlinecolor="#000000FF">
- </text>
- <scrollview id="scrollview" a="00" width="617" height="312" vertical="1" y="-34" raycast="1" x="0">
- <layout id="layout4" width="360" height="230" a="01" vertical="1" contentsizefitter="1" raycast="1" space="5">
- <datalist id="DataList">
- <panel id="Item" width="617" height="70">
- <img id="BG" a="00" atlas="Atlas/Common.spriteatlas" src="bg_setting_xuanzekuang" width="580" height="70" raycast="1" scale9l="2" scale9b="10" scale9r="2" scale9t="10" x="0" y="0">
- </img>
- <text id="text4" a="00" text="花费" fontsize="18" height="25" width="41" ta="01" horwrap="1" fonttype="微软雅黑" outlinesize="1" outlinecolor="#000000FF" x="-249" y="0">
- </text>
- <panel id="Consume" a="00" width="99" height="34" x="-207" y="0">
- <item id="ConsumeItem" src="20020001" width="35" height="35" bgtype="0" bgscale="100,100" mfixsize="20,20" raycast="1">
- </item>
- <text id="ConsumeText" a="00" text="150" fontsize="16" height="25" width="92" ta="01" horwrap="1" fonttype="微软雅黑" outlinesize="1" outlinecolor="#000000FF" x="70" y="0">
- </text>
- </panel>
- <text id="text2" a="00" text="兑换" fontsize="18" height="25" width="41" ta="01" horwrap="1" fonttype="微软雅黑" outlinesize="1" outlinecolor="#000000FF" x="11" y="0">
- </text>
- <panel id="Exchange" a="00" width="99" height="34" x="46" y="0">
- <item id="ExchangeItem" src="20020001" width="35" height="35" bgtype="0" mfixsize="20,20" raycast="1">
- </item>
- <text id="ExchangeText" a="00" text="150" fontsize="16" height="25" width="92" ta="01" horwrap="1" fonttype="微软雅黑" outlinesize="1" outlinecolor="#000000FF" x="70" y="0">
- </text>
- </panel>
- <button id="ExchangeButton" a="00" atlas="Atlas/Common.spriteatlas" src="button_interface_window7" width="97" height="34" onclick="" text="兑换" raycast="1" x="224" y="0" outlinesize="1" outlinecolor="#000000FF" ta="11" fonttype="微软雅黑" fontsize="18">
- </button>
- </panel>
- </datalist>
- </layout>
- </scrollview>
- <button id="CloseButton" a="00" atlas="Atlas/Common.spriteatlas" src="button_interface_close5" width="75" height="69" onclick="" text="" raycast="1" x="286" y="178" h5x="-286" h5y="178">
- </button>
- <img id="title" a="00" atlas="Atlas/UIMasterTalent.spriteatlas" src="title_2" width="132" height="58" raycast="1" x="0" y="181">
- </img>
- </uipanel>
|