12345678910111213141516171819202122232425262728293031323334353637383940 |
- <uipanel id="KLUISkillUpTipsPanelKml" name="大师系统技能升级提示界面" a="00" width="300" height="300" zindex="300">
- <button id="MaskCloseButton" a="00" atlas="Atlas/Common.spriteatlas" src="btn_common8" width="2000" height="2000" onclick="" text="" raycast="1" color="#FFFFFF00" x="58" y="0">
- </button>
- <img id="BG" atlas="Atlas/UIMasterTalent.spriteatlas" src="bg_black_grid_N" width="353" height="414" scale9l="9" scale9r="9" scale9b="15" scale9t="15" x="0" y="8" z="0" a="00" rotate="0,0,0" raycast="1" color="#FFFFFFFF">
- <img id="SkillIcon" a="00" atlas="Atlas/Skill_icon.spriteatlas" src="chuantoujian" width="70" height="70" raycast="1" x="-128" y="149">
- </img>
- <text id="SkillLvTitle" a="00" text="等级" fontsize="18" height="25" width="226" ta="01" horwrap="1" x="30" y="150" fonttype="微软雅黑" outlinesize="1" outlinecolor="#000000FF">
- <text id="SkillLv" a="00" text="10/10" fontsize="18" height="25" width="155" ta="11" horwrap="1" x="66" y="0" fonttype="微软雅黑" outlinesize="1" outlinecolor="#000000FF">
- </text>
- </text>
- <text id="SkillName" a="00" text="技能名字" fontsize="18" height="25" width="224" ta="01" horwrap="1" x="30" y="179" fonttype="微软雅黑" outlinesize="1" outlinecolor="#000000FF" color="#FF8A00FF">
- </text>
- <text id="NeedPointTitle" a="00" text="需要前置点数" fontsize="18" height="25" width="226" ta="01" horwrap="1" x="30" y="120" fonttype="微软雅黑" outlinesize="1" outlinecolor="#000000FF">
- <text id="NeedPoint" a="00" text="0" fontsize="18" height="25" width="88" ta="01" horwrap="1" x="100" y="0" fonttype="微软雅黑" outlinesize="1" outlinecolor="#000000FF">
- </text>
- </text>
- <button id="UpButton" a="00" atlas="Atlas/Common.spriteatlas" src="button_interface_window11" width="113" height="40" onclick="" text="升级" raycast="1" fonttype="微软雅黑" ta="11" outlinesize="1" outlinecolor="#000000FF" x="0" y="-175" fontsize="18">
- </button>
- <scrollview id="scrollview3" a="00" width="361" height="247" vertical="1" y="-24" raycast="1" x="0" movementtype="2">
- <layout id="layout4" width="360" height="230" a="01" vertical="1" contentsizefitter="1" raycast="1">
- <panel id="nowInfo" width="361" height="125">
- <img id="img7" a="01" atlas="Atlas/UIMasterTalent.spriteatlas" src="img_tips_shuxing_di" width="330" height="24" raycast="1" x="-9" y="0" color="#FFFFFF66">
- <img id="img9" a="00" atlas="Atlas/UIMasterTalent.spriteatlas" src="nowLv" width="78" height="21" raycast="1" x="-111" y="0">
- </img>
- </img>
- <text id="NowSkillInfo" a="01" text="" fontsize="18" linespace="1.2" height="95" width="330" ta="00" horwrap="1" x="0" y="-28" fonttype="微软雅黑" outlinesize="1" outlinecolor="#000000FF">
- </text>
- </panel>
- <panel id="nextInfo" width="361" height="125">
- <img id="img3" a="01" atlas="Atlas/UIMasterTalent.spriteatlas" src="img_tips_shuxing_di" width="330" height="24" raycast="1" x="-9" y="0" color="#FFFFFF66">
- <img id="img4" a="00" atlas="Atlas/UIMasterTalent.spriteatlas" src="nextLv" width="78" height="21" raycast="1" x="-111" y="0">
- </img>
- </img>
- <text id="NextSkillInfo" a="01" text="" fontsize="18" linespace="1.2" height="95" width="330" ta="00" horwrap="1" x="0" y="-28" fonttype="微软雅黑" outlinesize="1" outlinecolor="#000000FF">
- </text>
- </panel>
- </layout>
- </scrollview>
- </img>
- </uipanel>
|