123456789101112131415161718192021222324252627282930313233343536373839 |
- <uipanel id="KLCareerChangePanel" name="转职成功界面" a="00" width="800" height="648" zindex="404" y="-60">
- <img width="2000" height="1200" color="#000000B2" raycast="1" />
- <img width="893" height="656" src="bg_change_career_success" atlas="Atlas/UIChangeProfessionPanel.spriteatlas" y="100" >
- <panel width="546" height="60" x="30" y="42" >
- <img width="400" height="47" src="bg_career_change_title" atlas="Atlas/UIChangeProfessionPanel.spriteatlas" />
- <text id="TextOriginalProfession" width="284" height="60" fontsize="26" color="#dce1e5" outlinecolor="#000000" outlinesize="1" text="原职业" x="-74" ta="21" a="11" />
- <img width="34" height="40" a="01" src="successful_transfer_jiantou" atlas="Atlas/UIChangeProfessionPanel.spriteatlas" y="-12" />
- <text id="TextPresentProfession" width="340" height="60" fontsize="26" color="#e6e600" outlinecolor="#000000" outlinesize="1" text="现职业" x="118" ta="01" a="21" />
- </panel>
- <panel width="734" height="280" y="-110" vertical="1" x="130">
- <panel id="AttUp" width="606" height="40" x="0" y="-20" a="11" >
- <img src="ty_ico_smalltitle" atlas="Atlas/UIChangeProfessionPanel.spriteatlas" width="25" height="27" a="11" y="-2" />
- <text text="属性提升" fontsize="18" color="#CCCCCC" outlinecolor="#000000" outlinesize="1" x="30" a="11" y="-2" />
- <text id="TextAttAward" width="366" height="80" fontsize="18" color="#1ADD1F" text="属性点+10\n属性每级5点" ta="00" a="11" x="120" y="-2" />
- </panel>
- <panel id="SkillUnlock" width="606" height="100" x="0" y="-88" a="11" >
- <img src="ty_ico_smalltitle" atlas="Atlas/UIChangeProfessionPanel.spriteatlas" width="25" height="27" a="10" y="-2" />
- <text text="解锁技能" fontsize="18" color="#CCCCCC" outlinecolor="#000000" outlinesize="1" x="30" a="10" y="-2" />
- <osascrollview id="SkillRollRect" width="486" height="100" x="45" defaultitemsize="80" >
-
- </osascrollview>
- </panel>
- <panel id="EquipUnlock" width="606" height="100" x="0" y="-200" a="11" >
- <img src="ty_ico_smalltitle" atlas="Atlas/UIChangeProfessionPanel.spriteatlas" width="25" height="27" a="10" y="-2" />
- <text text="解锁穿戴" fontsize="18" color="#CCCCCC" outlinecolor="#000000" outlinesize="1" x="30" a="10" y="-2" />
- <osascrollview id="EquipRollRect" width="486" height="100" x="60" defaultitemsize="84" >
- <datalist>
- <panel width="80" height="80" >
- <item id="item" width="80" height="80" mfixsize="80,80" />
- <button id="btn_item_tip" width="80" height="80" color="#FFFFFF00" raycast="1" />
- </panel>
- </datalist>
- </osascrollview>
- </panel>
- </panel>
- <button id="BtnOk" src="button_interface_window37" atlas="Atlas/Common.spriteatlas" fontsize="20" textcolor="#dce1e5" text="确定" a="02" x="30" y="2" width="177" height="50" raycast="1" outlinecolor="#000000" outlinesize="1" />
- </img>
- </uipanel>
|