• 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            "style" : "normal"
13        }
14    },
15    "coms" : [
16        {
17            "type" : "UILabel",
18            "id" : "Label_RebootToNormalSystem",
19            "text" : "Reboot to normal system",
20            "x" : 1280,
21            "y" : 0,
22            "w" : 800,
23            "h" : 200,
24            "fontSize" : 60,
25            "visible" : false
26        },
27        {
28            "type" : "UILabel",
29            "id" : "Label_UserdataReset",
30            "text" : "Userdata reset",
31            "x" : 1280,
32            "y" : 200,
33            "w" : 800,
34            "h" : 200,
35            "fontSize" : 60
36        },
37        {
38            "type" : "UILabel",
39            "id" : "Label_UpdateFromSDCard",
40            "text" : "Update from SD Card",
41            "x" : 1280,
42            "y" : 400,
43            "w" : 800,
44            "h" : 200,
45            "fontSize" : 60
46        },
47        {
48            "type" : "UILabel",
49            "id" : "Label_MenuDialogTitle",
50            "text" : "Tip",
51            "x" : 1280,
52            "y" : 600,
53            "w" : 800,
54            "h" : 200,
55            "fontSize" : 40
56        },
57        {
58            "type" : "UILabel",
59            "id" : "Label_MenuDialogNote",
60            "text" : "Delete user date now...",
61            "x" : 1280,
62            "y" : 800,
63            "w" : 800,
64            "h" : 200,
65            "fontSize" : 40
66        },
67        {
68            "type" : "UILabel",
69            "id" : "Label_MenuDialogNext",
70            "text" : "Do you want to continue?",
71            "x" : 1280,
72            "y" : 1000,
73            "w" : 800,
74            "h" : 200,
75            "fontSize" : 40
76        },
77        {
78            "type" : "UILabel",
79            "id" : "Label_MenuDialogOK",
80            "text" : "Continue",
81            "x" : 1280,
82            "y" : 1200,
83            "w" : 800,
84            "h" : 200,
85            "fontSize" : 40
86        },
87        {
88            "type" : "UILabel",
89            "id" : "Label_MenuDialogCancel",
90            "text" : "Cancel",
91            "x" : 1680,
92            "y" : 1200,
93            "w" : 800,
94            "h" : 200,
95            "fontSize" : 40
96        }
97    ]
98}