123456789101112131415161718192021222324252627 |
- <uipanel id="KLTaskPanel" name="任务界面" color="#00000000" movecanvas="0" onload="KmlTaskUI/init_panel" a="11" zindex="216">
- <panel id="root" x="-592" y="300">
- <scrollview id="info_view" width="289" height="216" vertical="1" a="11" x="37" y="-40">
- <gridview id="left_top_task_process_panel_layout" width="280" height="200" constraint="1" constraintcount="1" spacey="2" cellwidth="250" cellheight="66" contentsizefitter = "1" x="-112">
- <datalist id="left_top_task_list" databind="@left_top_task_list">
- <panel>
- <img id="task_bg_" atlas="Atlas/UITask.spriteatlas" src="bg_mainTaskBg" width="280" height="66" a="10" onclick="KmlTaskUI/task_item_click " onclickmasktime ="1"/>
- <text id="Complete_Text" text="<color='green'>已完成</color>" active="" fontsize="18" a="20" x="8"/>
- <prefab id="Complete_" path="Kml/KmlPrefab/Cookbook/Common/Eff_UI_renwu_he02.prefab" width="280" height="66" a="10" active=""></prefab>
- <prefab id="Start_" path="Kml/KmlPrefab/Cookbook/Common/Eff_UI_renwu_shuaxin.prefab" width="280" height="66" a="10" active="0" x="-200">
- <panel id="Image_" bind="Image" />
- </prefab>
- <prefab id="Eff_UI_renwu_dianji" path="Kml/KmlPrefab/Cookbook/Common/Eff_UI_renwu_dianji.prefab" width="280" height="66" a="10">
- <panel id="Plane_" bind="Plane" active="0" />
- </prefab>
- <layout vertical="0" contentsizefitter="1" a="10">
- <img id="task_icon" atlas="Atlas/UITask.spriteatlas" src=""/>
- <panel id="task_layout">
- </panel>
- </layout>
- </panel>
- </datalist>
- </gridview>
- </scrollview>
- </panel>
- </uipanel>
|