forked from Borf/browedit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RsmModelPropertiesWindow.json
104 lines (102 loc) · 1.77 KB
/
RsmModelPropertiesWindow.json
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"size" : [ 200, 300 ],
"modal" : false,
"resizable" : true,
"widgets": {
"lblShadeType": {
"type": "label",
"text": "Shade Type",
"position": [ 0, 0 ],
"size": [ 190, 20 ],
"positionhelp": {
"left": "left",
"right": "right",
"top": "top",
"bottom": "top"
}
},
"shadetype": {
"type": "textbox",
"text": "",
"position": [ 0, 20 ],
"size": [ 190, 20 ],
"positionhelp": {
"left": "left",
"right": "right",
"top": "top",
"bottom": "top"
}
},
"lblTextures": {
"type": "label",
"text": "Textures",
"position": [ 0, 40 ],
"size": [ 190, 20 ],
"positionhelp": {
"left": "left",
"right": "right",
"top": "top",
"bottom": "top"
}
},
"textures": {
"type": "list",
"position": [ 0, 60 ],
"size": [ 190, 140 ],
"positionhelp": {
"left": "left",
"right": "right",
"top": "top",
"bottom": "top"
}
},
"texture": {
"type": "textbox",
"text": "",
"position": [ 0, 200 ],
"size": [ 190, 20 ],
"positionhelp": {
"left": "left",
"right": "right",
"top": "top",
"bottom": "top"
}
},
"btnAdd": {
"type": "button",
"text": "Add",
"position": [ 0, 220 ],
"size": [ 60, 20 ],
"positionhelp": {
"left": "left",
"right": "right",
"top": "top",
"bottom": "top"
}
},
"btnEdit": {
"type": "button",
"text": "Edit",
"position": [ 65, 220 ],
"size": [ 60, 20 ],
"positionhelp": {
"left": "left",
"right": "right",
"top": "top",
"bottom": "top"
}
},
"btnDelete": {
"type": "button",
"text": "Del",
"position": [ 130, 220 ],
"size": [ 60, 20 ],
"positionhelp": {
"left": "left",
"right": "right",
"top": "top",
"bottom": "top"
}
}
}
}