-
Notifications
You must be signed in to change notification settings - Fork 0
/
Load.rsrc.py
119 lines (103 loc) · 2.36 KB
/
Load.rsrc.py
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{'stack':{'type':'Stack',
'name':'Template',
'backgrounds': [
{'type':'Background',
'name':'bgTemplate',
'title':'Standard Template with File->Exit menu',
'position':(49, 103),
'size':(378, 406),
'style':['resizeable'],
'menubar': {'type':'MenuBar',
'menus': [
{'type':'Menu',
'name':'menuFile',
'label':'&File',
'items': [
{'type':'MenuItem',
'name':'menuFileExit',
'label':'E&xit',
},
]
},
]
},
'components': [
{'type':'StaticText',
'name':'StaticText4',
'position':(225, 70),
'size':(89, -1),
'text':'tonf/sqr m',
},
{'type':'StaticText',
'name':'TotalDeadLoad',
'position':(125, 70),
'text':'1111',
},
{'type':'Button',
'name':'Cancel',
'position':(170, 230),
'label':'Cancel',
},
{'type':'Button',
'name':'OK',
'position':(65, 230),
'label':'OK',
},
{'type':'Button',
'name':'DeadDel',
'position':(200, 190),
'size':(57, -1),
'label':'Delete',
},
{'type':'Button',
'name':'DeadEdit',
'position':(135, 190),
'size':(57, -1),
'label':'Edit',
},
{'type':'Button',
'name':'Button1',
'position':(65, 190),
'size':(62, -1),
'label':'Add',
},
{'type':'StaticText',
'name':'StaticText3',
'position':(60, 50),
'text':'Usage :',
},
{'type':'TextField',
'name':'TextField2',
'position':(115, 45),
},
{'type':'StaticText',
'name':'tonf/sqr m',
'position':(225, 30),
'size':(92, -1),
'text':'tonf/sqr m',
},
{'type':'List',
'name':'List1',
'position':(55, 90),
'size':(219, 86),
'items':[],
},
{'type':'StaticText',
'name':'StaticText2',
'position':(30, 70),
'text':'Dead Load :',
},
{'type':'StaticText',
'name':'StaticText1',
'position':(30, 30),
'size':(74, -1),
'text':'Live Load :',
},
{'type':'TextField',
'name':'TextField1',
'position':(115, 25),
},
] # end components
} # end background
] # end backgrounds
} }