parts {
  device {
    display {
      width 3840
      height 2160
      x 0
      y 0
    }
  }
  landscape {
    background {
      image back.png
    }
  }
}
layouts {
  landscape {
    width 4180
    height 2510
    part1 {
      name landscape
      x 0
      y 0
    }
    part2 {
      name device
      x 170
      y 118
    }
  }
}
