-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathedtask.rsrc.py
84 lines (72 loc) · 1.75 KB
/
edtask.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
{'application':{'type':'Application',
'name':'Template',
'backgrounds': [
{'type':'Background',
'name':'bgTemplate',
'title':'Standard Template with no menus',
'size':(667, 471),
'components': [
{'type':'Button',
'name':'Button3',
'position':(410, 90),
'size':(88, -1),
'command':u'updateconfig',
'label':u'Update config',
'toolTip':u'Update json config initJALCode for current processor with this code',
},
{'type':'TextField',
'name':'taskName',
'position':(90, 60),
'size':(170, -1),
},
{'type':'StaticText',
'name':'StaticText3',
'position':(20, 60),
'text':u'Task name:',
},
{'type':'TextArea',
'name':'blockCode',
'position':(10, 130),
'size':(620, 260),
},
{'type':'StaticText',
'name':'StaticText2',
'position':(50, 90),
'font':{'faceName': u'Segoe UI', 'family': 'sansSerif', 'size': 16},
'text':u'JAL Code:',
},
{'type':'TextField',
'name':'schRate',
'position':(420, 60),
'size':(60, -1),
'text':u'1000',
},
{'type':'StaticText',
'name':'StaticText1',
'position':(280, 60),
'size':(128, -1),
'alignment':u'right',
'text':u'Scheduled rate [ms]:',
},
{'type':'StaticText',
'name':'dialogTitle',
'position':(50, 20),
'font':{'faceName': u'Segoe UI', 'family': 'sansSerif', 'size': 18},
'text':u'StaticText1',
},
{'type':'Button',
'name':'Button2',
'position':(530, 90),
'command':u'cancel',
'label':u'Cancel',
},
{'type':'Button',
'name':'Button1',
'position':(530, 50),
'command':u'ok',
'label':u'Ok',
},
] # end components
} # end background
] # end backgrounds
} }