KLUITeamApplicationPanelKml.txt 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <uipanel id="KLUITeamApplicationPanel" name="申请列表界面" zindex="201" width="770" height="360" x="80" y="-20" raycast="1" z="-100" onload="KmlTeamMainUI/@申请列表初始化">
  2. <panel y="200" id="panel_1259">
  3. <img src="Texture/ty_btn_xinxi.png" x="0" y="4" width="806" height="36" id="img_1260">
  4. </img>
  5. <text text="名字" x="-329" y="6" fontsize="18" outlinesize="1" outlinecolor="#000000FF" id="text_1261" horwrap="1" width="40" height="20" color="#FFFFFFFF" fonttype="微软雅黑">
  6. </text>
  7. <text text="等级" x="-190" y="6" fontsize="18" outlinesize="1" outlinecolor="#000000FF" id="text_1262" horwrap="1" color="#FFFFFFFF" fonttype="微软雅黑" width="40" height="20">
  8. </text>
  9. <text text="职业" x="-60" y="6" fontsize="18" outlinesize="1" outlinecolor="#000000FF" id="text_1263" horwrap="1" fonttype="微软雅黑" width="40" height="20">
  10. </text>
  11. <text text="请求" x="70" y="6" fontsize="18" outlinesize="1" outlinecolor="#000000FF" id="text_1264" horwrap="1" fonttype="微软雅黑" width="40" height="20">
  12. </text>
  13. <text text="操作" x="281" y="6" fontsize="18" outlinesize="1" outlinecolor="#000000FF" id="text_1265" horwrap="1" fonttype="微软雅黑" width="40" height="20">
  14. </text>
  15. </panel>
  16. <scrollview id="application_scrollview" width="800" height="400" x="1" y="-13" vertical="1">
  17. <gridview id="application_gridview" cellwidth="800" cellheight="50" spacey="5" contentsizefitter="1">
  18. <datalist id="application_datalist">
  19. <panel id="panel_1268">
  20. <img atlas="Atlas/UITeamMainInfoPanel.spriteatlas" src="booldTiao" width="800" height="50" id="img_1269">
  21. </img>
  22. <text id="apply_name" text="名字六个字" ta="11" x="-320" fontsize="18" outlinesize="1" outlinecolor="#000000FF" horwrap="1" fonttype="微软雅黑" width="100" height="20">
  23. </text>
  24. <text id="apply_level" text="400" ta="11" x="-190" fontsize="18" outlinesize="1" outlinecolor="#000000FF" horwrap="1" fonttype="微软雅黑" width="100" height="20">
  25. </text>
  26. <text id="apply_career" text="战士" ta="11" x="-60" fontsize="18" outlinesize="1" outlinecolor="#000000FF" horwrap="1" fonttype="微软雅黑" width="100" height="20">
  27. </text>
  28. <text id="apply_tips" text="请求" ta="11" x="70" fontsize="18" outlinesize="1" outlinecolor="#000000FF" horwrap="1" width="100" height="20" fonttype="微软雅黑">
  29. </text>
  30. <button id="refuse_btn" atlas="Atlas/Common.spriteatlas" src="button_interface_window8" textcolor="#ED2E2E" outlinesize="1" outlinecolor="#000000FF" width="100" x="210" text="拒绝" onclick="KmlTeamMainUI/@拒绝进入队伍 " fonttype="微软雅黑" fontsize="18">
  31. </button>
  32. <button id="agree_btn" atlas="Atlas/Common.spriteatlas" src="button_interface_window7" textcolor="#DCE1E5" outlinesize="1" outlinecolor="#000000FF" width="100" x="320" text="同意" onclick="KmlTeamMainUI/@同意进入队伍 " fonttype="微软雅黑" fontsize="18">
  33. </button>
  34. </panel>
  35. </datalist>
  36. </gridview>
  37. </scrollview>
  38. <gridview id="gridview1" y="-210" raycast="0" cellwidth="150" cellheight="44" spacex="0" spacey="0" cella="20" width="395" height="65" x="211" startcorner="1">
  39. <button id="agreebtn" text="一键同意" atlas="Atlas/Common.spriteatlas" src="button_interface_window7" textcolor="#FFFFFFFF" fontsize="18" outlinesize="1" outlinecolor="#000000FF" ta="11" width="150" height="44" active="0" raycast="1" fonttype="微软雅黑">
  40. </button>
  41. <button id="clearbtn" text="一键拒绝" atlas="Atlas/Common.spriteatlas" src="button_interface_window8" textcolor="#D9001CFF" fontsize="18" outlinesize="1" outlinecolor="#000000FF" height="44" width="150" active="0" raycast="1" fonttype="微软雅黑" ta="11">
  42. </button>
  43. </gridview>
  44. </uipanel>