子窗口基本完成
This commit is contained in:
55
data.ui
Normal file
55
data.ui
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"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-dsend",
|
||||
"text":"发送",
|
||||
"column": 9,
|
||||
"row": 3
|
||||
},
|
||||
{
|
||||
"name":"btn-dsave",
|
||||
"text":"保存",
|
||||
"column": 10,
|
||||
"row": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user