12345678910111213141516171819202122232425262728293031 |
- <uipanel id="KLUnionJoinPanel" name="加入战盟界面" a="20" height="750" adapter="1" width="422" x="-67" raycast="1" zindex="12">
- <img src="Texture/bg_bottomBg.png" a="20" x="0" id="img_27" atlas="">
- <img id="title" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="WarAlliance_List" 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="KmlXWUnionApplyToJoinUI/@CloseMainPanel" h5x="-355" h5y="9">
- </img>
- <img id="table_title_bg" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="ty_bg_tip9" scale9l="4" scale9r="4" scale9t="4" scale9b="4" y="-80" width="356" height="36" a="01">
- <text id="title_name" ta="01" fonttype="微软雅黑" fontsize="20" outlinesize="1" outlinecolor="#000000" text="战盟名称" width="83" height="30" x="-100">
- </text>
- <text id="title_name" ta="01" fonttype="微软雅黑" fontsize="20" outlinesize="1" outlinecolor="#000000" text="等级" width="63" height="30">
- </text>
- <text id="title_name" ta="01" fonttype="微软雅黑" fontsize="20" outlinesize="1" outlinecolor="#000000" text="人数" width="63" height="30" x="60">
- </text>
- <text id="title_name" ta="01" fonttype="微软雅黑" fontsize="20" outlinesize="1" outlinecolor="#000000" text="状态" width="63" height="30" x="140">
- </text>
- </img>
- <img id="table_bg" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="black" color="#FFFFFF96" y="-110" width="356" height="540" a="01">
- </img>
- <scrollview id="table_list" width="356" height="540" y="-110" a="01" vertical="1">
- <gridview id="union_list_view" width="356" height="540" cellwidth="356" cellheight="40" contentsizefitter="1" paddingtop="5">
- <datalist id="union_data_list" databind="@union_data_list">
- </datalist>
- </gridview>
- </scrollview>
- <button id="one_key_apply_to_join" a="02" y="30" onclick="KmlXWUnionApplyToJoinUI/@一键发起申请 " atlas="Atlas/Common.spriteatlas" src="button_interface_window37">
- <text id="btn_text" text="一键申请" fonttype="微软雅黑" fontsize="20" outlinesize="1" outlinecolor="#000000" color="#DCE1E5">
- </text>
- </button>
- </img>
- </uipanel>
|