1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <uipanel id="KLShapeShiftCardTipsPanelKml" name="变身卡牌道具提示界面" a="00" width="300" height="300" zindex="200" z="-500">
- <img id="img_close" atlas="Atlas/Common.spriteatlas" src="img_interface_main122" width="2000" height="2000" raycast="1" color="#FFFFFF00" x="0" y="0">
- </img>
- <img id="img_panel" a="00" atlas="Atlas/Common.spriteatlas" src="img_interface_main122" width="369" height="700" raycast="1" scale9l="19" scale9b="19" scale9r="22" scale9t="17" x="0" y="0" active="0">
- <img id="card_bg" atlas="Atlas/KLShapeShiftCard.spriteatlas" src="card_quality_1" width="134" height="191" raycast="1" x="10" y="-35" a="11">
- <img id="card_img" a="00" atlas="Atlas/KLShapeShiftCard.spriteatlas" src="" raycast="1">
- </img>
- <text id="card_name" a="00" text="默认内容" fontsize="17" height="25" width="130" ta="10" horwrap="1" x="0" y="-72">
- </text>
- <img id="card_level" a="00" atlas="Atlas/KLShapeShiftCard.spriteatlas" src="num_quality_1_1" width="29" height="16" raycast="1" y="74">
- </img>
- </img>
- <text id="text_name" a="01" text="赤焱·天使审判长" fontsize="22" height="25" width="250" ta="11" horwrap="1" x="0" y="-11">
- </text>
- <text id="text_tips" a="11" text="不可交易" fontsize="18" height="20" width="74" ta="00" horwrap="1" x="150" y="-54">
- </text>
- <text id="text_quality" a="11" text="品质:红色" fontsize="18" height="20" width="250" ta="00" horwrap="1" x="150" y="-80">
- </text>
- <text id="text_type" a="11" text="泰坦类型:变身泰坦" fontsize="18" height="20" width="250" ta="00" horwrap="1" x="150" y="-106">
- </text>
- <text id="text_level" a="11" text="等级:1" fontsize="18" height="20" width="250" ta="00" horwrap="1" x="150" y="-132">
- </text>
- <scrollview id="info_view" a="11" width="360" height="355" vertical="1" y="-230" x="5">
- <layout id="all_list_layout" vertical="1" width="356" height="20" a="01" cella="01" space="6" contentsizefitter="1" active="1">
- <datalist id="all_info_data">
- <panel id="root" width="350" height="25">
- <img id="di" atlas="Atlas/UIEquipInfoPanel.spriteatlas" src="img_tips_shuxing_di" a="10" x="0" active="0">
- </img>
- <img id="title" atlas="Atlas/UIEquipInfoPanel.spriteatlas" src="" a="10" x="10" active="0">
- </img>
- <text id="value" text="" active="0" width="325" height="20" fontsize="16" x="10" a="10" horwrap="1" color="#DCE1E5" outlinecolor="0" outlinesize="1">
- </text>
- <text id="desc" text="" active="0" width="260" height="60" fontsize="16" x="90" a="10" horwrap="1" color="#DCE1E5" ta="01" outlinecolor="0" outlinesize="1">
- </text>
- <img id="lock" atlas="Atlas/TS_Common.spriteatlas" src="experienceIcon" width="380" height="75" active="0" >
- </img>
- <img id="upgrade" atlas="Atlas/TS_Common.spriteatlas" src="ty_icon_arrow_small" a="20" x="10" active="0">
- </img>
- </panel>
- </datalist>
- </layout>
- </scrollview>
- <button id="btn_func" a="02" atlas="Atlas/Common.spriteatlas" src="button_interface_window7" width="113" height="40" onclick="" text="功能按钮" raycast="1" mimg="" pimg="" dimg="" x="0" y="20" textcolor="#FFFFFFFF" outlinesize="1" outlinecolor="#000000FF">
- </button>
- </img>
- </uipanel>
|