KLUINearTeamPanelKml.txt 2.5 KB

123456789101112131415161718192021222324252627282930313233
  1. <uipanel id="KLUINearTeamPanel" name="附近队伍界面" zindex="201" width="770" height="360" x="80" y="-20" raycast="1" z="-100" onload="KmlTeamMainUI/@附近队伍初始化">
  2. <panel y="200" id="panel_116">
  3. <img src="Texture/ty_btn_xinxi.png" x="1" y="4" width="806" height="36" id="img_117">
  4. </img>
  5. <text text="队伍名称" x="-330" y="6" fontsize="18" height="20" outlinesize="1" outlinecolor="#000000FF" id="text_118" horwrap="1" fonttype="微软雅黑">
  6. </text>
  7. <text text="人数" x="-30" y="6" fontsize="18" outlinesize="1" outlinecolor="#000000FF" id="text_119" horwrap="1" fonttype="微软雅黑">
  8. </text>
  9. <text text="操作" x="281" y="6" fontsize="18" outlinesize="1" outlinecolor="#000000FF" id="text_120" horwrap="1" fonttype="微软雅黑" width="36" height="20">
  10. </text>
  11. </panel>
  12. <scrollview id="near_team_scrollview" width="800" height="400" x="1" y="-13" vertical="1">
  13. <gridview id="near_team_gridview" cellwidth="800" cellheight="50" spacey="5" contentsizefitter="1">
  14. <datalist id="near_team_datalist">
  15. <panel id="panel_123">
  16. <img atlas="Atlas/UITeamMainInfoPanel.spriteatlas" src="booldTiao" width="800" height="50" id="img_124">
  17. </img>
  18. <text id="team_name" text="名字六个字" ta="11" x="-330" fontsize="18" outlinesize="1" outlinecolor="#000000FF" horwrap="1" width="100" height="20" fonttype="微软雅黑">
  19. </text>
  20. <text id="team_num" text="20" ta="11" x="-30" fontsize="18" outlinesize="1" outlinecolor="#000000FF" horwrap="1" width="100" height="20" fonttype="微软雅黑">
  21. </text>
  22. <button id="apply_btn" atlas="Atlas/Common.spriteatlas" src="button_interface_window7" textcolor="#DCE1E5" x="282" text="申请" outlinesize="1" outlinecolor="#000000FF" onclick="KmlTeamMainUI/@申请队伍" width="94" height="34" fonttype="微软雅黑" ta="11" fontsize="18">
  23. </button>
  24. <button id="had_apply_btn" atlas="Atlas/Common.spriteatlas" src="button_interface_window8" textcolor="#ED2E2E" x="282" text="已申请" outlinesize="1" outlinecolor="#000000FF" onclick="KmlTeamMainUI/@已申请队伍" width="94" height="34" fonttype="微软雅黑" fontsize="18" ta="11">
  25. </button>
  26. <button id="in_team_btn" atlas="Atlas/Common.spriteatlas" src="button_interface_window7" textcolor="#DBE0E6FF" x="282" text="已加入" outlinesize="1" outlinecolor="#000000FF" width="94" height="34" fonttype="微软雅黑" fontsize="18" ta="11">
  27. </button>
  28. </panel>
  29. </datalist>
  30. </gridview>
  31. </scrollview>
  32. </uipanel>