1234567891011121314151617181920212223242526272829303132333435363738 |
- <uipanel id="KLUINearPlayerPanel" name="附近玩家界面" zindex="201" width="770" height="360" x="80" y="-20" raycast="1" z="-100" onload="KmlTeamMainUI/@附近玩家初始化">
- <panel y="200" id="panel_1228">
- <img src="Texture/ty_btn_xinxi.png" x="0" y="4" width="806" height="36" id="img_1229">
- </img>
- <text text="名字" x="-329" y="6" fontsize="18" outlinesize="1" outlinecolor="#000000FF" id="text_1230" horwrap="1" fonttype="微软雅黑" width="50" height="20" ta="11">
- </text>
- <text text="等级" x="-189" y="6" fontsize="18" outlinesize="1" outlinecolor="#000000FF" id="text_1231" horwrap="1" width="50" height="20" fonttype="微软雅黑" ta="11">
- </text>
- <text text="职业" x="-58" y="6" fontsize="18" outlinesize="1" outlinecolor="#000000FF" id="text_1232" horwrap="1" width="50" height="20" fonttype="微软雅黑" ta="11">
- </text>
- <text text="战盟" x="112" y="6" fontsize="18" outlinesize="1" outlinecolor="#000000FF" id="text1" horwrap="1" width="50" height="20" fonttype="微软雅黑" ta="11">
- </text>
- <text text="操作" x="281" y="6" fontsize="18" outlinesize="1" outlinecolor="#000000FF" id="text_1233" horwrap="1" width="50" height="20" fonttype="微软雅黑" ta="11">
- </text>
- </panel>
- <scrollview id="near_player_scrollview" width="800" height="400" x="2" y="-13" vertical="1">
- <gridview id="near_player_gridview" cellwidth="800" cellheight="50" spacey="5" contentsizefitter="1">
- <datalist id="near_player_datalist">
- <panel id="panel_1236">
- <img atlas="Atlas/UITeamMainInfoPanel.spriteatlas" src="booldTiao" width="800" height="50" id="img_1237">
- </img>
- <text id="player_name" text="名字固定七个字" ta="11" x="-330" fontsize="18" outlinesize="1" outlinecolor="#000000FF" horwrap="1" width="133" height="20" fonttype="微软雅黑">
- </text>
- <text id="player_level" text="999" ta="11" x="-191" fontsize="18" outlinesize="1" outlinecolor="#000000FF" horwrap="1" width="67" height="20" fonttype="微软雅黑">
- </text>
- <text id="player_career" text="战士法师" ta="11" x="-58" fontsize="18" outlinesize="1" outlinecolor="#000000FF" horwrap="1" width="96" height="25" fonttype="微软雅黑">
- </text>
- <text id="player_unionName" text="战盟固定七个字" ta="11" x="108" fontsize="18" outlinesize="1" outlinecolor="#000000FF" horwrap="1" width="146" height="20" fonttype="微软雅黑" active="1" binddragid="">
- </text>
- <button id="invite_btn" atlas="Atlas/Common.spriteatlas" src="button_interface_window7" textcolor="#DCE1E5" outlinesize="1" outlinecolor="#000000FF" x="282" text="邀请" width="94" height="34" onclick="KmlTeamMainUI/@邀请进入队伍" fonttype="微软雅黑" fontsize="18">
- </button>
- <button id="had_invite_btn" atlas="Atlas/Common.spriteatlas" src="button_interface_window8" textcolor="#ED2E2E" outlinesize="1" outlinecolor="#000000FF" x="282" text="已邀请" width="94" height="34" fonttype="微软雅黑" fontsize="18">
- </button>
- </panel>
- </datalist>
- </gridview>
- </scrollview>
- </uipanel>
|