﻿<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<Window size="550,450">
  <Font name="微软雅黑" size="16" bold="true" italic="false" underline="false" />
  <Font name="微软雅黑" size="16"/>
  <Font name="微软雅黑" size="16"  underline="true"/>
  <!--滚动条-->
  <Default name="VScrollBar" value="thumbnormalimage=&quot;file='../FrameNoLogin/scrollbar.png' source='0,0,10,60'&quot; 
                                  railnormalimage=&quot;file='../FrameNoLogin/scrollbar.png' source='10,0,20,60'&quot;
                                  thumbpushedimage=&quot;file='../FrameNoLogin/scrollbar.png' source='20,0,30,60'&quot;" />
  
  <VerticalLayout name="Ver_back" width="550" height="450" bkimage="file='../FrameNoLogin/unlogin_bk.png'">
    <Container hieght="200"/>
    <!--主窗体-->
    <VerticalLayout name="Ver_Info" width="550" height="250">
      <HorizontalLayout name="test" width="550" height="30">
        <Container width="35" height="30"/>
        <Label width="474" height="30" bkcolor="#FFfc8419" textcolor="#FFFFFFFF" font="0" text="    活动                                        奖励" />
      </HorizontalLayout>

      <!--VScrollBar-->
      <HorizontalLayout  width="550" height="160">
        <Container width="35"/>
        <VerticalLayout name="VLayout_List" width="474"  hieght="160" >
          <List name="List_Info" width="474" height="160" header="hidden"  bkcolor="#FFFFFFFF" childpadding="2" itemfont="1" itemtextpadding="22,0,0,0"  vscrollbar="true" 
                                vscrollbarstyle="showbutton1=&quot;ture&quot; showbutton2=&quot;ture&quot; width=&quot;10&quot;"/>
        </VerticalLayout>
      </HorizontalLayout>
      
      <!--最下面提示-->
      <VerticalLayout width="550" height="60">
        <Container hieght="24"/>
        <HorizontalLayout  width="550" height="30">
          <Container width="25"/>
          <Label width="400" textcolor="#FF333333" text="未登录丢失的奖励已找回，下次请记得登录哦！奖励可在" font="1"/>
          <Button name="Btn_UserCenter" width="70" textcolor="#FF1564f4" text="个人中心" font="2" />
          <Label width="400" width="35" textcolor="#FF333333" text="查看" font="1"/>
        </HorizontalLayout>
        <Container hieght="6"/>
      </VerticalLayout>

    </VerticalLayout>
    
    
    <Button name="Btn_Exit"  float="true" pos="527,10,540,22" width="13" height="12"
                  normalimage="file=&apos;..\FrameNoLogin\close.png&apos; source=&apos;0,0,13,12&apos;"
                  hotimage="file=&apos;..\FrameNoLogin\close.png&apos; source=&apos;13,0,26,12&apos;"
                  pushedimage="file=&apos;..\FrameNoLogin\close.png&apos; source=&apos;26,0,39,12&apos;" />
                 
  </VerticalLayout>
</Window>

 
