1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <uipanel id="KLPreviewPanel" name="系统预告界面" zindex="215" width="1334" height="750" x="0" y="0" raycast="0" z="0" a="00" rotate="0,0,0" color="#00000000" mask="1">
- <panel id="PreviewUI" width="1050" height="566" y="0" x="0" z="0" a="00" rotate="0,0,0">
- <img id="BG" width="1050" height="566" y="0" x="0" z="0" src="Texture/bg_interface_window_2.png" a="00" rotate="0,0,0" raycast="1" active="1" atlas="">
- <scrollview id="Previewview" x="-405" y="-30" z="0" width="180" height="460" vertical="1">
- <layout id="layout" vertical="1" a="01" cella="01" width="180" height="0" space="2" contentsizefitter="1">
- <datalist id="previewlist">
- <button id="toggle" default="0" atlas="Atlas/UITradePanel.spriteatlas" src="one_button_bg" width="180" height="50" raycast="1">
- <text id="test" text="" fontsize="18" x="0" y="0" width="180" a="00" ta="11" fonttype="微软雅黑" outlinecolor="#000000" outlinesize="1" active="1">
- </text>
- <img id="red" atlas="Atlas/UIMisc.spriteatlas" src="img_uiicon_41" a="21">
- </img>
- </button>
- </datalist>
- </layout>
- </scrollview>
- <scrollview id="content_scroll" x="90" y="18" z="0" width="780" height="365" vertical="1">
- <layout id="content_layout_scroll" vertical="1" x="0" y="0" width="780" a="01" cella="11" space="12" contentsizefitter="1">
- <datalist id="contentlist">
- <layout id="content_layout" vertical="1" x="0" y="0" width="780" a="01" cella="11" space="12" contentsizefitter="1">
- <img id="preview_name_img" atlas="Atlas/KmlPreviewUI.spriteatlas" src="PreviewTitleBottom" width="187" height="52" a="01">
- <text id="preview_name" text="功能名称" fonttype="微软雅黑" fontsize="22" outlinecolor="#000000" outlinesize="1" color="#FBD994" a="00" ta="11">
- </text>
- </img>
- <datalist id="small_tittlelist">
- <layout id="textlayout1" width="730" vertical="1" cella="11" space="12">
- <img id="preciew_icon_img1" atlas="Atlas/Common.spriteatlas" src="ty_bg_pic_greyDot">
- <text id="preview_tittle" text="开启时间" x="160" fontsize="20" color="#FBD994" fonttype="微软雅黑" outlinecolor="#000000" width="300">
- </text>
- </img>
- <layout id="preview_text_layout" width="700" height="10" paddingleft="16">
- <text id="preview_text" linespace="1.5" width="700" text="" horwrap="1" contentsizefitter="1" fonttype="微软雅黑" outlinecolor="#000000" outlinesize="1" fontsize="18">
- </text>
- </layout>
- </layout>
- </datalist>
- </layout>
- </datalist>
- </layout>
- </scrollview>
- <img id="preview_receive" atlas="Atlas/KmlPreviewUI.spriteatlas" src="PreviewReward" x="90" y="-210" width="790" height="91">
- <item id="receive_item" tips="1" itemid="" y="0" x="-340" width="60" height="60" bgtype="1" itemtype="9" mfixsize="60,60" textcolor="#FBD994" fontsize="16">
- <img id="clickItem" x="0" y="0" width="60" height="60" color="#00000000" raycast="1">
- </img>
- </item>
- <button id="receive_btn" atlas="Atlas/Common.spriteatlas" src="button_interface_window7" x="300" textcolor="#dce1e5" fontsize="18" text="领取" outlinesize="1" outlinecolor="#000000" raycast="1">
- <img id="btnEffect" atlas="Atlas/TS_Common.spriteatlas" src="btnEffect" width="113" height="40">
- </img>
- </button>
- <text id="receive_text" x="250" color="#FF0000" fontsize="20" fonttype="微软雅黑" outlinecolor="#000000" outlinesize="1">
- </text>
- </img>
- <img id="title" atlas="Atlas/KmlPreviewUI.spriteatlas" src="PreviewTitle" a="01" x="-5" y="10">
- </img>
- <img id="closeBtn" x="13" y="5" color="#FFFFFFFF" width="69" height="69" a="21" raycast="1" active="1" src="button_interface_close5" atlas="Atlas/Common.spriteatlas" h5x="-985" h5y="5">
- </img>
- </img>
- </panel>
- </uipanel>
|