<?xml version='1.0' encoding='UTF-8'?>
<content>
  <!-- Window for verification (non-consolidated capture) -->
  <window id='capture-single' frame='no'>
    <!-- Background of the window, defines size of the window -->
    <image id='background' source='b_capts.png'/>

    <!-- Contains cancel button -->
    <widget id='cancel' type='button' pos='130,17'>
      <image id='up' source='b_cancup.png'/>
      <image id='down' source='b_cancdn.png'/>
    </widget>

    <!-- Contains hint images, all images of the same size -->
    <widget id='hint-image' pos='38,27'>
      <image id='swipe' source='b_swipe.png'/>
      <image id='what' source='b_what.png'/>
      <image id='center-harder' source='b_cnhd.png'/>
      <image id='good-img' source='b_wait.png'/>
      <image id='processing' source='b_wait.png'/>
      <image id='skewed' source='b_skew.png'/>
      <image id='fast' source='b_fast.png'/>
      <image id='short' source='b_short.png'/>
      <image id='success' source='b_succ.png'/>
      <image id='fail' source='b_fail.png'/>
      <image id='locked' source='b_fail.png'/>
      <image id='inuse' source='b_wait.png'/>
      <image id='lift' source='b_lift.png'/>
    </widget>

    <!-- Contains textual hint (like 'Swipe finger') -->
    <widget id='hint-text' pos='30,135,125,27'/>
  </window>

  <!-- Window for enrollment (consolidated capture) -->
  <window id='capture-consolidated' frame='no'>
    <!-- Background of the window -->
    <image id='background' source='b_captc.png'/>

    <!-- Contains cancel button -->
    <widget id='cancel' type='button' pos='130,17'>
      <image id='up' source='b_cancup.png'/>
      <image id='down' source='b_cancdn.png'/>
    </widget>

    <!-- Contains hint images, all images of the same size -->
    <widget id='hint-image' pos='38,60'>
      <image id='swipe' source='b_swipe.png'/>
      <image id='what' source='b_what.png'/>
      <image id='center-harder' source='b_cnhd.png'/>
      <image id='good-img' source='b_wait.png'/>
      <image id='processing' source='b_wait.png'/>
      <image id='skewed' source='b_skew.png'/>
      <image id='fast' source='b_fast.png'/>
      <image id='short' source='b_short.png'/>
      <image id='success' source='b_succ.png'/>
      <image id='fail' source='b_fail.png'/>
      <image id='locked' source='b_fail.png'/>
      <image id='inuse' source='b_wait.png'/>
      <image id='lift' source='b_lift.png'/>
    </widget>

    <!-- Contains textual hint (like 'Swipe finger') -->
    <widget id='hint-text' pos='31,162,120,30'/>

    <!-- Contains enrollment steps bitmaps -->
    <widget id='steps' pos='30,12'>
      <image id='1' source='b_step1.png'/>
      <image id='2' source='b_step2.png'/>
      <image id='3' source='b_step3.png'/>
      <image id='4' source='b_step4.png'/>
    </widget>
  </window>
</content>
