1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <uipanel id="KLUITeamApplicationPanel" name="申请列表界面" zindex="201" width="770" height="360" x="80" y="-20" raycast="1" z="-100" onload="KmlTeamMainUI/@申请列表初始化">
- <panel y="200" id="panel_1259">
- <img src="Texture/ty_btn_xinxi.png" x="0" y="4" width="806" height="36" id="img_1260">
- </img>
- <text text="名字" x="-329" y="6" fontsize="18" outlinesize="1" outlinecolor="#000000FF" id="text_1261" horwrap="1" width="40" height="20" color="#FFFFFFFF" fonttype="微软雅黑">
- </text>
- <text text="等级" x="-190" y="6" fontsize="18" outlinesize="1" outlinecolor="#000000FF" id="text_1262" horwrap="1" color="#FFFFFFFF" fonttype="微软雅黑" width="40" height="20">
- </text>
- <text text="职业" x="-60" y="6" fontsize="18" outlinesize="1" outlinecolor="#000000FF" id="text_1263" horwrap="1" fonttype="微软雅黑" width="40" height="20">
- </text>
- <text text="请求" x="70" y="6" fontsize="18" outlinesize="1" outlinecolor="#000000FF" id="text_1264" horwrap="1" fonttype="微软雅黑" width="40" height="20">
- </text>
- <text text="操作" x="281" y="6" fontsize="18" outlinesize="1" outlinecolor="#000000FF" id="text_1265" horwrap="1" fonttype="微软雅黑" width="40" height="20">
- </text>
- </panel>
- <scrollview id="application_scrollview" width="800" height="400" x="1" y="-13" vertical="1">
- <gridview id="application_gridview" cellwidth="800" cellheight="50" spacey="5" contentsizefitter="1">
- <datalist id="application_datalist">
- <panel id="panel_1268">
- <img atlas="Atlas/UITeamMainInfoPanel.spriteatlas" src="booldTiao" width="800" height="50" id="img_1269">
- </img>
- <text id="apply_name" text="名字六个字" ta="11" x="-320" fontsize="18" outlinesize="1" outlinecolor="#000000FF" horwrap="1" fonttype="微软雅黑" width="100" height="20">
- </text>
- <text id="apply_level" text="400" ta="11" x="-190" fontsize="18" outlinesize="1" outlinecolor="#000000FF" horwrap="1" fonttype="微软雅黑" width="100" height="20">
- </text>
- <text id="apply_career" text="战士" ta="11" x="-60" fontsize="18" outlinesize="1" outlinecolor="#000000FF" horwrap="1" fonttype="微软雅黑" width="100" height="20">
- </text>
- <text id="apply_tips" text="请求" ta="11" x="70" fontsize="18" outlinesize="1" outlinecolor="#000000FF" horwrap="1" width="100" height="20" fonttype="微软雅黑">
- </text>
- <button id="refuse_btn" atlas="Atlas/Common.spriteatlas" src="button_interface_window8" textcolor="#ED2E2E" outlinesize="1" outlinecolor="#000000FF" width="100" x="210" text="拒绝" onclick="KmlTeamMainUI/@拒绝进入队伍 " fonttype="微软雅黑" fontsize="18">
- </button>
- <button id="agree_btn" atlas="Atlas/Common.spriteatlas" src="button_interface_window7" textcolor="#DCE1E5" outlinesize="1" outlinecolor="#000000FF" width="100" x="320" text="同意" onclick="KmlTeamMainUI/@同意进入队伍 " fonttype="微软雅黑" fontsize="18">
- </button>
- </panel>
- </datalist>
- </gridview>
- </scrollview>
- <gridview id="gridview1" y="-210" raycast="0" cellwidth="150" cellheight="44" spacex="0" spacey="0" cella="20" width="395" height="65" x="211" startcorner="1">
- <button id="agreebtn" text="一键同意" atlas="Atlas/Common.spriteatlas" src="button_interface_window7" textcolor="#FFFFFFFF" fontsize="18" outlinesize="1" outlinecolor="#000000FF" ta="11" width="150" height="44" active="0" raycast="1" fonttype="微软雅黑">
- </button>
- <button id="clearbtn" text="一键拒绝" atlas="Atlas/Common.spriteatlas" src="button_interface_window8" textcolor="#D9001CFF" fontsize="18" outlinesize="1" outlinecolor="#000000FF" height="44" width="150" active="0" raycast="1" fonttype="微软雅黑" ta="11">
- </button>
- </gridview>
- </uipanel>
|