1{ 2 "id": "confirm", 3 "bgColor" : "#f1f3f5ff", 4 "default": { 5 "Common": { 6 "visible": true 7 }, 8 "UILabel": { 9 "bgColor": "#f1f3f5ff", 10 "fontColor": "#000000e6", 11 "align" : "center" 12 }, 13 "UIImageView": { 14 "imgCnt" : 1, 15 "updInterval": 0, 16 "filePrefix" : "" 17 }, 18 "UILabelButton": { 19 "bgColor": "#e5e7e9ff", 20 "txtColor": "#007dffff", 21 "focusedBgColor": "#007dffff", 22 "focusedTxtColor": "#ffffffff", 23 "focusable" : true 24 } 25 }, 26 "coms": [ 27 { 28 "type": "UIImageView", 29 "id": "OHOSIcon_Image", 30 "x": 120, 31 "y": 426, 32 "w": 480, 33 "h": 60, 34 "resPath": "/resources/images/icon/lightOUCOHlogo.png" 35 }, 36 { 37 "type": "UILabel", 38 "id": "InformTitle_Label", 39 "text": "[LABEL_RESET_CONFIRM_TITLE]", 40 "x": 62, 41 "y": 548, 42 "w": 596, 43 "h": 38, 44 "fontSize": 32 45 }, 46 { 47 "type": "UILabel", 48 "id": "Inform_Label", 49 "text": "[LABEL_RESET_INFORM]", 50 "x": 62, 51 "y": 600, 52 "w": 596, 53 "h": 160, 54 "fontSize": 28, 55 "fontColor": "#00000099" 56 }, 57 { 58 "type": "UILabelButton", 59 "id": "Cancel_Button", 60 "text": "[LABEL_NOTE_CANCEL]", 61 "x": 48, 62 "y": 1130, 63 "w": 624, 64 "h": 80, 65 "fontSize": 32 66 }, 67 { 68 "type": "UILabelButton", 69 "id": "Reset_Button", 70 "text": "[LABEL_USER_DATA_RESET]", 71 "x": 48, 72 "y": 1020, 73 "w": 624, 74 "h": 80, 75 "fontSize": 32 76 } 77 ] 78}