• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "id" : "menu",
3    "bgColor" : "#000000ff",
4    "default" : {
5        "Common" : {
6            "visible" : true
7        },
8        "UILabel" : {
9            "bgColor" : "#000000ff",
10            "fontColor" : "#ffffffff",
11            "align" : "center"
12        }
13    },
14    "coms" : [
15        {
16            "type" : "UILabel",
17            "id" : "Label_RebootToNormalSystem",
18            "text" : "Reboot to normal system",
19            "x" : 1280,
20            "y" : 0,
21            "w" : 800,
22            "h" : 200,
23            "fontSize" : 60,
24            "visible" : false
25        },
26        {
27            "type" : "UILabel",
28            "id" : "Label_UserdataReset",
29            "text" : "Userdata reset",
30            "x" : 1280,
31            "y" : 200,
32            "w" : 800,
33            "h" : 200,
34            "fontSize" : 60
35        },
36        {
37            "type" : "UILabel",
38            "id" : "Label_UpdateFromSDCard",
39            "text" : "Update from SD Card",
40            "x" : 1280,
41            "y" : 400,
42            "w" : 800,
43            "h" : 200,
44            "fontSize" : 60
45        },
46        {
47            "type" : "UILabel",
48            "id" : "Label_MenuDialogTitle",
49            "text" : "Tip",
50            "x" : 1280,
51            "y" : 600,
52            "w" : 800,
53            "h" : 200,
54            "fontSize" : 40
55        },
56        {
57            "type" : "UILabel",
58            "id" : "Label_MenuDialogNote",
59            "text" : "Delete user date now...",
60            "x" : 1280,
61            "y" : 800,
62            "w" : 800,
63            "h" : 200,
64            "fontSize" : 40
65        },
66        {
67            "type" : "UILabel",
68            "id" : "Label_MenuDialogNext",
69            "text" : "Do you want to continue?",
70            "x" : 1280,
71            "y" : 1000,
72            "w" : 800,
73            "h" : 200,
74            "fontSize" : 40
75        },
76        {
77            "type" : "UILabel",
78            "id" : "Label_MenuDialogOK",
79            "text" : "Continue",
80            "x" : 1280,
81            "y" : 1200,
82            "w" : 800,
83            "h" : 200,
84            "fontSize" : 40
85        },
86        {
87            "type" : "UILabel",
88            "id" : "Label_MenuDialogCancel",
89            "text" : "Cancel",
90            "x" : 1680,
91            "y" : 1200,
92            "w" : 800,
93            "h" : 200,
94            "fontSize" : 40
95        }
96    ]
97}