123456789101112131415161718192021222324252627 |
- <uipanel id="KLUICommonTipsPanel" name="通用提示界面" zindex="1002" width="420" height="250" z="-1000" maskonclick="KmlXWBraveTrialsUI/@关闭勇气试炼窗口" x="0" y="3">
- <panel id="bg" width="420" height="250">
- <img id="bgImg" src="Texture/sanjitanchuang_bg.png" width="396" height="255" raycast="1" atlas="">
- <img id="img_title" atlas="Atlas/Common.spriteatlas" src="img_tip_title" y="106">
- </img>
- <text id="txt_title" y="106" ta="11" height="45" fontsize="20" active="0" horwrap="1" outlinesize="1" outlinecolor="#000000FF">
- </text>
- </img>
- <img id="closeBtn" atlas="Atlas/Common.spriteatlas" src="button_interface_close5" width="65" height="60" x="178" y="107" raycast="1" h5x="-180" h5y="106">
- </img>
- <text id="tipsContent" text="" y="6" fontsize="18" height="137" width="380" x="0" ta="11" color="#DCE1E5" outlinesize="1" outlinecolor="#000000" horwrap="1" active="0" a="00" rotate="0,0,0">
- </text>
- <button id="btn_cancel" atlas="Atlas/Common.spriteatlas" src="button_interface_window8" y="-80" zindex="1003" textcolor="#ED2E2E" fontsize="20" text="取消" outlinesize="1" outlinecolor="#000000" x="-97" raycast="1" active="1" width="113" height="40">
- </button>
- <button id="btn_sure" atlas="Atlas/Common.spriteatlas" src="button_interface_window7" y="-80" zindex="1003" textcolor="#DCE1E5" fontsize="20" text="确定" outlinesize="1" outlinecolor="#000000" x="100" raycast="1" active="1" width="113" height="40">
- </button>
- <input id="input" width="300" height="100" active="0">
- </input>
- <slider id="slider" atlas="Atlas/Common.spriteatlas" fimg="" himg="bg_slider2_v" width="300" height="100" active="1">
- </slider>
- <toggle id="toggle" atlas="Atlas/Common.spriteatlas" src="bg_bottom_popupMain" pimg="bg_setting_gou" width="100" height="100" active="0" default="0">
- </toggle>
- <text id="tipsItemCount" text="" y="6" fontsize="18" height="160" width="380" x="1" ta="11" color="#DCE1E5" outlinesize="1" outlinecolor="#000000" horwrap="1" active="0">
- </text>
- </panel>
- </uipanel>
|