12345678910111213141516171819202122232425262728293031323334353637 |
- <uipanel id="KLUnionElectionAndReplacePanel" name="战盟盟主取代与竞选界面" adapter="1" width="416" height="750" x="-64" zindex="100" a="20" y="0">
- <img id="Bg" a="00" src="Texture/bg_bottomBg.png" raycast="1" x="0" y="0">
- <img id="TitleImage" a="01" atlas="Atlas/Guild.spriteatlas" src="UnionActivityTitle" width="132" height="58" raycast="1" x="0" y="0">
- </img>
- <text id="txtCountDown" a="00" text="默认内容" fonttype="微软雅黑" fontsize="18" height="25" width="350" ta="11" x="0" y="286" horwrap="1" color="#9C1717FF" outlinesize="1" outlinecolor="#000000">
- </text>
- <img id="scrollTitle" a="00" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="ty_btn_xinxi2" width="340" height="30" raycast="1" x="0" y="249">
- <text id="nameList" a="10" text="候选人名字" fonttype="微软雅黑" fontsize="18" height="30" width="100" ta="11" x="0" y="0" horwrap="1" outlinesize="1" outlinecolor="#000000">
- </text>
- <text id="levelList" a="00" text="等级" fonttype="微软雅黑" fontsize="18" height="30" width="100" ta="11" x="15" y="0" horwrap="1" outlinesize="1" outlinecolor="#000000">
- </text>
- <text id="ticketList" a="20" text="当前票数" fonttype="微软雅黑" fontsize="18" height="30" width="100" ta="11" x="0" y="0" horwrap="1" outlinesize="1" outlinecolor="#000000">
- </text>
- <text id="replaceLevel" a="20" text="等级" fonttype="微软雅黑" fontsize="18" height="30" width="100" ta="11" x="0" y="0" horwrap="1" outlinesize="1" outlinecolor="#000000">
- </text>
- </img>
- <scrollview id="scrollview3" a="00" width="340" height="450" vertical="1" y="6" raycast="1" x="0">
- <layout id="layout4" width="340" height="230" a="11" vertical="1" contentsizefitter="1" raycast="1" cella="11" space="5">
- </layout>
- </scrollview>
- <img id="CostBg" x="0" atlas="Atlas/TS_Common.spriteatlas" src="ty_num_bg" width="140" height="30" raycast="1" a="02" y="115" scale9l="11" scale9b="15" scale9r="15" scale9t="12">
- <button id="btnAdd" a="00" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="button_interface_plus5" width="38" height="38" onclick="" text="" raycast="1" x="100" y="0" mimg="" pimg="" dimg="">
- </button>
- <text id="text12" a="02" text="消耗:" fonttype="微软雅黑" fontsize="18" height="25" width="60" ta="01" x="-86" y="0" horwrap="1" outlinesize="1" outlinecolor="#000000">
- </text>
- <text id="txtCost" a="20" text="0" fonttype="微软雅黑" fontsize="18" height="30" width="110" ta="11" x="0" y="0" horwrap="1" outlinesize="1" outlinecolor="#000000">
- </text>
- <item id="item" src="" width="30" height="30" x="0" y="0" a="10" tips="1" bgtype="0">
- </item>
- </img>
- <button id="btnJoin" a="02" atlas="Atlas/TS_Common.spriteatlas" src="button_interface_window37" width="177" height="51" onclick="" text="参与" raycast="1" x="0" y="55" fonttype="微软雅黑" fontsize="20" ta="11" dcolor="#dce1e5" outlinesize="1" outlinecolor="#000000">
- </button>
- <button id="btnClose" a="21" atlas="Atlas/Template.spriteatlas" src="btn_close" width="75" height="69" onclick="" text="" raycast="1" x="9" y="8" mimg="" pimg="" dimg="" h5y="8" h5x="-351">
- </button>
- </img>
- </uipanel>
|