{
  "embedded-report-generator":
  {
    "commands":
    [
      {
        "name": "NewPage",
        "params":
        {
          "orientation": "P"
        }
      },
      {
        "name": "setLineWidth",
        "params":
        {
          "width": 1
        }
      },
      {
        "name": "Line",
        "params":
        {
          "x1": 40,
          "x2": 60,
          "y1": 45,
          "y2": 45
        }
      },
      {
        "name": "setCurrentXY",
        "params":
        {
          "x": 50,
          "y": 75
        }
      },
      {
        "name": "Circle",
        "params":
        {
          "draw": true,
          "r": 10
        }
      },
      {
        "name": "Line",
        "params":
        {
          "x1": 40,
          "x2": 60,
          "y1": 65,
          "y2": 85
        }
      },
      {
        "name": "Line",
        "params":
        {
          "x1": 60,
          "x2": 40,
          "y1": 65,
          "y2": 85
        }
      },
      {
        "name": "Rect",
        "params":
        {
          "draw": true,
          "h": 10,
          "w": 20,
          "x": 40,
          "y": 105
        }
      },
      {
        "name": "Rect",
        "params":
        {
          "draw": true,
          "h": 10,
          "r": 2,
          "w": 20,
          "x": 40,
          "y": 135
        }
      },
      {
        "name": "Rect",
        "params":
        {
          "draw": true,
          "h": 10,
          "r": 5,
          "w": 20,
          "x": 40,
          "y": 165
        }
      },
      {
        "name": "setCurrentXY",
        "params":
        {
          "x": 40,
          "y": 195
        }
      },
      {
        "name": "PrintCell",
        "params":
        {
          "align": "C",
          "border": "1",
          "clipping": false,
          "fill": true,
          "h": 10,
          "ln": 2,
          "txt": "PrintCell",
          "w": 20
        }
      },
      {
        "name": "setColor4Drawing",
        "params":
        {
          "b": 230,
          "g": 0,
          "r": 0
        }
      },
      {
        "name": "setColor4Filling",
        "params":
        {
          "b": 0,
          "g": 220,
          "r": 0
        }
      },
      {
        "name": "setLineWidth",
        "params":
        {
          "width": 3
        }
      },
      {
        "name": "Line",
        "params":
        {
          "x1": 140,
          "x2": 160,
          "y1": 45,
          "y2": 45
        }
      },
      {
        "name": "setCurrentXY",
        "params":
        {
          "x": 150,
          "y": 75
        }
      },
      {
        "name": "Circle",
        "params":
        {
          "draw": true,
          "draw_color": "#03f8fc",
          "fill": true,
          "fill_color": "#fcba03",
          "r": 10
        }
      },
      {
        "name": "Line",
        "params":
        {
          "x1": 140,
          "x2": 160,
          "y1": 65,
          "y2": 85
        }
      },
      {
        "name": "Line",
        "params":
        {
          "x1": 160,
          "x2": 140,
          "y1": 65,
          "y2": 85
        }
      },
      {
        "name": "Rect",
        "params":
        {
          "draw": true,
          "draw_color": "#ba03fc",
          "fill": true,
          "fill_color": "#d16ef5",
          "h": 10,
          "w": 20,
          "x": 140,
          "y": 105
        }
      },
      {
        "name": "Rect",
        "params":
        {
          "draw": true,
          "fill": true,
          "h": 10,
          "r": 2,
          "w": 20,
          "x": 140,
          "y": 135
        }
      },
      {
        "name": "Rect",
        "params":
        {
          "draw": true,
          "draw_color": "#03f8fc",
          "fill": true,
          "fill_color": "#fcba03",
          "h": 10,
          "r": 5,
          "w": 20,
          "x": 140,
          "y": 165
        }
      },
      {
        "name": "setCurrentXY",
        "params":
        {
          "x": 140,
          "y": 195
        }
      },
      {
        "name": "PrintCell",
        "params":
        {
          "align": "C",
          "border": "1",
          "clipping": false,
          "fill": true,
          "h": 10,
          "ln": 2,
          "txt": "PrintCell",
          "w": 20
        }
      },
      {
        "name": "setLineWidth",
        "params":
        {
          "width": 0.2
        }
      },
      {
        "name": "setColor4Drawing",
        "params":
        {
          "b": 0,
          "g": 0,
          "r": 255
        }
      },
      {
        "name": "Line",
        "params":
        {
          "x1": 40,
          "x2": 40,
          "y1": 40,
          "y2": 270
        }
      },
      {
        "name": "Line",
        "params":
        {
          "x1": 60,
          "x2": 60,
          "y1": 40,
          "y2": 270
        }
      },
      {
        "name": "Line",
        "params":
        {
          "x1": 140,
          "x2": 140,
          "y1": 40,
          "y2": 270
        }
      },
      {
        "name": "Line",
        "params":
        {
          "x1": 160,
          "x2": 160,
          "y1": 40,
          "y2": 270
        }
      }
    ]
  },
  "input-data": null,
  "options":
  {
    "output-mode": "binary"
  },
  "report-generator":
  {
    "id": "NULL",
    "uri": "embedded"
  },
  "templates": null
}