-
Notifications
You must be signed in to change notification settings - Fork 1
/
data.ui
49 lines (49 loc) · 944 Bytes
/
data.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"Label":[
{
"name":"label-dtitle",
"text":"数据标题",
"column": 1,
"row": 1
},
{
"name":"label-dempty",
"text":" ",
"column": 8,
"colweight": 1,
"row": 1
}
],
"Entry": {
"name":"entry-dfile",
"bg":"gold",
"width":10,
"column": 2,
"row": 1
},
"Text":{
"name":"text-dsetting",
"bg":"#cccccc",
"width":50,
"height":5,
"column": 1,
"columnspan": 10,
"rowweight": 1,
"row": 2
},
"Checkbutton":{
"name":"ckbtn-dhex",
"text":"HEX格式",
"sticky": "w",
"column": 1,
"row": 3
},
"Button":[
{
"name":"btn-dsave",
"text":"保存",
"column": 10,
"row": 3
}
]
}