12345678910111213141516171819202122232425262728293031323334353637 |
- <uipanel id="KLUIOpenServiceArchangelWelfarePanel" name="开服大天使试炼活动界面" width="300" height="300" x="0" y="-36">
- <prefab id="UIOpenServiceArchangelWelfarePanel" path="Module/MissionSystem/OpenServer/UI/UIOpenServiceArchangelWelfarePanel.prefab">
- <img id="bg" bind="bg" active="1">
- </img>
- <img id="progress_attach" bind="scheduleImg" active="1">
- </img>
- <img id="icon" bind="icon" active="1">
- <text id="num" bind="num" active="1" horwrap="1">
- </text>
- </img>
- <img id="ScheduleScrollView" bind="ScheduleScrollView" active="1">
- <img id="Viewport" bind="Viewport" active="0">
- <gridview id="ScheduleContent" bind="ScheduleContent" active="1">
- </gridview>
- </img>
- <loopscrollview id="ScheduleRewardViewList" a="00" width="700" height="140" vertical="0" y="0" raycast="1" cellwidth="160" cellheight="140" movementtype="2">
- <datalist id="DataScheduleRewardList">
- </datalist>
- </loopscrollview>
- </img>
- <img id="WelfScrollView" bind="WelfScrollView" active="1">
- <img id="Viewport_1" bind="Viewport_1" active="0">
- <gridview id="WelfContent" bind="WelfContent" active="1">
- </gridview>
- </img>
- <loopscrollview id="WelfRewardViewList" a="00" width="800" height="286" vertical="0" y="0" raycast="1" cellwidth="260" cellheight="300" x="0">
- <datalist id="DataWelfRewardList">
- </datalist>
- </loopscrollview>
- </img>
- <text id="EndText" bind="EndText" active="0">
- </text>
- <text id="Text" bind="Text" active="1">
- </text>
- </prefab>
- </uipanel>
|