子窗口基本完成
This commit is contained in:
48
unpack.ui
Normal file
48
unpack.ui
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"Label":[
|
||||
{
|
||||
"name":"label-utitle",
|
||||
"text":"数据标题",
|
||||
"column": 1,
|
||||
"row": 1
|
||||
},
|
||||
{
|
||||
"name":"label-uempty",
|
||||
"text":" ",
|
||||
"column": 8,
|
||||
"colweight": 1,
|
||||
"row": 1
|
||||
}
|
||||
],
|
||||
"Entry": {
|
||||
"name":"entry-ufile",
|
||||
"bg":"gold",
|
||||
"width":10,
|
||||
"column": 2,
|
||||
"row": 1
|
||||
},
|
||||
"Text":{
|
||||
"name":"text-usetting",
|
||||
"bg":"#cccccc",
|
||||
"width":50,
|
||||
"height":5,
|
||||
"column": 1,
|
||||
"columnspan": 10,
|
||||
"rowweight": 1,
|
||||
"row": 2
|
||||
},
|
||||
"Button":[
|
||||
{
|
||||
"name":"btn-uexec",
|
||||
"text":"执行",
|
||||
"column": 9,
|
||||
"row": 3
|
||||
},
|
||||
{
|
||||
"name":"btn-usave",
|
||||
"text":"保存",
|
||||
"column": 10,
|
||||
"row": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user