1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- <uipanel id="KLUnionMemberListPanel" name="战盟成员列表界面" adapter="1" a="20" height="750" width="422" x="-67" raycast="1" zindex="12">
- <img src="Texture/bg_bottomBg.png" a="20" x="0" id="img_12">
- <img id="title" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="WarAlliance_Member" y="-2" x="8" a="01">
- </img>
- <img id="closeBtn" atlas="Atlas/Common.spriteatlas" src="button_interface_close5" a="21" x="9" y="9" z="-10" onclick="KmlXWUnionMemberUI/@CloseMainPanel" h5x="-355" h5y="7">
- </img>
- <img id="table_title_bg" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="ty_btn_xinxi2" x="0" y="-80" width="356" height="30" a="01">
- <button id="title_name" text="玩家昵称" fonttype="微软雅黑" fontsize="20" outlinesize="1" outlinecolor="#000000" width="140" height="30" x="-105" onclick="KmlXWUnionMemberUI/@SortByType 1" color="#00000000">
- </button>
- <button id="title_level" width="70" height="30" onclick="KmlXWUnionMemberUI/@SortByType 2" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="ty_btn_xinxi2">
- <text text="等级" x="-10" fonttype="微软雅黑" fontsize="20" outlinesize="1" outlinecolor="#000000" id="text_18">
- </text>
- <img id="level_sort_up" width="12" height="8" x="20" y="5" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="img_up_black">
- </img>
- <img id="level_sort_up_black" width="12" height="8" x="20" y="5" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="img_up_light" active="0">
- </img>
- <img id="level_sort_down" width="12" height="8" x="20" y="-5" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="img_down_black">
- </img>
- <img id="level_sort_down_black" width="12" height="8" x="20" y="-5" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="img_down_light" active="0">
- </img>
- </button>
- <button id="title_position" width="70" height="30" x="70" onclick="KmlXWUnionMemberUI/@SortByType 3" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="ty_btn_xinxi2">
- <text text="职位" x="-10" fonttype="微软雅黑" fontsize="20" outlinesize="1" outlinecolor="#000000" id="text_24">
- </text>
- <img id="position_sort_up" width="12" height="8" x="20" y="5" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="img_up_black">
- </img>
- <img id="position_sort_up_black" width="12" height="8" x="20" y="5" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="img_up_light" active="0">
- </img>
- <img id="position_sort_down" width="12" height="8" x="20" y="-5" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="img_down_black">
- </img>
- <img id="position_sort_down_black" width="12" height="8" x="20" y="-5" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="img_down_light" active="0">
- </img>
- </button>
- <button id="title_state" width="70" height="30" x="140" onclick="KmlXWUnionMemberUI/@SortByType 4" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="ty_btn_xinxi2">
- <text text="状态" x="-10" fonttype="微软雅黑" fontsize="20" outlinesize="1" outlinecolor="#000000" id="text_30">
- </text>
- <img id="state_sort_up" width="12" height="8" x="20" y="5" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="img_up_black">
- </img>
- <img id="state_sort_up_black" width="12" height="8" x="20" y="5" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="img_up_light" active="0">
- </img>
- <img id="state_sort_down" width="12" height="8" x="20" y="-5" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="img_down_black">
- </img>
- <img id="state_sort_down_black" width="12" height="8" x="20" y="-5" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="img_down_light" active="0">
- </img>
- </button>
- </img>
- <panel id="table_panel" y="-110" width="356" height="540" a="01">
- <scrollview id="table_list" width="356" height="530" a="01" vertical="1">
- <gridview id="union_list_view" width="356" height="540" cellwidth="356" cellheight="34" contentsizefitter="1">
- <datalist id="union_data_list" databind="@member_data_list">
- <panel id="datalist_panel_" width="356" height="30">
- <img id="table_bg" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="black" width="356" height="30">
- </img>
- <button id="datalist_panel_btn_" width="356" height="30" color="#00000000" onclick="KmlXWUnionMemberUI/@OpenMemberInfoPanel ">
- </button>
- <img id="union_choice_bg_" width="356" height="30" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="bg_choose1" active="0">
- </img>
- <text id="name" text="" x="-107" color="" fonttype="微软雅黑" fontsize="18" outlinesize="1" outlinecolor="#000000" ta="11">
- </text>
- <text id="level" text="" x="-10" color="" fonttype="微软雅黑" fontsize="18" outlinesize="1" outlinecolor="#000000" ta="11">
- </text>
- <text id="position" text="" x="61" color="" fonttype="微软雅黑" fontsize="18" outlinesize="1" outlinecolor="#000000" ta="11">
- </text>
- <text id="state" text="" x="130" color="" fonttype="微软雅黑" fontsize="18" outlinesize="1" outlinecolor="#000000" ta="11">
- </text>
- </panel>
- </datalist>
- </gridview>
- </scrollview>
- </panel>
- <button id="shen_he" a="02" y="55" onclick="KmlXWUnionMemberUI/UIUnionMemberApply" atlas="Atlas/Common.spriteatlas" src="button_interface_window37" databind="active=@is_admin" active="">
- <text id="btn_text" text="审核信息" fonttype="微软雅黑" fontsize="20" outlinesize="1" outlinecolor="#000000" color="#DCE1E5">
- </text>
- </button>
- <panel id="shen_heTip" width="310" height="50" a="02">
- <text id="tips" ta="11" y="20" height="30" fonttype="微软雅黑" fontsize="18" outlinesize="1" outlinecolor="#000000">
- </text>
- <text id="on_line_tips" ta="11" y="0" height="30" fonttype="微软雅黑" fontsize="18" outlinesize="1" outlinecolor="#000000">
- </text>
- </panel>
- </img>
- </uipanel>
|