KLUIChatPanelKml.txt 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. <uipanel id="KLUIChatPanel" name="聊天界面" zindex="240" adapter="1" width="1334" height="750" a="10" z="-400" onload="KmlChatUI/@打开聊天信息">
  2. <button id="background_close" atlas="Atlas/Common.spriteatlas" src="img_email_choose" width="" height="" a="10" x="-500" onclick="KmlChatUI/@关闭聊天界面">
  3. </button>
  4. <panel id="root_panel" width="1334" height="750" a="10" x="-1">
  5. <img id="bg" src="Texture/img_chatpanel_bg.png" width="440" height="750" x="64" a="10" raycast="1">
  6. <button id="btn_close" atlas="Atlas/UIChatPanel.spriteatlas" src="img_btn_exit" x="13" a="20" raycast="1">
  7. </button>
  8. </img>
  9. <img id="root" atlas="Atlas/UIEquipFeedPanel.spriteatlas" src="" width="70" height="800" a="10" raycast="1">
  10. <togglegroup id="ToggleGroupChat" y="-20">
  11. <layout id="toggle_layout" width="70" height="670" vertical="1" cella="01" space="0">
  12. <panel id="综合_toggle_panel" width="67" height="76">
  13. <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">
  14. </toggle>
  15. </panel>
  16. <panel id="世界_toggle_panel" width="67" height="76">
  17. <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">
  18. </toggle>
  19. </panel>
  20. <panel id="附近_toggle_panel" width="67" height="76">
  21. <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="KmlChatUI/@选择聊天类型 6" oncancel="KmlChatUI/@取消聊天类型 6">
  22. </toggle>
  23. </panel>
  24. <panel id="战盟_toggle_panel" width="67" height="76">
  25. <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="KmlChatUI/@选择聊天类型 4" oncancel="KmlChatUI/@取消聊天类型 4">
  26. </toggle>
  27. </panel>
  28. <panel id="队伍_toggle_panel" width="67" height="76">
  29. <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="KmlChatUI/@选择聊天类型 7" oncancel="KmlChatUI/@取消聊天类型 7">
  30. </toggle>
  31. </panel>
  32. <panel id="系统_toggle_panel" width="67" height="76">
  33. <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="KmlChatUI/@选择聊天类型 0" oncancel="KmlChatUI/@取消聊天类型 0">
  34. </toggle>
  35. </panel>
  36. </layout>
  37. </togglegroup>
  38. </img>
  39. </panel>
  40. <panel id="view" width="425" height="750" a="10">
  41. <panel id="bg" width="425" height="750" x="70" a="10" raycast="1">
  42. <panel id="chat_panel" width="425" height="750" active="1">
  43. <text id="player_name" text="" x="-52" y="-22" fontsize="18" color="#efebe5" a="01" outlinesize="1" outlinecolor="0">
  44. </text>
  45. <text id="chat_time" text="" x="-52" y="-75" fontsize="16" color="#9c978d" a="01" outlinesize="1" outlinecolor="0">
  46. </text>
  47. <panel id="di_panel" width="425" height="80" a="12" y="30" active="1">
  48. <img id="pos_img" atlas="Atlas/UIChatPanel.spriteatlas" src="img_chat_pos" width="50" height="50" x="-103" y="-15" onclick="KmlChatUI/@聊天输入位置">
  49. </img>
  50. <img id="bag_btn" atlas="Atlas/UIChatPanel.spriteatlas" src="img_btn_bag" width="48" height="48" x="-43" y="-15" onclick="KmlChatUI/@打开聊天表情界面">
  51. </img>
  52. <img id="biaoqing" atlas="Atlas/UIChatPanel.spriteatlas" src="img_btn_emoji" width="48" height="48" x="-163" y="-15" onclick="KmlChatUI/@打开聊天表情界面">
  53. </img>
  54. <input id="text_input" text="" place="点击输入内容" fontsize="20" atlas="Atlas/UIChatPanel.spriteatlas" src="img_input" width="370" height="40" x="-27" y="38" a="20" textcolor="#9c978d" placecolor="#9c978d" ta="01" outlinesize="1" outlinecolor="0" scale9l="8" scale9r="8" scale9t="8" scale9b="8" onchange="KmlChatUI/@ChangeByInput">
  55. </input>
  56. <img id="fasong" atlas="Atlas/Common.spriteatlas" src="button_interface_window7" width="118" height="44" x="125" y="-15" onclick="KmlChatUI/@聊天发送消息">
  57. <text id="sendMessageBtnTxt" text="发送" fontsize="16" color="#f6e5c9" outlinesize="1" outlinecolor="0">
  58. </text>
  59. </img>
  60. </panel>
  61. <panel id="私信界面提示_panel" width="388" height="40" x="-50" y="-278" active="0">
  62. <img atlas="" src="" width="462" height="34" onclick="KmlChatUI/@打开私信" id="img_135">
  63. </img>
  64. <text id="tujingnum11" text="你有一条私信,点击才能查看" fontsize="18" color="">
  65. </text>
  66. </panel>
  67. <panel id="all_type_panel" width="425" height="80" a="12" y="15" active="0">
  68. <button id="综合btn" atlas="Atlas/UIChatPanel.spriteatlas" src="img_input" width="110" height="40" fontsize="18" x="-130" y="38" onclick="KmlChatUI/@打开综合类型选择">
  69. <img id="img_chat_shang" atlas="Atlas/UIChatPanel.spriteatlas" src="img_chat_shang" a="10" x="3" active="1">
  70. </img>
  71. <img id="img_chat_xia" atlas="Atlas/UIChatPanel.spriteatlas" src="img_chat_xia" a="10" x="3" active="0">
  72. </img>
  73. <text id="综合text" text="世界" fontsize="16" color="#d2d2d2" outlinesize="1" outlinecolor="0">
  74. </text>
  75. </button>
  76. <img id="综合所有类型panel" width="110" height="150" x="-128" y="130" atlas="Atlas/UIChatPanel.spriteatlas" src="img_bg_emoji_di" scale9l="8" scale9r="8" scale9t="8" scale9b="8" active="0">
  77. <button id="综合panel_close" atlas="Atlas/Common.spriteatlas" src="img_email_choose" width="3000" height="3000" a="10" x="-500" onclick="KmlChatUI/@关闭综合类型选择">
  78. </button>
  79. <scrollview id="综合所有类型content" width="200" height="140" vertical="1">
  80. <layout id="综合_list_layout" width="190" height="100" a="01" cella="01" vertical="1" contentsizefitter="1">
  81. <datalist id="综合_data_list" databind="@all_type_select_data">
  82. <panel width="190" height="30" id="panel_146">
  83. <text text="" fontsize="18" color="#d2d2d2" width="190" height="30" ta="11" onclick="KmlChatUI/@综合类型选择类型 " id="text_147">
  84. </text>
  85. </panel>
  86. </datalist>
  87. </layout>
  88. </scrollview>
  89. </img>
  90. </panel>
  91. <panel id="system_panel" width="425" height="80" a="12" y="15" active="0">
  92. <text id="tujingnum22" text="系统频道,无法发言" fontsize="20" color="#FF1414">
  93. </text>
  94. </panel>
  95. <panel id="no_union_panel" width="425" height="80" a="12" y="15" active="0">
  96. <button id="创建战盟btn" atlas="Atlas/Common.spriteatlas" src="button_interface_window7" text="创建战盟" fontsize="18" x="-80" onclick="KmlChatUI/@打开创建战盟">
  97. </button>
  98. <button id="加入战盟btn" atlas="Atlas/Common.spriteatlas" src="button_interface_window7" text="加入战盟" fontsize="18" x="80" onclick="KmlChatUI/@打开加入战盟">
  99. </button>
  100. <img id="无战盟img" x="0" y="363" src="Texture/img_chatpanel_bg2.png">
  101. <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">
  102. <text id="无战盟text1" a="10" x="19" y="12" text="你不在战盟中" fontsize="18" color="#d2d2d2" outlinesize="1" outlinecolor="0">
  103. </text>
  104. <text id="无战盟text2" a="10" x="19" y="-12" text="无法在该频道发言" fontsize="18" color="#d2d2d2" outlinesize="1" outlinecolor="0">
  105. </text>
  106. </img>
  107. </img>
  108. </panel>
  109. <panel id="no_team_panel" width="425" height="80" a="12" y="15" active="0">
  110. <button id="创建队伍btn" atlas="Atlas/Common.spriteatlas" src="button_interface_window7" text="创建队伍" fontsize="18" x="-80" onclick="KmlChatUI/@打开创建队伍">
  111. </button>
  112. <button id="加入队伍btn" atlas="Atlas/Common.spriteatlas" src="button_interface_window7" text="加入队伍" fontsize="18" x="80" onclick="KmlChatUI/@打开加入队伍">
  113. </button>
  114. <img id="无队伍img" x="0" y="363" src="Texture/img_chatpanel_bg2.png">
  115. <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">
  116. <text id="无队伍text1" a="10" x="19" y="12" text="你不在队伍中" fontsize="18" color="#d2d2d2" outlinesize="1" outlinecolor="0">
  117. </text>
  118. <text id="无队伍text2" a="10" x="19" y="-12" text="无法在该频道发言" fontsize="18" color="#d2d2d2" outlinesize="1" outlinecolor="0">
  119. </text>
  120. </img>
  121. </img>
  122. </panel>
  123. </panel>
  124. <panel id="emoji_panel" width="410" height="194" x="0" y="-160" active="0">
  125. <img id="emoji_mask" width="2500" height="1500" x="400" y="150" atlas="Atlas/Common.spriteatlas" src="img_email_choose" color="#00000000" onclick="KmlChatUI/@关闭表情">
  126. </img>
  127. <img id="emoji_bg" width="410" height="194" atlas="Atlas/UIChatPanel.spriteatlas" src="img_bg_emoji_di" scale9l="22" scale9r="22" scale9t="22" scale9b="22">
  128. </img>
  129. <scrollview id="emoji" width="400" height="184" vertical="1" x="2">
  130. <gridview id="all_emoji_layout" width="455" height="184" a="01" cella="11" contentsizefitter="1" cellwidth="38" cellheight="38" spacex="21" spacey="15">
  131. <datalist id="emoji_data_list">
  132. <img atlas="Atlas/Emoji.spriteatlas" src="emoji_str" width="72" height="72" a="10" onclick="KmlChatUI/@选中表情 " id="img_169">
  133. </img>
  134. </datalist>
  135. </gridview>
  136. </scrollview>
  137. </panel>
  138. </panel>
  139. </panel>
  140. </uipanel>