-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.rsrc.py
More file actions
78 lines (70 loc) · 1.74 KB
/
main.rsrc.py
File metadata and controls
78 lines (70 loc) · 1.74 KB
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
{'application':{'type':'Application',
'name':'Template',
'backgrounds': [
{'type':'Background',
'name':'bgTemplate',
'title':'Standard Template with File->Exit menu',
'size':(642, 438),
'style':['resizeable'],
'menubar': {'type':'MenuBar',
'menus': [
{'type':'Menu',
'name':'menuFile',
'label':'&File',
'items': [
{'type':'MenuItem',
'name':'menuFileAbout',
'label':u'&About',
'command':'about',
},
{'type':'MenuItem',
'name':'menuFileExit',
'label':'E&xit',
'command':'exit',
},
]
},
]
},
'components': [
{'type':'CheckBox',
'name':'enablebroadcast',
'position':(215, 25),
'label':'Enable multicast server on:',
},
{'type':'ComboBox',
'name':'selectedInterface',
'position':(390, 20),
'size':(125, -1),
'items':[],
'text':'ComboBox1',
},
{'type':'StaticText',
'name':'textclock',
'position':(560, 10),
'text':'textclock',
},
{'type':'TextField',
'name':'mynodename',
'position':(85, 20),
'text':'mynodename',
},
{'type':'StaticText',
'name':'StaticText1',
'position':(25, 25),
'text':'My name:',
},
{'type':'MultiColumnList',
'name':'nodelist',
'position':(14, 54),
'size':(604, 319),
'backgroundColor':(255, 255, 255, 255),
'columnHeadings':[],
'items':[],
'maxColumns':20,
'rules':1,
},
] # end components
} # end background
] # end backgrounds
} }