1234567891011121314151617181920212223242526272829303132 |
- <uipanel id="KLUISkillUpTips2PanelKml" 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="1" y="0">
- </button>
- <img id="BG" atlas="Atlas/UIMasterTalent.spriteatlas" src="bg_black_grid_N" width="353" height="455" scale9l="9" scale9r="9" scale9b="15" scale9t="15" x="0" y="0" 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="175">
- </img>
- <text id="SkillName" a="00" text="技能名字" fontsize="18" height="25" width="224" ta="01" horwrap="1" x="30" y="202" fonttype="微软雅黑" outlinesize="1" outlinecolor="#000000FF" color="#FF8A00FF">
- </text>
- <text id="SkillLvTitle" a="00" text="等级" fontsize="18" height="25" width="226" ta="01" horwrap="1" x="30" y="170" 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" color="">
- </text>
- </text>
- <text id="NeedPointTitle" a="00" text="需要前置点数" fontsize="18" height="25" width="226" ta="01" horwrap="1" x="30" y="137" 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="-198" fontsize="18">
- </button>
- <scrollview id="scrollview1" a="00" width="317" height="260" vertical="1" y="-44" raycast="1" x="0">
- <layout id="layout2" width="360" height="230" a="11" vertical="1" contentsizefitter="1" raycast="1" cella="11" control_width="1" control_height="1" space="5">
- <datalist id="SkillInfoDataList" databind="">
- <text id="SkillInfo" text="技能信息" fontsize="18" height="20" width="398" ta="00" horwrap="1" fonttype="微软雅黑" outlinesize="1" outlinecolor="#000000FF" linespace="1">
- </text>
- </datalist>
- </layout>
- </scrollview>
- <img id="img1" a="00" atlas="Atlas/UIMasterTalent.spriteatlas" src="img_tips_shuxing_di" width="330" height="24" raycast="1" x="-9" y="105" 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>
- </img>
- </uipanel>
|