KLUINearPlayerPanelKml.txt 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <uipanel id="KLUINearPlayerPanel" name="附近玩家界面" zindex="201" width="770" height="360" x="80" y="-20" raycast="1" z="-100" onload="KmlTeamMainUI/@附近玩家初始化">
  2. <panel y="200" id="panel_1228">
  3. <img src="Texture/ty_btn_xinxi.png" x="0" y="4" width="806" height="36" id="img_1229">
  4. </img>
  5. <text text="名字" x="-329" y="6" fontsize="18" outlinesize="1" outlinecolor="#000000FF" id="text_1230" horwrap="1" fonttype="微软雅黑" width="50" height="20" ta="11">
  6. </text>
  7. <text text="等级" x="-189" y="6" fontsize="18" outlinesize="1" outlinecolor="#000000FF" id="text_1231" horwrap="1" width="50" height="20" fonttype="微软雅黑" ta="11">
  8. </text>
  9. <text text="职业" x="-58" y="6" fontsize="18" outlinesize="1" outlinecolor="#000000FF" id="text_1232" horwrap="1" width="50" height="20" fonttype="微软雅黑" ta="11">
  10. </text>
  11. <text text="战盟" x="112" y="6" fontsize="18" outlinesize="1" outlinecolor="#000000FF" id="text1" horwrap="1" width="50" height="20" fonttype="微软雅黑" ta="11">
  12. </text>
  13. <text text="操作" x="281" y="6" fontsize="18" outlinesize="1" outlinecolor="#000000FF" id="text_1233" horwrap="1" width="50" height="20" fonttype="微软雅黑" ta="11">
  14. </text>
  15. </panel>
  16. <scrollview id="near_player_scrollview" width="800" height="400" x="2" y="-13" vertical="1">
  17. <gridview id="near_player_gridview" cellwidth="800" cellheight="50" spacey="5" contentsizefitter="1">
  18. <datalist id="near_player_datalist">
  19. <panel id="panel_1236">
  20. <img atlas="Atlas/UITeamMainInfoPanel.spriteatlas" src="booldTiao" width="800" height="50" id="img_1237">
  21. </img>
  22. <text id="player_name" text="名字固定七个字" ta="11" x="-330" fontsize="18" outlinesize="1" outlinecolor="#000000FF" horwrap="1" width="133" height="20" fonttype="微软雅黑">
  23. </text>
  24. <text id="player_level" text="999" ta="11" x="-191" fontsize="18" outlinesize="1" outlinecolor="#000000FF" horwrap="1" width="67" height="20" fonttype="微软雅黑">
  25. </text>
  26. <text id="player_career" text="战士法师" ta="11" x="-58" fontsize="18" outlinesize="1" outlinecolor="#000000FF" horwrap="1" width="96" height="25" fonttype="微软雅黑">
  27. </text>
  28. <text id="player_unionName" text="战盟固定七个字" ta="11" x="108" fontsize="18" outlinesize="1" outlinecolor="#000000FF" horwrap="1" width="146" height="20" fonttype="微软雅黑" active="1" binddragid="">
  29. </text>
  30. <button id="invite_btn" atlas="Atlas/Common.spriteatlas" src="button_interface_window7" textcolor="#DCE1E5" outlinesize="1" outlinecolor="#000000FF" x="282" text="邀请" width="94" height="34" onclick="KmlTeamMainUI/@邀请进入队伍" fonttype="微软雅黑" fontsize="18">
  31. </button>
  32. <button id="had_invite_btn" atlas="Atlas/Common.spriteatlas" src="button_interface_window8" textcolor="#ED2E2E" outlinesize="1" outlinecolor="#000000FF" x="282" text="已邀请" width="94" height="34" fonttype="微软雅黑" fontsize="18">
  33. </button>
  34. </panel>
  35. </datalist>
  36. </gridview>
  37. </scrollview>
  38. </uipanel>