KLTaskPanelKml.txt 1.9 KB

123456789101112131415161718192021222324252627
  1. <uipanel id="KLTaskPanel" name="任务界面" color="#00000000" movecanvas="0" onload="KmlTaskUI/init_panel" a="11" zindex="216">
  2. <panel id="root" x="-592" y="300">
  3. <scrollview id="info_view" width="289" height="216" vertical="1" a="11" x="37" y="-40">
  4. <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">
  5. <datalist id="left_top_task_list" databind="@left_top_task_list">
  6. <panel>
  7. <img id="task_bg_" atlas="Atlas/UITask.spriteatlas" src="bg_mainTaskBg" width="280" height="66" a="10" onclick="KmlTaskUI/task_item_click " onclickmasktime ="1"/>
  8. <text id="Complete_Text" text="<color='green'>已完成</color>" active="" fontsize="18" a="20" x="8"/>
  9. <prefab id="Complete_" path="Kml/KmlPrefab/Cookbook/Common/Eff_UI_renwu_he02.prefab" width="280" height="66" a="10" active=""></prefab>
  10. <prefab id="Start_" path="Kml/KmlPrefab/Cookbook/Common/Eff_UI_renwu_shuaxin.prefab" width="280" height="66" a="10" active="0" x="-200">
  11. <panel id="Image_" bind="Image" />
  12. </prefab>
  13. <prefab id="Eff_UI_renwu_dianji" path="Kml/KmlPrefab/Cookbook/Common/Eff_UI_renwu_dianji.prefab" width="280" height="66" a="10">
  14. <panel id="Plane_" bind="Plane" active="0" />
  15. </prefab>
  16. <layout vertical="0" contentsizefitter="1" a="10">
  17. <img id="task_icon" atlas="Atlas/UITask.spriteatlas" src=""/>
  18. <panel id="task_layout">
  19. </panel>
  20. </layout>
  21. </panel>
  22. </datalist>
  23. </gridview>
  24. </scrollview>
  25. </panel>
  26. </uipanel>