1{ 2 "id" : "menu", 3 "bgColor" : "#000000ff", 4 "coms" : [ 5 { 6 "id" : "label_id_0", 7 "type" : "UILabel", 8 "text" : "Reboot to normal system", 9 "x" : 0, 10 "y" : 0, 11 "w" : 100, 12 "h" : 100, 13 "align" : "center", 14 "visible" : true, 15 "fontSize" : 10, 16 "bgColor" : "#ffffffff", 17 "fontColor" : "#ffffffff" 18 }, 19 { 20 "id" : "image_view", 21 "type" : "UIImageView", 22 "x" : 0, 23 "y" : 0, 24 "w" : 100, 25 "h" : 100, 26 "parent" : "rootview", 27 "visible" : true, 28 "filePrefix" : "", 29 "resPath" : "/res/images", 30 "imgCnt" : 100, 31 "updInterval" : 1 32 }, 33 { 34 "id" : "box_progress_0", 35 "type" : "UIBoxProgress", 36 "x" : 0, 37 "y" : 0, 38 "w" : 100, 39 "h" : 100, 40 "parent" : "rootview", 41 "visible" : true, 42 "defaultValue" : 10, 43 "bgColor" : "#ffffffff", 44 "fgColor" : "#ffffffff", 45 "endPoint" : "", 46 "hasEp" : false 47 } 48 ] 49}