KLTaskGuidePanelKml.txt 871 B

1234567891011121314
  1. <uipanel id="KLTaskGuidePanel" name="任务引导界面" width="0" height="0" zindex="222" a="01" mask="0">
  2. <button id="closeMask" width="3000" height="3000" color="#00000001" onclick="111">
  3. </button>
  4. <img id="Arrow" atlas="Atlas/Common.spriteatlas" src="LeftArrow" x="-95" y="-20"/>
  5. <gridview id="task_guide_layout" width="180" height="200" constraint="1" constraintcount="1" spacey="2" cellwidth="113" cellheight="40" a="01" x="15" y="3" z="-100" >
  6. <datalist id="task_guide_list" databind="@left_top_task_list">
  7. <button id="guide_button" atlas="Atlas/Common.spriteatlas" src="button_interface_window7" y="0" onclick="222">
  8. <text id="guide_text" text="" fontsize="18" ta="11" color="" outlinesize="1" outlinecolor="0" bestfit="1" maxbestfit="18" width="110" horwrap="1">
  9. </text>
  10. </button>
  11. </datalist>
  12. </gridview>
  13. </uipanel>