KLUnionCreatePanelKml.txt 5.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <uipanel id="KLUnionCreatePanel" name="创建战盟界面" a="20" adapter="1" height="750" width="422" x="-67" raycast="1" zindex="12" >
  2. <img src="Texture/bg_bottomBg.png" a="20" x="0">
  3. <img id="title" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="waralliance_creat" y="-2" x="8" a="01" />
  4. <img id="closeBtn" atlas="Atlas/Common.spriteatlas" src="button_interface_close5" a="21" x="9" y="9" z="-10" h5x="-355" h5y="9" onclick="KmlXWUnionCreateUI/@CloseMainPanel" />
  5. <panel id="info_panel" y="-80" width="356" height="590" a="01">
  6. <panel width="356" height="30" a="01">
  7. <text text="战盟名称" fonttype="微软雅黑" fontsize="18" outlineSize="1" outlineColor="#000000" a="10" />
  8. <input id="input_union_name" ta="11" atlas="Atlas/TS_Union.spriteatlas" src="input_bg" onchange="KmlXWUnionCreateUI/@UnionNameChange" />
  9. </panel>
  10. <panel id="log_panel" width="356" height="462" y="-40" a="01">
  11. <text text="臂章样式" a="11" fonttype="微软雅黑" fontsize="18" outlineSize="1" outlineColor="#000000" />
  12. <img id="union_log_bg" a="01" y="-30" width="326" height="326" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="log_bg" />
  13. <img id="union_log" a="01" y="-30" width="326" height="326" src="Texture/log1.png" />
  14. </panel>
  15. <text id="desc_text" y="-135" text="因政策原因,暂时无法创作战盟臂章。" fonttype="微软雅黑" fontsize="18" outlineSize="1" outlineColor="#000000" />
  16. <text id="desc_text" y="-165" text="可在以下臂章中选择一款:" fonttype="微软雅黑" fontsize="18" outlineSize="1" outlineColor="#000000" />
  17. <layout id="log_list_panel" y="-220" width="356" height="40" expand_width="1">
  18. <img id="log_list_bg1" a="10" width="64" height="64" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="bg_choose" onclick="KmlXWUnionCreateUI/@ChoiceLog 1">
  19. <img id="union_log1" width="40" height="40" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="1" />
  20. <img id="union_log1_select" atlas="Atlas/TS_Union.spriteatlas" src="log_select" />
  21. </img>
  22. <img id="log_list_bg2" a="10" width="64" height="64" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="bg_choose" onclick="KmlXWUnionCreateUI/@ChoiceLog 2">
  23. <img id="union_log2" width="40" height="40" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="2" />
  24. <img id="union_log2_select" atlas="Atlas/TS_Union.spriteatlas" src="log_select" />
  25. </img>
  26. <img id="log_list_bg3" a="10" width="64" height="64" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="bg_choose" onclick="KmlXWUnionCreateUI/@ChoiceLog 3">
  27. <img id="union_log3" width="40" height="40" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="3" />
  28. <img id="union_log3_select" atlas="Atlas/TS_Union.spriteatlas" src="log_select" />
  29. </img>
  30. <img id="log_list_bg4" a="10" width="64" height="64" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="bg_choose" onclick="KmlXWUnionCreateUI/@ChoiceLog 4">
  31. <img id="union_log4" width="40" height="40" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="4" />
  32. <img id="union_log4_select" atlas="Atlas/TS_Union.spriteatlas" src="log_select" />
  33. </img>
  34. <img id="log_list_bg5" a="10" width="64" height="64" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="bg_choose" onclick="KmlXWUnionCreateUI/@ChoiceLog 5">
  35. <img id="union_log5" width="40" height="40" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="5" />
  36. <img id="union_log5_select" atlas="Atlas/TS_Union.spriteatlas" src="log_select" />
  37. </img>
  38. </layout>
  39. <panel width="200" height="38" a="22">
  40. <text text="消耗" a="10" fonttype="微软雅黑" fontsize="18" outlineSize="1" outlineColor="#000000" />
  41. <img id="cost_bg" width="150" atlas="Atlas/Common.spriteatlas" src="img_interface_main112" a="20" >
  42. <item id="cost_item_id" x="5" width="30" height="30" itemid="10040001" a="10" mfixsize="30,30" tips="1" bgtype="0" / >
  43. <text id="cost_item_count" x="35" text="500" fonttype="微软雅黑" a="10" color="#00FF00" outlineSize="1" outlineColor="#000000" />
  44. </img>
  45. </panel>
  46. </panel>
  47. <panel id="panel_btn" width="280" height="40" y="30" a="02">
  48. <button id="cancle_btn" width="112" height="40" a="10" onclick="KmlXWUnionCreateUI/@closeMainPanel" atlas="Atlas/Common.spriteatlas" src="button_interface_window7" >
  49. <text id="btn_text" text="取消" color="#D90000" fonttype="微软雅黑" fontsize="18" outlineSize="1" outlineColor="#000000" />
  50. </button>
  51. <button id="enter_btn" width="112" height="40" a="20" onclick="KmlXWUnionCreateUI/@CreateUnion" atlas="Atlas/Common.spriteatlas" src="button_interface_window7" >
  52. <text id="btn_text" text="确认" color="#dce1e5" fonttype="微软雅黑" fontsize="18" outlineSize="1" outlineColor="#000000" />
  53. </button>
  54. </panel>
  55. </img>
  56. </uipanel>