-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpyrece.rsrc.py
144 lines (144 loc) · 5.89 KB
/
pyrece.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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
[{'components': [{'name': 'lblWebservice',
'pos': (18, 10),
'text': u'Webservice:',
'type': 'Label'},
{'items': [u'wsfe', u'wsfev1', u'wsfexv1'],
'name': 'cboWebservice',
'pos': (102, 5),
'size': (89, -1),
'type': 'ComboBox'},
{'label': u'Marcar Todo',
'name': 'btnMarcarTodo',
'pos': (297, 163),
'tooltip': u'Seleccionar todas las facturas',
'type': 'Button'},
{'label': u'Autorizar Lote',
'name': 'btnAutorizarLote',
'pos': (188, 163),
'tooltip': u'Obtener CAE para todas las facturas',
'type': 'Button'},
{'label': u'Previsualizar',
'name': 'btnPrevisualizar',
'pos': (395, 163),
'type': 'Button'},
{'label': u'Autenticar',
'name': 'btnAutenticar',
'pos': (20, 163),
'tooltip': u'Iniciar Sesin en la AFIP',
'type': 'Button'},
{'font': {'face': u'Sans',
'family': 'sans serif',
'size': 8},
'name': 'txtEstado',
'pos': (20, 243),
'size': (534, 212),
'type': 'TextBox',
'multiline': True,
'value': u'\n'},
{'name': 'lblProgreso',
'pos': (20, 194),
'text': u'Progreso:',
'type': 'Label'},
{'name': 'lblEstado',
'pos': (22, 219),
'text': u'Estado:',
'type': 'Label'},
{'label': u'Enviar',
'name': 'btnEnviar',
'pos': (490, 163),
'size': (60, -1),
'tooltip': u'Generar y enviar mails',
'type': 'Button'},
{'editable': False,
'name': 'txtArchivo',
'pos': (260, 5),
'size': (300, -1),
'type': 'TextBox',
'value': u'facturas.csv'},
{'name': 'lblArchivo',
'pos': (195, 10),
'text': u'Archivo:',
'type': 'Label'},
{'label': u'Autorizar',
'name': 'btnAutorizar',
'pos': (104, 163),
'tooltip': u'Obtener CAE por cada factura',
'type': 'Button'},
{'bgcolor': (255, 255, 255, 255),
'columnHeadings': [],
'font': {'face': u'Tahoma',
'family': 'sans serif',
'size': 8},
'items': [],
'maxColumns': 1000,
'name': 'lvwListado',
'pos': (18, 53),
'rules': 1,
'width': 537,
'height': 106,
'type': 'ListView'},
{'name': 'lblFacturas',
'pos': (18, 35),
'size': (117, -1),
'text': u'Facturas:',
'type': 'Label'},
{'bgcolor': (209, 194, 182, 255),
'layout': 'horizontal',
'max': 100,
'name': 'pbProgreso',
'pos': (89, 195),
'size': (477, 16),
'type': 'Gauge',
'value': 0}],
'menubar': [{'items': [{'label': u'Abrir',
'name': 'abrir',
'type': 'MenuItem'},
{'label': u'ReCargar',
'name': 'cargar',
'type': 'MenuItem'},
{'label': u'Guardar',
'name': 'guardar',
'type': 'MenuItem'}],
'label': u'Archivo',
'name': 'archivo',
'type': 'Menu'},
{'items': [{'label': u'Estado Servidores (Dummy)',
'name': 'dummy',
'type': 'MenuItem'},
{'label': u'\xdalt. Cbte.',
'name': 'lastCBTE',
'type': 'MenuItem'},
{'label': u'\xdalt. ID',
'name': 'lastID',
'type': 'MenuItem'},
{'label': u'Recuperar CAE',
'name': 'getCAE',
'type': 'MenuItem'}],
'label': u'Consultas',
'name': 'consultas',
'type': 'Menu'},
{'items': [{'label': u'Instructivo',
'name': 'instructivo',
'type': 'MenuItem'},
{'label': u'Acerca de',
'name': 'acercade',
'type': 'MenuItem'},
{'label': u'Limpiar estado',
'name': 'limpiar',
'type': 'MenuItem'},
{'label': u'Mensajes XML',
'name': 'mensajesXML',
'type': 'MenuItem'},
{'label': u'Ver/Ocultar Estado',
'name': 'estado',
'type': 'MenuItem'},
{'label': u'Ver Configuraci\xf3n',
'name': 'configuracion',
'type': 'MenuItem'}],
'label': u'Ayuda',
'name': 'ayuda',
'type': 'Menu'}],
'name': 'bgTemplate',
'size': (592, 265),
'title': u'Aplicativo Factura Electr\xf3nica (PyRece)',
'type': 'Window'}]