123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182 |
- <uipanel id="KLUIChatPanelKml" name="聊天界面" zindex="202" width="1334" adapter="1" height="750" a="10" z="-400" onload="KmlChatUI/@打开聊天信息">
- <button id="background_close" atlas="Atlas/UIChatPanel.spriteatlas" src="img_bg_emoji_di" color="#00000000" width="5000" height="5000" a="10" x="-1100" onclick="" raycast="1"></button>
-
- <panel id="root_panel" width="1334" height="750" a="10" x="-1">
- <img id="bg1" src="Texture/img_chatpanel_bg.png" width="440" height="750" x="64" a="10" raycast="1">
- <button id="btn_close" atlas="Atlas/UIChatPanel.spriteatlas" src="img_btn_exit" x="16" a="20" raycast="1">
- </button>
- </img>
- <img id="root" atlas="Atlas/UIEquipFeedPanel.spriteatlas" src="" width="70" height="800" a="10" raycast="1">
- <togglegroup id="ToggleGroupChat" y="-20">
- <layout id="toggle_layout" width="70" height="670" vertical="1" cella="01" space="0">
- <panel id="综合_toggle_panel" width="67" height="76">
- <toggle id="zonghe_toggle" default="1" atlas="Atlas/UIChatPanel.spriteatlas" src="chat_btn_00_no" pimg="chat_btn_00_select" width="67" height="76" togglegroup_id="ToggleGroupChat" onclick="KmlChatUI/@选择聊天类型 -1" oncancel="KmlChatUI/@取消聊天类型 -1">
- </toggle>
- </panel>
- <panel id="世界_toggle_panel" width="67" height="76">
- <toggle id="shijie_toggle" default="0" atlas="Atlas/UIChatPanel.spriteatlas" src="chat_btn_2_no" pimg="chat_btn_2_select" width="67" height="76" togglegroup_id="ToggleGroupChat" onclick="KmlChatUI/@选择聊天类型 2" oncancel="KmlChatUI/@取消聊天类型 2">
- </toggle>
- </panel>
- <panel id="附近_toggle_panel" width="67" height="76">
- <toggle id="fujin_toggle" default="0" atlas="Atlas/UIChatPanel.spriteatlas" src="chat_btn_6_no" pimg="chat_btn_6_select" width="67" height="76" togglegroup_id="ToggleGroupChat" onclick="" oncancel="">
- </toggle>
- </panel>
- <panel id="战盟_toggle_panel" width="67" height="76">
- <toggle id="zhanmeng_toggle" default="0" atlas="Atlas/UIChatPanel.spriteatlas" src="chat_btn_4_no" pimg="chat_btn_4_select" width="67" height="76" togglegroup_id="ToggleGroupChat" onclick="" oncancel="">
- </toggle>
- </panel>
- <panel id="队伍_toggle_panel" width="67" height="76">
- <toggle id="duiwu_toggle" default="0" atlas="Atlas/UIChatPanel.spriteatlas" src="chat_btn_7_no" pimg="chat_btn_7_select" width="67" height="76" togglegroup_id="ToggleGroupChat" onclick="" oncancel="">
- </toggle>
- </panel>
- <panel id="招募_toggle_panel" width="67" height="76">
- <toggle id="zhaomu_toggle" default="0" atlas="Atlas/UIChatPanelOut.spriteatlas" src="chat_btn_5_no" pimg="chat_btn_5_select" width="67" height="76" togglegroup_id="ToggleGroupChat" onclick="" oncancel="">
- </toggle>
- </panel>
- <panel id="私聊_toggle_panel" width="67" height="76">
- <toggle id="siliao_toggle" default="0" atlas="Atlas/UIChatPanel.spriteatlas" src="chat_btn_8_no" pimg="chat_btn_8_select" width="67" height="76" togglegroup_id="ToggleGroupChat" onclick="" oncancel="">
- </toggle>
- </panel>
- <panel id="系统_toggle_panel" width="67" height="76">
- <toggle id="xitong_toggle" default="0" atlas="Atlas/UIChatPanel.spriteatlas" src="chat_btn_0_no" pimg="chat_btn_0_select" width="67" height="76" togglegroup_id="ToggleGroupChat" onclick="" oncancel="">
- </toggle>
- </panel>
-
- </layout>
- </togglegroup>
- </img>
- </panel>
- <panel id="view" width="425" height="750" a="10">
- <panel id="bg" width="425" height="750" x="70" a="10" raycast="1">
- <panel id="chat_panel" width="425" height="750" active ="1">
- <panel id="panel_root" width="425" height="750" active ="1">
- </panel>
- <text id="player_name" text="" x="-52" y="-22" fontSize="18" color="#efebe5" a="01" outlineSize="1" outlineColor="0" ></text>
- <text id="chat_time" text="" x="-52" y="-75" fontSize="16" color="#9c978d" a="01" outlineSize="1" outlineColor="0" ></text>
- <panel id="di_panel" width="425" height="80" a="12" y="30" active ="1">
- <button id="pos_btn" atlas="Atlas/UIChatPanel.spriteatlas" src="img_chat_pos" width="50" height="50" x="-103" y="-15" onclick="" raycast="1">
- </button>
- <img id="bag_btn" atlas="Atlas/UIChatPanel.spriteatlas" src="img_btn_bag" width="48" height="48" x="-43" y="-15" onclick="" raycast="1"></img>
- <img id="biaoqing_btn" atlas="Atlas/UIChatPanel.spriteatlas" src="img_btn_emoji" width="48" height="48" x="-163" y="-15" onclick="" raycast="1"></img>
- <input id="text_input" text="" place="点击输入内容" fontSize="20" atlas="Atlas/KLChatPanel.spriteatlas" src="img_chat_input" width="370" height="38" x="-27" y="38" a="20" textcolor="#DEDEDE" placecolor="#DEDEDE" ta ="01" horwrap="1" mline="0" outlineSize="1" outlineColor="0" scale9l="8" scale9r="8" scale9t="8" scale9b="8" onchange="KmlChatUI/@ChangeByInput"></input>
- <img id="fasong" atlas="Atlas/Common.spriteatlas" src="button_interface_window37" x="111" y="-15" onclick="KmlChatUI/@聊天发送消息">
- <text id="sendMessageBtnTxt" text="发 送" fontSize="18" color="#f6e5c9" outlineSize="1" outlineColor="0"></text>
- </img>
- </panel>
- <img id="img_line" x="0" y="-240" atlas="Atlas/UIChatPanel.spriteatlas" src="img_line" onclick="">
- </img>
- <panel id="all_type_panel" width="425" height="80" a="12" y="30" active ="0">
- <button id="selectTyptbtn" atlas="Atlas/KLChatPanel.spriteatlas" src="img_chat_input" width="110" height="38" fontSize="18" x="-130" y="38" onclick="" raycast="1">
- <img id="img_chat_shang" atlas="Atlas/UIChatPanel.spriteatlas" src="img_chat_shang" a="10" x="3" active="1"></img>
- <img id="img_chat_xia" atlas="Atlas/UIChatPanel.spriteatlas" src="img_chat_xia" a="10" x="3" active="0"></img>
- <text id="zonghe_text" text="世界" fontSize="18" color="#DEDEDE" outlineSize="1" outlineColor="0" x="13"></text>
- </button>
- <img id="zong_panel" width="110" height="130" x="-128" y="118" atlas="Atlas/UIChatPanel.spriteatlas" src="img_bg_emoji_di" scale9l="8" scale9r="8" scale9t="8" scale9b="8" active ="0">
- <button id="zong_panel_close" atlas="Atlas/Common.spriteatlas" src="img_email_choose" color="#00000000" width="3000" height="3000" a="10" x="-500" onclick="" raycast="1"></button>
- <scrollview id="综合所有类型content" width="200" height="120" y="3" vertical="1">
- <layout id="综合_list_layout" width="190" height="100" a="01" cella="01" vertical="1" contentsizefitter = "1">
- <datalist id="zong_data_list" databind="@all_type_select_data">
- </datalist>
- </layout>
- </scrollview>
- </img>
- </panel>
- <panel id="system_panel" width="425" height="80" a="12" y="15" active ="0">
- <text id="tujingnum22" text="系统频道,无法发言" fontSize="20" color="#FF1414" outlineSize="1" outlineColor="0"></text>
- </panel>
- <panel id="no_union_panel" width="425" height="80" a="12" y="15" active ="0">
- <button id="create_union_btn" atlas="Atlas/Common.spriteatlas" src="button_interface_window37" text="创建战盟" fontSize="18" color="#dce1e5" x="-90" onclick="" outlineSize="1" outlineColor="0" raycast="1"></button>
- <button id="join_union_btn" atlas="Atlas/Common.spriteatlas" src="button_interface_window37" text="加入战盟" fontSize="18" color="#dce1e5" x="90" onclick="" outlineSize="1" outlineColor="0" raycast="1"></button>
- <img id="无战盟img" x="0" y="363" src="Texture/img_chatpanel_bg2.png">
- <img id="无战盟img2" width="180" height="65" x="44" y="118" atlas="Atlas/UIChatPanel.spriteatlas" src="img_chat_pao" scale9l="18" scale9r="15" scale9t="24" scale9b="6">
- <text id="无战盟text1" a="10" x="19" y="12" text="你不在战盟中" fontSize="18" color="#dce1e5" outlineSize="1" outlineColor="0"></text>
- <text id="无战盟text2" a="10" x="19" y="-12" text="无法在该频道发言" fontSize="18" color="#dce1e5" outlineSize="1" outlineColor="0"></text>
- </img>
- </img>
- </panel>
- <panel id="no_team_panel" width="425" height="80" a="12" y="15" active ="0">
- <button id="create_team_btn" atlas="Atlas/Common.spriteatlas" src="button_interface_window37" text="创建队伍" fontSize="18" x="-90" onclick="" outlineSize="1" outlineColor="0" raycast="1"></button>
- <button id="join_team_btn" atlas="Atlas/Common.spriteatlas" src="button_interface_window37" text="加入队伍" fontSize="18" x="90" onclick="" outlineSize="1" outlineColor="0" raycast="1"></button>
- <img id="无队伍img" x="0" y="363" src="Texture/img_chatpanel_bg2.png">
- <img id="无无队伍img2" width="180" height="65" x="44" y="118" atlas="Atlas/UIChatPanel.spriteatlas" src="img_chat_pao" scale9l="18" scale9r="15" scale9t="24" scale9b="6">
- <text id="无队伍text1" a="10" x="19" y="12" text="你不在队伍中" fontSize="18" color="#dce1e5" outlineSize="1" outlineColor="0"></text>
- <text id="无队伍text2" a="10" x="19" y="-12" text="无法在该频道发言" fontSize="18" color="#dce1e5" outlineSize="1" outlineColor="0"></text>
- </img>
- </img>
- </panel>
- <panel id="private_panel" width="425" height="80" a="12" y="30" active ="0">
- <button id="private_panel_btn" atlas="Atlas/UIChatPanel.spriteatlas" src="img_btn_list" width="32" height="32" fontSize="18" x="-162" y="38" onclick="" raycast="1">
-
- </button>
- <input id="private_input" text="" place="请输入昵称" fontSize="20" atlas="Atlas/UIChatPanel.spriteatlas" src="img_input" width="150" height="40" x="-65" y="38" textcolor="#DEDEDE" placecolor="#DEDEDE" ta ="01" outlineSize="1" outlineColor="0" scale9l="8" scale9r="8" scale9t="8" scale9b="8" onchange=""></input>
- <img id="private_select_panel" width="200" height="150" x="-84" y="130" atlas="Atlas/UIChatPanel.spriteatlas" src="img_input" scale9l="8" scale9r="8" scale9t="8" scale9b="8" active ="0">
- <button id="private_panel_close_btn" atlas="Atlas/Common.spriteatlas" src="img_email_choose" width="3000" height="3000" a="10" x="-500" onclick="" color="#00000000" raycast="1"></button>
- <scrollview id="content" width="200" height="140" vertical="1">
- <layout id="all_name_list_layout" width="190" height="100" a="01" cella="01" vertical="1" contentsizefitter = "1">
- <datalist id="all_name_data_list" databind="@all_name">
- </datalist>
- </layout>
- </scrollview>
- </img>
- </panel>
- </panel>
- <panel id="emoji_panel" width="410" height="194" x="0" y="-170" active ="0" >
- <img id="emoji_mask" width="2500" height="1500" x="400" y="150" atlas="Atlas/Common.spriteatlas" src="img_email_choose" color="#00000000" onclick="" raycast="1">
- </img>
- <img id="emoji_bg" width="363" height="194" atlas="Atlas/UIChatPanel.spriteatlas" src="img_bg_emoji_di" a="11" scale9l="10" scale9r="10" scale9t="10" scale9b="15">
- </img>
- <scrollview id="emoji" width="363" height="180" vertical="1" x="15" y="-4" a="11">
- <gridview id="all_emoji_layout" width="455" height="180" a="01" cella="11" contentsizefitter = "1" cellWidth="38" cellHeight="38" spacex="21" spacey="15">
- <datalist id="emoji_data_list">
- </datalist>
- </gridview>
- </scrollview>
- </panel>
- <panel id="item_panel" width="410" height="194" x="0" y="-170" active ="0" >
- <img id="item_mask" width="2500" height="1500" x="400" y="150" atlas="Atlas/Common.spriteatlas" src="img_email_choose" color="#00000000" onclick="" raycast="1">
- </img>
- <img id="item_bg" width="365" height="196" y="3" atlas="Atlas/UIChatPanel.spriteatlas" src="img_bg_emoji_di" a="11" scale9l="10" scale9r="10" scale9t="10" scale9b="15">
- </img>
- <img id="btn_bag" width="110" height="35" atlas="Atlas/UIChatPanel.spriteatlas" src="button_interface_window42" a="11" x="10" y="38" raycast="1">
- <img id="btn_bag_select" width="110" height="35" atlas="Atlas/UIChatPanel.spriteatlas" src="button_interface_window40" active="0">
- </img>
- <text id="背包" text="背 包" fontSize="18" color="#dce1e5" outlineSize="1" outlineColor="0" y="-2"></text>
- </img>
- <img id="btn_equip" width="110" height="35" atlas="Atlas/UIChatPanel.spriteatlas" src="button_interface_window42" a="11" x="120" y="38" raycast="1" >
- <img id="btn_equip_select" width="110" height="35" atlas="Atlas/UIChatPanel.spriteatlas" src="button_interface_window40" active="0">
- </img>
- <text id="穿戴" text="穿 戴" fontSize="18" color="#dce1e5" outlineSize="1" outlineColor="0" y="-2"></text>
- </img>
- <img id="btn_datianshi" width="110" height="35" atlas="Atlas/UIChatPanel.spriteatlas" src="button_interface_window42" a="11" x="230" y="38" raycast="1" >
- <img id="btn_datianshi_select" width="110" height="35" atlas="Atlas/UIChatPanel.spriteatlas" src="button_interface_window40" active="0">
- </img>
- <text id="大天使" text="大天使" fontSize="18" color="#dce1e5" outlineSize="1" outlineColor="0" y="-2"></text>
- </img>
- </panel>
- </panel>
- </panel>
-
- ; <scrollview id="scrollview" width="450" height="300" x="-200" y="0" a="20" vertical="0" scrollbar="2" atlas="Atlas/SelectGame.spriteatlas" src="sp_pop_bar0"
- ; himg="sp_pop_bar1" scale9l="3" scale9r="3" scale9t="3" scale9b="3" barposx="0" barposy="-20" barareax="400" barareay="20" barhandlex="20" barhandley="20" barwidth="400" barHeight="20">
- ; <text id="text_pop_info" text="游戏介绍游戏介绍游戏介绍游戏介绍游戏介绍游戏介绍游戏介绍游戏介绍游戏介绍游戏介绍游戏介绍嘎嘎嘎嘎嘎嘎嘎\n嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎\n嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎游戏介绍游戏介绍游戏介绍游戏介绍游戏介绍游戏介绍游戏介绍游戏介绍游戏介绍游戏介绍游戏介绍游戏介绍游戏"
- ; horwrap="1" contentsizefitter="2"
- ; x="" y="" z="0" width="450" height="300" a="10" rotate="0,0,0" fontsize="20" ta="00" mline="1">
- ; </text>
- ; </scrollview>
- ; <scrollview id="scrollview2" width="456" height="286" x="20" y="73" a="10" vertical="1" scrollbar="1" atlas="Atlas/SelectGame.spriteatlas" src="sp_pop_bar0"
- ; himg="sp_pop_bar1" scale9l="3" scale9r="3" scale9t="3" scale9b="3" barposx="20" barposy="0" barareax="20" barareay="280" barhandlex="20" barwidth="20" barHeight="282">
- ; <text id="text_pop_info" text="游戏介绍游戏介绍游戏介绍游戏介绍游戏介绍游戏介绍游戏介绍游戏介绍游戏介绍游戏介绍游戏介绍嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎游戏介绍游戏介绍游戏介绍游戏介绍游戏介绍游戏介绍游戏介绍游戏介绍游戏介绍游戏介绍游戏介绍游戏介绍游戏" horwrap="1" contentsizefitter="1"
- ; x="" y="" z="0" width="456" height="286" a="11" rotate="0,0,0" fontsize="20" ta="00" mline="1">
- ; </text>
- ; </scrollview>
- </uipanel>
|