1{
2    "id" : "menu",
3    "bgColor" : "#000000ff",
4    "coms" : [
5        {
6            "id" : "box_progress_0",
7            "type" : "UIBoxProgress",
8            "x" : 0,
9            "y" : 0,
10            "w" : 100,
11            "h" : 100,
12            "parent" : "menu",
13            "visible" : true,
14            "defaultValue" : 10,
15            "bgColor" : "#ffffffff",
16            "fgColor" : "#ffffffff",
17            "endPoint" : "",
18            "hasEp" : false
19        }
20    ]
21}