1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <uipanel id="KLUnionCreatePanel" name="创建战盟界面" a="20" adapter="1" height="750" width="422" x="-67" raycast="1" zindex="12" >
- <img src="Texture/bg_bottomBg.png" a="20" x="0">
- <img id="title" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="waralliance_creat" y="-2" x="8" a="01" />
- <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" />
- <panel id="info_panel" y="-80" width="356" height="590" a="01">
- <panel width="356" height="30" a="01">
- <text text="战盟名称" fonttype="微软雅黑" fontsize="18" outlineSize="1" outlineColor="#000000" a="10" />
- <input id="input_union_name" ta="11" atlas="Atlas/TS_Union.spriteatlas" src="input_bg" onchange="KmlXWUnionCreateUI/@UnionNameChange" />
- </panel>
- <panel id="log_panel" width="356" height="462" y="-40" a="01">
- <text text="臂章样式" a="11" fonttype="微软雅黑" fontsize="18" outlineSize="1" outlineColor="#000000" />
- <img id="union_log_bg" a="01" y="-30" width="326" height="326" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="log_bg" />
- <img id="union_log" a="01" y="-30" width="326" height="326" src="Texture/log1.png" />
- </panel>
- <text id="desc_text" y="-135" text="因政策原因,暂时无法创作战盟臂章。" fonttype="微软雅黑" fontsize="18" outlineSize="1" outlineColor="#000000" />
- <text id="desc_text" y="-165" text="可在以下臂章中选择一款:" fonttype="微软雅黑" fontsize="18" outlineSize="1" outlineColor="#000000" />
- <layout id="log_list_panel" y="-220" width="356" height="40" expand_width="1">
- <img id="log_list_bg1" a="10" width="64" height="64" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="bg_choose" onclick="KmlXWUnionCreateUI/@ChoiceLog 1">
- <img id="union_log1" width="40" height="40" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="1" />
- <img id="union_log1_select" atlas="Atlas/TS_Union.spriteatlas" src="log_select" />
- </img>
- <img id="log_list_bg2" a="10" width="64" height="64" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="bg_choose" onclick="KmlXWUnionCreateUI/@ChoiceLog 2">
- <img id="union_log2" width="40" height="40" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="2" />
- <img id="union_log2_select" atlas="Atlas/TS_Union.spriteatlas" src="log_select" />
- </img>
- <img id="log_list_bg3" a="10" width="64" height="64" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="bg_choose" onclick="KmlXWUnionCreateUI/@ChoiceLog 3">
- <img id="union_log3" width="40" height="40" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="3" />
- <img id="union_log3_select" atlas="Atlas/TS_Union.spriteatlas" src="log_select" />
- </img>
- <img id="log_list_bg4" a="10" width="64" height="64" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="bg_choose" onclick="KmlXWUnionCreateUI/@ChoiceLog 4">
- <img id="union_log4" width="40" height="40" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="4" />
- <img id="union_log4_select" atlas="Atlas/TS_Union.spriteatlas" src="log_select" />
- </img>
- <img id="log_list_bg5" a="10" width="64" height="64" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="bg_choose" onclick="KmlXWUnionCreateUI/@ChoiceLog 5">
- <img id="union_log5" width="40" height="40" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="5" />
- <img id="union_log5_select" atlas="Atlas/TS_Union.spriteatlas" src="log_select" />
- </img>
- </layout>
- <panel width="200" height="38" a="22">
- <text text="消耗" a="10" fonttype="微软雅黑" fontsize="18" outlineSize="1" outlineColor="#000000" />
- <img id="cost_bg" width="150" atlas="Atlas/Common.spriteatlas" src="img_interface_main112" a="20" >
- <item id="cost_item_id" x="5" width="30" height="30" itemid="10040001" a="10" mfixsize="30,30" tips="1" bgtype="0" / >
- <text id="cost_item_count" x="35" text="500" fonttype="微软雅黑" a="10" color="#00FF00" outlineSize="1" outlineColor="#000000" />
- </img>
- </panel>
- </panel>
-
- <panel id="panel_btn" width="280" height="40" y="30" a="02">
- <button id="cancle_btn" width="112" height="40" a="10" onclick="KmlXWUnionCreateUI/@closeMainPanel" atlas="Atlas/Common.spriteatlas" src="button_interface_window7" >
- <text id="btn_text" text="取消" color="#D90000" fonttype="微软雅黑" fontsize="18" outlineSize="1" outlineColor="#000000" />
- </button>
- <button id="enter_btn" width="112" height="40" a="20" onclick="KmlXWUnionCreateUI/@CreateUnion" atlas="Atlas/Common.spriteatlas" src="button_interface_window7" >
- <text id="btn_text" text="确认" color="#dce1e5" fonttype="微软雅黑" fontsize="18" outlineSize="1" outlineColor="#000000" />
- </button>
- </panel>
- </img>
- </uipanel>
|