-
Notifications
You must be signed in to change notification settings - Fork 2
/
configuracion.dfm
534 lines (534 loc) · 15 KB
/
configuracion.dfm
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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
object FormConfiguracion: TFormConfiguracion
Left = 205
Top = 136
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Configuraci'#243'n'
ClientHeight = 603
ClientWidth = 636
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 536
Width = 636
Height = 67
Align = alBottom
TabOrder = 0
object BitBtnAceptar: TBitBtn
Left = 182
Top = 21
Width = 80
Height = 28
Caption = 'Aceptar'
Default = True
TabOrder = 0
OnClick = BitBtnAceptarClick
end
object BitBtnCancelar: TBitBtn
Left = 374
Top = 21
Width = 80
Height = 28
Cancel = True
Caption = 'Cancelar'
TabOrder = 1
OnClick = BitBtnCancelarClick
end
end
object PageControl: TPageControl
Left = 0
Top = 0
Width = 636
Height = 536
ActivePage = TabSheet5
Align = alClient
TabIndex = 2
TabOrder = 1
object TabSheet2: TTabSheet
Caption = 'Cuentas corrientes'
ImageIndex = 1
object Label7: TLabel
Left = 16
Top = 32
Width = 93
Height = 13
Caption = 'Registros a imprimir:'
end
object EditCantidadImprimirCC: TEdit
Left = 136
Top = 28
Width = 57
Height = 21
TabOrder = 0
end
end
object TabSheet4: TTabSheet
Caption = 'Impresi'#243'n'
ImageIndex = 3
object GroupBox1: TGroupBox
Left = 16
Top = 16
Width = 529
Height = 257
Caption = 'Impresoras'
TabOrder = 0
object Label9: TLabel
Left = 16
Top = 32
Width = 124
Height = 13
Caption = 'Remito (y nota de cr'#233'dito):'
end
object Label10: TLabel
Left = 16
Top = 64
Width = 127
Height = 13
Caption = 'Factura (y nota de cr'#233'dito):'
end
object Label11: TLabel
Left = 16
Top = 128
Width = 35
Height = 13
Caption = 'Saldos:'
end
object Label12: TLabel
Left = 16
Top = 160
Width = 51
Height = 13
Caption = 'Productos:'
end
object Label13: TLabel
Left = 16
Top = 96
Width = 81
Height = 13
Caption = 'Cuenta corriente:'
end
object Label14: TLabel
Left = 16
Top = 192
Width = 47
Height = 13
Caption = 'Registros:'
end
object Label2: TLabel
Left = 16
Top = 224
Width = 36
Height = 13
Caption = 'Pedido:'
end
object ComboBoxImpresoraRemito: TComboBox
Left = 152
Top = 28
Width = 160
Height = 21
ItemHeight = 13
TabOrder = 0
end
object ComboBoxImpresoraFactura: TComboBox
Left = 152
Top = 60
Width = 160
Height = 21
ItemHeight = 13
TabOrder = 1
end
object ComboBoxImpresoraCuentaCorriente: TComboBox
Left = 152
Top = 92
Width = 160
Height = 21
ItemHeight = 13
TabOrder = 2
end
object ComboBoxImpresoraSaldos: TComboBox
Left = 152
Top = 124
Width = 160
Height = 21
ItemHeight = 13
TabOrder = 3
end
object ComboBoxImpresoraProductos: TComboBox
Left = 152
Top = 156
Width = 160
Height = 21
ItemHeight = 13
TabOrder = 4
end
object ComboBoxImpresoraRegistros: TComboBox
Left = 152
Top = 188
Width = 160
Height = 21
ItemHeight = 13
TabOrder = 5
end
object CheckBoxRAWRemito: TCheckBox
Left = 336
Top = 30
Width = 89
Height = 17
Caption = 'Modo RAW'
TabOrder = 6
end
object CheckBoxRAWFactura: TCheckBox
Left = 336
Top = 62
Width = 89
Height = 17
Caption = 'Modo RAW'
TabOrder = 7
end
object CheckBoxRAWCuentaCorriente: TCheckBox
Left = 336
Top = 94
Width = 89
Height = 17
Caption = 'Modo RAW'
TabOrder = 8
end
object CheckBoxRAWSaldos: TCheckBox
Left = 336
Top = 126
Width = 89
Height = 17
Caption = 'Modo RAW'
TabOrder = 9
end
object CheckBoxRAWProductos: TCheckBox
Left = 336
Top = 158
Width = 89
Height = 17
Caption = 'Modo RAW'
TabOrder = 10
end
object CheckBoxRAWRegistros: TCheckBox
Left = 336
Top = 190
Width = 89
Height = 17
Caption = 'Modo RAW'
TabOrder = 11
end
object ComboBoxImpresoraPedido: TComboBox
Left = 152
Top = 220
Width = 160
Height = 21
ItemHeight = 13
TabOrder = 12
end
object CheckBoxRAWPedido: TCheckBox
Left = 336
Top = 222
Width = 89
Height = 17
Caption = 'Modo RAW'
TabOrder = 13
end
end
object GroupBox3: TGroupBox
Left = 16
Top = 280
Width = 345
Height = 217
Caption = 'Espacios'
TabOrder = 1
object Label15: TLabel
Left = 16
Top = 56
Width = 230
Height = 13
Caption = 'Posterior a remito (y a nota de cr'#233'dito) duplicado:'
end
object Label17: TLabel
Left = 16
Top = 24
Width = 217
Height = 13
Caption = 'Posterior a remito (y a nota de cr'#233'dito) original:'
end
object Label16: TLabel
Left = 16
Top = 88
Width = 222
Height = 13
Caption = 'Posterior a factura (y a nota de cr'#233'dito) original:'
end
object Label18: TLabel
Left = 16
Top = 120
Width = 235
Height = 13
Caption = 'Posterior a factura (y a nota de cr'#233'dito) duplicado:'
end
object Label22: TLabel
Left = 16
Top = 152
Width = 133
Height = 13
Caption = 'Posterior a cuenta corriente:'
end
object Label1: TLabel
Left = 16
Top = 184
Width = 79
Height = 13
Caption = 'Posterior pedido:'
end
object EditEspaciosPosteriorRD: TEdit
Left = 264
Top = 52
Width = 57
Height = 21
TabOrder = 1
end
object EditEspaciosPosteriorFO: TEdit
Left = 264
Top = 84
Width = 57
Height = 21
TabOrder = 2
end
object EditEspaciosPosteriorRO: TEdit
Left = 264
Top = 20
Width = 57
Height = 21
TabOrder = 0
end
object EditEspaciosPosteriorFD: TEdit
Left = 264
Top = 116
Width = 57
Height = 21
TabOrder = 3
end
object EditEspaciosPosteriorCC: TEdit
Left = 264
Top = 148
Width = 57
Height = 21
TabOrder = 4
end
object EditEspaciosPosteriorPedido: TEdit
Left = 264
Top = 180
Width = 57
Height = 21
TabOrder = 5
end
end
object GroupBox2: TGroupBox
Left = 376
Top = 280
Width = 169
Height = 185
Caption = 'Duplicado'
TabOrder = 2
object Label23: TLabel
Left = 32
Top = 40
Width = 119
Height = 13
Caption = ' remito (y nota de cr'#233'dito)'
end
object CheckBoxImprimirDuplicadoRemito: TCheckBox
Left = 16
Top = 24
Width = 113
Height = 17
Caption = 'Imprimir duplicado'
TabOrder = 0
end
end
end
object TabSheet5: TTabSheet
Caption = 'Base de datos'
ImageIndex = 4
object Label8: TLabel
Left = 16
Top = 32
Width = 158
Height = 13
Caption = 'Ejecuciones antes de compactar:'
end
object EditEjecucionesCompactar: TEdit
Left = 192
Top = 28
Width = 57
Height = 21
TabOrder = 0
end
object GroupBox4: TGroupBox
Left = 16
Top = 80
Width = 185
Height = 105
Caption = 'Padr'#243'n AFIP'
TabOrder = 1
object ButtonPadronCache: TButton
Left = 16
Top = 32
Width = 153
Height = 25
Caption = 'Borrar cache (CUIDADO!!!)'
TabOrder = 0
OnClick = ButtonPadronCacheClick
end
end
end
object TabSheet6: TTabSheet
Caption = 'Configurar items'
ImageIndex = 5
object ButtonItemsClientes: TButton
Left = 24
Top = 32
Width = 81
Height = 25
Caption = 'De clientes'
TabOrder = 0
OnClick = ButtonItemsClientesClick
end
object ButtonItemsProductos: TButton
Left = 24
Top = 80
Width = 81
Height = 25
Caption = 'De productos'
TabOrder = 1
OnClick = ButtonItemsProductosClick
end
end
object TabSheet7: TTabSheet
Caption = 'Copia de seguridad'
ImageIndex = 6
object Label6: TLabel
Left = 16
Top = 32
Width = 211
Height = 13
Caption = 'Directorio para saldos y copias de seguridad:'
end
object Label20: TLabel
Left = 16
Top = 112
Width = 163
Height = 13
Caption = 'Cantidad de backups a conservar:'
end
object BitBtnDirectorioCopia: TBitBtn
Left = 464
Top = 26
Width = 25
Height = 25
TabOrder = 1
OnClick = BitBtnDirectorioCopiaClick
Glyph.Data = {
26050000424D26050000000000003604000028000000100000000F0000000100
080000000000F000000000000000000000000001000000000000000000000000
80000080000000808000800000008000800080800000C0C0C000C0DCC000F0C8
A400000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00070707070707
0707070707070707070700000000000000000000000707070707000003030303
0303030303000707070700FB000303030303030303030007070700FFFB000303
0303030303030300070700FBFFFB00030303030303030303000700FFFBFFFB00
0000000000000000000000FBFFFBFFFBFFFBFFFB00070707070700FFFBFFFBFF
FBFFFBFF00070707070700FBFFFB000000000000000707070707070000000707
0707070707070000000707070707070707070707070707000007070707070707
0707000707070007000707070707070707070700000007070707070707070707
07070707070707070707}
end
object EditCopiaDirectorio: TEdit
Left = 232
Top = 28
Width = 217
Height = 21
ReadOnly = True
TabOrder = 0
end
object CheckBoxCopiaSalir: TCheckBox
Left = 16
Top = 72
Width = 193
Height = 17
Caption = 'Hacer copia de seguridad al salir'
TabOrder = 2
end
object EditBackupsConservar: TEdit
Left = 192
Top = 108
Width = 57
Height = 21
TabOrder = 3
end
end
object TabSheet8: TTabSheet
Caption = 'Identificaci'#243'n'
ImageIndex = 7
object Label21: TLabel
Left = 16
Top = 32
Width = 30
Height = 13
Caption = 'Clave:'
end
object EditClaveIdentificacion: TEdit
Left = 56
Top = 28
Width = 161
Height = 21
PasswordChar = '*'
TabOrder = 0
end
end
end
end