{
  "KeypadToast": {
    "type": 0,
    "bound": {"w": 360, "h": 423},
    "position": {"x": 60, "y": 630},
    "items": {
      "Bg": {
        "type": 7,
        "bound": {"w": 360, "h": 85},
        "position": {"x": 0, "y": 0},
        "navigation": {"leftTo": null, "rightTo": null, "upTo": null, "downTo": null}
      },
      "ColorPadList": {
        "type": 5,
        "position": {"x": 24, "y": 24},
        "items": {
          "RedKeyPad": {
            "type": 7,
            "bound": {"w": 69, "h": 43},
            "position": {"x": 0, "y": 0},
            "navigation": {"leftTo": null, "rightTo": "GreenKeyPad", "upTo": null, "downTo": null}
          },
          "GreenKeyPad": {
            "type": 7,
            "bound": {"w": 69, "h": 43},
            "position": {"x": 81, "y": 0},
            "navigation": {"leftTo": "RedKeyPad", "rightTo": "YellowKeyPad", "upTo": null, "downTo": null}
          },
          "YellowKeyPad": {
            "type": 7,
            "bound": {"w": 69, "h": 43},
            "position": {"x": 162, "y": 0},
            "navigation": {"leftTo": "GreenKeyPad", "rightTo": "BlueKeyPad", "upTo": null, "downTo": null}
          },
          "BlueKeyPad": {
            "type": 7,
            "bound": {"w": 69, "h": 43},
            "position": {"x": 243, "y": 0},
            "navigation": {"leftTo": "YellowKeyPad", "rightTo": null, "upTo": null, "downTo": null}
          }
        }
      },
      "BottomBg": {
        "type": 7,
        "bound": {"w": 360, "h": 338},
        "position": {"x": 0, "y": 85},
        "navigation": {"leftTo": null, "rightTo": null,"upTo": null, "downTo": null}
      },
      "NumPadList": {
        "type": 5,
        "position": {"x": 24, "y": 103},
        "items": {
            "EnterPad": {
              "type": 7,
              "bound": {"w": 96, "h": 60},
              "position": {"x": 216, "y": 234},
              "navigation": {"leftTo":null, "rightTo": null, "upTo": null, "downTo": null
              }
            }
        }
      }
    }
  }
}
