12345678910111213141516171819202122232425 |
- <uipanel id="KLResetPointItem" zindex="300" width="420" height="250" mask="1" raycast="1" z="-400" onload="KmlXWCommonTipUI/@LoadCommonTip">
- <panel id="bg" width="420" height="250">
- <img id="bgImg" src="Texture/login_bg_2.png" zindex="1003" width="534" height="330">
- <img atlas="Atlas/Common.spriteatlas" src="img_tip_title" y="141" width="81" height="56" id="img_679">
- </img>
- </img>
- <img id="closeBtn" atlas="Atlas/Common.spriteatlas" src="button_interface_close5" width="50" height="50" x="247" y="140" onclick="KmlXWCommonTipUI/@CloseCommonTip" zindex="1003" h5x="-247" h5y="140">
- </img>
- <layout vertical="1" height="150" width="300" id="layout_681">
- <text fontsize="20" height="45" text="消耗道具洗点将返回点数" outlinesize="1" outlinecolor="#000000" id="text_682">
- </text>
- <item id="cost_item" width="62" height="62" itemid="" itemcount="">
- <img id="item_click_img" atlas="Atlas/Common.spriteatlas" src="img_tip_title" color="#FFFFFF00" width="62" height="62" raycast="1">
- </img>
- </item>
- </layout>
- <layout x="0" y="-90" z="0" width="420" height="50" a="00" rotate="0,0,0" vertical="0" space="100" control_width="0" control_height="0" expand_width="0" expand_height="0" cella="00" id="layout_684">
- <button id="common_lf_btn" text="取消" onclick="" atlas="Atlas/Common.spriteatlas" src="button_interface_window8" zindex="1003" textcolor="#ED2E2EFF" fontsize="18" outlinesize="1" outlinecolor="#000000" x="114" y="-25" z="0" width="113" height="40" a="00" rotate="0,0,0" raycast="1">
- </button>
- <button id="common_rt_btn" text="确定" onclick="" atlas="Atlas/Common.spriteatlas" src="button_interface_window11" zindex="1003" textcolor="#DCE1E5FF" fontsize="18" outlinesize="1" outlinecolor="#000000" x="316" y="-25" z="0" width="113" height="40" a="00" rotate="0,0,0" raycast="1">
- </button>
- </layout>
- </panel>
- </uipanel>
|