diff --git a/Database/scripts/factuges_sysdata.sql.bak b/Database/scripts/factuges_sysdata.sql.bak deleted file mode 100644 index 8fa6714..0000000 --- a/Database/scripts/factuges_sysdata.sql.bak +++ /dev/null @@ -1,193 +0,0 @@ -SET SQL DIALECT 3; - -SET NAMES UTF8; - -INSERT INTO CATEGORIAS (ID, CATEGORIA) VALUES (1, 'CLIENTE'); -INSERT INTO CATEGORIAS (ID, CATEGORIA) VALUES (2, 'PROVEEDOR'); -INSERT INTO CATEGORIAS (ID, CATEGORIA) VALUES (3, 'AGENTE'); -SET GENERATOR GEN_CATEGORIAS_ID TO 4; -COMMIT WORK; - -INSERT INTO INFORMES (ID, ID_EMPRESA, CATEGORIA, CONTROLLER, ICONO, NOMBRE, DESCRIPCION, ORDEN, MODIFICABLE, TIPO_AGRUPACION) VALUES (1, 1, 'VENTAS ARTICULOS', 'InfVentasArticuloController', 4, 'Ventas por artículo', 'Informe de ventas por artículo', NULL, 'S', NULL); -INSERT INTO INFORMES (ID, ID_EMPRESA, CATEGORIA, CONTROLLER, ICONO, NOMBRE, DESCRIPCION, ORDEN, MODIFICABLE, TIPO_AGRUPACION) VALUES (2, 1, 'VENTAS ARTICULOS', 'InfVentasArticuloController', 4, 'Ventas por cliente', 'Informe de ventas por cliente y artículo', NULL, 'S', NULL); -INSERT INTO INFORMES (ID, ID_EMPRESA, CATEGORIA, CONTROLLER, ICONO, NOMBRE, DESCRIPCION, ORDEN, MODIFICABLE, TIPO_AGRUPACION) VALUES (3, 1, 'VENTAS ARTICULOS', 'InfVentasArticuloController', 4, 'Ventas por agente y cliente', 'Informe de ventas por agente y cliente', NULL, 'S', NULL); -INSERT INTO INFORMES (ID, ID_EMPRESA, CATEGORIA, CONTROLLER, ICONO, NOMBRE, DESCRIPCION, ORDEN, MODIFICABLE, TIPO_AGRUPACION) VALUES (4, 1, 'MARGEN ARTICULOS', 'InfMargenArticuloController', 0, 'Margen (promedio) por artículo', 'Informe de margen por artículo teniendo en cuenta el precio neto de venta promedio', NULL, 'S', 0); -INSERT INTO INFORMES (ID, ID_EMPRESA, CATEGORIA, CONTROLLER, ICONO, NOMBRE, DESCRIPCION, ORDEN, MODIFICABLE, TIPO_AGRUPACION) VALUES (5, 1, 'VENTAS ARTICULOS', 'InfVentasArticuloController', 4, 'Ventas por proveedor', 'Informe de ventas por proveedor y artículo', NULL, 'S', NULL); -INSERT INTO INFORMES (ID, ID_EMPRESA, CATEGORIA, CONTROLLER, ICONO, NOMBRE, DESCRIPCION, ORDEN, MODIFICABLE, TIPO_AGRUPACION) VALUES (6, 1, 'MARGEN ARTICULOS', 'InfMargenArticuloController', 0, 'Margen (promedio) por cliente', 'Informe de margen por artículo agrupado por cliente teniendo en cuenta el precio neto de venta promedio', NULL, 'S', 1); -INSERT INTO INFORMES (ID, ID_EMPRESA, CATEGORIA, CONTROLLER, ICONO, NOMBRE, DESCRIPCION, ORDEN, MODIFICABLE, TIPO_AGRUPACION) VALUES (7, 1, 'MARGEN ARTICULOS', 'InfMargenArticuloController', 0, 'Margen (promedio) por agente y cliente', 'Informe de margen por artículo agrupado por agente y cliente teniendo en cuenta el precio neto de venta promedio', NULL, 'S', 1); -INSERT INTO INFORMES (ID, ID_EMPRESA, CATEGORIA, CONTROLLER, ICONO, NOMBRE, DESCRIPCION, ORDEN, MODIFICABLE, TIPO_AGRUPACION) VALUES (8, 1, 'MARGEN ARTICULOS', 'InfMargenArticuloController', 2, 'Margen (ult. venta) por artículo', 'Informe de margen por artículo teniendo en cuenta el precio neto de última venta', NULL, 'S', 0); -INSERT INTO INFORMES (ID, ID_EMPRESA, CATEGORIA, CONTROLLER, ICONO, NOMBRE, DESCRIPCION, ORDEN, MODIFICABLE, TIPO_AGRUPACION) VALUES (9, 1, 'MARGEN ARTICULOS', 'InfMargenArticuloController', 2, 'Margen (ult.venta) por clientes', 'Informe de margen por artículo agrupado por cliente teniendo en cuenta el precio neto de última venta', NULL, 'S', 1); -INSERT INTO INFORMES (ID, ID_EMPRESA, CATEGORIA, CONTROLLER, ICONO, NOMBRE, DESCRIPCION, ORDEN, MODIFICABLE, TIPO_AGRUPACION) VALUES (10, 1, 'MARGEN ARTICULOS', 'InfMargenArticuloController', 2, 'Margen (ult. venta) por agente y cliente', 'Informe de margen por artículo agrupado por agente y cliente teniendo en cuenta el precio neto de última venta', NULL, 'S', 1); -INSERT INTO INFORMES (ID, ID_EMPRESA, CATEGORIA, CONTROLLER, ICONO, NOMBRE, DESCRIPCION, ORDEN, MODIFICABLE, TIPO_AGRUPACION) VALUES (11, 1, 'VENTAS ARTICULOS', 'InfVentasArticuloController', 4, 'Ventas articulo por fecha y cliente', 'Informe de ventas con frcha y factura agrupado por cliente', NULL, 'S', NULL); -INSERT INTO INFORMES (ID, ID_EMPRESA, CATEGORIA, CONTROLLER, ICONO, NOMBRE, DESCRIPCION, ORDEN, MODIFICABLE, TIPO_AGRUPACION) VALUES (12, 1, 'MARGEN ARTICULOS', 'InfMargenArticuloController', 0, 'Margen ventas - compras pro', 'Informe que nos da el margen de las ventas de un periodo de tiempo en base al importe neto de compras promedio', NULL, 'S', 2); -SET GENERATOR GEN_INFORMES_ID TO 13; -COMMIT WORK; - - - -INSERT INTO REFERENCIAS (ID, CODIGO, VALOR, ID_EMPRESA, DESCRIPCION) VALUES (1, 'REF_FACTURAS_CLIENTE', 'EL/0001', 1, 'Ref. facturas de cliente'); -INSERT INTO REFERENCIAS (ID, CODIGO, VALOR, ID_EMPRESA, DESCRIPCION) VALUES (2, 'REF_PEDIDOS_CLIENTE', '00001', 1, 'Ref. pedidos de cliente'); -INSERT INTO REFERENCIAS (ID, CODIGO, VALOR, ID_EMPRESA, DESCRIPCION) VALUES (3, 'REF_PEDIDOS_PROVEEDOR', '00001', 1, 'Ref. pedidos de proveedor'); -INSERT INTO REFERENCIAS (ID, CODIGO, VALOR, ID_EMPRESA, DESCRIPCION) VALUES (4, 'REF_ALBARANES_CLIENTE', '00001', 1, 'Ref. albaranes de cliente'); -INSERT INTO REFERENCIAS (ID, CODIGO, VALOR, ID_EMPRESA, DESCRIPCION) VALUES (5, 'REF_ALBARANES_PROVEEDOR', '00001', 1, 'Ref. albaranes de proveedor'); -INSERT INTO REFERENCIAS (ID, CODIGO, VALOR, ID_EMPRESA, DESCRIPCION) VALUES (6, 'REF_REMESAS_CLIENTE', '00001', 1, 'Ref. remesas de cliente'); -INSERT INTO REFERENCIAS (ID, CODIGO, VALOR, ID_EMPRESA, DESCRIPCION) VALUES (7, 'REF_COMISIONES', '00001', 1, 'Ref. liquidaciones de comision'); -INSERT INTO REFERENCIAS (ID, CODIGO, VALOR, ID_EMPRESA, DESCRIPCION) VALUES (8, 'REF_FACTURAS_PROVEEDOR', '2010/0001', 1, 'Ref. facturas de proveedor'); -INSERT INTO REFERENCIAS (ID, CODIGO, VALOR, ID_EMPRESA, DESCRIPCION) VALUES (9, 'REF_ALBARANES_DEV_CLIENTE', '00001', 1, 'Ref. ordenes de devolucion de cliente'); -INSERT INTO REFERENCIAS (ID, CODIGO, VALOR, ID_EMPRESA, DESCRIPCION) VALUES (10, 'REF_ALBARANES_DEV_PROVEEDOR', '00001', 1, 'Ref. ordenes de devolucion de proveedor'); -INSERT INTO REFERENCIAS (ID, CODIGO, VALOR, ID_EMPRESA, DESCRIPCION) VALUES (11, 'REF_REMESAS_PROVEEDOR', '00001', 1, 'Ref. remesas de proveedor'); -INSERT INTO REFERENCIAS (ID, CODIGO, VALOR, ID_EMPRESA, DESCRIPCION) VALUES (12, 'REF_ABONOS_CLIENTE', 'AB-EL/0001', 1, 'Ref. abonos de cliente'); -INSERT INTO REFERENCIAS (ID, CODIGO, VALOR, ID_EMPRESA, DESCRIPCION) VALUES (13, 'REF_ABONOS_PROVEEDOR', 'A. 2010/0001', 1, 'Ref. abonos de proveedor'); -INSERT INTO REFERENCIAS (ID, CODIGO, VALOR, ID_EMPRESA, DESCRIPCION) VALUES (14, 'REF_FACTURAS_CLIENTE', 'NFC/0001', 2, 'Ref. facturas de cliente'); -INSERT INTO REFERENCIAS (ID, CODIGO, VALOR, ID_EMPRESA, DESCRIPCION) VALUES (15, 'REF_PEDIDOS_CLIENTE', 'NPC/0001', 2, 'Ref. pedidos de cliente'); -INSERT INTO REFERENCIAS (ID, CODIGO, VALOR, ID_EMPRESA, DESCRIPCION) VALUES (16, 'REF_PEDIDOS_PROVEEDOR', 'NPP/0001', 2, 'Ref. pedidos de proveedor'); -INSERT INTO REFERENCIAS (ID, CODIGO, VALOR, ID_EMPRESA, DESCRIPCION) VALUES (17, 'REF_ALBARANES_CLIENTE', 'NAC/0001', 2, 'Ref. albaranes de cliente'); -INSERT INTO REFERENCIAS (ID, CODIGO, VALOR, ID_EMPRESA, DESCRIPCION) VALUES (18, 'REF_ALBARANES_PROVEEDOR', 'NAP/0001', 2, 'Ref. albaranes de proveedor'); -INSERT INTO REFERENCIAS (ID, CODIGO, VALOR, ID_EMPRESA, DESCRIPCION) VALUES (19, 'REF_REMESAS_CLIENTE', 'NRC/0001', 2, 'Ref. remesas de cliente'); -INSERT INTO REFERENCIAS (ID, CODIGO, VALOR, ID_EMPRESA, DESCRIPCION) VALUES (20, 'REF_COMISIONES', 'NL/0001', 2, 'Ref. liquidaciones de comision'); -INSERT INTO REFERENCIAS (ID, CODIGO, VALOR, ID_EMPRESA, DESCRIPCION) VALUES (21, 'REF_FACTURAS_PROVEEDOR', 'NFP/0001', 2, 'Ref. facturas de proveedor'); -INSERT INTO REFERENCIAS (ID, CODIGO, VALOR, ID_EMPRESA, DESCRIPCION) VALUES (22, 'REF_ALBARANES_DEV_CLIENTE', 'NOC/0001', 2, 'Ref. ordenes de devolucion de cliente'); -INSERT INTO REFERENCIAS (ID, CODIGO, VALOR, ID_EMPRESA, DESCRIPCION) VALUES (23, 'REF_ALBARANES_DEV_PROVEEDOR', 'NOP/0001', 2, 'Ref. ordenes de devolucion de proveedor'); -INSERT INTO REFERENCIAS (ID, CODIGO, VALOR, ID_EMPRESA, DESCRIPCION) VALUES (24, 'REF_REMESAS_PROVEEDOR', 'NRP/0001', 2, 'Ref. remesas de proveedor'); -INSERT INTO REFERENCIAS (ID, CODIGO, VALOR, ID_EMPRESA, DESCRIPCION) VALUES (25, 'REF_ABONOS_CLIENTE', 'NFAC/0001', 2, 'Ref. abonos de cliente'); -INSERT INTO REFERENCIAS (ID, CODIGO, VALOR, ID_EMPRESA, DESCRIPCION) VALUES (26, 'REF_ABONOS_PROVEEDOR', 'NFAP/0001', 2, 'Ref. abonos de proveedor'); -INSERT INTO REFERENCIAS (ID, CODIGO, VALOR, ID_EMPRESA, DESCRIPCION) VALUES (27, 'REF_CLIENTES', '0000000001', NULL, 'Ref. clientes'); -INSERT INTO REFERENCIAS (ID, CODIGO, VALOR, ID_EMPRESA, DESCRIPCION) VALUES (28, 'REF_PROVEEDORES', '0000000001', NULL, 'Ref. proveedores'); -INSERT INTO REFERENCIAS (ID, CODIGO, VALOR, ID_EMPRESA, DESCRIPCION) VALUES (29, 'REF_AGENTES', '00001', NULL, 'Ref. agentes'); -INSERT INTO REFERENCIAS (ID, CODIGO, VALOR, ID_EMPRESA, DESCRIPCION) VALUES (30, 'REF_ARTICULOS', '1', NULL, 'Ref. artículos'); -SET GENERATOR GEN_REFERENCIAS_ID TO 31; -COMMIT WORK; - -INSERT INTO TIPOS_IVA (ID, REFERENCIA, DESCRIPCION, IVA, RE) VALUES (2, 'IVA16', 'IVA16', 16, 4); -INSERT INTO TIPOS_IVA (ID, REFERENCIA, DESCRIPCION, IVA, RE) VALUES (3, 'IVA4', 'IVA4', 4, 0.5); -INSERT INTO TIPOS_IVA (ID, REFERENCIA, DESCRIPCION, IVA, RE) VALUES (4, 'IVA7', 'IVA7', 7, 1); -INSERT INTO TIPOS_IVA (ID, REFERENCIA, DESCRIPCION, IVA, RE) VALUES (6, 'EXENTO', 'EXTRANJERO', 0, 0); -INSERT INTO TIPOS_IVA (ID, REFERENCIA, DESCRIPCION, IVA, RE) VALUES (1, 'IVA20', 'IVA20', 20, NULL); -INSERT INTO TIPOS_IVA (ID, REFERENCIA, DESCRIPCION, IVA, RE) VALUES (7, '18%', '18%', 18, 4); -SET GENERATOR GEN_TIPOS_IVA_ID TO 8; -COMMIT WORK; - -INSERT INTO FORMAS_PAGO (ID, REFERENCIA, DESCRIPCION, TITULAR, ENTIDAD, SUCURSAL, DC, CUENTA) VALUES (8, '15', '15 dias', NULL, NULL, NULL, NULL, NULL); -INSERT INTO FORMAS_PAGO (ID, REFERENCIA, DESCRIPCION, TITULAR, ENTIDAD, SUCURSAL, DC, CUENTA) VALUES (12, 'TALON30', 'Talon 30 DIAS', NULL, NULL, NULL, NULL, NULL); -INSERT INTO FORMAS_PAGO (ID, REFERENCIA, DESCRIPCION, TITULAR, ENTIDAD, SUCURSAL, DC, CUENTA) VALUES (7, 'CONTADO', 'Pago al contado', NULL, NULL, NULL, NULL, NULL); -INSERT INTO FORMAS_PAGO (ID, REFERENCIA, DESCRIPCION, TITULAR, ENTIDAD, SUCURSAL, DC, CUENTA) VALUES (13, '30', '30 DIAS', NULL, NULL, NULL, NULL, NULL); -INSERT INTO FORMAS_PAGO (ID, REFERENCIA, DESCRIPCION, TITULAR, ENTIDAD, SUCURSAL, DC, CUENTA) VALUES (14, '30-60-90', '3 PLAZOS', NULL, NULL, NULL, NULL, NULL); -INSERT INTO FORMAS_PAGO (ID, REFERENCIA, DESCRIPCION, TITULAR, ENTIDAD, SUCURSAL, DC, CUENTA) VALUES (53, '30-60', 'DOS PAGOS', NULL, NULL, NULL, NULL, NULL); -INSERT INTO FORMAS_PAGO (ID, REFERENCIA, DESCRIPCION, TITULAR, ENTIDAD, SUCURSAL, DC, CUENTA) VALUES (20, '60', '60 dias', NULL, NULL, NULL, NULL, NULL); -INSERT INTO FORMAS_PAGO (ID, REFERENCIA, DESCRIPCION, TITULAR, ENTIDAD, SUCURSAL, DC, CUENTA) VALUES (21, '90', '90 dias', NULL, NULL, NULL, NULL, NULL); -INSERT INTO FORMAS_PAGO (ID, REFERENCIA, DESCRIPCION, TITULAR, ENTIDAD, SUCURSAL, DC, CUENTA) VALUES (23, 'TALON60', 'TALON 60 DIAS', NULL, NULL, NULL, NULL, NULL); -INSERT INTO FORMAS_PAGO (ID, REFERENCIA, DESCRIPCION, TITULAR, ENTIDAD, SUCURSAL, DC, CUENTA) VALUES (29, '45', '45 dias', NULL, NULL, NULL, NULL, NULL); -INSERT INTO FORMAS_PAGO (ID, REFERENCIA, DESCRIPCION, TITULAR, ENTIDAD, SUCURSAL, DC, CUENTA) VALUES (30, '90-120-150', '90-120-150', NULL, NULL, NULL, NULL, NULL); -INSERT INTO FORMAS_PAGO (ID, REFERENCIA, DESCRIPCION, TITULAR, ENTIDAD, SUCURSAL, DC, CUENTA) VALUES (32, 'TALON90', 'TALON 90 DIAS', NULL, NULL, NULL, NULL, NULL); -INSERT INTO FORMAS_PAGO (ID, REFERENCIA, DESCRIPCION, TITULAR, ENTIDAD, SUCURSAL, DC, CUENTA) VALUES (33, 'GRATUITO', 'SIN CARGO', NULL, NULL, NULL, NULL, NULL); -INSERT INTO FORMAS_PAGO (ID, REFERENCIA, DESCRIPCION, TITULAR, ENTIDAD, SUCURSAL, DC, CUENTA) VALUES (34, '30-60-90-120', '30-60-90-120', NULL, NULL, NULL, NULL, NULL); -INSERT INTO FORMAS_PAGO (ID, REFERENCIA, DESCRIPCION, TITULAR, ENTIDAD, SUCURSAL, DC, CUENTA) VALUES (35, '30-60-90-120-150-180', '30-60-90-120-150-180', NULL, NULL, NULL, NULL, NULL); -INSERT INTO FORMAS_PAGO (ID, REFERENCIA, DESCRIPCION, TITULAR, ENTIDAD, SUCURSAL, DC, CUENTA) VALUES (36, '60-90-120', '60-90-120', NULL, NULL, NULL, NULL, NULL); -INSERT INTO FORMAS_PAGO (ID, REFERENCIA, DESCRIPCION, TITULAR, ENTIDAD, SUCURSAL, DC, CUENTA) VALUES (37, '90-120', '90-120', NULL, NULL, NULL, NULL, NULL); -INSERT INTO FORMAS_PAGO (ID, REFERENCIA, DESCRIPCION, TITULAR, ENTIDAD, SUCURSAL, DC, CUENTA) VALUES (38, 'TRANSF/CCM 30 DIAS', 'TRANSFERENCIA BANCARIA', NULL, NULL, NULL, NULL, NULL); -INSERT INTO FORMAS_PAGO (ID, REFERENCIA, DESCRIPCION, TITULAR, ENTIDAD, SUCURSAL, DC, CUENTA) VALUES (39, 'CARGO EN CCM', 'CARGO EN CCM', NULL, NULL, NULL, NULL, NULL); -INSERT INTO FORMAS_PAGO (ID, REFERENCIA, DESCRIPCION, TITULAR, ENTIDAD, SUCURSAL, DC, CUENTA) VALUES (40, 'TRASF/ CAIXA C.', 'TRANSFERENCIA CAIXA CATALUÑA', NULL, NULL, NULL, NULL, NULL); -INSERT INTO FORMAS_PAGO (ID, REFERENCIA, DESCRIPCION, TITULAR, ENTIDAD, SUCURSAL, DC, CUENTA) VALUES (44, '60-90', '2 PLAZOS', NULL, NULL, NULL, NULL, NULL); -INSERT INTO FORMAS_PAGO (ID, REFERENCIA, DESCRIPCION, TITULAR, ENTIDAD, SUCURSAL, DC, CUENTA) VALUES (41, '7 PAGOS', '120-150-180-210-240-270-300', NULL, NULL, NULL, NULL, NULL); -INSERT INTO FORMAS_PAGO (ID, REFERENCIA, DESCRIPCION, TITULAR, ENTIDAD, SUCURSAL, DC, CUENTA) VALUES (49, 'TRASF N/F CCM.', 'TRANSFERENCIA A NUESTRO FAVOR CCM.', NULL, NULL, NULL, NULL, NULL); -INSERT INTO FORMAS_PAGO (ID, REFERENCIA, DESCRIPCION, TITULAR, ENTIDAD, SUCURSAL, DC, CUENTA) VALUES (48, 'CINCO PAGOS', 'CINCO PAGOS', NULL, NULL, NULL, NULL, NULL); -INSERT INTO FORMAS_PAGO (ID, REFERENCIA, DESCRIPCION, TITULAR, ENTIDAD, SUCURSAL, DC, CUENTA) VALUES (50, 'DESCARGA', 'PAGO A LA ENTREGA', NULL, NULL, NULL, NULL, NULL); -INSERT INTO FORMAS_PAGO (ID, REFERENCIA, DESCRIPCION, TITULAR, ENTIDAD, SUCURSAL, DC, CUENTA) VALUES (51, 'VISA', 'PAGO POR VISA', NULL, NULL, NULL, NULL, NULL); -INSERT INTO FORMAS_PAGO (ID, REFERENCIA, DESCRIPCION, TITULAR, ENTIDAD, SUCURSAL, DC, CUENTA) VALUES (54, '30-45', '2 PAGOS', NULL, NULL, NULL, NULL, NULL); -INSERT INTO FORMAS_PAGO (ID, REFERENCIA, DESCRIPCION, TITULAR, ENTIDAD, SUCURSAL, DC, CUENTA) VALUES (55, 'TALON', 'TALON', NULL, NULL, NULL, NULL, NULL); -INSERT INTO FORMAS_PAGO (ID, REFERENCIA, DESCRIPCION, TITULAR, ENTIDAD, SUCURSAL, DC, CUENTA) VALUES (56, 'TRANS. 10 DIAS', 'TRANSF. 10 DIAS', NULL, NULL, NULL, NULL, NULL); -INSERT INTO FORMAS_PAGO (ID, REFERENCIA, DESCRIPCION, TITULAR, ENTIDAD, SUCURSAL, DC, CUENTA) VALUES (57, ' 1 DIA', 'UN DIA', NULL, NULL, NULL, NULL, NULL); -INSERT INTO FORMAS_PAGO (ID, REFERENCIA, DESCRIPCION, TITULAR, ENTIDAD, SUCURSAL, DC, CUENTA) VALUES (58, 'TALON120 DIAS', 'TALON 120 DIAS', NULL, NULL, NULL, NULL, NULL); -INSERT INTO FORMAS_PAGO (ID, REFERENCIA, DESCRIPCION, TITULAR, ENTIDAD, SUCURSAL, DC, CUENTA) VALUES (61, '30-60-90-120-150', '30-60-90-120-150', NULL, NULL, NULL, NULL, NULL); -SET GENERATOR GEN_FORMAS_PAGO_ID TO 62; -COMMIT WORK; - - -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (65, 42, 60, 50); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (12, 14, 30, 33.33); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (13, 14, 60, 33.33); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (14, 14, 90, 33.34); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (93, 53, 30, 50); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (19, 12, 30, 100); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (20, 23, 60, 100); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (6, 8, 15, 100); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (29, 29, 45, 100); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (30, 30, 90, 33.33); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (23, 20, 60, 100); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (24, 21, 90, 100); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (31, 30, 120, 33.33); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (32, 30, 150, 33.34); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (33, 32, 90, 100); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (34, 7, 0, 100); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (35, 34, 30, 25); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (36, 34, 60, 25); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (37, 34, 90, 25); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (38, 34, 120, 25); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (39, 35, 30, 16.67); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (40, 35, 60, 16.67); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (41, 35, 90, 16.67); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (42, 35, 120, 16.66); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (43, 35, 150, 16.67); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (44, 35, 180, 16.67); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (45, 36, 60, 33.33); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (46, 36, 90, 33.33); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (47, 36, 120, 33.33); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (48, 37, 90, 50); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (49, 37, 120, 50); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (50, 38, 30, 100); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (66, 42, 90, 50); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (67, 43, 60, 50); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (68, 43, 90, 50); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (69, 44, 60, 50); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (70, 44, 90, 50); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (82, 48, 30, 20); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (57, 13, 30, 100); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (72, 46, 30, 20); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (73, 46, 60, 20); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (74, 46, 90, 20); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (75, 46, 120, 20); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (76, 46, 150, 20); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (77, 47, 30, 20); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (58, 41, 120, 14.29); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (59, 41, 150, 14.29); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (60, 41, 180, 14.29); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (61, 41, 210, 14.29); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (62, 41, 240, 14.29); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (63, 41, 270, 14.29); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (64, 41, 300, 14.29); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (78, 47, 60, 20); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (79, 47, 90, 20); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (80, 47, 120, 20); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (81, 47, 150, 20); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (83, 48, 60, 20); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (84, 48, 90, 20); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (85, 48, 120, 20); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (86, 48, 150, 20); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (87, 40, 0, 100); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (88, 50, 1, 100); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (89, 51, 1, 100); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (90, 49, 1, 100); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (91, 52, 60, 100); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (92, 39, NULL, 100); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (94, 53, 60, 50); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (95, 54, 30, 50); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (96, 54, 45, 50); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (97, 56, 10, 100); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (100, 58, 120, 100); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (101, 57, NULL, 100); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (102, 55, 0, 100); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (103, 59, 0, 100); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (104, 33, NULL, 100); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (106, 61, 30, 20); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (107, 61, 60, 20); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (108, 61, 90, 20); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (109, 61, 120, 20); -INSERT INTO FORMAS_PAGO_PLAZOS (ID, ID_FORMA_PAGO, NUM_DIAS, PORCENTAJE) VALUES (110, 61, 150, 20); -SET GENERATOR GEN_FORMAS_PAGO_PLAZOS_ID TO 111; -COMMIT WORK; - -INSERT INTO EMPRESAS (ID, NIF_CIF, NOMBRE, RAZON_SOCIAL, CALLE, POBLACION, PROVINCIA, CODIGO_POSTAL, TELEFONO_1, TELEFONO_2, MOVIL_1, MOVIL_2, FAX, EMAIL_1, EMAIL_2, PAGINA_WEB, FECHA_ALTA, FECHA_MODIFICACION, USUARIO, REGISTRO_MERCANTIL, ID_TIPO_IVA) VALUES (1, 'B82780453', 'Luis León Representaciones S.L.', NULL, 'C/ Sur, 4, Bajo 1', 'Moraleja de Enmedio', 'Madrid', '28950', '916004041', NULL, NULL, NULL, '916093287', NULL, NULL, NULL, NULL, NULL, NULL, '', 7); -INSERT INTO EMPRESAS (ID, NIF_CIF, NOMBRE, RAZON_SOCIAL, CALLE, POBLACION, PROVINCIA, CODIGO_POSTAL, TELEFONO_1, TELEFONO_2, MOVIL_1, MOVIL_2, FAX, EMAIL_1, EMAIL_2, PAGINA_WEB, FECHA_ALTA, FECHA_MODIFICACION, USUARIO, REGISTRO_MERCANTIL, ID_TIPO_IVA) VALUES (2, 'ssss2', 'ssssss', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7); -SET GENERATOR GEN_EMPRESAS_ID TO 3; -COMMIT WORK; - diff --git a/Source/ApplicationBase/ApplicationBase.dcu b/Source/ApplicationBase/ApplicationBase.dcu deleted file mode 100644 index 3ee9808..0000000 Binary files a/Source/ApplicationBase/ApplicationBase.dcu and /dev/null differ diff --git a/Source/ApplicationBase/Empresas/Controller/View/uIEditorDatosBancarioEmpresa.dcu b/Source/ApplicationBase/Empresas/Controller/View/uIEditorDatosBancarioEmpresa.dcu deleted file mode 100644 index 4867f74..0000000 Binary files a/Source/ApplicationBase/Empresas/Controller/View/uIEditorDatosBancarioEmpresa.dcu and /dev/null differ diff --git a/Source/ApplicationBase/Empresas/Controller/View/uIEditorEmpresa.dcu b/Source/ApplicationBase/Empresas/Controller/View/uIEditorEmpresa.dcu deleted file mode 100644 index 90f5722..0000000 Binary files a/Source/ApplicationBase/Empresas/Controller/View/uIEditorEmpresa.dcu and /dev/null differ diff --git a/Source/ApplicationBase/Empresas/Controller/View/uIEditorEmpresas.dcu b/Source/ApplicationBase/Empresas/Controller/View/uIEditorEmpresas.dcu deleted file mode 100644 index 267e802..0000000 Binary files a/Source/ApplicationBase/Empresas/Controller/View/uIEditorEmpresas.dcu and /dev/null differ diff --git a/Source/ApplicationBase/Empresas/Controller/uDatosBancariosEmpresaController.dcu b/Source/ApplicationBase/Empresas/Controller/uDatosBancariosEmpresaController.dcu deleted file mode 100644 index 44b7fef..0000000 Binary files a/Source/ApplicationBase/Empresas/Controller/uDatosBancariosEmpresaController.dcu and /dev/null differ diff --git a/Source/ApplicationBase/Empresas/Controller/uEmpresasController.dcu b/Source/ApplicationBase/Empresas/Controller/uEmpresasController.dcu deleted file mode 100644 index 2c15f99..0000000 Binary files a/Source/ApplicationBase/Empresas/Controller/uEmpresasController.dcu and /dev/null differ diff --git a/Source/ApplicationBase/Empresas/Data/uDataModuleEmpresas.dcu b/Source/ApplicationBase/Empresas/Data/uDataModuleEmpresas.dcu deleted file mode 100644 index 0947806..0000000 Binary files a/Source/ApplicationBase/Empresas/Data/uDataModuleEmpresas.dcu and /dev/null differ diff --git a/Source/ApplicationBase/Empresas/Model/Data/uIDataModuleEmpresas.dcu b/Source/ApplicationBase/Empresas/Model/Data/uIDataModuleEmpresas.dcu deleted file mode 100644 index c089432..0000000 Binary files a/Source/ApplicationBase/Empresas/Model/Data/uIDataModuleEmpresas.dcu and /dev/null differ diff --git a/Source/ApplicationBase/Empresas/Model/schEmpresasClient_Intf.dcu b/Source/ApplicationBase/Empresas/Model/schEmpresasClient_Intf.dcu deleted file mode 100644 index 763c094..0000000 Binary files a/Source/ApplicationBase/Empresas/Model/schEmpresasClient_Intf.dcu and /dev/null differ diff --git a/Source/ApplicationBase/Empresas/Model/schEmpresasServer_Intf.dcu b/Source/ApplicationBase/Empresas/Model/schEmpresasServer_Intf.dcu deleted file mode 100644 index 5557432..0000000 Binary files a/Source/ApplicationBase/Empresas/Model/schEmpresasServer_Intf.dcu and /dev/null differ diff --git a/Source/ApplicationBase/Empresas/Model/uBizEmpresas.dcu b/Source/ApplicationBase/Empresas/Model/uBizEmpresas.dcu deleted file mode 100644 index 013f03e..0000000 Binary files a/Source/ApplicationBase/Empresas/Model/uBizEmpresas.dcu and /dev/null differ diff --git a/Source/ApplicationBase/Empresas/Model/uBizEmpresasDatosBancarios.dcu b/Source/ApplicationBase/Empresas/Model/uBizEmpresasDatosBancarios.dcu deleted file mode 100644 index dd257d2..0000000 Binary files a/Source/ApplicationBase/Empresas/Model/uBizEmpresasDatosBancarios.dcu and /dev/null differ diff --git a/Source/ApplicationBase/Empresas/Model/uBizEmpresasServer.dcu b/Source/ApplicationBase/Empresas/Model/uBizEmpresasServer.dcu deleted file mode 100644 index a6d6103..0000000 Binary files a/Source/ApplicationBase/Empresas/Model/uBizEmpresasServer.dcu and /dev/null differ diff --git a/Source/ApplicationBase/Empresas/Servidor/srvEmpresas_Impl.dcu b/Source/ApplicationBase/Empresas/Servidor/srvEmpresas_Impl.dcu deleted file mode 100644 index 761d423..0000000 Binary files a/Source/ApplicationBase/Empresas/Servidor/srvEmpresas_Impl.dcu and /dev/null differ diff --git a/Source/ApplicationBase/Empresas/Views/uEditorDatosBancariosEmpresa.dcu b/Source/ApplicationBase/Empresas/Views/uEditorDatosBancariosEmpresa.dcu deleted file mode 100644 index 727329e..0000000 Binary files a/Source/ApplicationBase/Empresas/Views/uEditorDatosBancariosEmpresa.dcu and /dev/null differ diff --git a/Source/ApplicationBase/Empresas/Views/uEditorEmpresa.dcu b/Source/ApplicationBase/Empresas/Views/uEditorEmpresa.dcu deleted file mode 100644 index 4ca40c6..0000000 Binary files a/Source/ApplicationBase/Empresas/Views/uEditorEmpresa.dcu and /dev/null differ diff --git a/Source/ApplicationBase/Empresas/Views/uEmpresasViewRegister.dcu b/Source/ApplicationBase/Empresas/Views/uEmpresasViewRegister.dcu deleted file mode 100644 index 70a9bcb..0000000 Binary files a/Source/ApplicationBase/Empresas/Views/uEmpresasViewRegister.dcu and /dev/null differ diff --git a/Source/ApplicationBase/Empresas/Views/uViewDatosBancarios.dcu b/Source/ApplicationBase/Empresas/Views/uViewDatosBancarios.dcu deleted file mode 100644 index 5f7dce1..0000000 Binary files a/Source/ApplicationBase/Empresas/Views/uViewDatosBancarios.dcu and /dev/null differ diff --git a/Source/ApplicationBase/Empresas/Views/uViewEmpresa.dcu b/Source/ApplicationBase/Empresas/Views/uViewEmpresa.dcu deleted file mode 100644 index 930b445..0000000 Binary files a/Source/ApplicationBase/Empresas/Views/uViewEmpresa.dcu and /dev/null differ diff --git a/Source/ApplicationBase/ProvinciasPoblaciones/Controller/uProvinciasPoblacionesController.dcu b/Source/ApplicationBase/ProvinciasPoblaciones/Controller/uProvinciasPoblacionesController.dcu deleted file mode 100644 index b15200f..0000000 Binary files a/Source/ApplicationBase/ProvinciasPoblaciones/Controller/uProvinciasPoblacionesController.dcu and /dev/null differ diff --git a/Source/ApplicationBase/ProvinciasPoblaciones/Data/uDataModuleProvinciasPoblaciones.dcu b/Source/ApplicationBase/ProvinciasPoblaciones/Data/uDataModuleProvinciasPoblaciones.dcu deleted file mode 100644 index ec1a913..0000000 Binary files a/Source/ApplicationBase/ProvinciasPoblaciones/Data/uDataModuleProvinciasPoblaciones.dcu and /dev/null differ diff --git a/Source/ApplicationBase/ProvinciasPoblaciones/Servidor/srvProvinciasPoblaciones_Impl.dcu b/Source/ApplicationBase/ProvinciasPoblaciones/Servidor/srvProvinciasPoblaciones_Impl.dcu deleted file mode 100644 index 1b36f8f..0000000 Binary files a/Source/ApplicationBase/ProvinciasPoblaciones/Servidor/srvProvinciasPoblaciones_Impl.dcu and /dev/null differ diff --git a/Source/ApplicationBase/Usuarios/Controller/View/uIEditorLogin.dcu b/Source/ApplicationBase/Usuarios/Controller/View/uIEditorLogin.dcu deleted file mode 100644 index 7a24503..0000000 Binary files a/Source/ApplicationBase/Usuarios/Controller/View/uIEditorLogin.dcu and /dev/null differ diff --git a/Source/ApplicationBase/Usuarios/Controller/View/uIEditorPerfilUsuario.dcu b/Source/ApplicationBase/Usuarios/Controller/View/uIEditorPerfilUsuario.dcu deleted file mode 100644 index a3b0145..0000000 Binary files a/Source/ApplicationBase/Usuarios/Controller/View/uIEditorPerfilUsuario.dcu and /dev/null differ diff --git a/Source/ApplicationBase/Usuarios/Controller/View/uIEditorPerfilesUsuario.dcu b/Source/ApplicationBase/Usuarios/Controller/View/uIEditorPerfilesUsuario.dcu deleted file mode 100644 index d1bfe94..0000000 Binary files a/Source/ApplicationBase/Usuarios/Controller/View/uIEditorPerfilesUsuario.dcu and /dev/null differ diff --git a/Source/ApplicationBase/Usuarios/Controller/View/uIEditorUsuario.dcu b/Source/ApplicationBase/Usuarios/Controller/View/uIEditorUsuario.dcu deleted file mode 100644 index 598cb34..0000000 Binary files a/Source/ApplicationBase/Usuarios/Controller/View/uIEditorUsuario.dcu and /dev/null differ diff --git a/Source/ApplicationBase/Usuarios/Controller/View/uIEditorUsuarios.dcu b/Source/ApplicationBase/Usuarios/Controller/View/uIEditorUsuarios.dcu deleted file mode 100644 index 606e41f..0000000 Binary files a/Source/ApplicationBase/Usuarios/Controller/View/uIEditorUsuarios.dcu and /dev/null differ diff --git a/Source/ApplicationBase/Usuarios/Controller/uUsuariosController.dcu b/Source/ApplicationBase/Usuarios/Controller/uUsuariosController.dcu deleted file mode 100644 index 14a9cd0..0000000 Binary files a/Source/ApplicationBase/Usuarios/Controller/uUsuariosController.dcu and /dev/null differ diff --git a/Source/ApplicationBase/Usuarios/Data/uDataModuleUsuarios.dcu b/Source/ApplicationBase/Usuarios/Data/uDataModuleUsuarios.dcu deleted file mode 100644 index 4e36d9e..0000000 Binary files a/Source/ApplicationBase/Usuarios/Data/uDataModuleUsuarios.dcu and /dev/null differ diff --git a/Source/ApplicationBase/Usuarios/Data/uUCROConn.dcu b/Source/ApplicationBase/Usuarios/Data/uUCROConn.dcu deleted file mode 100644 index 8e5e286..0000000 Binary files a/Source/ApplicationBase/Usuarios/Data/uUCROConn.dcu and /dev/null differ diff --git a/Source/ApplicationBase/Usuarios/Model/Data/uIDataModuleUsuarios.dcu b/Source/ApplicationBase/Usuarios/Model/Data/uIDataModuleUsuarios.dcu deleted file mode 100644 index 893a857..0000000 Binary files a/Source/ApplicationBase/Usuarios/Model/Data/uIDataModuleUsuarios.dcu and /dev/null differ diff --git a/Source/ApplicationBase/Usuarios/Model/schUsuariosClient_Intf.dcu b/Source/ApplicationBase/Usuarios/Model/schUsuariosClient_Intf.dcu deleted file mode 100644 index 629e38a..0000000 Binary files a/Source/ApplicationBase/Usuarios/Model/schUsuariosClient_Intf.dcu and /dev/null differ diff --git a/Source/ApplicationBase/Usuarios/Model/schUsuariosServer_Intf.dcu b/Source/ApplicationBase/Usuarios/Model/schUsuariosServer_Intf.dcu deleted file mode 100644 index 1d977ec..0000000 Binary files a/Source/ApplicationBase/Usuarios/Model/schUsuariosServer_Intf.dcu and /dev/null differ diff --git a/Source/ApplicationBase/Usuarios/Model/uBizUsuarios.dcu b/Source/ApplicationBase/Usuarios/Model/uBizUsuarios.dcu deleted file mode 100644 index a8b0832..0000000 Binary files a/Source/ApplicationBase/Usuarios/Model/uBizUsuarios.dcu and /dev/null differ diff --git a/Source/ApplicationBase/Usuarios/Servidor/srvUsuarios_Impl.dcu b/Source/ApplicationBase/Usuarios/Servidor/srvUsuarios_Impl.dcu deleted file mode 100644 index 72b963d..0000000 Binary files a/Source/ApplicationBase/Usuarios/Servidor/srvUsuarios_Impl.dcu and /dev/null differ diff --git a/Source/ApplicationBase/Usuarios/Views/uEditorCambiarPassword.dcu b/Source/ApplicationBase/Usuarios/Views/uEditorCambiarPassword.dcu deleted file mode 100644 index c953616..0000000 Binary files a/Source/ApplicationBase/Usuarios/Views/uEditorCambiarPassword.dcu and /dev/null differ diff --git a/Source/ApplicationBase/Usuarios/Views/uEditorLogin.dcu b/Source/ApplicationBase/Usuarios/Views/uEditorLogin.dcu deleted file mode 100644 index 137137b..0000000 Binary files a/Source/ApplicationBase/Usuarios/Views/uEditorLogin.dcu and /dev/null differ diff --git a/Source/ApplicationBase/Usuarios/Views/uEditorPerfilUsuario.dcu b/Source/ApplicationBase/Usuarios/Views/uEditorPerfilUsuario.dcu deleted file mode 100644 index 5b92744..0000000 Binary files a/Source/ApplicationBase/Usuarios/Views/uEditorPerfilUsuario.dcu and /dev/null differ diff --git a/Source/ApplicationBase/Usuarios/Views/uEditorPerfilesUsuario.dcu b/Source/ApplicationBase/Usuarios/Views/uEditorPerfilesUsuario.dcu deleted file mode 100644 index f0becf9..0000000 Binary files a/Source/ApplicationBase/Usuarios/Views/uEditorPerfilesUsuario.dcu and /dev/null differ diff --git a/Source/ApplicationBase/Usuarios/Views/uEditorUsuario.dcu b/Source/ApplicationBase/Usuarios/Views/uEditorUsuario.dcu deleted file mode 100644 index 3ab94f2..0000000 Binary files a/Source/ApplicationBase/Usuarios/Views/uEditorUsuario.dcu and /dev/null differ diff --git a/Source/ApplicationBase/Usuarios/Views/uEditorUsuarios.dcu b/Source/ApplicationBase/Usuarios/Views/uEditorUsuarios.dcu deleted file mode 100644 index c0f75cd..0000000 Binary files a/Source/ApplicationBase/Usuarios/Views/uEditorUsuarios.dcu and /dev/null differ diff --git a/Source/ApplicationBase/Usuarios/Views/uUsuariosViewRegister.dcu b/Source/ApplicationBase/Usuarios/Views/uUsuariosViewRegister.dcu deleted file mode 100644 index 0cde864..0000000 Binary files a/Source/ApplicationBase/Usuarios/Views/uUsuariosViewRegister.dcu and /dev/null differ diff --git a/Source/ApplicationBase/Usuarios/Views/uViewPerfilUsuario.dcu b/Source/ApplicationBase/Usuarios/Views/uViewPerfilUsuario.dcu deleted file mode 100644 index 0cb48e9..0000000 Binary files a/Source/ApplicationBase/Usuarios/Views/uViewPerfilUsuario.dcu and /dev/null differ diff --git a/Source/ApplicationBase/Usuarios/Views/uViewPerfilesUsuario.dcu b/Source/ApplicationBase/Usuarios/Views/uViewPerfilesUsuario.dcu deleted file mode 100644 index 213aab3..0000000 Binary files a/Source/ApplicationBase/Usuarios/Views/uViewPerfilesUsuario.dcu and /dev/null differ diff --git a/Source/ApplicationBase/Usuarios/Views/uViewUsuario.dcu b/Source/ApplicationBase/Usuarios/Views/uViewUsuario.dcu deleted file mode 100644 index 9887f40..0000000 Binary files a/Source/ApplicationBase/Usuarios/Views/uViewUsuario.dcu and /dev/null differ diff --git a/Source/ApplicationBase/Usuarios/Views/uViewUsuarios.dcu b/Source/ApplicationBase/Usuarios/Views/uViewUsuarios.dcu deleted file mode 100644 index 3e29da0..0000000 Binary files a/Source/ApplicationBase/Usuarios/Views/uViewUsuarios.dcu and /dev/null differ diff --git a/Source/ApplicationBase/uFactuGES_App.dcu b/Source/ApplicationBase/uFactuGES_App.dcu deleted file mode 100644 index 6da56bb..0000000 Binary files a/Source/ApplicationBase/uFactuGES_App.dcu and /dev/null differ diff --git a/Source/ApplicationBase/uPlugins_Intf.dcu b/Source/ApplicationBase/uPlugins_Intf.dcu deleted file mode 100644 index 789dfb4..0000000 Binary files a/Source/ApplicationBase/uPlugins_Intf.dcu and /dev/null differ diff --git a/Source/ApplicationBase/uUCROConn.dcu b/Source/ApplicationBase/uUCROConn.dcu deleted file mode 100644 index 6797789..0000000 Binary files a/Source/ApplicationBase/uUCROConn.dcu and /dev/null differ diff --git a/Source/ApplicationBase/uUsuariosController.dcu b/Source/ApplicationBase/uUsuariosController.dcu deleted file mode 100644 index d8136b7..0000000 Binary files a/Source/ApplicationBase/uUsuariosController.dcu and /dev/null differ diff --git a/Source/ApplicationBase/uUsuariosViewRegister.dcu b/Source/ApplicationBase/uUsuariosViewRegister.dcu deleted file mode 100644 index c132a53..0000000 Binary files a/Source/ApplicationBase/uUsuariosViewRegister.dcu and /dev/null differ diff --git a/Source/ApplicationBase/uViewDatosBancarios.dcu b/Source/ApplicationBase/uViewDatosBancarios.dcu deleted file mode 100644 index ed2fa0a..0000000 Binary files a/Source/ApplicationBase/uViewDatosBancarios.dcu and /dev/null differ diff --git a/Source/ApplicationBase/uViewEmpresa.dcu b/Source/ApplicationBase/uViewEmpresa.dcu deleted file mode 100644 index a53d504..0000000 Binary files a/Source/ApplicationBase/uViewEmpresa.dcu and /dev/null differ diff --git a/Source/ApplicationBase/uViewPerfilUsuario.dcu b/Source/ApplicationBase/uViewPerfilUsuario.dcu deleted file mode 100644 index 7df9d20..0000000 Binary files a/Source/ApplicationBase/uViewPerfilUsuario.dcu and /dev/null differ diff --git a/Source/ApplicationBase/uViewPerfilesUsuario.dcu b/Source/ApplicationBase/uViewPerfilesUsuario.dcu deleted file mode 100644 index 20068fa..0000000 Binary files a/Source/ApplicationBase/uViewPerfilesUsuario.dcu and /dev/null differ diff --git a/Source/ApplicationBase/uViewUsuario.dcu b/Source/ApplicationBase/uViewUsuario.dcu deleted file mode 100644 index f21d04e..0000000 Binary files a/Source/ApplicationBase/uViewUsuario.dcu and /dev/null differ diff --git a/Source/ApplicationBase/uViewUsuarios.dcu b/Source/ApplicationBase/uViewUsuarios.dcu deleted file mode 100644 index 0c149ea..0000000 Binary files a/Source/ApplicationBase/uViewUsuarios.dcu and /dev/null differ diff --git a/Source/Base/Base.dcu b/Source/Base/Base.dcu deleted file mode 100644 index 9f445b2..0000000 Binary files a/Source/Base/Base.dcu and /dev/null differ diff --git a/Source/Base/ClipboardUtils.dcu b/Source/Base/ClipboardUtils.dcu deleted file mode 100644 index 4dc0021..0000000 Binary files a/Source/Base/ClipboardUtils.dcu and /dev/null differ diff --git a/Source/Base/Conexion/uConfigurarConexion.dcu b/Source/Base/Conexion/uConfigurarConexion.dcu deleted file mode 100644 index cac6fed..0000000 Binary files a/Source/Base/Conexion/uConfigurarConexion.dcu and /dev/null differ diff --git a/Source/Base/Conexion/uDataModuleConexion.dcu b/Source/Base/Conexion/uDataModuleConexion.dcu deleted file mode 100644 index 79fe068..0000000 Binary files a/Source/Base/Conexion/uDataModuleConexion.dcu and /dev/null differ diff --git a/Source/Base/Configuracion/uDataModuleConfiguracion.dcu b/Source/Base/Configuracion/uDataModuleConfiguracion.dcu deleted file mode 100644 index 23101a9..0000000 Binary files a/Source/Base/Configuracion/uDataModuleConfiguracion.dcu and /dev/null differ diff --git a/Source/Base/Controladores/uControllerBase.dcu b/Source/Base/Controladores/uControllerBase.dcu deleted file mode 100644 index 8b63251..0000000 Binary files a/Source/Base/Controladores/uControllerBase.dcu and /dev/null differ diff --git a/Source/Base/Controladores/uControllerDetallesBase.dcu b/Source/Base/Controladores/uControllerDetallesBase.dcu deleted file mode 100644 index 29f0f4e..0000000 Binary files a/Source/Base/Controladores/uControllerDetallesBase.dcu and /dev/null differ diff --git a/Source/Base/Ctltortf.dcu b/Source/Base/Ctltortf.dcu deleted file mode 100644 index d63c4f3..0000000 Binary files a/Source/Base/Ctltortf.dcu and /dev/null differ diff --git a/Source/Base/FactuGES_Intf.dcu b/Source/Base/FactuGES_Intf.dcu deleted file mode 100644 index 7312058..0000000 Binary files a/Source/Base/FactuGES_Intf.dcu and /dev/null differ diff --git a/Source/Base/MidasSpeedFix.dcu b/Source/Base/MidasSpeedFix.dcu deleted file mode 100644 index 64d1406..0000000 Binary files a/Source/Base/MidasSpeedFix.dcu and /dev/null differ diff --git a/Source/Base/Utiles/ClassRegistry/uClassRegistryUtils.dcu b/Source/Base/Utiles/ClassRegistry/uClassRegistryUtils.dcu deleted file mode 100644 index 9576483..0000000 Binary files a/Source/Base/Utiles/ClassRegistry/uClassRegistryUtils.dcu and /dev/null differ diff --git a/Source/Base/Utiles/ClassRegistry/uEditorRegistryUtils.dcu b/Source/Base/Utiles/ClassRegistry/uEditorRegistryUtils.dcu deleted file mode 100644 index 66b67f0..0000000 Binary files a/Source/Base/Utiles/ClassRegistry/uEditorRegistryUtils.dcu and /dev/null differ diff --git a/Source/Base/Utiles/ClassRegistry/uInformeRegistryUtils.dcu b/Source/Base/Utiles/ClassRegistry/uInformeRegistryUtils.dcu deleted file mode 100644 index 88ad0fb..0000000 Binary files a/Source/Base/Utiles/ClassRegistry/uInformeRegistryUtils.dcu and /dev/null differ diff --git a/Source/Base/Utiles/ClassRegistry/uViewRegistryUtils.dcu b/Source/Base/Utiles/ClassRegistry/uViewRegistryUtils.dcu deleted file mode 100644 index 200cb92..0000000 Binary files a/Source/Base/Utiles/ClassRegistry/uViewRegistryUtils.dcu and /dev/null differ diff --git a/Source/Base/Utiles/ClipboardUtils.dcu b/Source/Base/Utiles/ClipboardUtils.dcu deleted file mode 100644 index c1f2c80..0000000 Binary files a/Source/Base/Utiles/ClipboardUtils.dcu and /dev/null differ diff --git a/Source/Base/Utiles/Ctltortf.dcu b/Source/Base/Utiles/Ctltortf.dcu deleted file mode 100644 index 7862682..0000000 Binary files a/Source/Base/Utiles/Ctltortf.dcu and /dev/null differ diff --git a/Source/Base/Utiles/MidasSpeedFix.dcu b/Source/Base/Utiles/MidasSpeedFix.dcu deleted file mode 100644 index f7449fb..0000000 Binary files a/Source/Base/Utiles/MidasSpeedFix.dcu and /dev/null differ diff --git a/Source/Base/Utiles/uAppInfoUtils.dcu b/Source/Base/Utiles/uAppInfoUtils.dcu deleted file mode 100644 index 3095c3b..0000000 Binary files a/Source/Base/Utiles/uAppInfoUtils.dcu and /dev/null differ diff --git a/Source/Base/Utiles/uCalculosUtils.dcu b/Source/Base/Utiles/uCalculosUtils.dcu deleted file mode 100644 index be3cd50..0000000 Binary files a/Source/Base/Utiles/uCalculosUtils.dcu and /dev/null differ diff --git a/Source/Base/Utiles/uDBSelectionListUtils.dcu b/Source/Base/Utiles/uDBSelectionListUtils.dcu deleted file mode 100644 index 121c33f..0000000 Binary files a/Source/Base/Utiles/uDBSelectionListUtils.dcu and /dev/null differ diff --git a/Source/Base/Utiles/uDataTableUtils.dcu b/Source/Base/Utiles/uDataTableUtils.dcu deleted file mode 100644 index 1eb8fc8..0000000 Binary files a/Source/Base/Utiles/uDataTableUtils.dcu and /dev/null differ diff --git a/Source/Base/Utiles/uDateUtils.dcu b/Source/Base/Utiles/uDateUtils.dcu deleted file mode 100644 index 2005273..0000000 Binary files a/Source/Base/Utiles/uDateUtils.dcu and /dev/null differ diff --git a/Source/Base/Utiles/uDialogUtils.dcu b/Source/Base/Utiles/uDialogUtils.dcu deleted file mode 100644 index ef9fadc..0000000 Binary files a/Source/Base/Utiles/uDialogUtils.dcu and /dev/null differ diff --git a/Source/Base/Utiles/uEMailUtils.dcu b/Source/Base/Utiles/uEMailUtils.dcu deleted file mode 100644 index 0c7179b..0000000 Binary files a/Source/Base/Utiles/uEMailUtils.dcu and /dev/null differ diff --git a/Source/Base/Utiles/uGridClipboardUtils.dcu b/Source/Base/Utiles/uGridClipboardUtils.dcu deleted file mode 100644 index e7ef65b..0000000 Binary files a/Source/Base/Utiles/uGridClipboardUtils.dcu and /dev/null differ diff --git a/Source/Base/Utiles/uGridStatusUtils.dcu b/Source/Base/Utiles/uGridStatusUtils.dcu deleted file mode 100644 index 2019fcf..0000000 Binary files a/Source/Base/Utiles/uGridStatusUtils.dcu and /dev/null differ diff --git a/Source/Base/Utiles/uInfoProjectUtils.dcu b/Source/Base/Utiles/uInfoProjectUtils.dcu deleted file mode 100644 index bfb8df3..0000000 Binary files a/Source/Base/Utiles/uInfoProjectUtils.dcu and /dev/null differ diff --git a/Source/Base/Utiles/uIntegerListUtils.dcu b/Source/Base/Utiles/uIntegerListUtils.dcu deleted file mode 100644 index 8c979f1..0000000 Binary files a/Source/Base/Utiles/uIntegerListUtils.dcu and /dev/null differ diff --git a/Source/Base/Utiles/uMD5.dcu b/Source/Base/Utiles/uMD5.dcu deleted file mode 100644 index f92c3fd..0000000 Binary files a/Source/Base/Utiles/uMD5.dcu and /dev/null differ diff --git a/Source/Base/Utiles/uNumUtils.dcu b/Source/Base/Utiles/uNumUtils.dcu deleted file mode 100644 index f36dd96..0000000 Binary files a/Source/Base/Utiles/uNumUtils.dcu and /dev/null differ diff --git a/Source/Base/Utiles/uPasswordUtils.dcu b/Source/Base/Utiles/uPasswordUtils.dcu deleted file mode 100644 index 98befc7..0000000 Binary files a/Source/Base/Utiles/uPasswordUtils.dcu and /dev/null differ diff --git a/Source/Base/Utiles/uRTFUtils.dcu b/Source/Base/Utiles/uRTFUtils.dcu deleted file mode 100644 index f57d0c1..0000000 Binary files a/Source/Base/Utiles/uRTFUtils.dcu and /dev/null differ diff --git a/Source/Base/Utiles/uReferenciasUtils.dcu b/Source/Base/Utiles/uReferenciasUtils.dcu deleted file mode 100644 index 5755250..0000000 Binary files a/Source/Base/Utiles/uReferenciasUtils.dcu and /dev/null differ diff --git a/Source/Base/Utiles/uSaveClipboard.dcu b/Source/Base/Utiles/uSaveClipboard.dcu deleted file mode 100644 index 1a82992..0000000 Binary files a/Source/Base/Utiles/uSaveClipboard.dcu and /dev/null differ diff --git a/Source/Base/Utiles/uSistemaFunc.dcu b/Source/Base/Utiles/uSistemaFunc.dcu deleted file mode 100644 index 68a0c6d..0000000 Binary files a/Source/Base/Utiles/uSistemaFunc.dcu and /dev/null differ diff --git a/Source/Base/Utiles/uStringsUtils.dcu b/Source/Base/Utiles/uStringsUtils.dcu deleted file mode 100644 index 5a370a5..0000000 Binary files a/Source/Base/Utiles/uStringsUtils.dcu and /dev/null differ diff --git a/Source/Base/schBase_Intf.dcu b/Source/Base/schBase_Intf.dcu deleted file mode 100644 index eaf1bbd..0000000 Binary files a/Source/Base/schBase_Intf.dcu and /dev/null differ diff --git a/Source/Base/uAppInfoUtils.dcu b/Source/Base/uAppInfoUtils.dcu deleted file mode 100644 index 6b4a8ca..0000000 Binary files a/Source/Base/uAppInfoUtils.dcu and /dev/null differ diff --git a/Source/Base/uCalculosUtils.dcu b/Source/Base/uCalculosUtils.dcu deleted file mode 100644 index fa40d75..0000000 Binary files a/Source/Base/uCalculosUtils.dcu and /dev/null differ diff --git a/Source/Base/uClassRegistryUtils.dcu b/Source/Base/uClassRegistryUtils.dcu deleted file mode 100644 index 72bf823..0000000 Binary files a/Source/Base/uClassRegistryUtils.dcu and /dev/null differ diff --git a/Source/Base/uConfigurarConexion.dcu b/Source/Base/uConfigurarConexion.dcu deleted file mode 100644 index 670f2a0..0000000 Binary files a/Source/Base/uConfigurarConexion.dcu and /dev/null differ diff --git a/Source/Base/uControllerBase.dcu b/Source/Base/uControllerBase.dcu deleted file mode 100644 index d4bcf1a..0000000 Binary files a/Source/Base/uControllerBase.dcu and /dev/null differ diff --git a/Source/Base/uControllerDetallesBase.dcu b/Source/Base/uControllerDetallesBase.dcu deleted file mode 100644 index 540ae5f..0000000 Binary files a/Source/Base/uControllerDetallesBase.dcu and /dev/null differ diff --git a/Source/Base/uDBSelectionListUtils.dcu b/Source/Base/uDBSelectionListUtils.dcu deleted file mode 100644 index 94d3b82..0000000 Binary files a/Source/Base/uDBSelectionListUtils.dcu and /dev/null differ diff --git a/Source/Base/uDMBase.dcu b/Source/Base/uDMBase.dcu deleted file mode 100644 index 6637fff..0000000 Binary files a/Source/Base/uDMBase.dcu and /dev/null differ diff --git a/Source/Base/uDataModuleBase.dcu b/Source/Base/uDataModuleBase.dcu deleted file mode 100644 index 04ede75..0000000 Binary files a/Source/Base/uDataModuleBase.dcu and /dev/null differ diff --git a/Source/Base/uDataModuleConexion.dcu b/Source/Base/uDataModuleConexion.dcu deleted file mode 100644 index 51a8599..0000000 Binary files a/Source/Base/uDataModuleConexion.dcu and /dev/null differ diff --git a/Source/Base/uDataModuleConfiguracion.dcu b/Source/Base/uDataModuleConfiguracion.dcu deleted file mode 100644 index 5969398..0000000 Binary files a/Source/Base/uDataModuleConfiguracion.dcu and /dev/null differ diff --git a/Source/Base/uDataTableUtils.dcu b/Source/Base/uDataTableUtils.dcu deleted file mode 100644 index 92e0836..0000000 Binary files a/Source/Base/uDataTableUtils.dcu and /dev/null differ diff --git a/Source/Base/uDateUtils.dcu b/Source/Base/uDateUtils.dcu deleted file mode 100644 index f9d208c..0000000 Binary files a/Source/Base/uDateUtils.dcu and /dev/null differ diff --git a/Source/Base/uDialogUtils.dcu b/Source/Base/uDialogUtils.dcu deleted file mode 100644 index c32656d..0000000 Binary files a/Source/Base/uDialogUtils.dcu and /dev/null differ diff --git a/Source/Base/uEMailUtils.dcu b/Source/Base/uEMailUtils.dcu deleted file mode 100644 index c42923b..0000000 Binary files a/Source/Base/uEMailUtils.dcu and /dev/null differ diff --git a/Source/Base/uEditorRegistryUtils.dcu b/Source/Base/uEditorRegistryUtils.dcu deleted file mode 100644 index 306a83a..0000000 Binary files a/Source/Base/uEditorRegistryUtils.dcu and /dev/null differ diff --git a/Source/Base/uGridClipboardUtils.dcu b/Source/Base/uGridClipboardUtils.dcu deleted file mode 100644 index 8d81945..0000000 Binary files a/Source/Base/uGridClipboardUtils.dcu and /dev/null differ diff --git a/Source/Base/uGridStatusUtils.dcu b/Source/Base/uGridStatusUtils.dcu deleted file mode 100644 index 792ba67..0000000 Binary files a/Source/Base/uGridStatusUtils.dcu and /dev/null differ diff --git a/Source/Base/uInfoProjectUtils.dcu b/Source/Base/uInfoProjectUtils.dcu deleted file mode 100644 index 74d35c9..0000000 Binary files a/Source/Base/uInfoProjectUtils.dcu and /dev/null differ diff --git a/Source/Base/uInformeRegistryUtils.dcu b/Source/Base/uInformeRegistryUtils.dcu deleted file mode 100644 index cb871e4..0000000 Binary files a/Source/Base/uInformeRegistryUtils.dcu and /dev/null differ diff --git a/Source/Base/uIntegerListUtils.dcu b/Source/Base/uIntegerListUtils.dcu deleted file mode 100644 index 0a5eb21..0000000 Binary files a/Source/Base/uIntegerListUtils.dcu and /dev/null differ diff --git a/Source/Base/uMD5.dcu b/Source/Base/uMD5.dcu deleted file mode 100644 index f1e83b1..0000000 Binary files a/Source/Base/uMD5.dcu and /dev/null differ diff --git a/Source/Base/uNumUtils.dcu b/Source/Base/uNumUtils.dcu deleted file mode 100644 index b6f8a3d..0000000 Binary files a/Source/Base/uNumUtils.dcu and /dev/null differ diff --git a/Source/Base/uPasswordUtils.dcu b/Source/Base/uPasswordUtils.dcu deleted file mode 100644 index d8ba8cb..0000000 Binary files a/Source/Base/uPasswordUtils.dcu and /dev/null differ diff --git a/Source/Base/uRTFUtils.dcu b/Source/Base/uRTFUtils.dcu deleted file mode 100644 index 2bcdcce..0000000 Binary files a/Source/Base/uRTFUtils.dcu and /dev/null differ diff --git a/Source/Base/uReferenciasUtils.dcu b/Source/Base/uReferenciasUtils.dcu deleted file mode 100644 index 620903e..0000000 Binary files a/Source/Base/uReferenciasUtils.dcu and /dev/null differ diff --git a/Source/Base/uSaveClipboard.dcu b/Source/Base/uSaveClipboard.dcu deleted file mode 100644 index 478e5a1..0000000 Binary files a/Source/Base/uSaveClipboard.dcu and /dev/null differ diff --git a/Source/Base/uSistemaFunc.dcu b/Source/Base/uSistemaFunc.dcu deleted file mode 100644 index 9ba921a..0000000 Binary files a/Source/Base/uSistemaFunc.dcu and /dev/null differ diff --git a/Source/Base/uStringsUtils.dcu b/Source/Base/uStringsUtils.dcu deleted file mode 100644 index 8e88d95..0000000 Binary files a/Source/Base/uStringsUtils.dcu and /dev/null differ diff --git a/Source/Base/uViewRegistryUtils.dcu b/Source/Base/uViewRegistryUtils.dcu deleted file mode 100644 index 116d5c8..0000000 Binary files a/Source/Base/uViewRegistryUtils.dcu and /dev/null differ diff --git a/Source/Cliente/FactuGES.drc b/Source/Cliente/FactuGES.drc deleted file mode 100644 index 855de35..0000000 --- a/Source/Cliente/FactuGES.drc +++ /dev/null @@ -1,21 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - -/* c:\archivos de programa\codegear\rad studio\5.0\lib\WindowsXP.res */ -/* C:\Codigo\Lib\JVCL\JvXPCore.res */ -/* C:\Codigo\Source\Cliente\uSplash.dfm */ -/* C:\Codigo\Source\Cliente\uAcercaDe.dfm */ -/* C:\Codigo\Source\Cliente\uPantallaPrincipal.dfm */ -/* C:\Codigo\Source\Cliente\FactuGES.res */ -/* C:\Codigo\Source\Cliente\FactuGES.drf */ diff --git a/Source/Cliente/VCLFixPack.dcu b/Source/Cliente/VCLFixPack.dcu deleted file mode 100644 index 167d912..0000000 Binary files a/Source/Cliente/VCLFixPack.dcu and /dev/null differ diff --git a/Source/Cliente/uAcercaDe.dcu b/Source/Cliente/uAcercaDe.dcu deleted file mode 100644 index f92dad4..0000000 Binary files a/Source/Cliente/uAcercaDe.dcu and /dev/null differ diff --git a/Source/Cliente/uBootStrap.dcu b/Source/Cliente/uBootStrap.dcu deleted file mode 100644 index ccd61ca..0000000 Binary files a/Source/Cliente/uBootStrap.dcu and /dev/null differ diff --git a/Source/Cliente/uClienteUtils.dcu b/Source/Cliente/uClienteUtils.dcu deleted file mode 100644 index 11b1f9d..0000000 Binary files a/Source/Cliente/uClienteUtils.dcu and /dev/null differ diff --git a/Source/Cliente/uMainMenuController.dcu b/Source/Cliente/uMainMenuController.dcu deleted file mode 100644 index 744ac41..0000000 Binary files a/Source/Cliente/uMainMenuController.dcu and /dev/null differ diff --git a/Source/Cliente/uMenuUtils.dcu b/Source/Cliente/uMenuUtils.dcu deleted file mode 100644 index bc3a345..0000000 Binary files a/Source/Cliente/uMenuUtils.dcu and /dev/null differ diff --git a/Source/Cliente/uNavPaneController.dcu b/Source/Cliente/uNavPaneController.dcu deleted file mode 100644 index 09e75c5..0000000 Binary files a/Source/Cliente/uNavPaneController.dcu and /dev/null differ diff --git a/Source/Cliente/uNavPaneUtils.dcu b/Source/Cliente/uNavPaneUtils.dcu deleted file mode 100644 index be775ff..0000000 Binary files a/Source/Cliente/uNavPaneUtils.dcu and /dev/null differ diff --git a/Source/Cliente/uPantallaPrincipal.dcu b/Source/Cliente/uPantallaPrincipal.dcu deleted file mode 100644 index 4faf8db..0000000 Binary files a/Source/Cliente/uPantallaPrincipal.dcu and /dev/null differ diff --git a/Source/Cliente/uSplash.dcu b/Source/Cliente/uSplash.dcu deleted file mode 100644 index 6f90343..0000000 Binary files a/Source/Cliente/uSplash.dcu and /dev/null differ diff --git a/Source/GUIBase/GUIBase.dcu b/Source/GUIBase/GUIBase.dcu deleted file mode 100644 index f7a8de2..0000000 Binary files a/Source/GUIBase/GUIBase.dcu and /dev/null differ diff --git a/Source/GUIBase/GUIBase.drc b/Source/GUIBase/GUIBase.drc deleted file mode 100644 index f0c9264..0000000 --- a/Source/GUIBase/GUIBase.drc +++ /dev/null @@ -1,42 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -STRINGTABLE -BEGIN -END - -/* C:\Codigo\Source\GUIBase\uViewBase.dfm */ -/* C:\Codigo\Source\GUIBase\uEditorBase.dfm */ -/* C:\Codigo\Source\GUIBase\uViewFiltroBase.dfm */ -/* C:\Codigo\Source\GUIBase\uViewGridBase.dfm */ -/* C:\Codigo\Source\GUIBase\uEditorItem.dfm */ -/* C:\Codigo\Source\GUIBase\uEditorDBBase.dfm */ -/* C:\Codigo\Source\GUIBase\uEditorGridBase.dfm */ -/* C:\Codigo\Source\GUIBase\uViewPreview.dfm */ -/* C:\Codigo\Source\GUIBase\uEditorPreview.dfm */ -/* C:\Codigo\Source\GUIBase\uEditorDBItem.dfm */ -/* C:\Codigo\Source\GUIBase\uViewBarraSeleccion.dfm */ -/* C:\Codigo\Source\GUIBase\uViewFormaPago.dfm */ -/* C:\Codigo\Source\GUIBase\uViewObservaciones.dfm */ -/* C:\Codigo\Source\GUIBase\uViewTotales.dfm */ -/* C:\Codigo\Source\GUIBase\uViewDetallesBase.dfm */ -/* C:\Codigo\Source\GUIBase\uViewIncidencias.dfm */ -/* C:\Codigo\Source\GUIBase\uViewDetallesDTO.dfm */ -/* C:\Codigo\Source\GUIBase\uViewDetallesGenerico.dfm */ -/* C:\Codigo\Source\GUIBase\uViewGrid2Niveles.dfm */ -/* C:\Codigo\Source\GUIBase\uEditorBasico.dfm */ -/* C:\Codigo\Source\GUIBase\uDialogBase.dfm */ -/* C:\Codigo\Source\GUIBase\uViewGrid.dfm */ -/* C:\Codigo\Source\GUIBase\uViewRichEditor.dfm */ -/* C:\Codigo\Source\GUIBase\uDialogElegirEMail.dfm */ -/* C:\Codigo\Source\GUIBase\uViewDocumentos.dfm */ -/* C:\Codigo\Source\GUIBase\uDialogListaEnvioEMail.dfm */ -/* C:\Codigo\Source\GUIBase\GUIBase.res */ -/* c:\temp\dtf575.tmp */ diff --git a/Source/GUIBase/uDialogBase.dcu b/Source/GUIBase/uDialogBase.dcu deleted file mode 100644 index 77ecd8c..0000000 Binary files a/Source/GUIBase/uDialogBase.dcu and /dev/null differ diff --git a/Source/GUIBase/uDialogElegirEMail.dcu b/Source/GUIBase/uDialogElegirEMail.dcu deleted file mode 100644 index 9a8a60f..0000000 Binary files a/Source/GUIBase/uDialogElegirEMail.dcu and /dev/null differ diff --git a/Source/GUIBase/uDialogListaEnvioEMail.dcu b/Source/GUIBase/uDialogListaEnvioEMail.dcu deleted file mode 100644 index 136078b..0000000 Binary files a/Source/GUIBase/uDialogListaEnvioEMail.dcu and /dev/null differ diff --git a/Source/GUIBase/uEditorBase.dcu b/Source/GUIBase/uEditorBase.dcu deleted file mode 100644 index e4e7fbe..0000000 Binary files a/Source/GUIBase/uEditorBase.dcu and /dev/null differ diff --git a/Source/GUIBase/uEditorBasico.dcu b/Source/GUIBase/uEditorBasico.dcu deleted file mode 100644 index 4d90c44..0000000 Binary files a/Source/GUIBase/uEditorBasico.dcu and /dev/null differ diff --git a/Source/GUIBase/uEditorDBBase.dcu b/Source/GUIBase/uEditorDBBase.dcu deleted file mode 100644 index d35a4f6..0000000 Binary files a/Source/GUIBase/uEditorDBBase.dcu and /dev/null differ diff --git a/Source/GUIBase/uEditorDBItem.dcu b/Source/GUIBase/uEditorDBItem.dcu deleted file mode 100644 index feccb7e..0000000 Binary files a/Source/GUIBase/uEditorDBItem.dcu and /dev/null differ diff --git a/Source/GUIBase/uEditorGridBase.dcu b/Source/GUIBase/uEditorGridBase.dcu deleted file mode 100644 index fe010d6..0000000 Binary files a/Source/GUIBase/uEditorGridBase.dcu and /dev/null differ diff --git a/Source/GUIBase/uEditorItem.dcu b/Source/GUIBase/uEditorItem.dcu deleted file mode 100644 index c247456..0000000 Binary files a/Source/GUIBase/uEditorItem.dcu and /dev/null differ diff --git a/Source/GUIBase/uEditorPreview.dcu b/Source/GUIBase/uEditorPreview.dcu deleted file mode 100644 index 7f08951..0000000 Binary files a/Source/GUIBase/uEditorPreview.dcu and /dev/null differ diff --git a/Source/GUIBase/uViewBarraSeleccion.dcu b/Source/GUIBase/uViewBarraSeleccion.dcu deleted file mode 100644 index e43f010..0000000 Binary files a/Source/GUIBase/uViewBarraSeleccion.dcu and /dev/null differ diff --git a/Source/GUIBase/uViewBase.dcu b/Source/GUIBase/uViewBase.dcu deleted file mode 100644 index 6de39aa..0000000 Binary files a/Source/GUIBase/uViewBase.dcu and /dev/null differ diff --git a/Source/GUIBase/uViewDetallesBase.dcu b/Source/GUIBase/uViewDetallesBase.dcu deleted file mode 100644 index 27d1aad..0000000 Binary files a/Source/GUIBase/uViewDetallesBase.dcu and /dev/null differ diff --git a/Source/GUIBase/uViewDetallesDTO.dcu b/Source/GUIBase/uViewDetallesDTO.dcu deleted file mode 100644 index 46195a8..0000000 Binary files a/Source/GUIBase/uViewDetallesDTO.dcu and /dev/null differ diff --git a/Source/GUIBase/uViewDetallesGenerico.dcu b/Source/GUIBase/uViewDetallesGenerico.dcu deleted file mode 100644 index 22a7b74..0000000 Binary files a/Source/GUIBase/uViewDetallesGenerico.dcu and /dev/null differ diff --git a/Source/GUIBase/uViewDocumentos.dcu b/Source/GUIBase/uViewDocumentos.dcu deleted file mode 100644 index dbfd354..0000000 Binary files a/Source/GUIBase/uViewDocumentos.dcu and /dev/null differ diff --git a/Source/GUIBase/uViewFiltroBase.dcu b/Source/GUIBase/uViewFiltroBase.dcu deleted file mode 100644 index c209701..0000000 Binary files a/Source/GUIBase/uViewFiltroBase.dcu and /dev/null differ diff --git a/Source/GUIBase/uViewFormaPago.dcu b/Source/GUIBase/uViewFormaPago.dcu deleted file mode 100644 index 0aefa2d..0000000 Binary files a/Source/GUIBase/uViewFormaPago.dcu and /dev/null differ diff --git a/Source/GUIBase/uViewGrid.dcu b/Source/GUIBase/uViewGrid.dcu deleted file mode 100644 index f864398..0000000 Binary files a/Source/GUIBase/uViewGrid.dcu and /dev/null differ diff --git a/Source/GUIBase/uViewGrid2Niveles.dcu b/Source/GUIBase/uViewGrid2Niveles.dcu deleted file mode 100644 index 690865c..0000000 Binary files a/Source/GUIBase/uViewGrid2Niveles.dcu and /dev/null differ diff --git a/Source/GUIBase/uViewGridBase.dcu b/Source/GUIBase/uViewGridBase.dcu deleted file mode 100644 index 99a2e90..0000000 Binary files a/Source/GUIBase/uViewGridBase.dcu and /dev/null differ diff --git a/Source/GUIBase/uViewIncidencias.dcu b/Source/GUIBase/uViewIncidencias.dcu deleted file mode 100644 index d51f894..0000000 Binary files a/Source/GUIBase/uViewIncidencias.dcu and /dev/null differ diff --git a/Source/GUIBase/uViewObservaciones.dcu b/Source/GUIBase/uViewObservaciones.dcu deleted file mode 100644 index 60dd306..0000000 Binary files a/Source/GUIBase/uViewObservaciones.dcu and /dev/null differ diff --git a/Source/GUIBase/uViewPreview.dcu b/Source/GUIBase/uViewPreview.dcu deleted file mode 100644 index ed25231..0000000 Binary files a/Source/GUIBase/uViewPreview.dcu and /dev/null differ diff --git a/Source/GUIBase/uViewRichEditor.dcu b/Source/GUIBase/uViewRichEditor.dcu deleted file mode 100644 index 205c4df..0000000 Binary files a/Source/GUIBase/uViewRichEditor.dcu and /dev/null differ diff --git a/Source/GUIBase/uViewTotales.dcu b/Source/GUIBase/uViewTotales.dcu deleted file mode 100644 index 8375a80..0000000 Binary files a/Source/GUIBase/uViewTotales.dcu and /dev/null differ diff --git a/Source/Lib/ApplicationBase.dcp b/Source/Lib/ApplicationBase.dcp deleted file mode 100644 index d3e1b3a..0000000 Binary files a/Source/Lib/ApplicationBase.dcp and /dev/null differ diff --git a/Source/Lib/Base.dcp b/Source/Lib/Base.dcp deleted file mode 100644 index 5f73858..0000000 Binary files a/Source/Lib/Base.dcp and /dev/null differ diff --git a/Source/Lib/GUIBase.dcp b/Source/Lib/GUIBase.dcp deleted file mode 100644 index 5914b1d..0000000 Binary files a/Source/Lib/GUIBase.dcp and /dev/null differ diff --git a/Source/Modulos/Albaranes de cliente/Reports/uRptAlbaranesCliente_Server.dfm.bak b/Source/Modulos/Albaranes de cliente/Reports/uRptAlbaranesCliente_Server.dfm.bak deleted file mode 100644 index 227cc64..0000000 --- a/Source/Modulos/Albaranes de cliente/Reports/uRptAlbaranesCliente_Server.dfm.bak +++ /dev/null @@ -1,979 +0,0 @@ -object RptAlbaranesCliente: TRptAlbaranesCliente - OldCreateOrder = True - OnCreate = DataModuleCreate - OnDestroy = DataModuleDestroy - Height = 471 - Width = 448 - object DADSCabecera: TDADataSource - DataSet = tbl_Cabecera.Dataset - DataTable = tbl_Cabecera - Left = 264 - Top = 72 - end - object DADSDetalles: TDADataSource - DataSet = tbl_Detalles.Dataset - DataTable = tbl_Detalles - Left = 344 - Top = 72 - end - object frxRichObject1: TfrxRichObject - Left = 280 - Top = 360 - end - object frxBarCodeObject1: TfrxBarCodeObject - Left = 344 - Top = 360 - end - object frxOLEObject1: TfrxOLEObject - Left = 280 - Top = 408 - end - object frxCrossObject1: TfrxCrossObject - Left = 344 - Top = 408 - end - object frxCheckBoxObject1: TfrxCheckBoxObject - Left = 280 - Top = 256 - end - object frxGradientObject1: TfrxGradientObject - Left = 344 - Top = 256 - end - object frxChartObject1: TfrxChartObject - Left = 280 - Top = 304 - end - object schReport: TDASchema - ConnectionManager = dmServer.ConnectionManager - Datasets = < - item - Params = < - item - Name = 'ID' - DataType = datInteger - Value = '11' - ParamType = daptInput - end> - Statements = < - item - Connection = 'IBX' - SQL = - 'SELECT'#10' V_ALBARANES_CLIENTE.ID, V_ALBARANES_CLIENTE.ID_EMPRESA,' + - #10' V_ALBARANES_CLIENTE.ID_CLIENTE,'#10' V_ALBARANES_CLIENTE.FECHA_A' + - 'LBARAN,'#10' V_ALBARANES_CLIENTE.REFERENCIA,'#10' V_ALBARANES_CLIENTE.' + - 'REFERENCIA_CLIENTE,'#10' V_ALBARANES_CLIENTE.ID_PEDIDO,'#10' V_ALBARAN' + - 'ES_CLIENTE.REF_PEDIDO,'#10' V_ALBARANES_CLIENTE.OBSERVACIONES,'#10' V_' + - 'ALBARANES_CLIENTE.IMPORTE_TOTAL,'#10' CONTACTOS.NIF_CIF, CONTACTOS.' + - 'NOMBRE,'#10' V_ALBARANES_CLIENTE.PERSONA_CONTACTO,'#10' COALESCE(CONTA' + - 'CTOS_DIRECCIONES.CALLE, CONTACTOS.CALLE) AS CALLE,'#10' COALESCE(CO' + - 'NTACTOS_DIRECCIONES.POBLACION, CONTACTOS.POBLACION) AS POBLACION' + - ','#10' COALESCE(CONTACTOS_DIRECCIONES.PROVINCIA, CONTACTOS.PROVINCI' + - 'A) AS PROVINCIA,'#10' COALESCE(CONTACTOS_DIRECCIONES.CODIGO_POSTAL,' + - ' CONTACTOS.CODIGO_POSTAL) AS CODIGO_POSTAL'#10'FROM'#10' V_ALBARANES_CL' + - 'IENTE'#10' INNER JOIN CONTACTOS ON (CONTACTOS.ID = V_ALBARANES_CLIE' + - 'NTE.ID_CLIENTE)'#10' LEFT OUTER JOIN CONTACTOS_DIRECCIONES ON (CONT' + - 'ACTOS_DIRECCIONES.ID = V_ALBARANES_CLIENTE.ID_DIRECCION)'#10'WHERE V' + - '_ALBARANES_CLIENTE.ID = :ID'#10#10 - StatementType = stSQL - ColumnMappings = < - item - DatasetField = 'OBSERVACIONES' - TableField = 'OBSERVACIONES' - end - item - DatasetField = 'NOMBRE' - TableField = 'NOMBRE' - end - item - DatasetField = 'CALLE' - TableField = 'CALLE' - end - item - DatasetField = 'POBLACION' - TableField = 'POBLACION' - end - item - DatasetField = 'REFERENCIA' - TableField = 'REFERENCIA' - end - item - DatasetField = 'ID' - TableField = 'ID' - end - item - DatasetField = 'ID_EMPRESA' - TableField = 'ID_EMPRESA' - end - item - DatasetField = 'CODIGO_POSTAL' - TableField = 'CODIGO_POSTAL' - end - item - DatasetField = 'PROVINCIA' - TableField = 'PROVINCIA' - end - item - DatasetField = 'PERSONA_CONTACTO' - TableField = 'PERSONA_CONTACTO' - end - item - DatasetField = 'ID_CLIENTE' - TableField = 'ID_CLIENTE' - end - item - DatasetField = 'FECHA_ALBARAN' - TableField = 'FECHA_ALBARAN' - end - item - DatasetField = 'ID_PEDIDO' - TableField = 'ID_PEDIDO' - end - item - DatasetField = 'REF_PEDIDO' - TableField = 'REF_PEDIDO' - end - item - DatasetField = 'IMPORTE_TOTAL' - TableField = 'IMPORTE_TOTAL' - end - item - DatasetField = 'REFERENCIA_CLIENTE' - TableField = 'REFERENCIA_CLIENTE' - end - item - DatasetField = 'NIF_CIF' - TableField = 'NIF_CIF' - end> - end> - Name = 'Informe_Cabecera' - Fields = < - item - Name = 'ID' - DataType = datInteger - end - item - Name = 'ID_EMPRESA' - DataType = datInteger - end - item - Name = 'ID_CLIENTE' - DataType = datInteger - end - item - Name = 'FECHA_ALBARAN' - DataType = datDateTime - end - item - Name = 'REFERENCIA' - DataType = datString - Size = 255 - end - item - Name = 'REFERENCIA_CLIENTE' - DataType = datString - Size = 255 - end - item - Name = 'ID_PEDIDO' - DataType = datInteger - end - item - Name = 'REF_PEDIDO' - DataType = datString - Size = 255 - end - item - Name = 'OBSERVACIONES' - DataType = datMemo - end - item - Name = 'IMPORTE_TOTAL' - DataType = datCurrency - end - item - Name = 'NIF_CIF' - DataType = datString - Size = 15 - end - item - Name = 'NOMBRE' - DataType = datString - Size = 255 - end - item - Name = 'PERSONA_CONTACTO' - DataType = datString - Size = 255 - end - item - Name = 'CALLE' - DataType = datString - Size = 255 - end - item - Name = 'POBLACION' - DataType = datString - Size = 255 - end - item - Name = 'PROVINCIA' - DataType = datString - Size = 255 - end - item - Name = 'CODIGO_POSTAL' - DataType = datString - Size = 10 - end> - end - item - Params = < - item - Name = 'ID_ALBARAN' - DataType = datInteger - Value = '11' - ParamType = daptInput - end> - Statements = < - item - Connection = 'IBX' - TargetTable = 'ALBARANES_CLIENTE_DETALLES' - SQL = - 'SELECT ALBARANES_CLIENTE_DETALLES.ID, ALBARANES_CLIENTE_DETALLES' + - '.ID_ALBARAN,'#10' ALBARANES_CLIENTE_DETALLES.POSICION, ALBARAN' + - 'ES_CLIENTE_DETALLES.TIPO_DETALLE,'#10' F_RTFTOTEXT(ALBARANES_C' + - 'LIENTE_DETALLES.CONCEPTO) as CONCEPTO, ALBARANES_CLIENTE_DETALLE' + - 'S.CANTIDAD,'#10' ALBARANES_CLIENTE_DETALLES.UNIDAD_MEDIDA,'#10' ' + - ' ALBARANES_CLIENTE_DETALLES.IMPORTE_UNIDAD, ALBARANES_CLIENTE' + - '_DETALLES.IMPORTE_TOTAL,'#10' ARTICULOS.REFERENCIA'#10'FROM ALBARA' + - 'NES_CLIENTE_DETALLES'#10' LEFT JOIN ARTICULOS ON (ALBARANES_CLIE' + - 'NTE_DETALLES.ID_ARTICULO = ARTICULOS.ID)'#10'WHERE'#10' ID_ALBARAN =' + - ' :ID_ALBARAN AND (VISIBLE <> 0) AND {Where}'#10'ORDER BY ID_ALBARAN,' + - ' POSICION'#10 - StatementType = stSQL - ColumnMappings = < - item - DatasetField = 'ID' - TableField = 'ID' - end - item - DatasetField = 'ID_ALBARAN' - TableField = 'ID_ALBARAN' - end - item - DatasetField = 'POSICION' - TableField = 'POSICION' - end - item - DatasetField = 'TIPO_DETALLE' - TableField = 'TIPO_DETALLE' - end - item - DatasetField = 'CONCEPTO' - TableField = 'CONCEPTO' - end - item - DatasetField = 'CANTIDAD' - TableField = 'CANTIDAD' - end - item - DatasetField = 'UNIDAD_MEDIDA' - TableField = 'UNIDAD_MEDIDA' - end - item - DatasetField = 'IMPORTE_UNIDAD' - TableField = 'IMPORTE_UNIDAD' - end - item - DatasetField = 'IMPORTE_TOTAL' - TableField = 'IMPORTE_TOTAL' - end - item - DatasetField = 'REFERENCIA' - TableField = '' - SQLOrigin = 'REFERENCIA' - end> - end> - Name = 'Informe_Detalles' - Fields = < - item - Name = 'ID' - DataType = datInteger - end - item - Name = 'ID_ALBARAN' - DataType = datInteger - end - item - Name = 'POSICION' - DataType = datInteger - end - item - Name = 'TIPO_DETALLE' - DataType = datString - Size = 25 - end - item - Name = 'CONCEPTO' - DataType = datString - Size = 254 - end - item - Name = 'CANTIDAD' - DataType = datFloat - end - item - Name = 'UNIDAD_MEDIDA' - DataType = datString - Size = 255 - end - item - Name = 'IMPORTE_UNIDAD' - DataType = datCurrency - end - item - Name = 'IMPORTE_TOTAL' - DataType = datCurrency - end - item - Name = 'REFERENCIA' - DataType = datString - Size = 255 - end> - end - item - Params = < - item - Name = 'ID_ALBARAN' - DataType = datInteger - Value = '' - ParamType = daptInput - end> - Statements = < - item - Connection = 'IBX' - TargetTable = 'ALBARANES_CLIENTE_DETALLES' - SQL = - 'SELECT ALBARANES_CLIENTE_DETALLES.ID, ALBARANES_CLIENTE_DETALLES' + - '.ID_ALBARAN,'#10' ALBARANES_CLIENTE_DETALLES.POSICION, ALBARAN' + - 'ES_CLIENTE_DETALLES.TIPO_DETALLE,'#10' F_RTFTOTEXT(ALBARANES_C' + - 'LIENTE_DETALLES.CONCEPTO) as CONCEPTO, ALBARANES_CLIENTE_DETALLE' + - 'S.CANTIDAD,'#10' ALBARANES_CLIENTE_DETALLES.IMPORTE_UNIDAD, AL' + - 'BARANES_CLIENTE_DETALLES.IMPORTE_TOTAL,'#10' ARTICULOS.REFEREN' + - 'CIA, ARTICULOS.FAMILIA'#10#10#10'FROM ALBARANES_CLIENTE_DETALLES'#10'LEFT JO' + - 'IN ARTICULOS ON (ALBARANES_CLIENTE_DETALLES.ID_ARTICULO = ARTICU' + - 'LOS.ID)'#10'WHERE (ID_ALBARAN = :ID_ALBARAN)'#10'AND (ARTICULOS.INVENTAR' + - 'IABLE = 1)'#10'ORDER BY POSICION'#10 - StatementType = stSQL - ColumnMappings = < - item - DatasetField = 'ID' - TableField = 'ID' - end - item - DatasetField = 'ID_ALBARAN' - TableField = 'ID_ALBARAN' - end - item - DatasetField = 'POSICION' - TableField = 'POSICION' - end - item - DatasetField = 'TIPO_DETALLE' - TableField = 'TIPO_DETALLE' - end - item - DatasetField = 'CONCEPTO' - TableField = 'CONCEPTO' - end - item - DatasetField = 'CANTIDAD' - TableField = 'CANTIDAD' - end - item - DatasetField = 'IMPORTE_UNIDAD' - TableField = 'IMPORTE_UNIDAD' - end - item - DatasetField = 'IMPORTE_TOTAL' - TableField = 'IMPORTE_TOTAL' - end - item - DatasetField = 'REFERENCIA' - TableField = '' - SQLOrigin = 'REFERENCIA' - end - item - DatasetField = 'FAMILIA' - TableField = '' - SQLOrigin = 'FAMILIA' - end> - end> - Name = 'Informe_Detalles_Etiquetas' - Fields = < - item - Name = 'ID' - DataType = datInteger - end - item - Name = 'ID_ALBARAN' - DataType = datInteger - end - item - Name = 'POSICION' - DataType = datInteger - end - item - Name = 'TIPO_DETALLE' - DataType = datString - Size = 25 - end - item - Name = 'CONCEPTO' - DataType = datString - Size = 254 - end - item - Name = 'CANTIDAD' - DataType = datInteger - end - item - Name = 'IMPORTE_UNIDAD' - DataType = datCurrency - end - item - Name = 'IMPORTE_TOTAL' - DataType = datCurrency - end - item - Name = 'REFERENCIA' - DataType = datString - Size = 255 - end - item - Name = 'FAMILIA' - DataType = datString - Size = 255 - end> - end> - JoinDataTables = <> - UnionDataTables = <> - Commands = <> - RelationShips = <> - UpdateRules = <> - Version = 0 - Left = 48 - Top = 16 - end - object frxReport: TfrxReport - Version = '4.7.71' - DotMatrixReport = False - EngineOptions.DoublePass = True - IniFile = '\Software\Fast Reports' - PreviewOptions.Buttons = [pbPrint, pbLoad, pbSave, pbExport, pbZoom, pbFind, pbOutline, pbPageSetup, pbTools, pbEdit, pbNavigator, pbExportQuick] - PreviewOptions.Zoom = 1.000000000000000000 - PrintOptions.Printer = 'Por defecto' - PrintOptions.PrintOnSheet = 0 - ReportOptions.CreateDate = 39065.872423495400000000 - ReportOptions.LastChange = 39460.761954919000000000 - ScriptLanguage = 'PascalScript' - ScriptText.Strings = ( - '' - 'procedure DatosEmpresaOnBeforePrint(Sender: TfrxComponent);' - 'var' - ' Cadena: String;' - 'begin' - '{ DatosEmpresa.Lines.Clear;' - ' if ( <> '#39#39') then' - ' Cadena := '#39'TLF: '#39' + ;' - ' if ( <> '#39#39') then' - - ' Cadena := Cadena + '#39' FAX: '#39' + ;' - ' DatosEmpresa.Lines.Add(Cadena);' - '}' - 'end;' - '' - 'procedure NombreEmpresaOnBeforePrint(Sender: TfrxComponent);' - 'begin' - '{ NombreEmpresa.Lines.Clear;' - ' NombreEmpresa.Lines.Add();' - '}' - 'end;' - '' - 'procedure DireccionEnvioOnBeforePrint(Sender: TfrxComponent);' - 'var' - ' ACadena : String;' - 'begin' - '{ ACadena := '#39#39';' - ' DireccionEnvio.Lines.Clear;' - ' if ( <> '#39#39') then' - ' ACadena := ;' - '' - ' if ( <> '#39#39') then' - - ' ACadena := ACadena + '#39' '#39' + ;' - '' - ' DireccionEnvio.Lines.Add(ACadena);' - ' ACadena := '#39#39';' - ' DireccionEnvio.Lines.Add();' - ' if ( <> '#39#39') then' - ' ACadena := + '#39' '#39';' - ' if ( <> '#39#39') then' - ' ACadena := ACadena + ;' - '' - ' if (ACadena <> '#39#39') then' - ' DireccionEnvio.Lines.Add(ACadena);' - '' - ' if ( <> '#39#39') then' - ' DireccionEnvio.Lines.Add();' - '' - ' if ( <> '#39#39') then' - ' DireccionEnvio.Lines.Add();' - '}' - 'end;' - '' - 'procedure PageHeader1OnBeforePrint(Sender: TfrxComponent);' - 'begin' - '{ if not Engine.FinalPass then' - ' Set('#39'TotalPaginas'#39', ( + 1));' - '' - ' if Engine.FinalPass then' - ' Set('#39'Pagina'#39', ( + 1));} ' - 'end;' - '' - 'procedure frxReportOnStartReport(Sender: TfrxComponent);' - 'begin' - ' Set('#39'Pagina'#39', 0);' - ' Set('#39'TotalPaginas'#39', 0);' - 'end;' - '' - '' - 'begin' - '' - 'end.') - ShowProgress = False - StoreInDFM = False - OnStartReport = 'frxReportOnStartReport' - Left = 145 - Top = 16 - end - object frxDBCabecera: TfrxDBDataset - UserName = 'frxDBCabecera' - CloseDataSource = False - DataSource = DADSCabecera - BCDToCurrency = False - Left = 264 - Top = 16 - end - object frxDBDetalles: TfrxDBDataset - UserName = 'frxDBDetalles' - CloseDataSource = False - DataSource = DADSDetalles - BCDToCurrency = False - Left = 344 - Top = 16 - end - object IBDatabase1: TIBDatabase - DatabaseName = 'C:\Codigo Tecsitel\Database\FACTUGES.FDB' - Params.Strings = ( - 'user_name=sysdba' - 'password=masterkey' - 'lc_ctype=ISO8859_1') - LoginPrompt = False - DefaultTransaction = IBTransaction1 - Left = 40 - Top = 256 - end - object IBTransaction1: TIBTransaction - Left = 40 - Top = 312 - end - object DataSource1: TDataSource - DataSet = cabecera - Left = 176 - Top = 256 - end - object DataSource3: TDataSource - DataSet = detalles - Left = 176 - Top = 320 - end - object detalles: TIBQuery - Database = IBDatabase1 - Transaction = IBTransaction1 - SQL.Strings = ( - - 'SELECT ALBARANES_CLIENTE_DETALLES.ID, ALBARANES_CLIENTE_DETALLES' + - '.ID_ALBARAN,' - - ' ALBARANES_CLIENTE_DETALLES.POSICION, ALBARANES_CLIENTE_DE' + - 'TALLES.TIPO_DETALLE,' - - ' F_RTFTOTEXT(ALBARANES_CLIENTE_DETALLES.CONCEPTO) as CONCE' + - 'PTO, ALBARANES_CLIENTE_DETALLES.CANTIDAD,' - - ' ALBARANES_CLIENTE_DETALLES.IMPORTE_UNIDAD, ALBARANES_CLIE' + - 'NTE_DETALLES.IMPORTE_TOTAL,' - ' ARTICULOS.REFERENCIA' - 'FROM ALBARANES_CLIENTE_DETALLES' - - ' LEFT JOIN ARTICULOS ON (ALBARANES_CLIENTE_DETALLES.ID_ARTIC' + - 'ULO = ARTICULOS.ID)' - 'WHERE' - ' ID_ALBARAN = 11 AND (VISIBLE <> 0) ' - 'ORDER BY ID_ALBARAN, POSICION') - Left = 112 - Top = 320 - object detallesID: TIntegerField - FieldName = 'ID' - Origin = '"ALBARANES_CLIENTE_DETALLES"."ID"' - ProviderFlags = [pfInUpdate, pfInWhere, pfInKey] - Required = True - end - object detallesID_ALBARAN: TIntegerField - FieldName = 'ID_ALBARAN' - Origin = '"ALBARANES_CLIENTE_DETALLES"."ID_ALBARAN"' - Required = True - end - object detallesPOSICION: TIntegerField - FieldName = 'POSICION' - Origin = '"ALBARANES_CLIENTE_DETALLES"."POSICION"' - end - object detallesTIPO_DETALLE: TIBStringField - FieldName = 'TIPO_DETALLE' - Origin = '"ALBARANES_CLIENTE_DETALLES"."TIPO_DETALLE"' - Size = 10 - end - object detallesCONCEPTO: TIBStringField - FieldName = 'CONCEPTO' - Origin = '"ALBARANES_CLIENTE_DETALLES"."CONCEPTO"' - Size = 254 - end - object detallesCANTIDAD: TIntegerField - FieldName = 'CANTIDAD' - Origin = '"ALBARANES_CLIENTE_DETALLES"."CANTIDAD"' - end - object detallesIMPORTE_UNIDAD: TIBBCDField - FieldName = 'IMPORTE_UNIDAD' - Origin = '"ALBARANES_CLIENTE_DETALLES"."IMPORTE_UNIDAD"' - Precision = 18 - Size = 2 - end - object detallesIMPORTE_TOTAL: TIBBCDField - FieldName = 'IMPORTE_TOTAL' - Origin = '"ALBARANES_CLIENTE_DETALLES"."IMPORTE_TOTAL"' - Precision = 18 - Size = 2 - end - object detallesREFERENCIA: TIBStringField - FieldName = 'REFERENCIA' - Origin = '"ARTICULOS"."REFERENCIA"' - Size = 255 - end - end - object cabecera: TIBQuery - Database = IBDatabase1 - Transaction = IBTransaction1 - SQL.Strings = ( - 'SELECT' - ' V_ALBARANES_CLIENTE.ID, V_ALBARANES_CLIENTE.ID_EMPRESA,' - ' V_ALBARANES_CLIENTE.ID_CLIENTE,' - ' V_ALBARANES_CLIENTE.FECHA_ALBARAN,' - ' V_ALBARANES_CLIENTE.REFERENCIA,' - ' V_ALBARANES_CLIENTE.REFERENCIA_CLIENTE,' - ' V_ALBARANES_CLIENTE.ID_PEDIDO,' - ' V_ALBARANES_CLIENTE.REF_PEDIDO,' - ' V_ALBARANES_CLIENTE.OBSERVACIONES,' - ' V_ALBARANES_CLIENTE.IMPORTE_TOTAL,' - ' V_CLIENTES.NIF_CIF, V_CLIENTES.NOMBRE,' - - ' V_CLIENTES.PERSONA_CONTACTO, V_CLIENTES.CALLE, V_CLIENTES.POBL' + - 'ACION,' - ' V_CLIENTES.PROVINCIA, V_CLIENTES.CODIGO_POSTAL' - 'FROM' - ' V_ALBARANES_CLIENTE' - - ' LEFT OUTER JOIN V_CLIENTES ON (V_CLIENTES.ID = V_ALBARANES_CLI' + - 'ENTE.ID_CLIENTE)' - 'WHERE V_ALBARANES_CLIENTE.ID = 11') - Left = 112 - Top = 256 - object cabeceraID: TIntegerField - FieldName = 'ID' - Origin = '"V_ALBARANES_CLIENTE"."ID"' - end - object cabeceraID_EMPRESA: TIntegerField - FieldName = 'ID_EMPRESA' - Origin = '"V_ALBARANES_CLIENTE"."ID_EMPRESA"' - end - object cabeceraID_CLIENTE: TIntegerField - FieldName = 'ID_CLIENTE' - Origin = '"V_ALBARANES_CLIENTE"."ID_CLIENTE"' - end - object cabeceraFECHA_ALBARAN: TDateField - FieldName = 'FECHA_ALBARAN' - Origin = '"V_ALBARANES_CLIENTE"."FECHA_ALBARAN"' - end - object cabeceraREFERENCIA: TIBStringField - FieldName = 'REFERENCIA' - Origin = '"V_ALBARANES_CLIENTE"."REFERENCIA"' - Size = 255 - end - object cabeceraREFERENCIA_CLIENTE: TIBStringField - FieldName = 'REFERENCIA_CLIENTE' - Origin = '"V_ALBARANES_CLIENTE"."REFERENCIA_CLIENTE"' - Size = 255 - end - object cabeceraID_PEDIDO: TIntegerField - FieldName = 'ID_PEDIDO' - Origin = '"V_ALBARANES_CLIENTE"."ID_PEDIDO"' - end - object cabeceraREF_PEDIDO: TIBStringField - FieldName = 'REF_PEDIDO' - Origin = '"V_ALBARANES_CLIENTE"."REF_PEDIDO"' - Size = 255 - end - object cabeceraOBSERVACIONES: TMemoField - FieldName = 'OBSERVACIONES' - Origin = '"V_ALBARANES_CLIENTE"."OBSERVACIONES"' - ProviderFlags = [pfInUpdate] - BlobType = ftMemo - Size = 8 - end - object cabeceraIMPORTE_TOTAL: TIBBCDField - FieldName = 'IMPORTE_TOTAL' - Origin = '"V_ALBARANES_CLIENTE"."IMPORTE_TOTAL"' - Precision = 18 - Size = 2 - end - object cabeceraNIF_CIF: TIBStringField - FieldName = 'NIF_CIF' - Origin = '"V_CLIENTES"."NIF_CIF"' - Size = 15 - end - object cabeceraNOMBRE: TIBStringField - FieldName = 'NOMBRE' - Origin = '"V_CLIENTES"."NOMBRE"' - Size = 255 - end - object cabeceraPERSONA_CONTACTO: TIBStringField - FieldName = 'PERSONA_CONTACTO' - Origin = '"V_CLIENTES"."PERSONA_CONTACTO"' - Size = 255 - end - object cabeceraCALLE: TIBStringField - FieldName = 'CALLE' - Origin = '"V_CLIENTES"."CALLE"' - Size = 255 - end - object cabeceraPOBLACION: TIBStringField - FieldName = 'POBLACION' - Origin = '"V_CLIENTES"."POBLACION"' - Size = 255 - end - object cabeceraPROVINCIA: TIBStringField - FieldName = 'PROVINCIA' - Origin = '"V_CLIENTES"."PROVINCIA"' - Size = 255 - end - object cabeceraCODIGO_POSTAL: TIBStringField - FieldName = 'CODIGO_POSTAL' - Origin = '"V_CLIENTES"."CODIGO_POSTAL"' - Size = 10 - end - end - object tbl_Cabecera: TDAMemDataTable - RemoteUpdatesOptions = [] - Fields = < - item - Name = 'ID' - DataType = datInteger - end - item - Name = 'ID_EMPRESA' - DataType = datInteger - end - item - Name = 'ID_CLIENTE' - DataType = datInteger - end - item - Name = 'FECHA_ALBARAN' - DataType = datDateTime - end - item - Name = 'REFERENCIA' - DataType = datString - Size = 255 - end - item - Name = 'REFERENCIA_CLIENTE' - DataType = datString - Size = 255 - end - item - Name = 'ID_PEDIDO' - DataType = datInteger - end - item - Name = 'REF_PEDIDO' - DataType = datString - Size = 255 - end - item - Name = 'OBSERVACIONES' - DataType = datMemo - end - item - Name = 'IMPORTE_TOTAL' - DataType = datCurrency - end - item - Name = 'NIF_CIF' - DataType = datString - Size = 15 - end - item - Name = 'NOMBRE' - DataType = datString - Size = 255 - end - item - Name = 'PERSONA_CONTACTO' - DataType = datString - Size = 255 - end - item - Name = 'CALLE' - DataType = datString - Size = 255 - end - item - Name = 'POBLACION' - DataType = datString - Size = 255 - end - item - Name = 'PROVINCIA' - DataType = datString - Size = 255 - end - item - Name = 'CODIGO_POSTAL' - DataType = datString - Size = 10 - end> - Params = < - item - Name = 'ID' - DataType = datInteger - Value = '11' - ParamType = daptInput - end> - LogChanges = False - StreamingOptions = [soDisableEventsWhileStreaming] - RemoteFetchEnabled = False - LocalSchema = schReport - LocalDataStreamer = DABin2DataStreamer1 - LogicalName = 'Informe_Cabecera' - IndexDefs = <> - Left = 264 - Top = 128 - end - object tbl_Detalles: TDAMemDataTable - RemoteUpdatesOptions = [] - Fields = < - item - Name = 'ID' - DataType = datInteger - end - item - Name = 'ID_ALBARAN' - DataType = datInteger - end - item - Name = 'POSICION' - DataType = datInteger - end - item - Name = 'TIPO_DETALLE' - DataType = datString - Size = 25 - end - item - Name = 'CONCEPTO' - DataType = datString - Size = 254 - end - item - Name = 'CANTIDAD' - DataType = datFloat - end - item - Name = 'UNIDAD_MEDIDA' - DataType = datString - Size = 255 - end - item - Name = 'IMPORTE_UNIDAD' - DataType = datCurrency - end - item - Name = 'IMPORTE_TOTAL' - DataType = datCurrency - end - item - Name = 'REFERENCIA' - DataType = datString - Size = 255 - end> - Params = < - item - Name = 'ID_ALBARAN' - DataType = datInteger - Value = '11' - ParamType = daptInput - end> - MasterParamsMappings.Strings = ( - 'ID_ALBARAN=ID') - LogChanges = False - StreamingOptions = [soDisableEventsWhileStreaming] - RemoteFetchEnabled = False - LocalSchema = schReport - LocalDataStreamer = DABin2DataStreamer1 - DetailFields = 'ID_ALBARAN' - LogicalName = 'Informe_Detalles' - IndexDefs = <> - Left = 344 - Top = 128 - end - object frxPDFExport1: TfrxPDFExport - ShowDialog = False - UseFileCache = True - ShowProgress = False - OverwritePrompt = False - PrintOptimized = True - Outline = False - Background = False - HTMLTags = True - Author = 'FactuGES' - Subject = 'FactuGES' - Creator = 'FactuGES' - ProtectionFlags = [ePrint, eModify, eCopy, eAnnot] - HideToolbar = False - HideMenubar = False - HideWindowUI = False - FitWindow = False - CenterWindow = False - PrintScaling = False - Left = 344 - Top = 304 - end - object DABin2DataStreamer1: TDABin2DataStreamer - Left = 48 - Top = 88 - end -end diff --git a/Source/Modulos/Albaranes de proveedor/Plugin/AlbaranesProveedor_plugin.cfg.bak b/Source/Modulos/Albaranes de proveedor/Plugin/AlbaranesProveedor_plugin.cfg.bak deleted file mode 100644 index 5aa842f..0000000 --- a/Source/Modulos/Albaranes de proveedor/Plugin/AlbaranesProveedor_plugin.cfg.bak +++ /dev/null @@ -1,40 +0,0 @@ --$A8 --$B- --$C+ --$D- --$E- --$F- --$G+ --$H+ --$I+ --$J- --$K- --$L- --$M- --$N+ --$O+ --$P+ --$Q- --$R- --$S- --$T- --$U- --$V+ --$W- --$X+ --$Y- --$Z1 --cg --AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; --H+ --W+ --$M16384,1048576 --K$00400000 --E"C:\Codigo Tecsitel\Output\Debug" --LE"C:\Codigo Tecsitel\Output\Debug\Cliente" --LN"C:\Codigo Tecsitel\Source\Modulos\Lib" --U..\..\..\Lib;..\..\Lib;"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib";"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Imports";"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib\Indy10";"C:\Codigo Tecsitel\Lib";"C:\Codigo Tecsitel\Lib\RemObjects\RemObjects_SDK";"C:\Codigo Tecsitel\Lib\RemObjects\Data_Abstract";"C:\Codigo Tecsitel\Lib\CCPack";"C:\Codigo Tecsitel\Lib\CFPack";"C:\Codigo Tecsitel\Lib\GUISDK";"C:\Codigo Tecsitel\Lib\PluginSDK";"C:\Codigo Tecsitel\Lib\DevExpressVCL";"C:\Codigo Tecsitel\Lib\FastReport4";"C:\Codigo Tecsitel\Lib\JCL";"C:\Codigo Tecsitel\Lib\JVCL";"C:\Codigo Tecsitel\Lib\PngComponents";"C:\Codigo Tecsitel\Lib\cxIntl6";"C:\Codigo Tecsitel\Lib\cxIntlPrintSys3";"C:\Codigo Tecsitel\Lib\TB2k+TBX";"C:\Codigo Tecsitel\Lib\Mustangpeak\MPCommonLib";"C:\Codigo Tecsitel\Lib\Mustangpeak\EasyListview";"C:\Codigo Tecsitel\Lib\JSDialog";"C:\Codigo Tecsitel\Lib\UserControl";;"C:\Codigo Tecsitel\Source\Lib"; --O..\..\..\Lib;..\..\Lib;"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib";"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Imports";"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib\Indy10";"C:\Codigo Tecsitel\Lib";"C:\Codigo Tecsitel\Lib\RemObjects\RemObjects_SDK";"C:\Codigo Tecsitel\Lib\RemObjects\Data_Abstract";"C:\Codigo Tecsitel\Lib\CCPack";"C:\Codigo Tecsitel\Lib\CFPack";"C:\Codigo Tecsitel\Lib\GUISDK";"C:\Codigo Tecsitel\Lib\PluginSDK";"C:\Codigo Tecsitel\Lib\DevExpressVCL";"C:\Codigo Tecsitel\Lib\FastReport4";"C:\Codigo Tecsitel\Lib\JCL";"C:\Codigo Tecsitel\Lib\JVCL";"C:\Codigo Tecsitel\Lib\PngComponents";"C:\Codigo Tecsitel\Lib\cxIntl6";"C:\Codigo Tecsitel\Lib\cxIntlPrintSys3";"C:\Codigo Tecsitel\Lib\TB2k+TBX";"C:\Codigo Tecsitel\Lib\Mustangpeak\MPCommonLib";"C:\Codigo Tecsitel\Lib\Mustangpeak\EasyListview";"C:\Codigo Tecsitel\Lib\JSDialog";"C:\Codigo Tecsitel\Lib\UserControl";;"C:\Codigo Tecsitel\Source\Lib"; --I..\..\..\Lib;..\..\Lib;"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib";"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Imports";"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib\Indy10";"C:\Codigo Tecsitel\Lib";"C:\Codigo Tecsitel\Lib\RemObjects\RemObjects_SDK";"C:\Codigo Tecsitel\Lib\RemObjects\Data_Abstract";"C:\Codigo Tecsitel\Lib\CCPack";"C:\Codigo Tecsitel\Lib\CFPack";"C:\Codigo Tecsitel\Lib\GUISDK";"C:\Codigo Tecsitel\Lib\PluginSDK";"C:\Codigo Tecsitel\Lib\DevExpressVCL";"C:\Codigo Tecsitel\Lib\FastReport4";"C:\Codigo Tecsitel\Lib\JCL";"C:\Codigo Tecsitel\Lib\JVCL";"C:\Codigo Tecsitel\Lib\PngComponents";"C:\Codigo Tecsitel\Lib\cxIntl6";"C:\Codigo Tecsitel\Lib\cxIntlPrintSys3";"C:\Codigo Tecsitel\Lib\TB2k+TBX";"C:\Codigo Tecsitel\Lib\Mustangpeak\MPCommonLib";"C:\Codigo Tecsitel\Lib\Mustangpeak\EasyListview";"C:\Codigo Tecsitel\Lib\JSDialog";"C:\Codigo Tecsitel\Lib\UserControl";;"C:\Codigo Tecsitel\Source\Lib"; --R..\..\..\Lib;..\..\Lib;"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib";"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Imports";"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib\Indy10";"C:\Codigo Tecsitel\Lib";"C:\Codigo Tecsitel\Lib\RemObjects\RemObjects_SDK";"C:\Codigo Tecsitel\Lib\RemObjects\Data_Abstract";"C:\Codigo Tecsitel\Lib\CCPack";"C:\Codigo Tecsitel\Lib\CFPack";"C:\Codigo Tecsitel\Lib\GUISDK";"C:\Codigo Tecsitel\Lib\PluginSDK";"C:\Codigo Tecsitel\Lib\DevExpressVCL";"C:\Codigo Tecsitel\Lib\FastReport4";"C:\Codigo Tecsitel\Lib\JCL";"C:\Codigo Tecsitel\Lib\JVCL";"C:\Codigo Tecsitel\Lib\PngComponents";"C:\Codigo Tecsitel\Lib\cxIntl6";"C:\Codigo Tecsitel\Lib\cxIntlPrintSys3";"C:\Codigo Tecsitel\Lib\TB2k+TBX";"C:\Codigo Tecsitel\Lib\Mustangpeak\MPCommonLib";"C:\Codigo Tecsitel\Lib\Mustangpeak\EasyListview";"C:\Codigo Tecsitel\Lib\JSDialog";"C:\Codigo Tecsitel\Lib\UserControl";;"C:\Codigo Tecsitel\Source\Lib"; --GD diff --git a/Source/Modulos/Albaranes de proveedor/Reports/uRptAlbaranesProveedor_Server.dfm.bak b/Source/Modulos/Albaranes de proveedor/Reports/uRptAlbaranesProveedor_Server.dfm.bak deleted file mode 100644 index cb64524..0000000 --- a/Source/Modulos/Albaranes de proveedor/Reports/uRptAlbaranesProveedor_Server.dfm.bak +++ /dev/null @@ -1,924 +0,0 @@ -object RptAlbaranesProveedor: TRptAlbaranesProveedor - OldCreateOrder = True - OnCreate = DataModuleCreate - OnDestroy = DataModuleDestroy - Height = 471 - Width = 448 - object DADSCabecera: TDADataSource - DataSet = tbl_Cabecera.Dataset - DataTable = tbl_Cabecera - Left = 264 - Top = 72 - end - object DADSDetalles: TDADataSource - DataSet = tbl_Detalles.Dataset - DataTable = tbl_Detalles - Left = 344 - Top = 72 - end - object frxRichObject1: TfrxRichObject - Left = 280 - Top = 360 - end - object frxBarCodeObject1: TfrxBarCodeObject - Left = 344 - Top = 360 - end - object frxOLEObject1: TfrxOLEObject - Left = 280 - Top = 408 - end - object frxCrossObject1: TfrxCrossObject - Left = 344 - Top = 408 - end - object frxCheckBoxObject1: TfrxCheckBoxObject - Left = 280 - Top = 256 - end - object frxGradientObject1: TfrxGradientObject - Left = 344 - Top = 256 - end - object frxChartObject1: TfrxChartObject - Left = 280 - Top = 304 - end - object schReport: TDASchema - ConnectionManager = dmServer.ConnectionManager - Datasets = < - item - Params = <> - Statements = < - item - Connection = 'IBX' - ConnectionType = 'Interbase' - Default = True - Name = 'IBX' - SQL = - 'select ID_EMPRESA,'#10'extract (year from FECHA_ALBARAN) as ANO,'#10'ext' + - 'ract (month from FECHA_ALBARAN) as MES,'#10'case'#10'when extract (month' + - ' from FECHA_ALBARAN) = 1 then '#39'ENERO - '#39' || extract (year from F' + - 'ECHA_ALBARAN)'#10'when extract (month from FECHA_ALBARAN) = 2 then '#39 + - 'FEBRERO - '#39' || extract (year from FECHA_ALBARAN)'#10'when extract (m' + - 'onth from FECHA_ALBARAN) = 3 then '#39'MARZO - '#39' || extract (year fr' + - 'om FECHA_ALBARAN)'#10'when extract (month from FECHA_ALBARAN) = 4 th' + - 'en '#39'ABRIL - '#39' || extract (year from FECHA_ALBARAN)'#10'when extract ' + - '(month from FECHA_ALBARAN) = 5 then '#39'MAYO - '#39' || extract (year f' + - 'rom FECHA_ALBARAN)'#10'when extract (month from FECHA_ALBARAN) = 6 t' + - 'hen '#39'JUNIO - '#39' || extract (year from FECHA_ALBARAN)'#10'when extract' + - ' (month from FECHA_ALBARAN) = 7 then '#39'JULIO - '#39' || extract (year' + - ' from FECHA_ALBARAN)'#10'when extract (month from FECHA_ALBARAN) = 8' + - ' then '#39'AGOSTO - '#39' || extract (year from FECHA_ALBARAN)'#10'when extr' + - 'act (month from FECHA_ALBARAN) = 9 then '#39'SEPTIEMBRE - '#39' || extra' + - 'ct (year from FECHA_ALBARAN)'#10'when extract (month from FECHA_ALBA' + - 'RAN) = 10 then '#39'OCTUBRE - '#39' || extract (year from FECHA_ALBARAN)' + - #10'when extract (month from FECHA_ALBARAN) = 11 then '#39'NOVIEMBRE - ' + - #39' || extract (year from FECHA_ALBARAN)'#10'when extract (month from ' + - 'FECHA_ALBARAN) = 12 then '#39'DICIEMBRE - '#39' || extract (year from FE' + - 'CHA_ALBARAN)'#10'end as TITULO,'#10'REFERENCIA, ID_PROVEEDOR, NOMBRE, F' + - 'ECHA_ALBARAN, IMPORTE_TOTAL'#10'from V_ALBARANES_PROVEEDOR'#10'where {wh' + - 'ere}'#10'order by ANO, MES, NOMBRE'#10#10 - StatementType = stSQL - ColumnMappings = < - item - DatasetField = 'ID_EMPRESA' - TableField = 'ID_EMPRESA' - end - item - DatasetField = 'ANO' - TableField = 'ANO' - end - item - DatasetField = 'MES' - TableField = 'MES' - end - item - DatasetField = 'TITULO' - TableField = 'TITULO' - end - item - DatasetField = 'REFERENCIA' - TableField = 'REFERENCIA' - end - item - DatasetField = 'ID_PROVEEDOR' - TableField = 'ID_PROVEEDOR' - end - item - DatasetField = 'NOMBRE' - TableField = 'NOMBRE' - end - item - DatasetField = 'FECHA_ALBARAN' - TableField = 'FECHA_ALBARAN' - end - item - DatasetField = 'IMPORTE_TOTAL' - TableField = 'IMPORTE_TOTAL' - end> - end> - Name = 'InformeListadoPedidos' - Fields = < - item - Name = 'ID_EMPRESA' - DataType = datInteger - end - item - Name = 'ANO' - DataType = datSmallInt - end - item - Name = 'MES' - DataType = datSmallInt - end - item - Name = 'TITULO' - DataType = datString - Size = 19 - end - item - Name = 'REFERENCIA' - DataType = datString - Size = 255 - end - item - Name = 'ID_PROVEEDOR' - DataType = datInteger - end - item - Name = 'NOMBRE' - DataType = datString - Size = 255 - end - item - Name = 'FECHA_ALBARAN' - DataType = datDateTime - end - item - Name = 'IMPORTE_TOTAL' - DataType = datCurrency - end> - end - item - Params = < - item - Name = 'ID' - DataType = datInteger - Value = '11' - ParamType = daptInput - end> - Statements = < - item - Connection = 'IBX' - SQL = - 'SELECT'#10' ALBARANES_PROVEEDOR.ID,'#10' ALBARANES_PROVEEDOR.ID_EMPRES' + - 'A,'#10' ALBARANES_PROVEEDOR.TIPO,'#10' ALBARANES_PROVEEDOR.REFERENCIA,' + - #10' ALBARANES_PROVEEDOR.FECHA_ALBARAN,'#10' ALBARANES_PROVEEDOR.OBSE' + - 'RVACIONES,'#10' CONTACTOS.NOMBRE,'#10' COALESCE(CONTACTOS_DIRECCIONES.' + - 'FAX, CONTACTOS.FAX) AS FAX,'#10' ALBARANES_PROVEEDOR.PERSONA_CONTAC' + - 'TO_PROV AS PERSONA_CONTACTO,'#10' PROVEEDORES_DATOS.CODIGO_ASIGNADO' + - ' AS CODIGO_CLIENTE,'#10' ALBARANES_PROVEEDOR.ID_ALMACEN,'#10' COALESCE' + - '(ALMACENES.CALLE, ALBARANES_PROVEEDOR.CALLE) AS CALLE,'#10' COALESC' + - 'E(ALMACENES.POBLACION, ALBARANES_PROVEEDOR.POBLACION) AS POBLACI' + - 'ON,'#10' COALESCE(ALMACENES.PROVINCIA, ALBARANES_PROVEEDOR.PROVINCI' + - 'A) AS PROVINCIA,'#10' COALESCE(ALMACENES.CODIGO_POSTAL, ALBARANES_P' + - 'ROVEEDOR.CODIGO_POSTAL) AS CODIGO_POSTAL,'#10' ALBARANES_PROVEEDOR.' + - 'PERSONA_CONTACTO AS ENTREGAR_A,'#10' ALBARANES_PROVEEDOR.IMPORTE_TO' + - 'TAL'#10'FROM'#10' ALBARANES_PROVEEDOR'#10' INNER JOIN CONTACTOS ON (CONTAC' + - 'TOS.ID = ALBARANES_PROVEEDOR.ID_PROVEEDOR)'#10' LEFT OUTER JOIN PRO' + - 'VEEDORES_DATOS ON (PROVEEDORES_DATOS.ID_PROVEEDOR = ALBARANES_PR' + - 'OVEEDOR.ID_PROVEEDOR)'#10' LEFT OUTER JOIN CONTACTOS_DIRECCIONES ON' + - ' (CONTACTOS_DIRECCIONES.ID = ALBARANES_PROVEEDOR.ID_DIRECCION)'#10' ' + - ' LEFT OUTER JOIN ALMACENES ON (ALMACENES.ID = ALBARANES_PROVEEDO' + - 'R.ID_ALMACEN)'#10'WHERE ALBARANES_PROVEEDOR.ID = :ID'#10#10 - StatementType = stSQL - ColumnMappings = < - item - DatasetField = 'ID' - TableField = 'ID' - end - item - DatasetField = 'ID_EMPRESA' - TableField = 'ID_EMPRESA' - end - item - DatasetField = 'REFERENCIA' - TableField = 'REFERENCIA' - end - item - DatasetField = 'FECHA_ALBARAN' - TableField = 'FECHA_ALBARAN' - end - item - DatasetField = 'OBSERVACIONES' - TableField = 'OBSERVACIONES' - end - item - DatasetField = 'NOMBRE' - TableField = 'NOMBRE' - end - item - DatasetField = 'FAX' - TableField = 'FAX' - end - item - DatasetField = 'PERSONA_CONTACTO' - TableField = 'PERSONA_CONTACTO' - end - item - DatasetField = 'CODIGO_CLIENTE' - TableField = 'CODIGO_CLIENTE' - end - item - DatasetField = 'ID_ALMACEN' - TableField = 'ID_ALMACEN' - end - item - DatasetField = 'CALLE' - TableField = 'CALLE' - end - item - DatasetField = 'POBLACION' - TableField = 'POBLACION' - end - item - DatasetField = 'PROVINCIA' - TableField = 'PROVINCIA' - end - item - DatasetField = 'CODIGO_POSTAL' - TableField = 'CODIGO_POSTAL' - end - item - DatasetField = 'ENTREGAR_A' - TableField = 'ENTREGAR_A' - end - item - DatasetField = 'IMPORTE_TOTAL' - TableField = 'IMPORTE_TOTAL' - end - item - DatasetField = 'TIPO' - TableField = 'TIPO' - end> - end> - Name = 'Informe_Cabecera' - Fields = < - item - Name = 'ID' - DataType = datInteger - InPrimaryKey = True - end - item - Name = 'ID_EMPRESA' - DataType = datInteger - end - item - Name = 'TIPO' - DataType = datString - Size = 1 - end - item - Name = 'REFERENCIA' - DataType = datString - Size = 255 - end - item - Name = 'FECHA_ALBARAN' - DataType = datDateTime - end - item - Name = 'OBSERVACIONES' - DataType = datMemo - end - item - Name = 'NOMBRE' - DataType = datString - Size = 255 - end - item - Name = 'FAX' - DataType = datString - Size = 25 - end - item - Name = 'PERSONA_CONTACTO' - DataType = datString - Size = 255 - end - item - Name = 'CODIGO_CLIENTE' - DataType = datString - Size = 255 - end - item - Name = 'ID_ALMACEN' - DataType = datInteger - end - item - Name = 'CALLE' - DataType = datString - Size = 255 - end - item - Name = 'POBLACION' - DataType = datString - Size = 255 - end - item - Name = 'PROVINCIA' - DataType = datString - Size = 255 - end - item - Name = 'CODIGO_POSTAL' - DataType = datString - Size = 10 - end - item - Name = 'ENTREGAR_A' - DataType = datString - Size = 255 - end - item - Name = 'IMPORTE_TOTAL' - DataType = datCurrency - end> - end - item - Params = < - item - Name = 'ID_ALBARAN' - Value = '' - ParamType = daptInput - end> - Statements = < - item - Connection = 'IBX' - TargetTable = 'ALBARANES_PROVEEDOR_DETALLES' - SQL = - 'SELECT DET.ID, DET.ID_ALBARAN,'#10' DET.POSICION, DET.TIPO_DET' + - 'ALLE,'#10' ARTICULOS.REFERENCIA, DET.CONCEPTO, DET.CANTIDAD,'#10' ' + - ' DET.UNIDAD_MEDIDA, DET.IMPORTE_UNIDAD - (DET.IMPORTE_UNIDA' + - 'D * (COALESCE(DET.DESCUENTO,0) / 100)) as IMPORTE_UNIDAD, DET.IM' + - 'PORTE_TOTAL,'#10' ARTICULOS_PROVEEDORES.REFERENCIA_PROV as REF' + - 'ERENCIA_PROVEEDOR,'#10' ARTICULOS.REFERENCIA_FABR as REFERENCI' + - 'A_FABRICANTE'#10'FROM ALBARANES_PROVEEDOR_DETALLES DET'#10'LEFT OUTER JO' + - 'IN ARTICULOS ON (DET.ID_ARTICULO = ARTICULOS.ID)'#10'LEFT JOIN ALBAR' + - 'ANES_PROVEEDOR ON (ALBARANES_PROVEEDOR.ID = DET.ID_ALBARAN)'#10'LEFT' + - ' JOIN ARTICULOS_PROVEEDORES ON ((ARTICULOS_PROVEEDORES.ID_ARTICU' + - 'LO = ARTICULOS.ID) AND (ARTICULOS_PROVEEDORES.ID_PROVEEDOR = ALB' + - 'ARANES_PROVEEDOR.ID_PROVEEDOR))'#10'WHERE DET.ID_ALBARAN = :ID_ALBAR' + - 'AN AND DET.VISIBLE = 1 AND {Where}'#10'ORDER BY DET.ID_ALBARAN, DET.' + - 'POSICION;'#10#10 - StatementType = stSQL - ColumnMappings = < - item - DatasetField = 'ID' - TableField = 'ID' - end - item - DatasetField = 'ID_ALBARAN' - TableField = 'ID_ALBARAN' - end - item - DatasetField = 'POSICION' - TableField = 'POSICION' - end - item - DatasetField = 'TIPO_DETALLE' - TableField = 'TIPO_DETALLE' - end - item - DatasetField = 'REFERENCIA' - TableField = '' - SQLOrigin = 'REFERENCIA' - end - item - DatasetField = 'CONCEPTO' - TableField = 'CONCEPTO' - end - item - DatasetField = 'CANTIDAD' - TableField = 'CANTIDAD' - end - item - DatasetField = 'UNIDAD_MEDIDA' - TableField = 'UNIDAD_MEDIDA' - end - item - DatasetField = 'IMPORTE_UNIDAD' - TableField = 'IMPORTE_UNIDAD' - end - item - DatasetField = 'IMPORTE_TOTAL' - TableField = 'IMPORTE_TOTAL' - end - item - DatasetField = 'REFERENCIA_PROVEEDOR' - TableField = '' - SQLOrigin = 'REFERENCIA_PROVEEDOR' - end - item - DatasetField = 'REFERENCIA_FABRICANTE' - TableField = '' - SQLOrigin = 'REFERENCIA_FABRICANTE' - end> - end> - Name = 'Informe_Detalles' - Fields = < - item - Name = 'ID' - DataType = datInteger - InPrimaryKey = True - end - item - Name = 'ID_ALBARAN' - DataType = datInteger - end - item - Name = 'POSICION' - DataType = datInteger - end - item - Name = 'TIPO_DETALLE' - DataType = datString - Size = 25 - end - item - Name = 'REFERENCIA' - DataType = datString - Size = 255 - end - item - Name = 'CONCEPTO' - DataType = datString - Size = 2000 - end - item - Name = 'CANTIDAD' - DataType = datFloat - end - item - Name = 'UNIDAD_MEDIDA' - DataType = datString - Size = 255 - end - item - Name = 'IMPORTE_UNIDAD' - DataType = datFloat - end - item - Name = 'IMPORTE_TOTAL' - DataType = datCurrency - end - item - Name = 'REFERENCIA_PROVEEDOR' - DataType = datString - Size = 255 - end - item - Name = 'REFERENCIA_FABRICANTE' - DataType = datString - Size = 255 - end> - end> - JoinDataTables = <> - UnionDataTables = <> - Commands = <> - RelationShips = <> - UpdateRules = <> - Version = 0 - Left = 48 - Top = 16 - end - object frxReport: TfrxReport - Version = '4.7.71' - DotMatrixReport = False - EngineOptions.DoublePass = True - IniFile = '\Software\Fast Reports' - PreviewOptions.Buttons = [pbPrint, pbLoad, pbSave, pbExport, pbZoom, pbFind, pbOutline, pbPageSetup, pbTools, pbEdit, pbNavigator, pbExportQuick] - PreviewOptions.Zoom = 1.000000000000000000 - PrintOptions.Printer = 'Por defecto' - PrintOptions.PrintOnSheet = 0 - ReportOptions.CreateDate = 39065.872423495400000000 - ReportOptions.LastChange = 39829.854499780090000000 - ScriptLanguage = 'PascalScript' - ScriptText.Strings = ( - '' - 'procedure DatosEmpresaOnBeforePrint(Sender: TfrxComponent);' - 'var' - ' Cadena: String;' - 'begin' - '{ DatosEmpresa.Lines.Clear;' - ' if ( <> '#39#39') then' - ' Cadena := '#39'TLF: '#39' + ;' - ' if ( <> '#39#39') then' - - ' Cadena := Cadena + '#39' FAX: '#39' + ;' - ' DatosEmpresa.Lines.Add(Cadena);' - '}' - 'end;' - '' - 'procedure NombreEmpresaOnBeforePrint(Sender: TfrxComponent);' - 'begin' - '{ NombreEmpresa.Lines.Clear;' - ' NombreEmpresa.Lines.Add();' - '}' - 'end;' - '' - 'procedure Memo35OnBeforePrint(Sender: TfrxComponent);' - 'begin' - - '{ if not then ' + - ' ' - ' Memo35.Lines.Clear;} ' - 'end;' - '' - 'procedure Memo36OnBeforePrint(Sender: TfrxComponent);' - 'begin' - - '{ if not then ' + - ' ' - ' Memo36.Lines.Clear;} ' - 'end;' - '' - 'procedure Memo6OnBeforePrint(Sender: TfrxComponent);' - 'begin' - - '{ if not then ' + - ' ' - ' Memo6.Lines.Clear;} ' - 'end;' - '' - 'procedure PageHeader2OnBeforePrint(Sender: TfrxComponent);' - 'begin' - ' if not Engine.FinalPass then' - ' Set('#39'TotalPaginas'#39', ( + 1));' - '' - ' if Engine.FinalPass then' - ' Set('#39'Pagina'#39', ( + 1)); ' - 'end;' - '' - 'procedure frxReportOnStartReport(Sender: TfrxComponent);' - 'begin' - ' Set('#39'Pagina'#39', 0);' - ' Set('#39'TotalPaginas'#39', 0); ' - 'end;' - '' - 'procedure Memo21OnBeforePrint(Sender: TfrxComponent);' - 'begin' - ' if ( = '#39'D'#39') then' - ' begin ' - ' Memo21.Lines.Clear;' - ' Memo21.Lines.Add('#39'ORDEN DE DEVOLUCION'#39');' - ' end; ' - 'end;' - '' - 'begin' - '' - 'end.') - ShowProgress = False - StoreInDFM = False - OnGetValue = frxReportGetValue - OnStartReport = 'frxReportOnStartReport' - Left = 145 - Top = 16 - end - object frxDBCabecera: TfrxDBDataset - UserName = 'frxDBCabecera' - CloseDataSource = False - DataSource = DADSCabecera - BCDToCurrency = False - Left = 264 - Top = 16 - end - object frxDBDetalles: TfrxDBDataset - UserName = 'frxDBDetalles' - CloseDataSource = False - DataSource = DADSDetalles - BCDToCurrency = False - Left = 344 - Top = 16 - end - object IBDatabase1: TIBDatabase - DatabaseName = 'C:\Codigo Tecsitel\Database\FACTUGES.FDB' - Params.Strings = ( - 'user_name=sysdba' - 'password=masterkey' - 'lc_ctype=ISO8859_1') - LoginPrompt = False - DefaultTransaction = IBTransaction1 - Left = 40 - Top = 256 - end - object IBTransaction1: TIBTransaction - Left = 40 - Top = 312 - end - object DataSource1: TDataSource - DataSet = cabecera - Left = 176 - Top = 256 - end - object DataSource3: TDataSource - DataSet = detalles - Left = 176 - Top = 320 - end - object detalles: TIBQuery - Database = IBDatabase1 - Transaction = IBTransaction1 - SQL.Strings = ( - - 'SELECT ALBARANES_PROVEEDOR_DETALLES.ID, ALBARANES_PROVEEDOR_DETA' + - 'LLES.ID_ALBARAN,' - - ' ALBARANES_PROVEEDOR_DETALLES.POSICION, ALBARANES_PROVEEDO' + - 'R_DETALLES.TIPO_DETALLE,' - - ' F_RTFTOTEXT(ALBARANES_PROVEEDOR_DETALLES.CONCEPTO) as CON' + - 'CEPTO, ALBARANES_PROVEEDOR_DETALLES.CANTIDAD,' - ' ALBARANES_PROVEEDOR_DETALLES.UNIDAD_MEDIDA,' - - ' ALBARANES_PROVEEDOR_DETALLES.IMPORTE_UNIDAD, ALBARANES_PR' + - 'OVEEDOR_DETALLES.IMPORTE_TOTAL,' - ' ARTICULOS.REFERENCIA' - 'FROM ALBARANES_PROVEEDOR_DETALLES' - - ' LEFT JOIN ARTICULOS ON (ALBARANES_PROVEEDOR_DETALLES.ID_ART' + - 'ICULO = ARTICULOS.ID)' - 'WHERE' - ' ID_ALBARAN = :ID_ALBARAN AND (VISIBLE <> 0)' - 'ORDER BY ID_ALBARAN, POSICION') - Left = 112 - Top = 320 - ParamData = < - item - DataType = ftUnknown - Name = 'ID_ALBARAN' - ParamType = ptUnknown - end> - object detallesID: TIntegerField - FieldName = 'ID' - Origin = '"ALBARANES_CLIENTE_DETALLES"."ID"' - ProviderFlags = [pfInUpdate, pfInWhere, pfInKey] - Required = True - end - object detallesID_ALBARAN: TIntegerField - FieldName = 'ID_ALBARAN' - Origin = '"ALBARANES_CLIENTE_DETALLES"."ID_ALBARAN"' - Required = True - end - object detallesPOSICION: TIntegerField - FieldName = 'POSICION' - Origin = '"ALBARANES_CLIENTE_DETALLES"."POSICION"' - end - object detallesTIPO_DETALLE: TIBStringField - FieldName = 'TIPO_DETALLE' - Origin = '"ALBARANES_CLIENTE_DETALLES"."TIPO_DETALLE"' - Size = 10 - end - object detallesCONCEPTO: TIBStringField - FieldName = 'CONCEPTO' - Origin = '"ALBARANES_CLIENTE_DETALLES"."CONCEPTO"' - Size = 254 - end - object detallesCANTIDAD: TIntegerField - FieldName = 'CANTIDAD' - Origin = '"ALBARANES_CLIENTE_DETALLES"."CANTIDAD"' - end - object detallesIMPORTE_UNIDAD: TIBBCDField - FieldName = 'IMPORTE_UNIDAD' - Origin = '"ALBARANES_CLIENTE_DETALLES"."IMPORTE_UNIDAD"' - Precision = 18 - Size = 2 - end - object detallesIMPORTE_TOTAL: TIBBCDField - FieldName = 'IMPORTE_TOTAL' - Origin = '"ALBARANES_CLIENTE_DETALLES"."IMPORTE_TOTAL"' - Precision = 18 - Size = 2 - end - object detallesREFERENCIA: TIBStringField - FieldName = 'REFERENCIA' - Origin = '"ARTICULOS"."REFERENCIA"' - Size = 255 - end - end - object cabecera: TIBQuery - Database = IBDatabase1 - Transaction = IBTransaction1 - SQL.Strings = ( - 'SELECT' - ' V_ALBARANES_PROVEEDOR.ID, V_ALBARANES_PROVEEDOR.ID_EMPRESA,' - ' V_ALBARANES_PROVEEDOR.ID_PROVEEDOR,' - ' V_ALBARANES_PROVEEDOR.FECHA_ALBARAN,' - ' V_ALBARANES_PROVEEDOR.REFERENCIA,' - ' V_ALBARANES_PROVEEDOR.REFERENCIA_PROVEEDOR,' - ' V_ALBARANES_PROVEEDOR.OBSERVACIONES,' - ' CONTACTOS.NIF_CIF, CONTACTOS.NOMBRE,' - ' V_ALBARANES_PROVEEDOR.PERSONA_CONTACTO,' - - ' COALESCE(CONTACTOS_DIRECCIONES.CALLE, CONTACTOS.CALLE) AS CALL' + - 'E,' - - ' COALESCE(CONTACTOS_DIRECCIONES.POBLACION, CONTACTOS.POBLACION)' + - ' AS POBLACION,' - - ' COALESCE(CONTACTOS_DIRECCIONES.PROVINCIA, CONTACTOS.PROVINCIA)' + - ' AS PROVINCIA,' - - ' COALESCE(CONTACTOS_DIRECCIONES.CODIGO_POSTAL, CONTACTOS.CODIGO' + - '_POSTAL) AS CODIGO_POSTAL' - 'FROM' - ' V_ALBARANES_PROVEEDOR' - - ' INNER JOIN CONTACTOS ON (CONTACTOS.ID = V_ALBARANES_PROVEEDOR.' + - 'ID_PROVEEDOR)' - - ' LEFT OUTER JOIN CONTACTOS_DIRECCIONES ON (CONTACTOS_DIRECCIONE' + - 'S.ID = V_ALBARANES_PROVEEDOR.ID_DIRECCION)' - 'WHERE V_ALBARANES_PROVEEDOR.ID = 11') - Left = 112 - Top = 256 - end - object tbl_Cabecera: TDAMemDataTable - RemoteUpdatesOptions = [] - Fields = < - item - Name = 'ID' - DataType = datInteger - InPrimaryKey = True - end - item - Name = 'ID_EMPRESA' - DataType = datInteger - end - item - Name = 'ID_PROVEEDOR' - DataType = datInteger - end - item - Name = 'FECHA_ALBARAN' - DataType = datDateTime - end - item - Name = 'REFERENCIA' - DataType = datString - Size = 255 - end - item - Name = 'REFERENCIA_PROVEEDOR' - DataType = datString - Size = 255 - end - item - Name = 'NIF_CIF' - DataType = datString - Size = 15 - end - item - Name = 'NOMBRE' - DataType = datString - Size = 255 - end - item - Name = 'PERSONA_CONTACTO' - DataType = datString - Size = 255 - end - item - Name = 'CALLE' - DataType = datString - Size = 255 - end - item - Name = 'POBLACION' - DataType = datString - Size = 255 - end - item - Name = 'PROVINCIA' - DataType = datString - Size = 255 - end - item - Name = 'CODIGO_POSTAL' - DataType = datString - Size = 10 - end> - Params = < - item - Name = 'ID' - DataType = datInteger - Value = '11' - ParamType = daptInput - end> - LogChanges = False - StreamingOptions = [soDisableEventsWhileStreaming] - RemoteFetchEnabled = False - LocalSchema = schReport - LocalDataStreamer = DABin2DataStreamer1 - LogicalName = 'Informe_Cabecera' - IndexDefs = <> - Left = 264 - Top = 128 - end - object tbl_Detalles: TDAMemDataTable - RemoteUpdatesOptions = [] - Fields = < - item - Name = 'ID' - DataType = datInteger - InPrimaryKey = True - end - item - Name = 'ID_ALBARAN' - DataType = datInteger - end - item - Name = 'POSICION' - DataType = datInteger - end - item - Name = 'TIPO_DETALLE' - DataType = datString - Size = 25 - end - item - Name = 'CONCEPTO' - DataType = datString - Size = 32765 - end - item - Name = 'CANTIDAD' - DataType = datFloat - end - item - Name = 'UNIDAD_MEDIDA' - DataType = datString - Size = 255 - end - item - Name = 'IMPORTE_UNIDAD' - DataType = datCurrency - end - item - Name = 'IMPORTE_TOTAL' - DataType = datCurrency - end - item - Name = 'REFERENCIA' - DataType = datString - Size = 255 - end> - Params = < - item - Name = 'ID_ALBARAN' - DataType = datInteger - Value = '11' - ParamType = daptInput - end> - MasterParamsMappings.Strings = ( - 'ID_ALBARAN=ID') - LogChanges = False - StreamingOptions = [soDisableEventsWhileStreaming] - RemoteFetchEnabled = False - LocalSchema = schReport - LocalDataStreamer = DABin2DataStreamer1 - DetailFields = 'ID_ALBARAN' - LogicalName = 'Informe_Detalles' - IndexDefs = <> - Left = 344 - Top = 128 - end - object frxPDFExport1: TfrxPDFExport - ShowDialog = False - UseFileCache = True - ShowProgress = False - OverwritePrompt = False - PrintOptimized = True - Outline = False - Background = False - HTMLTags = True - Author = 'FactuGES' - Subject = 'FactuGES' - Creator = 'FactuGES' - ProtectionFlags = [ePrint, eModify, eCopy, eAnnot] - HideToolbar = False - HideMenubar = False - HideWindowUI = False - FitWindow = False - CenterWindow = False - PrintScaling = False - Left = 344 - Top = 304 - end - object DABin2DataStreamer1: TDABin2DataStreamer - Left = 48 - Top = 88 - end -end diff --git a/Source/Modulos/Albaranes de proveedor/Views/AlbaranesProveedor_view.cfg.bak b/Source/Modulos/Albaranes de proveedor/Views/AlbaranesProveedor_view.cfg.bak deleted file mode 100644 index 5aa842f..0000000 --- a/Source/Modulos/Albaranes de proveedor/Views/AlbaranesProveedor_view.cfg.bak +++ /dev/null @@ -1,40 +0,0 @@ --$A8 --$B- --$C+ --$D- --$E- --$F- --$G+ --$H+ --$I+ --$J- --$K- --$L- --$M- --$N+ --$O+ --$P+ --$Q- --$R- --$S- --$T- --$U- --$V+ --$W- --$X+ --$Y- --$Z1 --cg --AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; --H+ --W+ --$M16384,1048576 --K$00400000 --E"C:\Codigo Tecsitel\Output\Debug" --LE"C:\Codigo Tecsitel\Output\Debug\Cliente" --LN"C:\Codigo Tecsitel\Source\Modulos\Lib" --U..\..\..\Lib;..\..\Lib;"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib";"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Imports";"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib\Indy10";"C:\Codigo Tecsitel\Lib";"C:\Codigo Tecsitel\Lib\RemObjects\RemObjects_SDK";"C:\Codigo Tecsitel\Lib\RemObjects\Data_Abstract";"C:\Codigo Tecsitel\Lib\CCPack";"C:\Codigo Tecsitel\Lib\CFPack";"C:\Codigo Tecsitel\Lib\GUISDK";"C:\Codigo Tecsitel\Lib\PluginSDK";"C:\Codigo Tecsitel\Lib\DevExpressVCL";"C:\Codigo Tecsitel\Lib\FastReport4";"C:\Codigo Tecsitel\Lib\JCL";"C:\Codigo Tecsitel\Lib\JVCL";"C:\Codigo Tecsitel\Lib\PngComponents";"C:\Codigo Tecsitel\Lib\cxIntl6";"C:\Codigo Tecsitel\Lib\cxIntlPrintSys3";"C:\Codigo Tecsitel\Lib\TB2k+TBX";"C:\Codigo Tecsitel\Lib\Mustangpeak\MPCommonLib";"C:\Codigo Tecsitel\Lib\Mustangpeak\EasyListview";"C:\Codigo Tecsitel\Lib\JSDialog";"C:\Codigo Tecsitel\Lib\UserControl";;"C:\Codigo Tecsitel\Source\Lib"; --O..\..\..\Lib;..\..\Lib;"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib";"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Imports";"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib\Indy10";"C:\Codigo Tecsitel\Lib";"C:\Codigo Tecsitel\Lib\RemObjects\RemObjects_SDK";"C:\Codigo Tecsitel\Lib\RemObjects\Data_Abstract";"C:\Codigo Tecsitel\Lib\CCPack";"C:\Codigo Tecsitel\Lib\CFPack";"C:\Codigo Tecsitel\Lib\GUISDK";"C:\Codigo Tecsitel\Lib\PluginSDK";"C:\Codigo Tecsitel\Lib\DevExpressVCL";"C:\Codigo Tecsitel\Lib\FastReport4";"C:\Codigo Tecsitel\Lib\JCL";"C:\Codigo Tecsitel\Lib\JVCL";"C:\Codigo Tecsitel\Lib\PngComponents";"C:\Codigo Tecsitel\Lib\cxIntl6";"C:\Codigo Tecsitel\Lib\cxIntlPrintSys3";"C:\Codigo Tecsitel\Lib\TB2k+TBX";"C:\Codigo Tecsitel\Lib\Mustangpeak\MPCommonLib";"C:\Codigo Tecsitel\Lib\Mustangpeak\EasyListview";"C:\Codigo Tecsitel\Lib\JSDialog";"C:\Codigo Tecsitel\Lib\UserControl";;"C:\Codigo Tecsitel\Source\Lib"; --I..\..\..\Lib;..\..\Lib;"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib";"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Imports";"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib\Indy10";"C:\Codigo Tecsitel\Lib";"C:\Codigo Tecsitel\Lib\RemObjects\RemObjects_SDK";"C:\Codigo Tecsitel\Lib\RemObjects\Data_Abstract";"C:\Codigo Tecsitel\Lib\CCPack";"C:\Codigo Tecsitel\Lib\CFPack";"C:\Codigo Tecsitel\Lib\GUISDK";"C:\Codigo Tecsitel\Lib\PluginSDK";"C:\Codigo Tecsitel\Lib\DevExpressVCL";"C:\Codigo Tecsitel\Lib\FastReport4";"C:\Codigo Tecsitel\Lib\JCL";"C:\Codigo Tecsitel\Lib\JVCL";"C:\Codigo Tecsitel\Lib\PngComponents";"C:\Codigo Tecsitel\Lib\cxIntl6";"C:\Codigo Tecsitel\Lib\cxIntlPrintSys3";"C:\Codigo Tecsitel\Lib\TB2k+TBX";"C:\Codigo Tecsitel\Lib\Mustangpeak\MPCommonLib";"C:\Codigo Tecsitel\Lib\Mustangpeak\EasyListview";"C:\Codigo Tecsitel\Lib\JSDialog";"C:\Codigo Tecsitel\Lib\UserControl";;"C:\Codigo Tecsitel\Source\Lib"; --R..\..\..\Lib;..\..\Lib;"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib";"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Imports";"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib\Indy10";"C:\Codigo Tecsitel\Lib";"C:\Codigo Tecsitel\Lib\RemObjects\RemObjects_SDK";"C:\Codigo Tecsitel\Lib\RemObjects\Data_Abstract";"C:\Codigo Tecsitel\Lib\CCPack";"C:\Codigo Tecsitel\Lib\CFPack";"C:\Codigo Tecsitel\Lib\GUISDK";"C:\Codigo Tecsitel\Lib\PluginSDK";"C:\Codigo Tecsitel\Lib\DevExpressVCL";"C:\Codigo Tecsitel\Lib\FastReport4";"C:\Codigo Tecsitel\Lib\JCL";"C:\Codigo Tecsitel\Lib\JVCL";"C:\Codigo Tecsitel\Lib\PngComponents";"C:\Codigo Tecsitel\Lib\cxIntl6";"C:\Codigo Tecsitel\Lib\cxIntlPrintSys3";"C:\Codigo Tecsitel\Lib\TB2k+TBX";"C:\Codigo Tecsitel\Lib\Mustangpeak\MPCommonLib";"C:\Codigo Tecsitel\Lib\Mustangpeak\EasyListview";"C:\Codigo Tecsitel\Lib\JSDialog";"C:\Codigo Tecsitel\Lib\UserControl";;"C:\Codigo Tecsitel\Source\Lib"; --GD diff --git a/Source/Modulos/Facturas de cliente/Reports/uRptFacturasCliente_Server.dfm.bak b/Source/Modulos/Facturas de cliente/Reports/uRptFacturasCliente_Server.dfm.bak deleted file mode 100644 index 17eaa57..0000000 --- a/Source/Modulos/Facturas de cliente/Reports/uRptFacturasCliente_Server.dfm.bak +++ /dev/null @@ -1,2184 +0,0 @@ -object RptFacturasCliente: TRptFacturasCliente - OldCreateOrder = True - OnCreate = DataModuleCreate - OnDestroy = DataModuleDestroy - Height = 513 - Width = 933 - object schReport: TDASchema - ConnectionManager = dmServer.ConnectionManager - Datasets = < - item - Params = < - item - Name = 'ID' - DataType = datInteger - Value = '1' - ParamType = daptInput - end> - Statements = < - item - Connection = 'IBX' - SQL = - 'select'#10' v_facturas_cliente.id, v_facturas_cliente.id_empresa,'#10 + - ' v_facturas_cliente.referencia, v_facturas_cliente.tipo,'#10' v_' + - 'facturas_cliente.fecha_factura, v_facturas_cliente.fecha_VENCIMI' + - 'ENTO,'#10' v_facturas_cliente.base_imponible,'#10' v_facturas_client' + - 'e.situacion, v_facturas_cliente.descuento,'#10' v_facturas_cliente' + - '.importe_descuento, v_facturas_cliente.iva,'#10' v_facturas_client' + - 'e.importe_iva, v_facturas_cliente.re,'#10' v_facturas_cliente.impo' + - 'rte_re, v_facturas_cliente.importe_total,'#10' v_facturas_cliente.' + - 'observaciones, v_facturas_cliente.nif_cif,'#10' v_facturas_cliente' + - '.id_cliente, v_facturas_cliente.nombre,'#10' v_facturas_cliente.ca' + - 'lle, v_facturas_cliente.provincia,'#10' v_facturas_cliente.poblaci' + - 'on, v_facturas_cliente.codigo_postal,'#10' v_facturas_cliente.reca' + - 'rgo_equivalencia, v_facturas_cliente.importe_neto,'#10' v_facturas' + - '_cliente.importe_porte, formas_pago.descripcion as FORMA_PAGO,'#10' ' + - ' v_facturas_cliente.DATOS_BANCARIOS, v_facturas_cliente.RETENCI' + - 'ON, v_facturas_cliente.IMPORTE_RETENCION'#10'from v_facturas_cliente' + - #10' left outer join formas_pago on (formas_pago.id = v_facturas_' + - 'cliente.id_forma_pago)'#10'WHERE V_FACTURAS_CLIENTE.ID = :ID'#10 - StatementType = stSQL - ColumnMappings = < - item - DatasetField = 'ID' - TableField = 'ID' - end - item - DatasetField = 'ID_EMPRESA' - TableField = 'ID_EMPRESA' - end - item - DatasetField = 'REFERENCIA' - TableField = 'REFERENCIA' - end - item - DatasetField = 'TIPO' - TableField = 'TIPO' - end - item - DatasetField = 'FECHA_FACTURA' - TableField = 'FECHA_FACTURA' - end - item - DatasetField = 'BASE_IMPONIBLE' - TableField = 'BASE_IMPONIBLE' - end - item - DatasetField = 'SITUACION' - TableField = 'SITUACION' - end - item - DatasetField = 'DESCUENTO' - TableField = 'DESCUENTO' - end - item - DatasetField = 'IMPORTE_DESCUENTO' - TableField = 'IMPORTE_DESCUENTO' - end - item - DatasetField = 'IVA' - TableField = 'IVA' - end - item - DatasetField = 'IMPORTE_IVA' - TableField = 'IMPORTE_IVA' - end - item - DatasetField = 'RE' - TableField = 'RE' - end - item - DatasetField = 'IMPORTE_RE' - TableField = 'IMPORTE_RE' - end - item - DatasetField = 'IMPORTE_TOTAL' - TableField = 'IMPORTE_TOTAL' - end - item - DatasetField = 'OBSERVACIONES' - TableField = 'OBSERVACIONES' - end - item - DatasetField = 'NIF_CIF' - TableField = 'NIF_CIF' - end - item - DatasetField = 'ID_CLIENTE' - TableField = 'ID_CLIENTE' - end - item - DatasetField = 'NOMBRE' - TableField = 'NOMBRE' - end - item - DatasetField = 'CALLE' - TableField = 'CALLE' - end - item - DatasetField = 'PROVINCIA' - TableField = 'PROVINCIA' - end - item - DatasetField = 'POBLACION' - TableField = 'POBLACION' - end - item - DatasetField = 'CODIGO_POSTAL' - TableField = 'CODIGO_POSTAL' - end - item - DatasetField = 'RECARGO_EQUIVALENCIA' - TableField = 'RECARGO_EQUIVALENCIA' - end - item - DatasetField = 'IMPORTE_NETO' - TableField = 'IMPORTE_NETO' - end - item - DatasetField = 'IMPORTE_PORTE' - TableField = 'IMPORTE_PORTE' - end - item - DatasetField = 'FORMA_PAGO' - TableField = 'FORMA_PAGO' - end - item - DatasetField = 'DATOS_BANCARIOS' - TableField = 'DATOS_BANCARIOS' - end - item - DatasetField = 'FECHA_VENCIMIENTO' - TableField = 'FECHA_VENCIMIENTO' - end - item - DatasetField = 'RETENCION' - TableField = 'RETENCION' - end - item - DatasetField = 'IMPORTE_RETENCION' - TableField = 'IMPORTE_RETENCION' - end> - end> - Name = 'InformeFacturasCliente' - Fields = < - item - Name = 'ID' - DataType = datInteger - DictionaryEntry = 'FacturasCliente_ID' - InPrimaryKey = True - end - item - Name = 'ID_EMPRESA' - DataType = datInteger - DictionaryEntry = 'FacturasCliente_ID_EMPRESA' - end - item - Name = 'REFERENCIA' - DataType = datString - Size = 255 - DictionaryEntry = 'FacturasCliente_REFERENCIA' - end - item - Name = 'TIPO' - DataType = datString - Size = 1 - end - item - Name = 'FECHA_FACTURA' - DataType = datDateTime - DictionaryEntry = 'FacturasCliente_FECHA_FACTURA' - end - item - Name = 'FECHA_VENCIMIENTO' - DataType = datDateTime - end - item - Name = 'BASE_IMPONIBLE' - DataType = datCurrency - DictionaryEntry = 'FacturasCliente_BASE_IMPONIBLE' - end - item - Name = 'SITUACION' - DataType = datString - Size = 19 - end - item - Name = 'DESCUENTO' - DataType = datFloat - DictionaryEntry = 'FacturasCliente_DESCUENTO' - end - item - Name = 'IMPORTE_DESCUENTO' - DataType = datCurrency - DictionaryEntry = 'FacturasCliente_IMPORTE_DESCUENTO' - end - item - Name = 'IVA' - DataType = datFloat - DictionaryEntry = 'FacturasCliente_IVA' - end - item - Name = 'IMPORTE_IVA' - DataType = datCurrency - DictionaryEntry = 'FacturasCliente_IMPORTE_IVA' - end - item - Name = 'RE' - DataType = datFloat - end - item - Name = 'IMPORTE_RE' - DataType = datCurrency - end - item - Name = 'IMPORTE_TOTAL' - DataType = datCurrency - DictionaryEntry = 'FacturasCliente_IMPORTE_TOTAL' - end - item - Name = 'OBSERVACIONES' - DataType = datMemo - DictionaryEntry = 'FacturasCliente_OBSERVACIONES' - end - item - Name = 'NIF_CIF' - DataType = datString - Size = 15 - DictionaryEntry = 'FacturasCliente_NIF_CIF' - end - item - Name = 'ID_CLIENTE' - DataType = datInteger - DictionaryEntry = 'FacturasCliente_ID_CLIENTE' - end - item - Name = 'NOMBRE' - DataType = datString - Size = 255 - DictionaryEntry = 'FacturasCliente_NOMBRE' - end - item - Name = 'CALLE' - DataType = datString - Size = 255 - DictionaryEntry = 'FacturasCliente_CALLE' - end - item - Name = 'PROVINCIA' - DataType = datString - Size = 255 - DictionaryEntry = 'FacturasCliente_PROVINCIA' - end - item - Name = 'POBLACION' - DataType = datString - Size = 255 - DictionaryEntry = 'FacturasCliente_POBLACION' - end - item - Name = 'CODIGO_POSTAL' - DataType = datString - Size = 10 - DictionaryEntry = 'FacturasCliente_CODIGO_POSTAL' - end - item - Name = 'RECARGO_EQUIVALENCIA' - DataType = datSmallInt - end - item - Name = 'IMPORTE_NETO' - DataType = datCurrency - end - item - Name = 'IMPORTE_PORTE' - DataType = datCurrency - end - item - Name = 'FORMA_PAGO' - DataType = datString - Size = 255 - end - item - Name = 'DATOS_BANCARIOS' - DataType = datString - Size = 255 - end - item - Name = 'RETENCION' - DataType = datFloat - end - item - Name = 'IMPORTE_RETENCION' - DataType = datCurrency - end> - ReadOnly = True - end - item - Params = < - item - Name = 'ID_FACTURA' - DataType = datInteger - Value = '2' - ParamType = daptInput - end> - Statements = < - item - Connection = 'IBX' - SQL = - 'SELECT'#10' DET.ID, DET.ID_FACTURA, DET.POSICION, DET.TIPO_DETALL' + - 'E, ARTICULOS.REFERENCIA,'#10' DET.CONCEPTO, DET.CANTIDAD, DET.UNI' + - 'DAD_MEDIDA, DET.IMPORTE_UNIDAD,'#10' DET.DESCUENTO, DET.IMPORTE_T' + - 'OTAL, DET.VISIBLE'#10'FROM FACTURAS_CLIENTE_DETALLES AS DET'#10'LEFT OUT' + - 'ER JOIN ARTICULOS ON (ARTICULOS.ID = DET.ID_ARTICULO)'#10'WHERE DET.' + - 'ID_FACTURA = :ID_FACTURA AND DET.VISIBLE = 1 AND {Where}'#10'ORDER B' + - 'Y DET.ID_FACTURA, DET.POSICION;'#10 - StatementType = stSQL - ColumnMappings = < - item - DatasetField = 'ID' - TableField = 'ID' - end - item - DatasetField = 'ID_FACTURA' - TableField = 'ID_FACTURA' - end - item - DatasetField = 'POSICION' - TableField = 'POSICION' - end - item - DatasetField = 'TIPO_DETALLE' - TableField = 'TIPO_DETALLE' - end - item - DatasetField = 'REFERENCIA' - TableField = 'REFERENCIA' - end - item - DatasetField = 'CONCEPTO' - TableField = 'CONCEPTO' - end - item - DatasetField = 'CANTIDAD' - TableField = 'CANTIDAD' - end - item - DatasetField = 'UNIDAD_MEDIDA' - TableField = 'UNIDAD_MEDIDA' - end - item - DatasetField = 'IMPORTE_UNIDAD' - TableField = 'IMPORTE_UNIDAD' - end - item - DatasetField = 'DESCUENTO' - TableField = 'DESCUENTO' - end - item - DatasetField = 'IMPORTE_TOTAL' - TableField = 'IMPORTE_TOTAL' - end - item - DatasetField = 'VISIBLE' - TableField = 'VISIBLE' - end> - end> - Name = 'InformeFacturasCliente_Detalles' - Fields = < - item - Name = 'ID' - DataType = datInteger - InPrimaryKey = True - end - item - Name = 'ID_FACTURA' - DataType = datInteger - end - item - Name = 'POSICION' - DataType = datInteger - end - item - Name = 'TIPO_DETALLE' - DataType = datString - Size = 25 - end - item - Name = 'REFERENCIA' - DataType = datString - Size = 255 - end - item - Name = 'CONCEPTO' - DataType = datString - Size = 2000 - end - item - Name = 'CANTIDAD' - DataType = datFloat - end - item - Name = 'UNIDAD_MEDIDA' - DataType = datString - Size = 255 - end - item - Name = 'IMPORTE_UNIDAD' - DataType = datCurrency - end - item - Name = 'DESCUENTO' - DataType = datFloat - end - item - Name = 'IMPORTE_TOTAL' - DataType = datCurrency - end - item - Name = 'VISIBLE' - DataType = datSmallInt - end> - end - item - Params = < - item - Name = 'ID_FACTURA' - Value = '' - ParamType = daptInput - end> - Statements = < - item - Connection = 'IBX' - SQL = - 'SELECT'#10' V_RECIBOS_CLIENTE.ID_FACTURA, V_RECIBOS_CLIENTE.FECHA' + - '_VENCIMIENTO, V_RECIBOS_CLIENTE.IMPORTE_TOTAL'#10'FROM V_RECIBOS_CLI' + - 'ENTE'#10'WHERE V_RECIBOS_CLIENTE.ID_FACTURA = :ID_FACTURA'#10'ORDER BY V' + - '_RECIBOS_CLIENTE.FECHA_VENCIMIENTO'#10 - StatementType = stSQL - ColumnMappings = < - item - DatasetField = 'ID_FACTURA' - TableField = 'ID_FACTURA' - end - item - DatasetField = 'FECHA_VENCIMIENTO' - TableField = 'FECHA_VENCIMIENTO' - end - item - DatasetField = 'IMPORTE_TOTAL' - TableField = 'IMPORTE_TOTAL' - end> - end> - Name = 'InformeFacturasCliente_Vencimientos' - Fields = < - item - Name = 'ID_FACTURA' - DataType = datInteger - end - item - Name = 'FECHA_VENCIMIENTO' - DataType = datDateTime - end - item - Name = 'IMPORTE_TOTAL' - DataType = datCurrency - end> - end - item - Params = <> - Statements = < - item - Connection = 'IBX' - TargetTable = 'V_FACTURAS_CLIENTE' - SQL = - 'select ID_EMPRESA,'#10'extract (year from fecha_factura) as ANO,'#10'ext' + - 'ract (month from fecha_factura) as MES,'#10'case'#10'when extract (month' + - ' from fecha_factura) = 1 then '#39'ENERO - '#39' || extract (year from f' + - 'echa_factura)'#10'when extract (month from fecha_factura) = 2 then '#39 + - 'FEBRERO - '#39' || extract (year from fecha_factura)'#10'when extract (m' + - 'onth from fecha_factura) = 3 then '#39'MARZO - '#39' || extract (year fr' + - 'om fecha_factura)'#10'when extract (month from fecha_factura) = 4 th' + - 'en '#39'ABRIL - '#39' || extract (year from fecha_factura)'#10'when extract ' + - '(month from fecha_factura) = 5 then '#39'MAYO - '#39' || extract (year f' + - 'rom fecha_factura)'#10'when extract (month from fecha_factura) = 6 t' + - 'hen '#39'JUNIO - '#39' || extract (year from fecha_factura)'#10'when extract' + - ' (month from fecha_factura) = 7 then '#39'JULIO - '#39' || extract (year' + - ' from fecha_factura)'#10'when extract (month from fecha_factura) = 8' + - ' then '#39'AGOSTO - '#39' || extract (year from fecha_factura)'#10'when extr' + - 'act (month from fecha_factura) = 9 then '#39'SEPTIEMBRE - '#39' || extra' + - 'ct (year from fecha_factura)'#10'when extract (month from fecha_fact' + - 'ura) = 10 then '#39'OCTUBRE - '#39' || extract (year from fecha_factura)' + - #10'when extract (month from fecha_factura) = 11 then '#39'NOVIEMBRE - ' + - #39' || extract (year from fecha_factura)'#10'when extract (month from ' + - 'fecha_factura) = 12 then '#39'DICIEMBRE - '#39' || extract (year from fe' + - 'cha_factura)'#10'end as TITULO,'#10'REFERENCIA, ID_CLIENTE, NOMBRE, SIT' + - 'UACION, NIF_CIF, FECHA_FACTURA, fecha_vencimiento, BASE_IMPONIBL' + - 'E, IMPORTE_IVA, IMPORTE_TOTAL'#10#10'from V_facturas_cliente'#10'where {wh' + - 'ere}'#10'order by ANO, MES, FECHA_FACTURA, NOMBRE'#10#10 - StatementType = stSQL - ColumnMappings = < - item - DatasetField = 'ID_EMPRESA' - TableField = 'ID_EMPRESA' - end - item - DatasetField = 'MES' - TableField = '' - SQLOrigin = 'MES' - end - item - DatasetField = 'TITULO' - TableField = '' - SQLOrigin = 'TITULO' - end - item - DatasetField = 'REFERENCIA' - TableField = 'REFERENCIA' - end - item - DatasetField = 'ID_CLIENTE' - TableField = 'ID_CLIENTE' - end - item - DatasetField = 'NOMBRE' - TableField = 'NOMBRE' - end - item - DatasetField = 'SITUACION' - TableField = 'SITUACION' - end - item - DatasetField = 'NIF_CIF' - TableField = 'NIF_CIF' - end - item - DatasetField = 'FECHA_FACTURA' - TableField = 'FECHA_FACTURA' - end - item - DatasetField = 'BASE_IMPONIBLE' - TableField = 'BASE_IMPONIBLE' - end - item - DatasetField = 'IMPORTE_IVA' - TableField = 'IMPORTE_IVA' - end - item - DatasetField = 'IMPORTE_TOTAL' - TableField = 'IMPORTE_TOTAL' - end - item - DatasetField = 'ANO' - TableField = '' - SQLOrigin = 'ANO' - end - item - DatasetField = 'FECHA_VENCIMIENTO' - TableField = 'FECHA_VENCIMIENTO' - end> - end> - Name = 'InformeListadoFacturas' - Fields = < - item - Name = 'ID_EMPRESA' - DataType = datInteger - end - item - Name = 'ANO' - DataType = datSmallInt - end - item - Name = 'MES' - DataType = datSmallInt - end - item - Name = 'TITULO' - DataType = datString - Size = 19 - end - item - Name = 'REFERENCIA' - DataType = datString - Size = 255 - end - item - Name = 'ID_CLIENTE' - DataType = datInteger - end - item - Name = 'NOMBRE' - DataType = datString - Size = 255 - end - item - Name = 'SITUACION' - DataType = datString - Size = 19 - end - item - Name = 'NIF_CIF' - DataType = datString - Size = 15 - end - item - Name = 'FECHA_FACTURA' - DataType = datDateTime - end - item - Name = 'FECHA_VENCIMIENTO' - DataType = datDateTime - end - item - Name = 'BASE_IMPONIBLE' - DataType = datCurrency - end - item - Name = 'IMPORTE_IVA' - DataType = datCurrency - end - item - Name = 'IMPORTE_TOTAL' - DataType = datCurrency - end> - end - item - Params = <> - Statements = < - item - Connection = 'IBX' - TargetTable = 'V_FACTURAS_CLIENTE' - SQL = - 'select ID_EMPRESA,'#10'extract (year from fecha_vencimiento) as ANO,' + - #10'extract (month from fecha_vencimiento) as MES,'#10'case'#10'when extrac' + - 't (month from fecha_vencimiento) = 1 then '#39'ENERO - '#39' || extract ' + - '(year from fecha_vencimiento)'#10'when extract (month from fecha_ven' + - 'cimiento) = 2 then '#39'FEBRERO - '#39' || extract (year from fecha_venc' + - 'imiento)'#10'when extract (month from fecha_vencimiento) = 3 then '#39'M' + - 'ARZO - '#39' || extract (year from fecha_vencimiento)'#10'when extract (' + - 'month from fecha_vencimiento) = 4 then '#39'ABRIL - '#39' || extract (ye' + - 'ar from fecha_vencimiento)'#10'when extract (month from fecha_vencim' + - 'iento) = 5 then '#39'MAYO - '#39' || extract (year from fecha_vencimient' + - 'o)'#10'when extract (month from fecha_vencimiento) = 6 then '#39'JUNIO -' + - ' '#39' || extract (year from fecha_vencimiento)'#10'when extract (month ' + - 'from fecha_vencimiento) = 7 then '#39'JULIO - '#39' || extract (year fro' + - 'm fecha_vencimiento)'#10'when extract (month from fecha_vencimiento)' + - ' = 8 then '#39'AGOSTO - '#39' || extract (year from fecha_vencimiento)'#10'w' + - 'hen extract (month from fecha_vencimiento) = 9 then '#39'SEPTIEMBRE ' + - '- '#39' || extract (year from fecha_vencimiento)'#10'when extract (month' + - ' from fecha_vencimiento) = 10 then '#39'OCTUBRE - '#39' || extract (year' + - ' from fecha_vencimiento)'#10'when extract (month from fecha_vencimie' + - 'nto) = 11 then '#39'NOVIEMBRE - '#39' || extract (year from fecha_vencim' + - 'iento)'#10'when extract (month from fecha_vencimiento) = 12 then '#39'DI' + - 'CIEMBRE - '#39' || extract (year from fecha_vencimiento)'#10'end as TITU' + - 'LO,'#10'REFERENCIA, ID_CLIENTE, NOMBRE, SITUACION, NIF_CIF, fecha_f' + - 'actura, fecha_vencimiento, BASE_IMPONIBLE, IMPORTE_IVA, IMPORTE_' + - 'TOTAL'#10#10'from V_facturas_cliente'#10'where {where}'#10'order by ANO, MES, ' + - 'fecha_vencimiento, NOMBRE'#10#10 - StatementType = stSQL - ColumnMappings = < - item - DatasetField = 'ID_EMPRESA' - TableField = 'ID_EMPRESA' - end - item - DatasetField = 'ANO' - TableField = '' - SQLOrigin = 'ANO' - end - item - DatasetField = 'MES' - TableField = '' - SQLOrigin = 'MES' - end - item - DatasetField = 'TITULO' - TableField = '' - SQLOrigin = 'TITULO' - end - item - DatasetField = 'REFERENCIA' - TableField = 'REFERENCIA' - end - item - DatasetField = 'ID_CLIENTE' - TableField = 'ID_CLIENTE' - end - item - DatasetField = 'NOMBRE' - TableField = 'NOMBRE' - end - item - DatasetField = 'SITUACION' - TableField = 'SITUACION' - end - item - DatasetField = 'NIF_CIF' - TableField = 'NIF_CIF' - end - item - DatasetField = 'FECHA_FACTURA' - TableField = 'FECHA_FACTURA' - end - item - DatasetField = 'FECHA_VENCIMIENTO' - TableField = 'FECHA_VENCIMIENTO' - end - item - DatasetField = 'BASE_IMPONIBLE' - TableField = 'BASE_IMPONIBLE' - end - item - DatasetField = 'IMPORTE_IVA' - TableField = 'IMPORTE_IVA' - end - item - DatasetField = 'IMPORTE_TOTAL' - TableField = 'IMPORTE_TOTAL' - end> - end> - Name = 'InformeListadoFacturasPendientes' - Fields = < - item - Name = 'ID_EMPRESA' - DataType = datInteger - end - item - Name = 'ANO' - DataType = datSmallInt - end - item - Name = 'MES' - DataType = datSmallInt - end - item - Name = 'TITULO' - DataType = datString - Size = 19 - end - item - Name = 'REFERENCIA' - DataType = datString - Size = 255 - end - item - Name = 'ID_CLIENTE' - DataType = datInteger - end - item - Name = 'NOMBRE' - DataType = datString - Size = 255 - end - item - Name = 'SITUACION' - DataType = datString - Size = 19 - end - item - Name = 'NIF_CIF' - DataType = datString - Size = 15 - end - item - Name = 'FECHA_FACTURA' - DataType = datDateTime - end - item - Name = 'FECHA_VENCIMIENTO' - DataType = datDateTime - end - item - Name = 'BASE_IMPONIBLE' - DataType = datCurrency - end - item - Name = 'IMPORTE_IVA' - DataType = datCurrency - end - item - Name = 'IMPORTE_TOTAL' - DataType = datCurrency - end> - end - item - Params = <> - Statements = < - item - Connection = 'IBX' - TargetTable = 'V_FACTURAS_CLIENTE' - SQL = - 'select ID_EMPRESA,'#10'extract (year from fecha_factura) as ANO,'#10'ext' + - 'ract (month from fecha_factura) as MES,'#10'case'#10'when extract (month' + - ' from fecha_factura) = 1 then '#39'ENERO - '#39' || extract (year from f' + - 'echa_factura)'#10'when extract (month from fecha_factura) = 2 then '#39 + - 'FEBRERO - '#39' || extract (year from fecha_factura)'#10'when extract (m' + - 'onth from fecha_factura) = 3 then '#39'MARZO - '#39' || extract (year fr' + - 'om fecha_factura)'#10'when extract (month from fecha_factura) = 4 th' + - 'en '#39'ABRIL - '#39' || extract (year from fecha_factura)'#10'when extract ' + - '(month from fecha_factura) = 5 then '#39'MAYO - '#39' || extract (year f' + - 'rom fecha_factura)'#10'when extract (month from fecha_factura) = 6 t' + - 'hen '#39'JUNIO - '#39' || extract (year from fecha_factura)'#10'when extract' + - ' (month from fecha_factura) = 7 then '#39'JULIO - '#39' || extract (year' + - ' from fecha_factura)'#10'when extract (month from fecha_factura) = 8' + - ' then '#39'AGOSTO - '#39' || extract (year from fecha_factura)'#10'when extr' + - 'act (month from fecha_factura) = 9 then '#39'SEPTIEMBRE - '#39' || extra' + - 'ct (year from fecha_factura)'#10'when extract (month from fecha_fact' + - 'ura) = 10 then '#39'OCTUBRE - '#39' || extract (year from fecha_factura)' + - #10'when extract (month from fecha_factura) = 11 then '#39'NOVIEMBRE - ' + - #39' || extract (year from fecha_factura)'#10'when extract (month from ' + - 'fecha_factura) = 12 then '#39'DICIEMBRE - '#39' || extract (year from fe' + - 'cha_factura)'#10'end as TITULO,'#10'sum(BASE_IMPONIBLE) as BASE_IMPONIBL' + - 'E,'#10'sum(IMPORTE_IVA) as IMPORTE_IVA,'#10'sum(IMPORTE_TOTAL) AS IMPORT' + - 'E_TOTAL'#10'from V_facturas_cliente'#10'group by 1,2,3,4'#10'order by 1,2,3,' + - '4'#10 - StatementType = stSQL - ColumnMappings = < - item - DatasetField = 'ID_EMPRESA' - TableField = 'ID_EMPRESA' - end - item - DatasetField = 'ANO' - TableField = '' - SQLOrigin = 'ANO' - end - item - DatasetField = 'MES' - TableField = '' - SQLOrigin = 'MES' - end - item - DatasetField = 'TITULO' - TableField = '' - SQLOrigin = 'TITULO' - end - item - DatasetField = 'BASE_IMPONIBLE' - TableField = 'BASE_IMPONIBLE' - end - item - DatasetField = 'IMPORTE_IVA' - TableField = 'IMPORTE_IVA' - end - item - DatasetField = 'IMPORTE_TOTAL' - TableField = 'IMPORTE_TOTAL' - end> - end> - Name = 'InformeListadoFacturasResumen' - Fields = < - item - Name = 'ID_EMPRESA' - DataType = datInteger - end - item - Name = 'ANO' - DataType = datSmallInt - end - item - Name = 'MES' - DataType = datSmallInt - end - item - Name = 'TITULO' - DataType = datString - Size = 19 - end - item - Name = 'BASE_IMPONIBLE' - DataType = datCurrency - end - item - Name = 'IMPORTE_IVA' - DataType = datCurrency - end - item - Name = 'IMPORTE_TOTAL' - DataType = datCurrency - end> - end> - JoinDataTables = <> - UnionDataTables = <> - Commands = <> - RelationShips = <> - UpdateRules = <> - Version = 0 - Left = 48 - Top = 16 - end - object DataDictionary: TDADataDictionary - Fields = < - item - Name = 'FacturasCliente_ID' - DataType = datAutoInc - Required = True - DisplayLabel = 'ID' - end - item - Name = 'FacturasCliente_ID_EMPRESA' - DataType = datInteger - DisplayLabel = 'ID_EMPRESA' - end - item - Name = 'FacturasCliente_ID_CONTRATO' - DataType = datInteger - DisplayLabel = 'ID_CONTRATO' - end - item - Name = 'FacturasCliente_FECHA_FACTURA' - DataType = datDateTime - DisplayLabel = 'Fecha de las factura' - end - item - Name = 'FacturasCliente_VENCIMIENTO' - DataType = datInteger - DisplayLabel = 'Vencimiento' - end - item - Name = 'FacturasCliente_SITUACION' - DataType = datString - Size = 255 - DisplayLabel = 'Situaci'#243'n' - end - item - Name = 'FacturasCliente_BASE_IMPONIBLE' - DataType = datFloat - DisplayLabel = 'Base imponible' - Alignment = taRightJustify - end - item - Name = 'FacturasCliente_IMPORTE_DESCUENTO' - DataType = datFloat - DisplayLabel = 'Importe dto.' - Alignment = taRightJustify - end - item - Name = 'FacturasCliente_IMPORTE_IVA' - DataType = datFloat - DisplayLabel = 'Importe IVA' - Alignment = taRightJustify - end - item - Name = 'FacturasCliente_IMPORTE_TOTAL' - DataType = datFloat - DisplayLabel = 'Importe total' - Alignment = taRightJustify - end - item - Name = 'FacturasCliente_FORMA_PAGO' - DataType = datMemo - DisplayLabel = 'Forma de pago' - end - item - Name = 'FacturasCliente_ID_CLIENTE' - DataType = datInteger - DisplayLabel = 'ID_CLIENTE' - end - item - Name = 'FacturasCliente_NIF_CIF' - DataType = datString - Size = 15 - DisplayLabel = 'NIF/CIF' - end - item - Name = 'FacturasCliente_CODIGO_POSTAL' - DataType = datString - Size = 10 - DisplayLabel = 'C'#243'd. postal' - end - item - Name = 'FacturasCliente_FECHA_ALTA' - DataType = datDateTime - DisplayLabel = 'FECHA_ALTA' - end - item - Name = 'FacturasCliente_FECHA_MODIFICACION' - DataType = datDateTime - DisplayLabel = 'FECHA_MODIFICACION' - end - item - Name = 'FacturasCliente_OBSERVACIONES' - DataType = datMemo - DisplayLabel = 'Observaciones' - end - item - Name = 'FacturasCliente_NOMBRE' - DataType = datString - Size = 100 - DisplayLabel = 'Cliente' - end - item - Name = 'FacturasCliente_CALLE' - DataType = datString - Size = 150 - DisplayLabel = 'Direcci'#243'n' - end - item - Name = 'FacturasCliente_PROVINCIA' - DataType = datString - Size = 30 - DisplayLabel = 'Provincia' - end - item - Name = 'FacturasCliente_POBLACION' - DataType = datString - Size = 150 - DisplayLabel = 'Poblaci'#243'n' - end - item - Name = 'FacturasCliente_IVA' - DataType = datFloat - DisplayLabel = 'IVA' - end - item - Name = 'FacturasCliente_USUARIO' - DataType = datString - Size = 100 - DisplayLabel = 'USUARIO' - end - item - Name = 'FacturasCliente_REFERENCIA' - DataType = datString - Size = 20 - DisplayLabel = 'Referencia' - end - item - Name = 'FacturasCliente_DESCUENTO' - DataType = datFloat - DisplayLabel = 'Dto.' - end - item - Name = 'FacturasCliente_Detalles_ID' - DataType = datAutoInc - Required = True - DisplayLabel = 'ID' - end - item - Name = 'FacturasCliente_Detalles_ID_FACTURA' - DataType = datInteger - DisplayLabel = 'ID_FACTURA' - end - item - Name = 'FacturasCliente_Detalles_TIPO_DETALLE' - DataType = datString - Size = 25 - DisplayLabel = 'Tipo detalle' - end - item - Name = 'FacturasCliente_Detalles_CONCEPTO' - DataType = datString - Size = 2000 - DisplayLabel = 'Concepto' - end - item - Name = 'FacturasCliente_Detalles_IMPORTE_UNIDAD' - DataType = datFloat - DisplayLabel = 'Importe unidad' - Alignment = taRightJustify - end - item - Name = 'FacturasCliente_Detalles_IMPORTE_TOTAL' - DataType = datFloat - DisplayLabel = 'Importe total' - Alignment = taRightJustify - end - item - Name = 'FacturasCliente_Detalles_VISIBLE' - DataType = datInteger - DisplayLabel = #191'Visible?' - end - item - Name = 'FacturasCliente_Detalles_POSICION' - DataType = datInteger - DisplayLabel = 'Posici'#243'n' - end - item - Name = 'FacturasCliente_Detalles_CANTIDAD' - DataType = datInteger - DisplayLabel = 'Cantidad' - end> - Left = 46 - Top = 158 - end - object frxDBCabecera: TfrxDBDataset - UserName = 'frxDBCabecera' - CloseDataSource = False - DataSource = DADSCabecera - BCDToCurrency = False - Left = 264 - Top = 16 - end - object frxDBDetalles: TfrxDBDataset - UserName = 'frxDBDetalles' - CloseDataSource = False - DataSource = DADSDetalles - BCDToCurrency = False - Left = 344 - Top = 16 - end - object IBDatabase1: TIBDatabase - DatabaseName = 'C:\Codigo Tecsitel\Output\Debug\Database\FACTUGES.FDB' - Params.Strings = ( - 'user_name=sysdba' - 'password=masterkey' - 'lc_ctype=ISO8859_1') - LoginPrompt = False - DefaultTransaction = IBTransaction1 - Left = 48 - Top = 296 - end - object IBTransaction1: TIBTransaction - Left = 48 - Top = 352 - end - object DataSource1: TDataSource - DataSet = cabecera - Left = 216 - Top = 296 - end - object DataSource2: TDataSource - DataSet = detalles - Left = 216 - Top = 352 - end - object cabecera: TIBQuery - Database = IBDatabase1 - Transaction = IBTransaction1 - SQL.Strings = ( - 'select' - ' v_facturas_cliente.id, v_facturas_cliente.id_empresa,' - ' v_facturas_cliente.referencia, v_facturas_cliente.tipo,' - - ' v_facturas_cliente.fecha_factura, v_facturas_cliente.base_imp' + - 'onible,' - ' v_facturas_cliente.situacion, v_facturas_cliente.descuento,' - ' v_facturas_cliente.importe_descuento, v_facturas_cliente.iva,' - ' v_facturas_cliente.importe_iva, v_facturas_cliente.re,' - - ' v_facturas_cliente.importe_re, v_facturas_cliente.importe_tot' + - 'al,' - ' v_facturas_cliente.observaciones, v_facturas_cliente.nif_cif,' - ' v_facturas_cliente.id_cliente, v_facturas_cliente.nombre,' - ' v_facturas_cliente.calle, v_facturas_cliente.provincia,' - - ' v_facturas_cliente.poblacion, v_facturas_cliente.codigo_posta' + - 'l,' - - ' v_facturas_cliente.recargo_equivalencia, v_facturas_cliente.i' + - 'mporte_neto,' - - ' v_facturas_cliente.importe_porte, formas_pago.descripcion as ' + - 'FORMA_PAGO,' - ' v_facturas_cliente.DATOS_BANCARIOS' - 'from v_facturas_cliente' - - ' left outer join formas_pago on (formas_pago.id = v_facturas_c' + - 'liente.id_forma_pago)' - 'WHERE V_FACTURAS_CLIENTE.ID = 2') - Left = 136 - Top = 296 - object cabeceraID: TIntegerField - FieldName = 'ID' - Origin = '"V_FACTURAS_CLIENTE"."ID"' - end - object cabeceraID_EMPRESA: TIntegerField - FieldName = 'ID_EMPRESA' - Origin = '"V_FACTURAS_CLIENTE"."ID_EMPRESA"' - end - object cabeceraREFERENCIA: TIBStringField - FieldName = 'REFERENCIA' - Origin = '"V_FACTURAS_CLIENTE"."REFERENCIA"' - Size = 255 - end - object cabeceraTIPO: TIBStringField - FieldKind = fkInternalCalc - FieldName = 'TIPO' - Origin = '"V_FACTURAS_CLIENTE"."TIPO"' - ProviderFlags = [] - ReadOnly = True - FixedChar = True - Size = 1 - end - object cabeceraFECHA_FACTURA: TDateField - FieldName = 'FECHA_FACTURA' - Origin = '"V_FACTURAS_CLIENTE"."FECHA_FACTURA"' - end - object cabeceraBASE_IMPONIBLE: TIBBCDField - FieldName = 'BASE_IMPONIBLE' - Origin = '"V_FACTURAS_CLIENTE"."BASE_IMPONIBLE"' - Precision = 18 - Size = 2 - end - object cabeceraSITUACION: TIBStringField - FieldKind = fkInternalCalc - FieldName = 'SITUACION' - Origin = '"V_FACTURAS_CLIENTE"."SITUACION"' - ProviderFlags = [] - ReadOnly = True - FixedChar = True - Size = 19 - end - object cabeceraDESCUENTO: TFloatField - FieldName = 'DESCUENTO' - Origin = '"V_FACTURAS_CLIENTE"."DESCUENTO"' - end - object cabeceraIMPORTE_DESCUENTO: TIBBCDField - FieldName = 'IMPORTE_DESCUENTO' - Origin = '"V_FACTURAS_CLIENTE"."IMPORTE_DESCUENTO"' - Precision = 18 - Size = 2 - end - object cabeceraIVA: TFloatField - FieldName = 'IVA' - Origin = '"V_FACTURAS_CLIENTE"."IVA"' - end - object cabeceraIMPORTE_IVA: TIBBCDField - FieldName = 'IMPORTE_IVA' - Origin = '"V_FACTURAS_CLIENTE"."IMPORTE_IVA"' - Precision = 18 - Size = 2 - end - object cabeceraRE: TFloatField - FieldName = 'RE' - Origin = '"V_FACTURAS_CLIENTE"."RE"' - end - object cabeceraIMPORTE_RE: TIBBCDField - FieldName = 'IMPORTE_RE' - Origin = '"V_FACTURAS_CLIENTE"."IMPORTE_RE"' - Precision = 18 - Size = 2 - end - object cabeceraIMPORTE_TOTAL: TIBBCDField - FieldName = 'IMPORTE_TOTAL' - Origin = '"V_FACTURAS_CLIENTE"."IMPORTE_TOTAL"' - Precision = 18 - Size = 2 - end - object cabeceraOBSERVACIONES: TMemoField - FieldName = 'OBSERVACIONES' - Origin = '"V_FACTURAS_CLIENTE"."OBSERVACIONES"' - ProviderFlags = [pfInUpdate] - BlobType = ftMemo - Size = 8 - end - object cabeceraNIF_CIF: TIBStringField - FieldName = 'NIF_CIF' - Origin = '"V_FACTURAS_CLIENTE"."NIF_CIF"' - Size = 15 - end - object cabeceraID_CLIENTE: TIntegerField - FieldName = 'ID_CLIENTE' - Origin = '"V_FACTURAS_CLIENTE"."ID_CLIENTE"' - end - object cabeceraNOMBRE: TIBStringField - FieldName = 'NOMBRE' - Origin = '"V_FACTURAS_CLIENTE"."NOMBRE"' - Size = 255 - end - object cabeceraCALLE: TIBStringField - FieldName = 'CALLE' - Origin = '"V_FACTURAS_CLIENTE"."CALLE"' - Size = 255 - end - object cabeceraPROVINCIA: TIBStringField - FieldName = 'PROVINCIA' - Origin = '"V_FACTURAS_CLIENTE"."PROVINCIA"' - Size = 255 - end - object cabeceraPOBLACION: TIBStringField - FieldName = 'POBLACION' - Origin = '"V_FACTURAS_CLIENTE"."POBLACION"' - Size = 255 - end - object cabeceraCODIGO_POSTAL: TIBStringField - FieldName = 'CODIGO_POSTAL' - Origin = '"V_FACTURAS_CLIENTE"."CODIGO_POSTAL"' - Size = 10 - end - object cabeceraRECARGO_EQUIVALENCIA: TSmallintField - FieldName = 'RECARGO_EQUIVALENCIA' - Origin = '"V_FACTURAS_CLIENTE"."RECARGO_EQUIVALENCIA"' - end - object cabeceraIMPORTE_NETO: TIBBCDField - FieldName = 'IMPORTE_NETO' - Origin = '"V_FACTURAS_CLIENTE"."IMPORTE_NETO"' - Precision = 18 - Size = 2 - end - object cabeceraIMPORTE_PORTE: TIBBCDField - FieldName = 'IMPORTE_PORTE' - Origin = '"V_FACTURAS_CLIENTE"."IMPORTE_PORTE"' - Precision = 18 - Size = 2 - end - object cabeceraFORMA_PAGO: TIBStringField - FieldName = 'FORMA_PAGO' - Origin = '"FORMAS_PAGO"."DESCRIPCION"' - Size = 255 - end - object cabeceraDATOS_BANCARIOS: TIBStringField - FieldName = 'DATOS_BANCARIOS' - Origin = '"V_FACTURAS_CLIENTE"."DATOS_BANCARIOS"' - Size = 255 - end - end - object detalles: TIBQuery - Database = IBDatabase1 - Transaction = IBTransaction1 - SQL.Strings = ( - 'SELECT' - - ' DET.ID, DET.ID_FACTURA, DET.POSICION, DET.TIPO_DETALLE, ARTI' + - 'CULOS.REFERENCIA,' - - ' DET.CONCEPTO, DET.CANTIDAD, DET.IMPORTE_UNIDAD, DET.DESCUENT' + - 'O,' - ' DET.IMPORTE_TOTAL, DET.VISIBLE' - 'FROM FACTURAS_CLIENTE_DETALLES DET' - 'LEFT OUTER JOIN ARTICULOS ON (ARTICULOS.ID = DET.ID_ARTICULO)' - 'WHERE DET.ID_FACTURA = 2 AND DET.VISIBLE = 1 ' - 'ORDER BY DET.ID_FACTURA, DET.POSICION;') - Left = 136 - Top = 352 - object detallesID: TIntegerField - FieldName = 'ID' - Origin = '"FACTURAS_CLIENTE_DETALLES"."ID"' - ProviderFlags = [pfInUpdate, pfInWhere, pfInKey] - Required = True - end - object detallesID_FACTURA: TIntegerField - FieldName = 'ID_FACTURA' - Origin = '"FACTURAS_CLIENTE_DETALLES"."ID_FACTURA"' - Required = True - end - object detallesPOSICION: TIntegerField - FieldName = 'POSICION' - Origin = '"FACTURAS_CLIENTE_DETALLES"."POSICION"' - end - object detallesTIPO_DETALLE: TIBStringField - FieldName = 'TIPO_DETALLE' - Origin = '"FACTURAS_CLIENTE_DETALLES"."TIPO_DETALLE"' - Size = 10 - end - object detallesCONCEPTO: TIBStringField - FieldName = 'CONCEPTO' - Origin = '"FACTURAS_CLIENTE_DETALLES"."CONCEPTO"' - Size = 2000 - end - object detallesCANTIDAD: TIntegerField - FieldName = 'CANTIDAD' - Origin = '"FACTURAS_CLIENTE_DETALLES"."CANTIDAD"' - end - object detallesIMPORTE_UNIDAD: TIBBCDField - FieldName = 'IMPORTE_UNIDAD' - Origin = '"FACTURAS_CLIENTE_DETALLES"."IMPORTE_UNIDAD"' - Precision = 18 - Size = 2 - end - object detallesDESCUENTO: TFloatField - FieldName = 'DESCUENTO' - Origin = '"FACTURAS_CLIENTE_DETALLES"."DESCUENTO"' - end - object detallesIMPORTE_TOTAL: TIBBCDField - FieldName = 'IMPORTE_TOTAL' - Origin = '"FACTURAS_CLIENTE_DETALLES"."IMPORTE_TOTAL"' - Precision = 18 - Size = 2 - end - object detallesVISIBLE: TSmallintField - FieldName = 'VISIBLE' - Origin = '"FACTURAS_CLIENTE_DETALLES"."VISIBLE"' - end - object detallesREFERENCIA: TIBStringField - FieldName = 'REFERENCIA' - Origin = '"ARTICULOS"."REFERENCIA"' - Size = 255 - end - end - object DADSCabecera: TDADataSource - DataSet = tbl_Cabecera.Dataset - DataTable = tbl_Cabecera - Left = 264 - Top = 72 - end - object DADSDetalles: TDADataSource - DataSet = tbl_Detalles.Dataset - DataTable = tbl_Detalles - Left = 344 - Top = 72 - end - object tbl_Detalles: TDAMemDataTable - RemoteUpdatesOptions = [] - Fields = < - item - Name = 'ID' - DataType = datInteger - InPrimaryKey = True - end - item - Name = 'ID_FACTURA' - DataType = datInteger - end - item - Name = 'POSICION' - DataType = datInteger - end - item - Name = 'TIPO_DETALLE' - DataType = datString - Size = 25 - end - item - Name = 'REFERENCIA' - DataType = datString - Size = 255 - end - item - Name = 'CONCEPTO' - DataType = datString - Size = 2000 - end - item - Name = 'CANTIDAD' - DataType = datFloat - end - item - Name = 'UNIDAD_MEDIDA' - DataType = datString - Size = 255 - end - item - Name = 'IMPORTE_UNIDAD' - DataType = datCurrency - end - item - Name = 'DESCUENTO' - DataType = datFloat - end - item - Name = 'IMPORTE_TOTAL' - DataType = datCurrency - end - item - Name = 'VISIBLE' - DataType = datSmallInt - end> - Params = < - item - Name = 'ID_FACTURA' - DataType = datInteger - Value = '2' - ParamType = daptInput - end> - MasterParamsMappings.Strings = ( - 'ID_FACTURA=ID') - LogChanges = False - StreamingOptions = [soDisableEventsWhileStreaming] - RemoteFetchEnabled = False - LocalSchema = schReport - LocalDataStreamer = Bin2DataStreamer - LogicalName = 'InformeFacturasCliente_Detalles' - IndexDefs = <> - Left = 344 - Top = 128 - end - object tbl_Cabecera: TDAMemDataTable - RemoteUpdatesOptions = [] - Fields = < - item - Name = 'ID' - DataType = datInteger - DictionaryEntry = 'FacturasCliente_ID' - InPrimaryKey = True - end - item - Name = 'ID_EMPRESA' - DataType = datInteger - DictionaryEntry = 'FacturasCliente_ID_EMPRESA' - end - item - Name = 'REFERENCIA' - DataType = datString - Size = 255 - DictionaryEntry = 'FacturasCliente_REFERENCIA' - end - item - Name = 'TIPO' - DataType = datString - Size = 1 - end - item - Name = 'FECHA_FACTURA' - DataType = datDateTime - DictionaryEntry = 'FacturasCliente_FECHA_FACTURA' - end - item - Name = 'FECHA_VENCIMIENTO' - DataType = datDateTime - end - item - Name = 'BASE_IMPONIBLE' - DataType = datCurrency - DictionaryEntry = 'FacturasCliente_BASE_IMPONIBLE' - end - item - Name = 'SITUACION' - DataType = datString - Size = 19 - end - item - Name = 'DESCUENTO' - DataType = datFloat - DictionaryEntry = 'FacturasCliente_DESCUENTO' - end - item - Name = 'IMPORTE_DESCUENTO' - DataType = datCurrency - DictionaryEntry = 'FacturasCliente_IMPORTE_DESCUENTO' - end - item - Name = 'IVA' - DataType = datFloat - DictionaryEntry = 'FacturasCliente_IVA' - end - item - Name = 'IMPORTE_IVA' - DataType = datCurrency - DictionaryEntry = 'FacturasCliente_IMPORTE_IVA' - end - item - Name = 'RE' - DataType = datFloat - end - item - Name = 'IMPORTE_RE' - DataType = datCurrency - end - item - Name = 'IMPORTE_TOTAL' - DataType = datCurrency - DictionaryEntry = 'FacturasCliente_IMPORTE_TOTAL' - end - item - Name = 'OBSERVACIONES' - DataType = datMemo - DictionaryEntry = 'FacturasCliente_OBSERVACIONES' - end - item - Name = 'NIF_CIF' - DataType = datString - Size = 15 - DictionaryEntry = 'FacturasCliente_NIF_CIF' - end - item - Name = 'ID_CLIENTE' - DataType = datInteger - DictionaryEntry = 'FacturasCliente_ID_CLIENTE' - end - item - Name = 'NOMBRE' - DataType = datString - Size = 255 - DictionaryEntry = 'FacturasCliente_NOMBRE' - end - item - Name = 'CALLE' - DataType = datString - Size = 255 - DictionaryEntry = 'FacturasCliente_CALLE' - end - item - Name = 'PROVINCIA' - DataType = datString - Size = 255 - DictionaryEntry = 'FacturasCliente_PROVINCIA' - end - item - Name = 'POBLACION' - DataType = datString - Size = 255 - DictionaryEntry = 'FacturasCliente_POBLACION' - end - item - Name = 'CODIGO_POSTAL' - DataType = datString - Size = 10 - DictionaryEntry = 'FacturasCliente_CODIGO_POSTAL' - end - item - Name = 'RECARGO_EQUIVALENCIA' - DataType = datSmallInt - end - item - Name = 'IMPORTE_NETO' - DataType = datCurrency - end - item - Name = 'IMPORTE_PORTE' - DataType = datCurrency - end - item - Name = 'FORMA_PAGO' - DataType = datString - Size = 255 - end - item - Name = 'DATOS_BANCARIOS' - DataType = datString - Size = 255 - end - item - Name = 'RETENCION' - DataType = datFloat - end - item - Name = 'IMPORTE_RETENCION' - DataType = datCurrency - end> - Params = < - item - Name = 'ID' - DataType = datInteger - Value = '1' - ParamType = daptInput - end> - LogChanges = False - StreamingOptions = [soDisableEventsWhileStreaming] - RemoteFetchEnabled = False - LocalSchema = schReport - LocalDataStreamer = Bin2DataStreamer - LogicalName = 'InformeFacturasCliente' - IndexDefs = <> - Left = 264 - Top = 128 - end - object frxCheckBoxObject1: TfrxCheckBoxObject - Left = 296 - Top = 288 - end - object frxChartObject1: TfrxChartObject - Left = 296 - Top = 336 - end - object frxGradientObject1: TfrxGradientObject - Left = 360 - Top = 288 - end - object frxCrossObject1: TfrxCrossObject - Left = 360 - Top = 440 - end - object frxOLEObject1: TfrxOLEObject - Left = 296 - Top = 440 - end - object frxBarCodeObject1: TfrxBarCodeObject - Left = 360 - Top = 392 - end - object frxRichObject1: TfrxRichObject - Left = 296 - Top = 392 - end - object frxReport: TfrxReport - Version = '4.7.71' - DotMatrixReport = False - EngineOptions.DoublePass = True - IniFile = '\Software\Fast Reports' - PreviewOptions.Buttons = [pbPrint, pbLoad, pbSave, pbExport, pbZoom, pbFind, pbOutline, pbPageSetup, pbTools, pbEdit, pbNavigator, pbExportQuick] - PreviewOptions.Zoom = 1.000000000000000000 - PrintOptions.Printer = 'Por defecto' - PrintOptions.PrintOnSheet = 0 - ReportOptions.CreateDate = 39065.872423495400000000 - ReportOptions.LastChange = 39920.656640081000000000 - ScriptLanguage = 'PascalScript' - ScriptText.Strings = ( - '' - 'procedure DatosEmpresaOnBeforePrint(Sender: TfrxComponent);' - 'var' - ' Cadena: String;' - 'begin' - '{ DatosEmpresa.Lines.Clear;' - ' if ( <> '#39#39') then' - ' Cadena := '#39'TLF: '#39' + ;' - ' if ( <> '#39#39') then' - - ' Cadena := Cadena + '#39' FAX: '#39' + ;' - ' DatosEmpresa.Lines.Add(Cadena);' - '}' - 'end;' - '' - 'procedure NombreEmpresaOnBeforePrint(Sender: TfrxComponent);' - 'begin' - '{ NombreEmpresa.Lines.Clear;' - ' NombreEmpresa.Lines.Add();' - '}' - 'end;' - '' - 'procedure DireccionEnvioOnBeforePrint(Sender: TfrxComponent);' - 'var' - ' ACadena : String;' - 'begin' - '{ ACadena := '#39#39';' - ' DireccionEnvio.Lines.Clear;' - ' if ( <> '#39#39') then' - ' ACadena := ;' - '' - ' if ( <> '#39#39') then' - - ' ACadena := ACadena + '#39' '#39' + ;' - '' - ' DireccionEnvio.Lines.Add(ACadena);' - ' ACadena := '#39#39';' - ' DireccionEnvio.Lines.Add();' - ' if ( <> '#39#39') then' - ' ACadena := + '#39' '#39';' - ' if ( <> '#39#39') then' - ' ACadena := ACadena + ;' - '' - ' if (ACadena <> '#39#39') then' - ' DireccionEnvio.Lines.Add(ACadena);' - '' - ' if ( <> '#39#39') then' - ' DireccionEnvio.Lines.Add();' - '' - ' if ( <> '#39#39') then' - ' DireccionEnvio.Lines.Add();' - '}' - 'end;' - '' - 'procedure PageHeader1OnBeforePrint(Sender: TfrxComponent);' - 'begin' - ' if not Engine.FinalPass then' - ' Set('#39'TotalPaginas'#39', ( + 1));' - '' - ' if Engine.FinalPass then' - ' Set('#39'Pagina'#39', ( + 1)); ' - 'end;' - '' - 'procedure frxReportOnStartReport(Sender: TfrxComponent);' - 'begin' - ' Set('#39'Pagina'#39', 0);' - ' Set('#39'TotalPaginas'#39', 0);' - ' Set('#39'Capitulo'#39', 0);' - ' Set('#39'NumCapitulos'#39', 0); ' - 'end;' - '' - 'procedure Memo4OnBeforePrint(Sender: TfrxComponent);' - 'begin' - ' if (Length() = 0) then' - ' Memo4.Visible := False; ' - 'end;' - '' - 'procedure Memo22OnBeforePrint(Sender: TfrxComponent);' - 'begin' - ' if ( = 0) then' - ' begin ' - ' Subtotal.Text := '#39'Base imponible:'#39';' - ' BaseImponible.Text := '#39'Importe total:'#39'; ' - ' BaseImponible.Font.Style := fsBold;' - '' - - ' ImpBaseImponible.Text := FormatFloat('#39'#,##0.00 '#8364#39', );' - ' ImpBaseImponible.Font.Style := fsBold; ' - ' ' - ' Descuento.Text := '#39'[]% IVA:'#39';' - ' ImpDescuento.Text := '#39'[frxDBCabecera."IMPORTE_IVA"]'#39';' - ' Memo11.Color := $00CCFFCC;' - '' - ' if ( > 0) then' - ' begin ' - ' BaseImponible.Text := '#39'Total certificaci'#243'n:'#39';' - - ' IVA.Text := FormatFloat('#39'#,##0.00 %'#39',) + '#39' Retenci'#243'n:'#39'; ' - - ' ImpIVA.Text := FormatFloat('#39'-#,##0.00 '#8364#39',);' - - ' ImporteTotal.Text := '#39'TOTAL FACTURA'#39'; ' + - ' ' + - ' ' - - ' ImpImporteTotal.Text := FormatFloat('#39'#,##0.00 '#8364#39', ( - ' + - ')); ' - ' end ' - ' else' - ' begin' - ' IVA.Visible := False;' - ' ImpIVA.Visible := False;' - ' ImporteTotal.Visible := False;' - ' ImpImporteTotal.Visible := False;' - ' Memo16.Visible := False; ' - ' Memo17.Visible := False;' - ' end;' - ' end' - ' else' - ' begin ' - ' if ( > 0) then' - ' begin' - ' ImporteTotal.Text := '#39'Total certificaci'#243'n:'#39'; ' - ' Retencion.Visible := True;' - ' ImpRetencion.Visible := True;' - ' LinRetencion.Visible := True; ' - ' TotalFacturaRet.Visible := True;' - ' ImpTotalFacturaRet.Visible := True;' - ' LinImporteTotalFacturaRet.Visible := True; ' - ' end' - ' end ' - 'end;' - '' - 'procedure Memo39OnBeforePrint(Sender: TfrxComponent);' - 'begin' - ' Memo39.Clear; ' - ' if ( = '#39'F'#39') then' - - ' Memo39.Text := '#39'FACTURA'#39' ' + - ' ' - ' else' - ' Memo39.Text := '#39'ABONO'#39'; ' - 'end;' - '' - 'procedure Picture4OnBeforePrint(Sender: TfrxComponent);' - 'begin' - ' if ( = 1) then' - ' Picture4.Visible := True' - ' else' - ' Picture4.Visible := False; ' - 'end;' - '' - 'procedure eCopiaOnBeforePrint(Sender: TfrxComponent);' - 'begin' - ' if ( = 1) then' - ' begin ' - ' eCopia.Visible := True; ' - ' Picture4.Visible := False; ' - ' end ' - ' else' - ' eCopia.Visible := False; ' - 'end;' - '' - 'begin' - '' - 'end.') - ShowProgress = False - StoreInDFM = False - OnStartReport = 'frxReportOnStartReport' - Left = 145 - Top = 16 - end - object frxDBVencimientos: TfrxDBDataset - UserName = 'frxDBVencimientos' - CloseDataSource = False - DataSource = DADSVencimientos - BCDToCurrency = False - Left = 440 - Top = 16 - end - object DADSVencimientos: TDADataSource - DataSet = tbl_Vencimientos.Dataset - DataTable = tbl_Vencimientos - Left = 440 - Top = 72 - end - object tbl_Vencimientos: TDAMemDataTable - RemoteUpdatesOptions = [] - Fields = < - item - Name = 'ID_FACTURA' - DataType = datInteger - end - item - Name = 'FECHA_VENCIMIENTO' - DataType = datDateTime - end - item - Name = 'IMPORTE_TOTAL' - DataType = datCurrency - end> - Params = < - item - Name = 'ID_FACTURA' - Value = '' - ParamType = daptInput - end> - MasterParamsMappings.Strings = ( - 'ID_FACTURA=ID') - LogChanges = False - StreamingOptions = [soDisableEventsWhileStreaming] - RemoteFetchEnabled = False - LocalSchema = schReport - LocalDataStreamer = Bin2DataStreamer - LogicalName = 'InformeFacturasCliente_Vencimientos' - IndexDefs = <> - Left = 440 - Top = 128 - end - object vencimientos: TIBQuery - Database = IBDatabase1 - Transaction = IBTransaction1 - SQL.Strings = ( - 'SELECT' - - ' V_RECIBOS_CLIENTE.FECHA_VENCIMIENTO, V_RECIBOS_CLIENTE.IMPOR' + - 'TE_TOTAL' - 'FROM V_RECIBOS_CLIENTE' - 'WHERE V_RECIBOS_CLIENTE.ID_FACTURA = 2' - 'ORDER BY V_RECIBOS_CLIENTE.FECHA_VENCIMIENTO') - Left = 136 - Top = 408 - object vencimientosFECHA_VENCIMIENTO: TDateField - FieldName = 'FECHA_VENCIMIENTO' - Origin = '"V_RECIBOS_CLIENTE"."FECHA_VENCIMIENTO"' - end - object vencimientosIMPORTE_TOTAL: TIBBCDField - FieldKind = fkInternalCalc - FieldName = 'IMPORTE_TOTAL' - Origin = '"V_RECIBOS_CLIENTE"."IMPORTE_TOTAL"' - ProviderFlags = [] - ReadOnly = True - Precision = 18 - Size = 2 - end - end - object DataSource3: TDataSource - DataSet = vencimientos - Left = 216 - Top = 408 - end - object frxPDFExport1: TfrxPDFExport - ShowDialog = False - UseFileCache = True - ShowProgress = False - OverwritePrompt = False - PrintOptimized = True - Outline = False - Background = False - HTMLTags = True - Author = 'FactuGES' - Subject = 'FactuGES' - Creator = 'FactuGES' - ProtectionFlags = [ePrint, eModify, eCopy, eAnnot] - HideToolbar = False - HideMenubar = False - HideWindowUI = False - FitWindow = False - CenterWindow = False - PrintScaling = False - Left = 424 - Top = 288 - end - object tbl_InformeListadoFacturas: TDAMemDataTable - RemoteUpdatesOptions = [] - Fields = < - item - Name = 'ID_EMPRESA' - DataType = datInteger - end - item - Name = 'ANO' - DataType = datSmallInt - end - item - Name = 'MES' - DataType = datSmallInt - end - item - Name = 'TITULO' - DataType = datString - Size = 19 - end - item - Name = 'REFERENCIA' - DataType = datString - Size = 255 - end - item - Name = 'ID_CLIENTE' - DataType = datInteger - end - item - Name = 'NOMBRE' - DataType = datString - Size = 255 - end - item - Name = 'SITUACION' - DataType = datString - Size = 19 - end - item - Name = 'NIF_CIF' - DataType = datString - Size = 15 - end - item - Name = 'FECHA_FACTURA' - DataType = datDateTime - end - item - Name = 'FECHA_VENCIMIENTO' - DataType = datDateTime - end - item - Name = 'BASE_IMPONIBLE' - DataType = datCurrency - end - item - Name = 'IMPORTE_IVA' - DataType = datCurrency - end - item - Name = 'IMPORTE_TOTAL' - DataType = datCurrency - end> - Params = <> - LogChanges = False - StreamingOptions = [soDisableEventsWhileStreaming] - RemoteFetchEnabled = False - LocalSchema = schReport - LocalDataStreamer = Bin2DataStreamer - LogicalName = 'InformeListadoFacturas' - IndexDefs = <> - Left = 576 - Top = 128 - end - object DADSInformeListadoFacturas: TDADataSource - DataSet = tbl_InformeListadoFacturas.Dataset - DataTable = tbl_InformeListadoFacturas - Left = 576 - Top = 72 - end - object frxDBInformeListadoFacturas: TfrxDBDataset - UserName = 'frxDBInformeListadoFacturas' - CloseDataSource = False - DataSource = DADSInformeListadoFacturas - BCDToCurrency = False - Left = 576 - Top = 16 - end - object frxDBInformeListadoFacturasPendientes: TfrxDBDataset - UserName = 'frxDBInformeListadoFacturasPendientes' - CloseDataSource = False - DataSource = DADSInformeListadoFacturasPendientes - BCDToCurrency = False - Left = 792 - Top = 16 - end - object DADSInformeListadoFacturasPendientes: TDADataSource - DataSet = tbl_InformeListadoFacturasPendientes.Dataset - DataTable = tbl_InformeListadoFacturasPendientes - Left = 792 - Top = 72 - end - object tbl_InformeListadoFacturasPendientes: TDAMemDataTable - RemoteUpdatesOptions = [] - Fields = < - item - Name = 'ID_EMPRESA' - DataType = datInteger - end - item - Name = 'ANO' - DataType = datSmallInt - end - item - Name = 'MES' - DataType = datSmallInt - end - item - Name = 'TITULO' - DataType = datString - Size = 19 - end - item - Name = 'REFERENCIA' - DataType = datString - Size = 255 - end - item - Name = 'ID_CLIENTE' - DataType = datInteger - end - item - Name = 'NOMBRE' - DataType = datString - Size = 255 - end - item - Name = 'SITUACION' - DataType = datString - Size = 19 - end - item - Name = 'NIF_CIF' - DataType = datString - Size = 15 - end - item - Name = 'FECHA_FACTURA' - DataType = datDateTime - end - item - Name = 'FECHA_VENCIMIENTO' - DataType = datDateTime - end - item - Name = 'BASE_IMPONIBLE' - DataType = datCurrency - end - item - Name = 'IMPORTE_IVA' - DataType = datCurrency - end - item - Name = 'IMPORTE_TOTAL' - DataType = datCurrency - end> - Params = <> - LogChanges = False - StreamingOptions = [soDisableEventsWhileStreaming] - RemoteFetchEnabled = False - LocalSchema = schReport - LocalDataStreamer = Bin2DataStreamer - LogicalName = 'InformeListadoFacturasPendientes' - IndexDefs = <> - Left = 792 - Top = 128 - end - object frxDBInformeListadoFacturasResumen: TfrxDBDataset - UserName = 'frxDBInformeListadoFacturasResumen' - CloseDataSource = True - DataSource = DADSInformeListadoFacturasResumen - BCDToCurrency = False - Left = 576 - Top = 216 - end - object DADSInformeListadoFacturasResumen: TDADataSource - DataSet = tbl_InformeListadoFacturasResumen.Dataset - DataTable = tbl_InformeListadoFacturasResumen - Left = 576 - Top = 272 - end - object tbl_InformeListadoFacturasResumen: TDAMemDataTable - RemoteUpdatesOptions = [] - Fields = <> - Params = <> - MasterMappingMode = mmDataRequest - LogChanges = False - StreamingOptions = [soDisableEventsWhileStreaming] - RemoteFetchEnabled = False - IndexDefs = <> - Left = 576 - Top = 328 - end - object Bin2DataStreamer: TDABin2DataStreamer - Left = 48 - Top = 88 - end -end diff --git a/Source/Modulos/Familias/Controller/Familias_controller.cfg.bak b/Source/Modulos/Familias/Controller/Familias_controller.cfg.bak deleted file mode 100644 index 9f3c652..0000000 --- a/Source/Modulos/Familias/Controller/Familias_controller.cfg.bak +++ /dev/null @@ -1,39 +0,0 @@ --$A8 --$B- --$C+ --$D- --$E- --$F- --$G+ --$H+ --$I+ --$J- --$K- --$L- --$M- --$N+ --$O+ --$P+ --$Q- --$R- --$S- --$T- --$U- --$V+ --$W- --$X+ --$Y- --$Z1 --cg --AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; --H+ --W+ --$M16384,1048576 --K$00400000 --E"C:\Codigo Tecsitel\Output\Debug" --LE"C:\Codigo Tecsitel\Output\Debug\Cliente" --LN"C:\Codigo Tecsitel\Source\Modulos\Lib" --U"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib";"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Imports";"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib\Indy10";"C:\Codigo Tecsitel\Lib";"C:\Codigo Tecsitel\Lib\RemObjects\RemObjects_SDK";"C:\Codigo Tecsitel\Lib\RemObjects\Data_Abstract";"C:\Codigo Tecsitel\Lib\CCPack";"C:\Codigo Tecsitel\Lib\CFPack";"C:\Codigo Tecsitel\Lib\GUISDK";"C:\Codigo Tecsitel\Lib\PluginSDK";"C:\Codigo Tecsitel\Lib\DevExpressVCL";"C:\Codigo Tecsitel\Lib\FastReport4";"C:\Codigo Tecsitel\Lib\JCL";"C:\Codigo Tecsitel\Lib\JVCL";"C:\Codigo Tecsitel\Lib\PngComponents";"C:\Codigo Tecsitel\Lib\cxIntl6";"C:\Codigo Tecsitel\Lib\cxIntlPrintSys3";"C:\Codigo Tecsitel\Lib\TB2k+TBX";"C:\Codigo Tecsitel\Lib\Mustangpeak\MPCommonLib";"C:\Codigo Tecsitel\Lib\Mustangpeak\EasyListview";"C:\Codigo Tecsitel\Lib\JSDialog";"C:\Codigo Tecsitel\Lib\UserControl";;"C:\Codigo Tecsitel\Source\Lib"; --O"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib";"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Imports";"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib\Indy10";"C:\Codigo Tecsitel\Lib";"C:\Codigo Tecsitel\Lib\RemObjects\RemObjects_SDK";"C:\Codigo Tecsitel\Lib\RemObjects\Data_Abstract";"C:\Codigo Tecsitel\Lib\CCPack";"C:\Codigo Tecsitel\Lib\CFPack";"C:\Codigo Tecsitel\Lib\GUISDK";"C:\Codigo Tecsitel\Lib\PluginSDK";"C:\Codigo Tecsitel\Lib\DevExpressVCL";"C:\Codigo Tecsitel\Lib\FastReport4";"C:\Codigo Tecsitel\Lib\JCL";"C:\Codigo Tecsitel\Lib\JVCL";"C:\Codigo Tecsitel\Lib\PngComponents";"C:\Codigo Tecsitel\Lib\cxIntl6";"C:\Codigo Tecsitel\Lib\cxIntlPrintSys3";"C:\Codigo Tecsitel\Lib\TB2k+TBX";"C:\Codigo Tecsitel\Lib\Mustangpeak\MPCommonLib";"C:\Codigo Tecsitel\Lib\Mustangpeak\EasyListview";"C:\Codigo Tecsitel\Lib\JSDialog";"C:\Codigo Tecsitel\Lib\UserControl";;"C:\Codigo Tecsitel\Source\Lib"; --I"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib";"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Imports";"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib\Indy10";"C:\Codigo Tecsitel\Lib";"C:\Codigo Tecsitel\Lib\RemObjects\RemObjects_SDK";"C:\Codigo Tecsitel\Lib\RemObjects\Data_Abstract";"C:\Codigo Tecsitel\Lib\CCPack";"C:\Codigo Tecsitel\Lib\CFPack";"C:\Codigo Tecsitel\Lib\GUISDK";"C:\Codigo Tecsitel\Lib\PluginSDK";"C:\Codigo Tecsitel\Lib\DevExpressVCL";"C:\Codigo Tecsitel\Lib\FastReport4";"C:\Codigo Tecsitel\Lib\JCL";"C:\Codigo Tecsitel\Lib\JVCL";"C:\Codigo Tecsitel\Lib\PngComponents";"C:\Codigo Tecsitel\Lib\cxIntl6";"C:\Codigo Tecsitel\Lib\cxIntlPrintSys3";"C:\Codigo Tecsitel\Lib\TB2k+TBX";"C:\Codigo Tecsitel\Lib\Mustangpeak\MPCommonLib";"C:\Codigo Tecsitel\Lib\Mustangpeak\EasyListview";"C:\Codigo Tecsitel\Lib\JSDialog";"C:\Codigo Tecsitel\Lib\UserControl";;"C:\Codigo Tecsitel\Source\Lib"; --R"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib";"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Imports";"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib\Indy10";"C:\Codigo Tecsitel\Lib";"C:\Codigo Tecsitel\Lib\RemObjects\RemObjects_SDK";"C:\Codigo Tecsitel\Lib\RemObjects\Data_Abstract";"C:\Codigo Tecsitel\Lib\CCPack";"C:\Codigo Tecsitel\Lib\CFPack";"C:\Codigo Tecsitel\Lib\GUISDK";"C:\Codigo Tecsitel\Lib\PluginSDK";"C:\Codigo Tecsitel\Lib\DevExpressVCL";"C:\Codigo Tecsitel\Lib\FastReport4";"C:\Codigo Tecsitel\Lib\JCL";"C:\Codigo Tecsitel\Lib\JVCL";"C:\Codigo Tecsitel\Lib\PngComponents";"C:\Codigo Tecsitel\Lib\cxIntl6";"C:\Codigo Tecsitel\Lib\cxIntlPrintSys3";"C:\Codigo Tecsitel\Lib\TB2k+TBX";"C:\Codigo Tecsitel\Lib\Mustangpeak\MPCommonLib";"C:\Codigo Tecsitel\Lib\Mustangpeak\EasyListview";"C:\Codigo Tecsitel\Lib\JSDialog";"C:\Codigo Tecsitel\Lib\UserControl";;"C:\Codigo Tecsitel\Source\Lib"; diff --git a/Source/Modulos/Pedidos a proveedor/Plugin/PedidosProveedor_plugin.cfg.bak b/Source/Modulos/Pedidos a proveedor/Plugin/PedidosProveedor_plugin.cfg.bak deleted file mode 100644 index 5aa842f..0000000 --- a/Source/Modulos/Pedidos a proveedor/Plugin/PedidosProveedor_plugin.cfg.bak +++ /dev/null @@ -1,40 +0,0 @@ --$A8 --$B- --$C+ --$D- --$E- --$F- --$G+ --$H+ --$I+ --$J- --$K- --$L- --$M- --$N+ --$O+ --$P+ --$Q- --$R- --$S- --$T- --$U- --$V+ --$W- --$X+ --$Y- --$Z1 --cg --AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; --H+ --W+ --$M16384,1048576 --K$00400000 --E"C:\Codigo Tecsitel\Output\Debug" --LE"C:\Codigo Tecsitel\Output\Debug\Cliente" --LN"C:\Codigo Tecsitel\Source\Modulos\Lib" --U..\..\..\Lib;..\..\Lib;"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib";"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Imports";"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib\Indy10";"C:\Codigo Tecsitel\Lib";"C:\Codigo Tecsitel\Lib\RemObjects\RemObjects_SDK";"C:\Codigo Tecsitel\Lib\RemObjects\Data_Abstract";"C:\Codigo Tecsitel\Lib\CCPack";"C:\Codigo Tecsitel\Lib\CFPack";"C:\Codigo Tecsitel\Lib\GUISDK";"C:\Codigo Tecsitel\Lib\PluginSDK";"C:\Codigo Tecsitel\Lib\DevExpressVCL";"C:\Codigo Tecsitel\Lib\FastReport4";"C:\Codigo Tecsitel\Lib\JCL";"C:\Codigo Tecsitel\Lib\JVCL";"C:\Codigo Tecsitel\Lib\PngComponents";"C:\Codigo Tecsitel\Lib\cxIntl6";"C:\Codigo Tecsitel\Lib\cxIntlPrintSys3";"C:\Codigo Tecsitel\Lib\TB2k+TBX";"C:\Codigo Tecsitel\Lib\Mustangpeak\MPCommonLib";"C:\Codigo Tecsitel\Lib\Mustangpeak\EasyListview";"C:\Codigo Tecsitel\Lib\JSDialog";"C:\Codigo Tecsitel\Lib\UserControl";;"C:\Codigo Tecsitel\Source\Lib"; --O..\..\..\Lib;..\..\Lib;"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib";"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Imports";"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib\Indy10";"C:\Codigo Tecsitel\Lib";"C:\Codigo Tecsitel\Lib\RemObjects\RemObjects_SDK";"C:\Codigo Tecsitel\Lib\RemObjects\Data_Abstract";"C:\Codigo Tecsitel\Lib\CCPack";"C:\Codigo Tecsitel\Lib\CFPack";"C:\Codigo Tecsitel\Lib\GUISDK";"C:\Codigo Tecsitel\Lib\PluginSDK";"C:\Codigo Tecsitel\Lib\DevExpressVCL";"C:\Codigo Tecsitel\Lib\FastReport4";"C:\Codigo Tecsitel\Lib\JCL";"C:\Codigo Tecsitel\Lib\JVCL";"C:\Codigo Tecsitel\Lib\PngComponents";"C:\Codigo Tecsitel\Lib\cxIntl6";"C:\Codigo Tecsitel\Lib\cxIntlPrintSys3";"C:\Codigo Tecsitel\Lib\TB2k+TBX";"C:\Codigo Tecsitel\Lib\Mustangpeak\MPCommonLib";"C:\Codigo Tecsitel\Lib\Mustangpeak\EasyListview";"C:\Codigo Tecsitel\Lib\JSDialog";"C:\Codigo Tecsitel\Lib\UserControl";;"C:\Codigo Tecsitel\Source\Lib"; --I..\..\..\Lib;..\..\Lib;"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib";"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Imports";"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib\Indy10";"C:\Codigo Tecsitel\Lib";"C:\Codigo Tecsitel\Lib\RemObjects\RemObjects_SDK";"C:\Codigo Tecsitel\Lib\RemObjects\Data_Abstract";"C:\Codigo Tecsitel\Lib\CCPack";"C:\Codigo Tecsitel\Lib\CFPack";"C:\Codigo Tecsitel\Lib\GUISDK";"C:\Codigo Tecsitel\Lib\PluginSDK";"C:\Codigo Tecsitel\Lib\DevExpressVCL";"C:\Codigo Tecsitel\Lib\FastReport4";"C:\Codigo Tecsitel\Lib\JCL";"C:\Codigo Tecsitel\Lib\JVCL";"C:\Codigo Tecsitel\Lib\PngComponents";"C:\Codigo Tecsitel\Lib\cxIntl6";"C:\Codigo Tecsitel\Lib\cxIntlPrintSys3";"C:\Codigo Tecsitel\Lib\TB2k+TBX";"C:\Codigo Tecsitel\Lib\Mustangpeak\MPCommonLib";"C:\Codigo Tecsitel\Lib\Mustangpeak\EasyListview";"C:\Codigo Tecsitel\Lib\JSDialog";"C:\Codigo Tecsitel\Lib\UserControl";;"C:\Codigo Tecsitel\Source\Lib"; --R..\..\..\Lib;..\..\Lib;"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib";"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Imports";"C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib\Indy10";"C:\Codigo Tecsitel\Lib";"C:\Codigo Tecsitel\Lib\RemObjects\RemObjects_SDK";"C:\Codigo Tecsitel\Lib\RemObjects\Data_Abstract";"C:\Codigo Tecsitel\Lib\CCPack";"C:\Codigo Tecsitel\Lib\CFPack";"C:\Codigo Tecsitel\Lib\GUISDK";"C:\Codigo Tecsitel\Lib\PluginSDK";"C:\Codigo Tecsitel\Lib\DevExpressVCL";"C:\Codigo Tecsitel\Lib\FastReport4";"C:\Codigo Tecsitel\Lib\JCL";"C:\Codigo Tecsitel\Lib\JVCL";"C:\Codigo Tecsitel\Lib\PngComponents";"C:\Codigo Tecsitel\Lib\cxIntl6";"C:\Codigo Tecsitel\Lib\cxIntlPrintSys3";"C:\Codigo Tecsitel\Lib\TB2k+TBX";"C:\Codigo Tecsitel\Lib\Mustangpeak\MPCommonLib";"C:\Codigo Tecsitel\Lib\Mustangpeak\EasyListview";"C:\Codigo Tecsitel\Lib\JSDialog";"C:\Codigo Tecsitel\Lib\UserControl";;"C:\Codigo Tecsitel\Source\Lib"; --GD diff --git a/Source/Modulos/Pedidos a proveedor/Reports/uRptPedidosProveedor_Server.dfm.bak b/Source/Modulos/Pedidos a proveedor/Reports/uRptPedidosProveedor_Server.dfm.bak deleted file mode 100644 index 446b557..0000000 --- a/Source/Modulos/Pedidos a proveedor/Reports/uRptPedidosProveedor_Server.dfm.bak +++ /dev/null @@ -1,1149 +0,0 @@ -object RptPedidosProveedor: TRptPedidosProveedor - OldCreateOrder = True - OnCreate = DataModuleCreate - OnDestroy = DataModuleDestroy - Height = 522 - Width = 766 - object schReport: TDASchema - ConnectionManager = dmServer.ConnectionManager - DataDictionary = DataDictionary - Datasets = < - item - Params = <> - Statements = < - item - Connection = 'IBX' - ConnectionType = 'Interbase' - Default = True - TargetTable = 'V_PEDIDOS_PROVEEDOR' - Name = 'IBX' - SQL = - #10' '#10'select ID_EMPRESA,'#10'extract (year from fecha_pedido) as ANO,'#10 + - 'extract (month from fecha_pedido) as MES,'#10'case'#10'when extract (mon' + - 'th from fecha_pedido) = 1 then '#39'ENERO - '#39' || extract (year from ' + - 'fecha_pedido)'#10'when extract (month from fecha_pedido) = 2 then '#39'F' + - 'EBRERO - '#39' || extract (year from fecha_pedido)'#10'when extract (mon' + - 'th from fecha_pedido) = 3 then '#39'MARZO - '#39' || extract (year from ' + - 'fecha_pedido)'#10'when extract (month from fecha_pedido) = 4 then '#39'A' + - 'BRIL - '#39' || extract (year from fecha_pedido)'#10'when extract (month' + - ' from fecha_pedido) = 5 then '#39'MAYO - '#39' || extract (year from fec' + - 'ha_pedido)'#10'when extract (month from fecha_pedido) = 6 then '#39'JUNI' + - 'O - '#39' || extract (year from fecha_pedido)'#10'when extract (month fr' + - 'om fecha_pedido) = 7 then '#39'JULIO - '#39' || extract (year from fecha' + - '_pedido)'#10'when extract (month from fecha_pedido) = 8 then '#39'AGOSTO' + - ' - '#39' || extract (year from fecha_pedido)'#10'when extract (month fro' + - 'm fecha_pedido) = 9 then '#39'SEPTIEMBRE - '#39' || extract (year from f' + - 'echa_pedido)'#10'when extract (month from fecha_pedido) = 10 then '#39'O' + - 'CTUBRE - '#39' || extract (year from fecha_pedido)'#10'when extract (mon' + - 'th from fecha_pedido) = 11 then '#39'NOVIEMBRE - '#39' || extract (year ' + - 'from fecha_pedido)'#10'when extract (month from fecha_pedido) = 12 t' + - 'hen '#39'DICIEMBRE - '#39' || extract (year from fecha_pedido)'#10'end as TI' + - 'TULO,'#10'REFERENCIA, ID_PROVEEDOR, NOMBRE, SITUACION, fecha_pedido' + - ', FECHA_CONFIRMACION, FECHA_ENTREGA, IMPORTE_TOTAL'#10#10'from V_PEDID' + - 'OS_PROVEEDOR'#10'where {where}'#10'order by ANO, MES, NOMBRE'#10 - StatementType = stSQL - ColumnMappings = < - item - DatasetField = 'ID_EMPRESA' - TableField = 'ID_EMPRESA' - end - item - DatasetField = 'MES' - TableField = '' - SQLOrigin = 'MES' - end - item - DatasetField = 'TITULO' - TableField = '' - SQLOrigin = 'TITULO' - end - item - DatasetField = 'REFERENCIA' - TableField = 'REFERENCIA' - end - item - DatasetField = 'ID_PROVEEDOR' - TableField = 'ID_PROVEEDOR' - end - item - DatasetField = 'NOMBRE' - TableField = 'NOMBRE' - end - item - DatasetField = 'SITUACION' - TableField = 'SITUACION' - end - item - DatasetField = 'FECHA_PEDIDO' - TableField = 'FECHA_PEDIDO' - end - item - DatasetField = 'FECHA_CONFIRMACION' - TableField = 'FECHA_CONFIRMACION' - end - item - DatasetField = 'FECHA_ENTREGA' - TableField = 'FECHA_ENTREGA' - end - item - DatasetField = 'IMPORTE_TOTAL' - TableField = 'IMPORTE_TOTAL' - end - item - DatasetField = 'ANO' - TableField = '' - SQLOrigin = 'ANO' - end> - end> - Name = 'InformeListadoPedidos' - Fields = < - item - Name = 'ID_EMPRESA' - DataType = datInteger - end - item - Name = 'ANO' - DataType = datSmallInt - end - item - Name = 'MES' - DataType = datSmallInt - end - item - Name = 'TITULO' - DataType = datString - Size = 19 - end - item - Name = 'REFERENCIA' - DataType = datString - Size = 255 - end - item - Name = 'ID_PROVEEDOR' - DataType = datInteger - end - item - Name = 'NOMBRE' - DataType = datString - Size = 255 - end - item - Name = 'SITUACION' - DataType = datString - Size = 9 - end - item - Name = 'FECHA_PEDIDO' - DataType = datDateTime - end - item - Name = 'FECHA_CONFIRMACION' - DataType = datDateTime - end - item - Name = 'FECHA_ENTREGA' - DataType = datDateTime - end - item - Name = 'IMPORTE_TOTAL' - DataType = datCurrency - end> - end - item - IsPublic = False - Params = < - item - Name = 'ID' - Value = '2' - ParamType = daptInput - end> - Statements = < - item - Connection = 'IBX' - SQL = - 'SELECT'#10' PEDIDOS_PROVEEDOR.ID,'#10' PEDIDOS_PROVEEDOR.ID_EMPRESA,'#10' ' + - ' PEDIDOS_PROVEEDOR.REFERENCIA,'#10' PEDIDOS_PROVEEDOR.FECHA_PEDIDO,' + - #10' PEDIDOS_PROVEEDOR.FECHA_ENTREGA,'#10' PEDIDOS_PROVEEDOR.OBSERVAC' + - 'IONES,'#10' CONTACTOS.NOMBRE,'#10' COALESCE(CONTACTOS_DIRECCIONES.FAX,' + - ' CONTACTOS.FAX) AS FAX,'#10' PEDIDOS_PROVEEDOR.PERSONA_CONTACTO_PRO' + - 'V AS PERSONA_CONTACTO,'#10' PROVEEDORES_DATOS.CODIGO_ASIGNADO AS CO' + - 'DIGO_CLIENTE,'#10' PEDIDOS_PROVEEDOR.ID_ALMACEN,'#10' COALESCE(ALMACEN' + - 'ES.CALLE, PEDIDOS_PROVEEDOR.CALLE) AS CALLE,'#10' COALESCE(ALMACENE' + - 'S.POBLACION, PEDIDOS_PROVEEDOR.POBLACION) AS POBLACION,'#10' COALES' + - 'CE(ALMACENES.PROVINCIA, PEDIDOS_PROVEEDOR.PROVINCIA) AS PROVINCI' + - 'A,'#10' COALESCE(ALMACENES.CODIGO_POSTAL, PEDIDOS_PROVEEDOR.CODIGO_' + - 'POSTAL) AS CODIGO_POSTAL,'#10' PEDIDOS_PROVEEDOR.PERSONA_CONTACTO A' + - 'S ENTREGAR_A,'#10' PEDIDOS_PROVEEDOR.IMPORTE_TOTAL'#10'FROM'#10' PEDIDOS_P' + - 'ROVEEDOR'#10' INNER JOIN CONTACTOS ON (CONTACTOS.ID = PEDIDOS_PROVE' + - 'EDOR.ID_PROVEEDOR)'#10' LEFT OUTER JOIN PROVEEDORES_DATOS ON (PROVE' + - 'EDORES_DATOS.ID_PROVEEDOR = PEDIDOS_PROVEEDOR.ID_PROVEEDOR)'#10' LE' + - 'FT OUTER JOIN CONTACTOS_DIRECCIONES ON (CONTACTOS_DIRECCIONES.ID' + - ' = PEDIDOS_PROVEEDOR.ID_DIRECCION)'#10' LEFT OUTER JOIN ALMACENES O' + - 'N (ALMACENES.ID = PEDIDOS_PROVEEDOR.ID_ALMACEN)'#10'WHERE PEDIDOS_PR' + - 'OVEEDOR.ID = :ID'#10#10#10#10 - StatementType = stSQL - ColumnMappings = < - item - DatasetField = 'ID' - TableField = 'ID' - end - item - DatasetField = 'ID_EMPRESA' - TableField = 'ID_EMPRESA' - end - item - DatasetField = 'REFERENCIA' - TableField = 'REFERENCIA' - end - item - DatasetField = 'FECHA_PEDIDO' - TableField = 'FECHA_PEDIDO' - end - item - DatasetField = 'OBSERVACIONES' - TableField = 'OBSERVACIONES' - end - item - DatasetField = 'NOMBRE' - TableField = 'NOMBRE' - end - item - DatasetField = 'FAX' - TableField = 'FAX' - end - item - DatasetField = 'PERSONA_CONTACTO' - TableField = 'PERSONA_CONTACTO' - end - item - DatasetField = 'FECHA_ENTREGA' - TableField = 'FECHA_ENTREGA' - end - item - DatasetField = 'ID_ALMACEN' - TableField = 'ID_ALMACEN' - end - item - DatasetField = 'IMPORTE_TOTAL' - TableField = 'IMPORTE_TOTAL' - end - item - DatasetField = 'CALLE' - TableField = 'CALLE' - end - item - DatasetField = 'POBLACION' - TableField = 'POBLACION' - end - item - DatasetField = 'PROVINCIA' - TableField = 'PROVINCIA' - end - item - DatasetField = 'CODIGO_POSTAL' - TableField = 'CODIGO_POSTAL' - end - item - DatasetField = 'CODIGO_CLIENTE' - TableField = 'CODIGO_CLIENTE' - end - item - DatasetField = 'ENTREGAR_A' - TableField = 'ENTREGAR_A' - end> - end> - Name = 'Informe_Cabecera' - Fields = < - item - Name = 'ID' - DataType = datInteger - end - item - Name = 'ID_EMPRESA' - DataType = datInteger - end - item - Name = 'REFERENCIA' - DataType = datString - Size = 255 - end - item - Name = 'FECHA_PEDIDO' - DataType = datDateTime - end - item - Name = 'FECHA_ENTREGA' - DataType = datDateTime - end - item - Name = 'OBSERVACIONES' - DataType = datMemo - end - item - Name = 'NOMBRE' - DataType = datString - Size = 255 - end - item - Name = 'FAX' - DataType = datString - Size = 25 - end - item - Name = 'PERSONA_CONTACTO' - DataType = datString - Size = 255 - end - item - Name = 'CODIGO_CLIENTE' - DataType = datString - Size = 255 - end - item - Name = 'ID_ALMACEN' - DataType = datInteger - end - item - Name = 'CALLE' - DataType = datString - Size = 255 - end - item - Name = 'POBLACION' - DataType = datString - Size = 255 - end - item - Name = 'PROVINCIA' - DataType = datString - Size = 255 - end - item - Name = 'CODIGO_POSTAL' - DataType = datString - Size = 10 - end - item - Name = 'ENTREGAR_A' - DataType = datString - Size = 255 - end - item - Name = 'IMPORTE_TOTAL' - DataType = datCurrency - end> - ReadOnly = True - end - item - IsPublic = False - Params = < - item - Name = 'ID_PEDIDO' - Value = '3' - ParamType = daptInput - end> - Statements = < - item - Connection = 'IBX' - SQL = - 'SELECT DET.ID, DET.ID_PEDIDO,'#10' DET.POSICION, DET.TIPO_DETA' + - 'LLE,'#10' ARTICULOS.REFERENCIA, F_RTFTOTEXT(DET.CONCEPTO) as C' + - 'ONCEPTO, DET.CANTIDAD,'#10' DET.UNIDAD_MEDIDA, DET.IMPORTE_UNI' + - 'DAD - (DET.IMPORTE_UNIDAD * (COALESCE(DET.DESCUENTO,0) / 100)) a' + - 's IMPORTE_UNIDAD, DET.IMPORTE_TOTAL,'#10' ARTICULOS_PROVEEDORE' + - 'S.REFERENCIA_PROV as REFERENCIA_PROVEEDOR,'#10' ARTICULOS.REFE' + - 'RENCIA_FABR as REFERENCIA_FABRICANTE'#10'FROM PEDIDOS_PROVEEDOR_DETA' + - 'LLES DET'#10'LEFT OUTER JOIN ARTICULOS ON (DET.ID_ARTICULO = ARTICUL' + - 'OS.ID)'#10'LEFT JOIN PEDIDOS_PROVEEDOR ON (PEDIDOS_PROVEEDOR.ID = DE' + - 'T.ID_PEDIDO)'#10'LEFT JOIN ARTICULOS_PROVEEDORES ON ((ARTICULOS_PROV' + - 'EEDORES.ID_ARTICULO = ARTICULOS.ID) AND (ARTICULOS_PROVEEDORES.I' + - 'D_PROVEEDOR = PEDIDOS_PROVEEDOR.ID_PROVEEDOR))'#10#10'WHERE DET.ID_PED' + - 'IDO = :ID_PEDIDO AND DET.VISIBLE = 1 AND {Where}'#10'ORDER BY DET.ID' + - '_PEDIDO, DET.POSICION;'#10#10#10#10#10#10#10 - StatementType = stSQL - ColumnMappings = < - item - DatasetField = 'ID' - TableField = 'ID' - end - item - DatasetField = 'ID_PEDIDO' - TableField = 'ID_PEDIDO' - end - item - DatasetField = 'POSICION' - TableField = 'POSICION' - end - item - DatasetField = 'TIPO_DETALLE' - TableField = 'TIPO_DETALLE' - end - item - DatasetField = 'REFERENCIA' - TableField = 'REFERENCIA' - end - item - DatasetField = 'CANTIDAD' - TableField = 'CANTIDAD' - end - item - DatasetField = 'UNIDAD_MEDIDA' - TableField = 'UNIDAD_MEDIDA' - end - item - DatasetField = 'IMPORTE_UNIDAD' - TableField = 'IMPORTE_UNIDAD' - end - item - DatasetField = 'IMPORTE_TOTAL' - TableField = 'IMPORTE_TOTAL' - end - item - DatasetField = 'REFERENCIA_PROVEEDOR' - TableField = 'REFERENCIA_PROVEEDOR' - end - item - DatasetField = 'REFERENCIA_FABRICANTE' - TableField = 'REFERENCIA_FABRICANTE' - end - item - DatasetField = 'CONCEPTO' - TableField = 'CONCEPTO' - end> - end> - Name = 'Informe_Detalles' - Fields = < - item - Name = 'ID' - DataType = datInteger - end - item - Name = 'ID_PEDIDO' - DataType = datInteger - end - item - Name = 'POSICION' - DataType = datInteger - end - item - Name = 'TIPO_DETALLE' - DataType = datString - Size = 25 - end - item - Name = 'REFERENCIA' - DataType = datString - Size = 255 - end - item - Name = 'CONCEPTO' - DataType = datString - Size = 32765 - end - item - Name = 'CANTIDAD' - DataType = datFloat - end - item - Name = 'UNIDAD_MEDIDA' - DataType = datString - Size = 255 - end - item - Name = 'IMPORTE_UNIDAD' - DataType = datFloat - end - item - Name = 'IMPORTE_TOTAL' - DataType = datCurrency - end - item - Name = 'REFERENCIA_PROVEEDOR' - DataType = datString - Size = 255 - end - item - Name = 'REFERENCIA_FABRICANTE' - DataType = datString - Size = 255 - end> - ReadOnly = True - end - item - Params = <> - Statements = < - item - Connection = 'IBX' - TargetTable = 'V_PEDIDOS_PROVEEDOR' - SQL = - #10' '#10'select ID_EMPRESA,'#10'extract (year from fecha_pedido) as ANO,'#10 + - 'extract (month from fecha_pedido) as MES,'#10'case'#10'when extract (mon' + - 'th from fecha_pedido) = 1 then '#39'ENERO - '#39' || extract (year from ' + - 'fecha_pedido)'#10'when extract (month from fecha_pedido) = 2 then '#39'F' + - 'EBRERO - '#39' || extract (year from fecha_pedido)'#10'when extract (mon' + - 'th from fecha_pedido) = 3 then '#39'MARZO - '#39' || extract (year from ' + - 'fecha_pedido)'#10'when extract (month from fecha_pedido) = 4 then '#39'A' + - 'BRIL - '#39' || extract (year from fecha_pedido)'#10'when extract (month' + - ' from fecha_pedido) = 5 then '#39'MAYO - '#39' || extract (year from fec' + - 'ha_pedido)'#10'when extract (month from fecha_pedido) = 6 then '#39'JUNI' + - 'O - '#39' || extract (year from fecha_pedido)'#10'when extract (month fr' + - 'om fecha_pedido) = 7 then '#39'JULIO - '#39' || extract (year from fecha' + - '_pedido)'#10'when extract (month from fecha_pedido) = 8 then '#39'AGOSTO' + - ' - '#39' || extract (year from fecha_pedido)'#10'when extract (month fro' + - 'm fecha_pedido) = 9 then '#39'SEPTIEMBRE - '#39' || extract (year from f' + - 'echa_pedido)'#10'when extract (month from fecha_pedido) = 10 then '#39'O' + - 'CTUBRE - '#39' || extract (year from fecha_pedido)'#10'when extract (mon' + - 'th from fecha_pedido) = 11 then '#39'NOVIEMBRE - '#39' || extract (year ' + - 'from fecha_pedido)'#10'when extract (month from fecha_pedido) = 12 t' + - 'hen '#39'DICIEMBRE - '#39' || extract (year from fecha_pedido)'#10'end as TI' + - 'TULO,'#10'sum(IMPORTE_TOTAL) as importe_total'#10#10'from V_PEDIDOS_PROVEE' + - 'DOR'#10'group by 1,2,3,4'#10'order by ANO, MES'#10 - StatementType = stSQL - ColumnMappings = < - item - DatasetField = 'ID_EMPRESA' - TableField = 'ID_EMPRESA' - end - item - DatasetField = 'ANO' - TableField = '' - SQLOrigin = 'ANO' - end - item - DatasetField = 'MES' - TableField = '' - SQLOrigin = 'MES' - end - item - DatasetField = 'TITULO' - TableField = '' - SQLOrigin = 'TITULO' - end - item - DatasetField = 'IMPORTE_TOTAL' - TableField = 'IMPORTE_TOTAL' - end> - end> - Name = 'InformeListadoPedidosResumen' - Fields = < - item - Name = 'ID_EMPRESA' - DataType = datInteger - end - item - Name = 'ANO' - DataType = datSmallInt - end - item - Name = 'MES' - DataType = datSmallInt - end - item - Name = 'TITULO' - DataType = datString - Size = 19 - end - item - Name = 'IMPORTE_TOTAL' - DataType = datCurrency - end> - end> - JoinDataTables = <> - UnionDataTables = <> - Commands = <> - RelationShips = <> - UpdateRules = <> - Version = 0 - Left = 48 - Top = 16 - end - object DataDictionary: TDADataDictionary - Fields = <> - Left = 46 - Top = 158 - end - object frxReport: TfrxReport - Version = '4.3' - DotMatrixReport = False - EngineOptions.DoublePass = True - IniFile = '\Software\Fast Reports' - PreviewOptions.Buttons = [pbPrint, pbLoad, pbSave, pbExport, pbZoom, pbFind, pbOutline, pbPageSetup, pbTools, pbEdit, pbNavigator, pbExportQuick] - PreviewOptions.Zoom = 1.000000000000000000 - PrintOptions.Printer = 'Por defecto' - PrintOptions.PrintOnSheet = 0 - ReportOptions.CreateDate = 37800.807714351900000000 - ReportOptions.LastChange = 39840.822843958330000000 - ScriptLanguage = 'PascalScript' - ScriptText.Strings = ( - 'procedure mContinuaOnBeforePrint(Sender: TfrxComponent);' - 'begin' - ' if Engine.FinalPass then' - ' begin' - ' if ( = ) then' - ' begin ' - ' mContinua.Visible := False;' - ' end ' - ' else' - ' begin ' - ' mContinua.Visible := True;' - ' end ' - ' end; ' - 'end;' - '' - 'begin' - '' - 'end.') - ShowProgress = False - StoreInDFM = False - OnGetValue = frxReportGetValue - OnStartReport = 'frxReportOnStartReport' - Left = 137 - Top = 16 - end - object frxDBCabecera: TfrxDBDataset - UserName = 'frxDBCabecera' - CloseDataSource = False - DataSource = DADSCabecera - Left = 360 - Top = 24 - end - object frxDBDetalles: TfrxDBDataset - UserName = 'frxDBDetalles' - CloseDataSource = False - DataSource = DADSDetalles - Left = 440 - Top = 24 - end - object IBDatabase1: TIBDatabase - DatabaseName = 'C:\Codigo Tecsitel\Output\Debug\Database\FACTUGES.FDB' - Params.Strings = ( - 'user_name=sysdba' - 'password=masterkey' - 'lc_ctype=ISO8859_1') - LoginPrompt = False - DefaultTransaction = IBTransaction1 - Left = 48 - Top = 296 - end - object IBTransaction1: TIBTransaction - Left = 48 - Top = 352 - end - object DataSource1: TDataSource - DataSet = cabecera - Left = 216 - Top = 296 - end - object DataSource2: TDataSource - DataSet = detalles - Left = 216 - Top = 352 - end - object cabecera: TIBQuery - Database = IBDatabase1 - Transaction = IBTransaction1 - SQL.Strings = ( - 'SELECT' - ' V_PEDIDOS_PROVEEDOR.ID,' - ' V_PEDIDOS_PROVEEDOR.ID_EMPRESA,' - ' V_PEDIDOS_PROVEEDOR.REFERENCIA,' - ' V_PEDIDOS_PROVEEDOR.FECHA_PEDIDO,' - ' V_PEDIDOS_PROVEEDOR.OBSERVACIONES,' - ' V_PROVEEDORES.NOMBRE,' - ' V_PROVEEDORES.FAX,' - ' V_PROVEEDORES.PERSONA_CONTACTO,' - ' V_PROVEEDORES.CODIGO_ASIGNADO AS CODIGO_CLIENTE,' - ' V_PEDIDOS_PROVEEDOR.CALLE,' - ' V_PEDIDOS_PROVEEDOR.POBLACION,' - ' V_PEDIDOS_PROVEEDOR.PROVINCIA,' - ' V_PEDIDOS_PROVEEDOR.CODIGO_POSTAL,' - ' V_PEDIDOS_PROVEEDOR.PERSONA_CONTACTO AS ENTREGAR_A' - 'FROM' - ' V_PEDIDOS_PROVEEDOR' - - ' LEFT OUTER JOIN V_PROVEEDORES ON (V_PROVEEDORES.ID = V_PEDIDOS' + - '_PROVEEDOR.ID_PROVEEDOR)' - 'WHERE V_PEDIDOS_PROVEEDOR.ID = 2') - Left = 136 - Top = 296 - object cabeceraID: TIntegerField - FieldName = 'ID' - Origin = '"V_PEDIDOS_PROVEEDOR"."ID"' - end - object cabeceraID_EMPRESA: TIntegerField - FieldName = 'ID_EMPRESA' - Origin = '"V_PEDIDOS_PROVEEDOR"."ID_EMPRESA"' - end - object cabeceraREFERENCIA: TIBStringField - FieldName = 'REFERENCIA' - Origin = '"V_PEDIDOS_PROVEEDOR"."REFERENCIA"' - Size = 255 - end - object cabeceraFECHA_PEDIDO: TDateField - FieldName = 'FECHA_PEDIDO' - Origin = '"V_PEDIDOS_PROVEEDOR"."FECHA_PEDIDO"' - end - object cabeceraOBSERVACIONES: TMemoField - FieldName = 'OBSERVACIONES' - Origin = '"V_PEDIDOS_PROVEEDOR"."OBSERVACIONES"' - ProviderFlags = [pfInUpdate] - BlobType = ftMemo - Size = 8 - end - object cabeceraNOMBRE: TIBStringField - FieldName = 'NOMBRE' - Origin = '"V_PROVEEDORES"."NOMBRE"' - Size = 255 - end - object cabeceraFAX: TIBStringField - FieldName = 'FAX' - Origin = '"V_PROVEEDORES"."FAX"' - Size = 25 - end - object cabeceraPERSONA_CONTACTO: TIBStringField - FieldName = 'PERSONA_CONTACTO' - Origin = '"V_PROVEEDORES"."PERSONA_CONTACTO"' - Size = 255 - end - object cabeceraCODIGO_CLIENTE: TIBStringField - FieldName = 'CODIGO_CLIENTE' - Origin = '"V_PROVEEDORES"."CODIGO_ASIGNADO"' - Size = 255 - end - object cabeceraCALLE: TIBStringField - FieldName = 'CALLE' - Origin = '"V_PEDIDOS_PROVEEDOR"."CALLE"' - Size = 255 - end - object cabeceraPOBLACION: TIBStringField - FieldName = 'POBLACION' - Origin = '"V_PEDIDOS_PROVEEDOR"."POBLACION"' - Size = 255 - end - object cabeceraPROVINCIA: TIBStringField - FieldName = 'PROVINCIA' - Origin = '"V_PEDIDOS_PROVEEDOR"."PROVINCIA"' - Size = 255 - end - object cabeceraCODIGO_POSTAL: TIBStringField - FieldName = 'CODIGO_POSTAL' - Origin = '"V_PEDIDOS_PROVEEDOR"."CODIGO_POSTAL"' - Size = 10 - end - object cabeceraENTREGAR_A: TIBStringField - FieldName = 'ENTREGAR_A' - Origin = '"V_PEDIDOS_PROVEEDOR"."PERSONA_CONTACTO"' - Size = 255 - end - end - object detalles: TIBQuery - Database = IBDatabase1 - Transaction = IBTransaction1 - SQL.Strings = ( - 'SELECT DET.ID, DET.ID_PEDIDO,' - ' DET.POSICION, DET.TIPO_DETALLE,' - ' ARTICULOS.REFERENCIA, DET.CONCEPTO, DET.CANTIDAD,' - ' DET.UNIDAD_MEDIDA, DET.IMPORTE_UNIDAD, DET.IMPORTE_TOTAL,' - ' ARTICULOS.REFERENCIA_PROV as REFERENCIA_PROVEEDOR,' - ' ARTICULOS.REFERENCIA_FABR as REFERENCIA_FABRICANTE' - 'FROM PEDIDOS_PROVEEDOR_DETALLES DET' - 'LEFT OUTER JOIN ARTICULOS ON (DET.ID_ARTICULO = ARTICULOS.ID)' - 'WHERE DET.ID_PEDIDO = 2 AND DET.VISIBLE = 1 ' - 'ORDER BY DET.ID_PEDIDO, DET.POSICION;') - Left = 136 - Top = 352 - object detallesID: TIntegerField - FieldName = 'ID' - Origin = '"PEDIDOS_PROVEEDOR_DETALLES"."ID"' - ProviderFlags = [pfInUpdate, pfInWhere, pfInKey] - Required = True - end - object detallesID_PEDIDO: TIntegerField - FieldName = 'ID_PEDIDO' - Origin = '"PEDIDOS_PROVEEDOR_DETALLES"."ID_PEDIDO"' - Required = True - end - object detallesPOSICION: TIntegerField - FieldName = 'POSICION' - Origin = '"PEDIDOS_PROVEEDOR_DETALLES"."POSICION"' - end - object detallesTIPO_DETALLE: TIBStringField - FieldName = 'TIPO_DETALLE' - Origin = '"PEDIDOS_PROVEEDOR_DETALLES"."TIPO_DETALLE"' - Size = 10 - end - object detallesREFERENCIA: TIBStringField - FieldName = 'REFERENCIA' - Origin = '"ARTICULOS"."REFERENCIA"' - Size = 255 - end - object detallesCONCEPTO: TIBStringField - FieldName = 'CONCEPTO' - Origin = '"PEDIDOS_PROVEEDOR_DETALLES"."CONCEPTO"' - Size = 2000 - end - object detallesCANTIDAD: TIntegerField - FieldName = 'CANTIDAD' - Origin = '"PEDIDOS_PROVEEDOR_DETALLES"."CANTIDAD"' - end - object detallesUNIDAD_MEDIDA: TIBStringField - FieldName = 'UNIDAD_MEDIDA' - Origin = '"PEDIDOS_PROVEEDOR_DETALLES"."UNIDAD_MEDIDA"' - Size = 255 - end - object detallesIMPORTE_UNIDAD: TIBBCDField - FieldName = 'IMPORTE_UNIDAD' - Origin = '"PEDIDOS_PROVEEDOR_DETALLES"."IMPORTE_UNIDAD"' - Precision = 18 - Size = 2 - end - object detallesIMPORTE_TOTAL: TIBBCDField - FieldName = 'IMPORTE_TOTAL' - Origin = '"PEDIDOS_PROVEEDOR_DETALLES"."IMPORTE_TOTAL"' - Precision = 18 - Size = 2 - end - object detallesREFERENCIA_PROVEEDOR: TIBStringField - FieldName = 'REFERENCIA_PROVEEDOR' - Origin = '"ARTICULOS"."REFERENCIA_PROV"' - Size = 255 - end - object detallesREFERENCIA_FABRICANTE: TIBStringField - FieldName = 'REFERENCIA_FABRICANTE' - Origin = '"ARTICULOS"."REFERENCIA_FABR"' - Size = 255 - end - end - object frxCheckBoxObject1: TfrxCheckBoxObject - Left = 360 - Top = 248 - end - object frxChartObject1: TfrxChartObject - Left = 360 - Top = 296 - end - object frxGradientObject1: TfrxGradientObject - Left = 440 - Top = 248 - end - object frxCrossObject1: TfrxCrossObject - Left = 440 - Top = 400 - end - object frxOLEObject1: TfrxOLEObject - Left = 360 - Top = 400 - end - object frxBarCodeObject1: TfrxBarCodeObject - Left = 440 - Top = 352 - end - object frxRichObject1: TfrxRichObject - Left = 360 - Top = 352 - end - object DADSCabecera: TDADataSource - DataSet = tbl_Cabecera.Dataset - DataTable = tbl_Cabecera - Left = 360 - Top = 80 - end - object DADSDetalles: TDADataSource - DataSet = tbl_Detalles.Dataset - DataTable = tbl_Detalles - Left = 440 - Top = 80 - end - object tbl_Detalles: TDAMemDataTable - RemoteUpdatesOptions = [] - Fields = < - item - Name = 'ID' - DataType = datInteger - end - item - Name = 'ID_PEDIDO' - DataType = datInteger - end - item - Name = 'POSICION' - DataType = datInteger - end - item - Name = 'TIPO_DETALLE' - DataType = datString - Size = 25 - end - item - Name = 'REFERENCIA' - DataType = datString - Size = 255 - end - item - Name = 'CONCEPTO' - DataType = datString - Size = 2000 - end - item - Name = 'CANTIDAD' - DataType = datFloat - end - item - Name = 'UNIDAD_MEDIDA' - DataType = datString - Size = 255 - end - item - Name = 'IMPORTE_UNIDAD' - DataType = datFloat - end - item - Name = 'IMPORTE_TOTAL' - DataType = datCurrency - end - item - Name = 'REFERENCIA_PROVEEDOR' - DataType = datString - Size = 255 - end - item - Name = 'REFERENCIA_FABRICANTE' - DataType = datString - Size = 255 - end> - Params = < - item - Name = 'ID_PEDIDO' - Value = '3' - ParamType = daptInput - end> - MasterParamsMappings.Strings = ( - 'ID_PEDIDO=ID') - LogChanges = False - StreamingOptions = [soDisableEventsWhileStreaming] - RemoteFetchEnabled = False - LocalSchema = schReport - LocalDataStreamer = DABin2DataStreamer1 - DetailFields = 'ID_PEDIDO' - DetailOptions = [dtCascadeOpenClose, dtCascadeApplyUpdates, dtAutoFetch, dtCascadeDelete, dtCascadeUpdate, dtDisableLogOfCascadeDeletes, dtDisableLogOfCascadeUpdates, dtIncludeInAllInOneFetch] - MasterOptions = [moCascadeOpenClose, moCascadeApplyUpdates, moCascadeDelete, moCascadeUpdate, moDisableLogOfCascadeDeletes, moDisableLogOfCascadeUpdates] - LogicalName = 'Informe_Detalles' - IndexDefs = <> - Left = 440 - Top = 136 - end - object tbl_Cabecera: TDAMemDataTable - RemoteUpdatesOptions = [] - Fields = < - item - Name = 'ID' - DataType = datInteger - end - item - Name = 'ID_EMPRESA' - DataType = datInteger - end - item - Name = 'REFERENCIA' - DataType = datString - Size = 255 - end - item - Name = 'FECHA_PEDIDO' - DataType = datDateTime - end - item - Name = 'FECHA_ENTREGA' - DataType = datDateTime - end - item - Name = 'OBSERVACIONES' - DataType = datMemo - end - item - Name = 'NOMBRE' - DataType = datString - Size = 255 - end - item - Name = 'FAX' - DataType = datString - Size = 25 - end - item - Name = 'PERSONA_CONTACTO' - DataType = datString - Size = 255 - end - item - Name = 'CODIGO_CLIENTE' - DataType = datString - Size = 255 - end - item - Name = 'CALLE' - DataType = datString - Size = 255 - end - item - Name = 'POBLACION' - DataType = datString - Size = 255 - end - item - Name = 'PROVINCIA' - DataType = datString - Size = 255 - end - item - Name = 'CODIGO_POSTAL' - DataType = datString - Size = 10 - end - item - Name = 'ENTREGAR_A' - DataType = datString - Size = 255 - end> - Params = < - item - Name = 'ID' - Value = '2' - ParamType = daptInput - end> - LogChanges = False - StreamingOptions = [soDisableEventsWhileStreaming] - RemoteFetchEnabled = False - LocalSchema = schReport - LocalDataStreamer = DABin2DataStreamer1 - DetailOptions = [dtCascadeOpenClose, dtCascadeApplyUpdates, dtAutoFetch, dtCascadeDelete, dtCascadeUpdate, dtDisableLogOfCascadeDeletes, dtDisableLogOfCascadeUpdates, dtIncludeInAllInOneFetch] - MasterOptions = [moCascadeOpenClose, moCascadeApplyUpdates, moCascadeDelete, moCascadeUpdate, moDisableLogOfCascadeDeletes, moDisableLogOfCascadeUpdates] - LogicalName = 'Informe_Cabecera' - IndexDefs = <> - Left = 360 - Top = 136 - end - object frxPDFExport1: TfrxPDFExport - ShowDialog = False - UseFileCache = True - ShowProgress = False - PrintOptimized = True - Outline = False - Author = 'FactuGES' - Subject = 'FactuGES' - Background = False - Creator = 'FactuGES' - HTMLTags = True - Left = 440 - Top = 296 - end - object frxDBInformeListadoPedidos: TfrxDBDataset - UserName = 'frxDBInformeListadoPedidos' - CloseDataSource = False - DataSource = DADSInformeListadoPedidos - Left = 600 - Top = 24 - end - object DADSInformeListadoPedidos: TDADataSource - DataSet = tbl_InformeListadoPedidos.Dataset - DataTable = tbl_InformeListadoPedidos - Left = 600 - Top = 80 - end - object tbl_InformeListadoPedidos: TDAMemDataTable - RemoteUpdatesOptions = [] - Fields = < - item - Name = 'ID_EMPRESA' - DataType = datInteger - end - item - Name = 'MES' - DataType = datSmallInt - end - item - Name = 'TITULO' - DataType = datString - Size = 19 - end - item - Name = 'REFERENCIA' - DataType = datString - Size = 255 - end - item - Name = 'ID_PROVEEDOR' - DataType = datInteger - end - item - Name = 'NOMBRE' - DataType = datString - Size = 255 - end - item - Name = 'SITUACION' - DataType = datString - Size = 9 - end - item - Name = 'FECHA_PEDIDO' - DataType = datDateTime - end - item - Name = 'FECHA_CONFIRMACION' - DataType = datDateTime - end - item - Name = 'FECHA_ENTREGA' - DataType = datDateTime - end - item - Name = 'IMPORTE_TOTAL' - DataType = datCurrency - end> - Params = <> - LogChanges = False - StreamingOptions = [soDisableEventsWhileStreaming] - RemoteFetchEnabled = False - LocalSchema = schReport - LocalDataStreamer = DABin2DataStreamer1 - DetailOptions = [dtCascadeOpenClose, dtCascadeApplyUpdates, dtAutoFetch, dtCascadeDelete, dtCascadeUpdate, dtDisableLogOfCascadeDeletes, dtDisableLogOfCascadeUpdates, dtIncludeInAllInOneFetch] - MasterOptions = [moCascadeOpenClose, moCascadeApplyUpdates, moCascadeDelete, moCascadeUpdate, moDisableLogOfCascadeDeletes, moDisableLogOfCascadeUpdates] - LogicalName = 'InformeListadoPedidos' - IndexDefs = <> - Left = 600 - Top = 136 - end - object frxDBInformeListadoPedidosResumen: TfrxDBDataset - UserName = 'frxDBInformeListadoPedidosResumen' - CloseDataSource = False - DataSource = DADSInformeListadoPedidosResumen - Left = 600 - Top = 208 - end - object DADSInformeListadoPedidosResumen: TDADataSource - DataSet = tbl_InformeListadoPedidosResumen.Dataset - DataTable = tbl_InformeListadoPedidosResumen - Left = 600 - Top = 264 - end - object tbl_InformeListadoPedidosResumen: TDAMemDataTable - RemoteUpdatesOptions = [] - Fields = <> - Params = <> - MasterMappingMode = mmDataRequest - LogChanges = False - StreamingOptions = [soDisableEventsWhileStreaming] - RemoteFetchEnabled = False - DetailOptions = [dtCascadeOpenClose, dtCascadeApplyUpdates, dtAutoFetch, dtCascadeDelete, dtCascadeUpdate, dtDisableLogOfCascadeDeletes, dtDisableLogOfCascadeUpdates, dtIncludeInAllInOneFetch] - MasterOptions = [moCascadeOpenClose, moCascadeApplyUpdates, moCascadeDelete, moCascadeUpdate, moDisableLogOfCascadeDeletes, moDisableLogOfCascadeUpdates] - IndexDefs = <> - Left = 600 - Top = 320 - end - object DABin2DataStreamer1: TDABin2DataStreamer - Left = 48 - Top = 80 - end -end diff --git a/Source/Modulos/Presupuestos de cliente/Reports/uRptPresupuestosCliente_Server.dfm.bak b/Source/Modulos/Presupuestos de cliente/Reports/uRptPresupuestosCliente_Server.dfm.bak deleted file mode 100644 index 33e02bc..0000000 --- a/Source/Modulos/Presupuestos de cliente/Reports/uRptPresupuestosCliente_Server.dfm.bak +++ /dev/null @@ -1,1840 +0,0 @@ -object RptPresupuestosCliente: TRptPresupuestosCliente - OldCreateOrder = True - OnCreate = DataModuleCreate - OnDestroy = DataModuleDestroy - Height = 556 - Width = 858 - object DADSCabecera: TDADataSource - DataSet = tbl_Cabecera.Dataset - DataTable = tbl_Cabecera - Left = 264 - Top = 72 - end - object DADSDetalles: TDADataSource - DataSet = tbl_Detalles.Dataset - DataTable = tbl_Detalles - Left = 440 - Top = 72 - end - object frxBarCodeObject1: TfrxBarCodeObject - Left = 528 - Top = 488 - end - object frxOLEObject1: TfrxOLEObject - Left = 400 - Top = 488 - end - object frxCrossObject1: TfrxCrossObject - Left = 400 - Top = 440 - end - object frxCheckBoxObject1: TfrxCheckBoxObject - Left = 464 - Top = 488 - end - object frxGradientObject1: TfrxGradientObject - Left = 464 - Top = 440 - end - object schReport: TDASchema - ConnectionManager = dmServer.ConnectionManager - DataDictionary = DataDictionary - Datasets = < - item - Params = <> - Statements = < - item - Connection = 'IBX' - ConnectionType = 'Interbase' - Default = True - TargetTable = 'V_PRESUPUESTOS_CLIENTE' - Name = 'IBX' - SQL = - 'select ID_EMPRESA,'#10'extract (year from fecha_presupuesto) as ANO,' + - #10'extract (month from fecha_presupuesto) as MES,'#10'case'#10'when extrac' + - 't (month from fecha_presupuesto) = 1 then '#39'ENERO - '#39' || extract ' + - '(year from fecha_presupuesto)'#10'when extract (month from fecha_pre' + - 'supuesto) = 2 then '#39'FEBRERO - '#39' || extract (year from fecha_pres' + - 'upuesto)'#10'when extract (month from fecha_presupuesto) = 3 then '#39'M' + - 'ARZO - '#39' || extract (year from fecha_presupuesto)'#10'when extract (' + - 'month from fecha_presupuesto) = 4 then '#39'ABRIL - '#39' || extract (ye' + - 'ar from fecha_presupuesto)'#10'when extract (month from fecha_presup' + - 'uesto) = 5 then '#39'MAYO - '#39' || extract (year from fecha_presupuest' + - 'o)'#10'when extract (month from fecha_presupuesto) = 6 then '#39'JUNIO -' + - ' '#39' || extract (year from fecha_presupuesto)'#10'when extract (month ' + - 'from fecha_presupuesto) = 7 then '#39'JULIO - '#39' || extract (year fro' + - 'm fecha_presupuesto)'#10'when extract (month from fecha_presupuesto)' + - ' = 8 then '#39'AGOSTO - '#39' || extract (year from fecha_presupuesto)'#10'w' + - 'hen extract (month from fecha_presupuesto) = 9 then '#39'SEPTIEMBRE ' + - '- '#39' || extract (year from fecha_presupuesto)'#10'when extract (month' + - ' from fecha_presupuesto) = 10 then '#39'OCTUBRE - '#39' || extract (year' + - ' from fecha_presupuesto)'#10'when extract (month from fecha_presupue' + - 'sto) = 11 then '#39'NOVIEMBRE - '#39' || extract (year from fecha_presup' + - 'uesto)'#10'when extract (month from fecha_presupuesto) = 12 then '#39'DI' + - 'CIEMBRE - '#39' || extract (year from fecha_presupuesto)'#10'end as TITU' + - 'LO,'#10'REFERENCIA, ID_CLIENTE, NOMBRE, SITUACION, NIF_CIF, FECHA_P' + - 'RESUPUESTO, FECHA_DECISION, FACTURA, IMPORTE_TOTAL'#10#10'from V_presu' + - 'puestos_cliente'#10'where {where}'#10'order by ANO, MES, NOMBRE'#10 - StatementType = stSQL - ColumnMappings = < - item - DatasetField = 'ID_EMPRESA' - TableField = 'ID_EMPRESA' - end - item - DatasetField = 'MES' - TableField = '' - SQLOrigin = 'MES' - end - item - DatasetField = 'TITULO' - TableField = '' - SQLOrigin = 'TITULO' - end - item - DatasetField = 'REFERENCIA' - TableField = 'REFERENCIA' - end - item - DatasetField = 'ID_CLIENTE' - TableField = 'ID_CLIENTE' - end - item - DatasetField = 'NOMBRE' - TableField = 'NOMBRE' - end - item - DatasetField = 'SITUACION' - TableField = 'SITUACION' - end - item - DatasetField = 'NIF_CIF' - TableField = 'NIF_CIF' - end - item - DatasetField = 'FECHA_PRESUPUESTO' - TableField = 'FECHA_PRESUPUESTO' - end - item - DatasetField = 'FECHA_DECISION' - TableField = 'FECHA_DECISION' - end - item - DatasetField = 'FACTURA' - TableField = 'FACTURA' - end - item - DatasetField = 'IMPORTE_TOTAL' - TableField = 'IMPORTE_TOTAL' - end - item - DatasetField = 'ANO' - TableField = '' - SQLOrigin = 'ANO' - end> - end> - Name = 'InformeListadoPresupuestos' - Fields = < - item - Name = 'ID_EMPRESA' - DataType = datInteger - end - item - Name = 'ANO' - DataType = datSmallInt - end - item - Name = 'MES' - DataType = datSmallInt - end - item - Name = 'TITULO' - DataType = datString - Size = 19 - end - item - Name = 'REFERENCIA' - DataType = datString - Size = 255 - end - item - Name = 'ID_CLIENTE' - DataType = datInteger - end - item - Name = 'NOMBRE' - DataType = datString - Size = 255 - end - item - Name = 'SITUACION' - DataType = datString - Size = 255 - end - item - Name = 'NIF_CIF' - DataType = datString - Size = 15 - end - item - Name = 'FECHA_PRESUPUESTO' - DataType = datDateTime - end - item - Name = 'FECHA_DECISION' - DataType = datDateTime - end - item - Name = 'FACTURA' - DataType = datString - Size = 255 - end - item - Name = 'IMPORTE_TOTAL' - DataType = datCurrency - end> - end - item - Params = < - item - Name = 'ID' - Value = '31' - ParamType = daptInput - end> - Statements = < - item - Connection = 'IBX' - SQL = - 'SELECT'#10' V_PRESUPUESTOS_CLIENTE.ID, V_PRESUPUESTOS_CLIENTE.ID_' + - 'EMPRESA,'#10' V_PRESUPUESTOS_CLIENTE.FECHA_PRESUPUESTO,'#10' V_PRE' + - 'SUPUESTOS_CLIENTE.REFERENCIA || '#39' '#39' || COALESCE(V_PRESUPUESTOS_C' + - 'LIENTE.REFERENCIA_AUX, '#39#39') AS REFERENCIA,'#10' V_PRESUPUESTOS_CLI' + - 'ENTE.PORTADA,'#10' V_PRESUPUESTOS_CLIENTE.MEMORIA, V_PRESUPUESTOS' + - '_CLIENTE.OBSERVACIONES,'#10' V_PRESUPUESTOS_CLIENTE.IMPORTE_NETO,' + - ' V_PRESUPUESTOS_CLIENTE.IMPORTE_PORTE,'#10' V_PRESUPUESTOS_CLIENT' + - 'E.DESCUENTO, V_PRESUPUESTOS_CLIENTE.IMPORTE_DESCUENTO,'#10' V_PRE' + - 'SUPUESTOS_CLIENTE.BASE_IMPONIBLE, V_PRESUPUESTOS_CLIENTE.IVA,'#10' ' + - ' V_PRESUPUESTOS_CLIENTE.ID_CLIENTE,'#10' V_PRESUPUESTOS_CLIENTE.' + - 'REFERENCIA_CLIENTE,'#10' V_PRESUPUESTOS_CLIENTE.CLIENTE_FINAL,'#10' ' + - ' CONTACTOS.NIF_CIF, CONTACTOS.NOMBRE,'#10' V_PRESUPUESTOS_CLIENT' + - 'E.IMPORTE_IVA, V_PRESUPUESTOS_CLIENTE.IMPORTE_TOTAL,'#10' COALESC' + - 'E(CONTACTOS_DIRECCIONES.CALLE, CONTACTOS.CALLE) AS CALLE,'#10' CO' + - 'ALESCE(CONTACTOS_DIRECCIONES.POBLACION, CONTACTOS.POBLACION) AS ' + - 'POBLACION,'#10' COALESCE(CONTACTOS_DIRECCIONES.PROVINCIA, CONTACT' + - 'OS.PROVINCIA) AS PROVINCIA,'#10' COALESCE(CONTACTOS_DIRECCIONES.C' + - 'ODIGO_POSTAL, CONTACTOS.CODIGO_POSTAL) AS CODIGO_POSTAL,'#10' V_P' + - 'RESUPUESTOS_CLIENTE.PERSONA_CONTACTO,'#10' V_PRESUPUESTOS_CLIENTE' + - '.DESCRIPCION_BONIFICACION,'#10' V_PRESUPUESTOS_CLIENTE.IMPORTE_BO' + - 'NIFICACION'#10'FROM'#10' V_PRESUPUESTOS_CLIENTE'#10' INNER JOIN CONTAC' + - 'TOS ON (CONTACTOS.ID = V_PRESUPUESTOS_CLIENTE.ID_CLIENTE)'#10' LE' + - 'FT OUTER JOIN CONTACTOS_DIRECCIONES ON (CONTACTOS_DIRECCIONES.ID' + - ' = V_PRESUPUESTOS_CLIENTE.ID_DIRECCION)'#10'WHERE'#10' V_PRESUPUESTOS' + - '_CLIENTE.ID = :ID'#10 - StatementType = stSQL - ColumnMappings = < - item - DatasetField = 'ID' - TableField = 'ID' - end - item - DatasetField = 'ID_EMPRESA' - TableField = 'ID_EMPRESA' - end - item - DatasetField = 'FECHA_PRESUPUESTO' - TableField = 'FECHA_PRESUPUESTO' - end - item - DatasetField = 'REFERENCIA' - TableField = 'REFERENCIA' - end - item - DatasetField = 'PORTADA' - TableField = 'PORTADA' - end - item - DatasetField = 'MEMORIA' - TableField = 'MEMORIA' - end - item - DatasetField = 'OBSERVACIONES' - TableField = 'OBSERVACIONES' - end - item - DatasetField = 'IMPORTE_NETO' - TableField = 'IMPORTE_NETO' - end - item - DatasetField = 'IMPORTE_PORTE' - TableField = 'IMPORTE_PORTE' - end - item - DatasetField = 'DESCUENTO' - TableField = 'DESCUENTO' - end - item - DatasetField = 'IMPORTE_DESCUENTO' - TableField = 'IMPORTE_DESCUENTO' - end - item - DatasetField = 'BASE_IMPONIBLE' - TableField = 'BASE_IMPONIBLE' - end - item - DatasetField = 'IVA' - TableField = 'IVA' - end - item - DatasetField = 'ID_CLIENTE' - TableField = 'ID_CLIENTE' - end - item - DatasetField = 'REFERENCIA_CLIENTE' - TableField = 'REFERENCIA_CLIENTE' - end - item - DatasetField = 'CLIENTE_FINAL' - TableField = 'CLIENTE_FINAL' - end - item - DatasetField = 'NIF_CIF' - TableField = 'NIF_CIF' - end - item - DatasetField = 'NOMBRE' - TableField = 'NOMBRE' - end - item - DatasetField = 'IMPORTE_IVA' - TableField = 'IMPORTE_IVA' - end - item - DatasetField = 'IMPORTE_TOTAL' - TableField = 'IMPORTE_TOTAL' - end - item - DatasetField = 'PERSONA_CONTACTO' - TableField = 'PERSONA_CONTACTO' - end - item - DatasetField = 'CALLE' - TableField = 'CALLE' - end - item - DatasetField = 'POBLACION' - TableField = 'POBLACION' - end - item - DatasetField = 'PROVINCIA' - TableField = 'PROVINCIA' - end - item - DatasetField = 'CODIGO_POSTAL' - TableField = 'CODIGO_POSTAL' - end - item - DatasetField = 'DESCRIPCION_BONIFICACION' - TableField = 'DESCRIPCION_BONIFICACION' - end - item - DatasetField = 'IMPORTE_BONIFICACION' - TableField = 'IMPORTE_BONIFICACION' - end> - end> - Name = 'Informe_Cabecera' - Fields = < - item - Name = 'ID' - DataType = datInteger - Required = True - InPrimaryKey = True - end - item - Name = 'ID_EMPRESA' - DataType = datInteger - end - item - Name = 'FECHA_PRESUPUESTO' - DataType = datDateTime - end - item - Name = 'REFERENCIA' - DataType = datString - Size = 255 - end - item - Name = 'PORTADA' - DataType = datMemo - end - item - Name = 'MEMORIA' - DataType = datMemo - end - item - Name = 'OBSERVACIONES' - DataType = datMemo - end - item - Name = 'IMPORTE_NETO' - DataType = datCurrency - end - item - Name = 'IMPORTE_PORTE' - DataType = datCurrency - end - item - Name = 'DESCUENTO' - DataType = datFloat - end - item - Name = 'IMPORTE_DESCUENTO' - DataType = datCurrency - end - item - Name = 'BASE_IMPONIBLE' - DataType = datCurrency - end - item - Name = 'IVA' - DataType = datFloat - end - item - Name = 'ID_CLIENTE' - DataType = datInteger - end - item - Name = 'REFERENCIA_CLIENTE' - DataType = datString - Size = 255 - end - item - Name = 'CLIENTE_FINAL' - DataType = datString - Size = 255 - end - item - Name = 'NIF_CIF' - DataType = datString - Size = 15 - end - item - Name = 'NOMBRE' - DataType = datString - Size = 255 - end - item - Name = 'IMPORTE_IVA' - DataType = datCurrency - end - item - Name = 'IMPORTE_TOTAL' - DataType = datCurrency - end - item - Name = 'CALLE' - DataType = datString - Size = 255 - end - item - Name = 'POBLACION' - DataType = datString - Size = 255 - end - item - Name = 'PROVINCIA' - DataType = datString - Size = 255 - end - item - Name = 'CODIGO_POSTAL' - DataType = datString - Size = 10 - end - item - Name = 'PERSONA_CONTACTO' - DataType = datString - Size = 255 - end - item - Name = 'DESCRIPCION_BONIFICACION' - DataType = datString - Size = 255 - end - item - Name = 'IMPORTE_BONIFICACION' - DataType = datCurrency - end> - ReadOnly = True - end - item - Params = < - item - Name = 'ID_PRESUPUESTO' - Value = '32' - ParamType = daptInput - end> - Statements = < - item - Connection = 'IBX' - ConnectionType = 'Interbase' - Default = True - SQL = - 'SELECT * FROM PRO_PRES_CAPITULOS_CONCEPTOS(:ID_PRESUPUESTO)'#10'WHER' + - 'E (VISIBLE <> 0) AND {where}'#10'ORDER BY ID_PRESUPUESTO, POSICION'#10 - StatementType = stSQL - ColumnMappings = < - item - DatasetField = 'ID' - TableField = 'ID' - end - item - DatasetField = 'ID_PRESUPUESTO' - TableField = 'ID_PRESUPUESTO' - end - item - DatasetField = 'POSICION' - TableField = 'POSICION' - end - item - DatasetField = 'TIPO_DETALLE' - TableField = 'TIPO_DETALLE' - end - item - DatasetField = 'ID_CAPITULO' - TableField = 'ID_CAPITULO' - end - item - DatasetField = 'ID_ARTICULO' - TableField = 'ID_ARTICULO' - end - item - DatasetField = 'REFERENCIA' - TableField = 'REFERENCIA' - end - item - DatasetField = 'CONCEPTO' - TableField = 'CONCEPTO' - end - item - DatasetField = 'CANTIDAD' - TableField = 'CANTIDAD' - end - item - DatasetField = 'IMPORTE_UNIDAD' - TableField = 'IMPORTE_UNIDAD' - end - item - DatasetField = 'DESCUENTO' - TableField = 'DESCUENTO' - end - item - DatasetField = 'IMPORTE_PORTE' - TableField = 'IMPORTE_PORTE' - end - item - DatasetField = 'IMPORTE_TOTAL' - TableField = 'IMPORTE_TOTAL' - end - item - DatasetField = 'VISIBLE' - TableField = 'VISIBLE' - end - item - DatasetField = 'UNIDAD_MEDIDA' - TableField = 'UNIDAD_MEDIDA' - end> - end> - Name = 'Informe_Capitulos_Detalles' - Fields = < - item - Name = 'ID' - DataType = datInteger - InPrimaryKey = True - end - item - Name = 'ID_PRESUPUESTO' - DataType = datInteger - end - item - Name = 'POSICION' - DataType = datInteger - end - item - Name = 'TIPO_DETALLE' - DataType = datString - Size = 25 - end - item - Name = 'ID_CAPITULO' - DataType = datInteger - end - item - Name = 'ID_ARTICULO' - DataType = datInteger - end - item - Name = 'REFERENCIA' - DataType = datString - Size = 255 - end - item - Name = 'CONCEPTO' - DataType = datString - Size = 2000 - end - item - Name = 'CANTIDAD' - DataType = datFloat - end - item - Name = 'UNIDAD_MEDIDA' - DataType = datString - Size = 255 - end - item - Name = 'IMPORTE_UNIDAD' - DataType = datCurrency - end - item - Name = 'DESCUENTO' - DataType = datFloat - end - item - Name = 'IMPORTE_PORTE' - DataType = datCurrency - end - item - Name = 'IMPORTE_TOTAL' - DataType = datCurrency - end - item - Name = 'VISIBLE' - DataType = datSmallInt - end> - ReadOnly = True - end - item - Params = < - item - Name = 'ID_PRESUPUESTO' - Value = '' - ParamType = daptInput - end> - Statements = < - item - Connection = 'IBX' - ConnectionType = 'Interbase' - Default = True - SQL = - 'SELECT * FROM PRO_PRES_CAPITULOS(:ID_PRESUPUESTO)'#10'WHERE (VISIBLE' + - ' <> 0) AND {where}'#10'ORDER BY ID_PRESUPUESTO, POSICION'#10 - StatementType = stSQL - ColumnMappings = < - item - DatasetField = 'ID' - TableField = 'ID' - end - item - DatasetField = 'ID_PRESUPUESTO' - TableField = 'ID_PRESUPUESTO' - end - item - DatasetField = 'POSICION' - TableField = 'POSICION' - end - item - DatasetField = 'TIPO_DETALLE' - TableField = 'TIPO_DETALLE' - end - item - DatasetField = 'CONCEPTO' - TableField = 'CONCEPTO' - end - item - DatasetField = 'IMPORTE_TOTAL' - TableField = 'IMPORTE_TOTAL' - end - item - DatasetField = 'VISIBLE' - TableField = 'VISIBLE' - end> - end> - Name = 'Informe_Capitulos' - Fields = < - item - Name = 'ID' - DataType = datInteger - InPrimaryKey = True - end - item - Name = 'ID_PRESUPUESTO' - DataType = datInteger - end - item - Name = 'POSICION' - DataType = datInteger - end - item - Name = 'TIPO_DETALLE' - DataType = datString - Size = 25 - end - item - Name = 'CONCEPTO' - DataType = datString - Size = 2000 - end - item - Name = 'IMPORTE_TOTAL' - DataType = datCurrency - end - item - Name = 'VISIBLE' - DataType = datSmallInt - end> - ReadOnly = True - end - item - Params = < - item - Name = 'ID_PRESUPUESTO' - Value = '2' - ParamType = daptInput - end> - Statements = < - item - Connection = 'IBX' - ConnectionType = 'Interbase' - Default = True - SQL = - 'SELECT * FROM PRO_PRES_RESUMEN(:ID_PRESUPUESTO)'#10'WHERE (VISIBLE <' + - '> 0) AND (TIPO_DETALLE = '#39'Titulo'#39')'#10'AND {where}'#10'ORDER BY ID_PRESU' + - 'PUESTO, POSICION'#10 - StatementType = stSQL - ColumnMappings = < - item - DatasetField = 'ID' - TableField = 'ID' - end - item - DatasetField = 'ID_PRESUPUESTO' - TableField = 'ID_PRESUPUESTO' - end - item - DatasetField = 'POSICION' - TableField = 'POSICION' - end - item - DatasetField = 'TIPO_DETALLE' - TableField = 'TIPO_DETALLE' - end - item - DatasetField = 'CONCEPTO' - TableField = 'CONCEPTO' - end - item - DatasetField = 'IMPORTE_TOTAL' - TableField = 'IMPORTE_TOTAL' - end - item - DatasetField = 'VISIBLE' - TableField = 'VISIBLE' - end> - end> - Name = 'Informe_Resumen' - Fields = < - item - Name = 'ID' - DataType = datInteger - InPrimaryKey = True - end - item - Name = 'ID_PRESUPUESTO' - DataType = datInteger - end - item - Name = 'POSICION' - DataType = datInteger - end - item - Name = 'TIPO_DETALLE' - DataType = datString - Size = 25 - end - item - Name = 'CONCEPTO' - DataType = datString - Size = 2000 - end - item - Name = 'IMPORTE_TOTAL' - DataType = datCurrency - end - item - Name = 'VISIBLE' - DataType = datSmallInt - end> - end - item - Params = <> - Statements = < - item - Connection = 'IBX' - TargetTable = 'V_PRESUPUESTOS_CLIENTE' - SQL = - 'select ID_EMPRESA,'#10'extract (year from fecha_presupuesto) as ANO,' + - #10'extract (month from fecha_presupuesto) as MES,'#10'case'#10'when extrac' + - 't (month from fecha_presupuesto) = 1 then '#39'ENERO - '#39' || extract ' + - '(year from fecha_presupuesto)'#10'when extract (month from fecha_pre' + - 'supuesto) = 2 then '#39'FEBRERO - '#39' || extract (year from fecha_pres' + - 'upuesto)'#10'when extract (month from fecha_presupuesto) = 3 then '#39'M' + - 'ARZO - '#39' || extract (year from fecha_presupuesto)'#10'when extract (' + - 'month from fecha_presupuesto) = 4 then '#39'ABRIL - '#39' || extract (ye' + - 'ar from fecha_presupuesto)'#10'when extract (month from fecha_presup' + - 'uesto) = 5 then '#39'MAYO - '#39' || extract (year from fecha_presupuest' + - 'o)'#10'when extract (month from fecha_presupuesto) = 6 then '#39'JUNIO -' + - ' '#39' || extract (year from fecha_presupuesto)'#10'when extract (month ' + - 'from fecha_presupuesto) = 7 then '#39'JULIO - '#39' || extract (year fro' + - 'm fecha_presupuesto)'#10'when extract (month from fecha_presupuesto)' + - ' = 8 then '#39'AGOSTO - '#39' || extract (year from fecha_presupuesto)'#10'w' + - 'hen extract (month from fecha_presupuesto) = 9 then '#39'SEPTIEMBRE ' + - '- '#39' || extract (year from fecha_presupuesto)'#10'when extract (month' + - ' from fecha_presupuesto) = 10 then '#39'OCTUBRE - '#39' || extract (year' + - ' from fecha_presupuesto)'#10'when extract (month from fecha_presupue' + - 'sto) = 11 then '#39'NOVIEMBRE - '#39' || extract (year from fecha_presup' + - 'uesto)'#10'when extract (month from fecha_presupuesto) = 12 then '#39'DI' + - 'CIEMBRE - '#39' || extract (year from fecha_presupuesto)'#10'end as TITU' + - 'LO,'#10'sum(IMPORTE_TOTAL) as IMPORTE_TOTAL'#10#10'from V_presupuestos_cli' + - 'ente'#10'group by 1,2,3,4'#10'order by ANO, MES'#10 - StatementType = stSQL - ColumnMappings = < - item - DatasetField = 'ID_EMPRESA' - TableField = 'ID_EMPRESA' - end - item - DatasetField = 'ANO' - TableField = '' - SQLOrigin = 'ANO' - end - item - DatasetField = 'MES' - TableField = '' - SQLOrigin = 'MES' - end - item - DatasetField = 'TITULO' - TableField = '' - SQLOrigin = 'TITULO' - end - item - DatasetField = 'IMPORTE_TOTAL' - TableField = 'IMPORTE_TOTAL' - end> - end> - Name = 'InformeListadoPresupuestosResumen' - Fields = < - item - Name = 'ID_EMPRESA' - DataType = datInteger - end - item - Name = 'ANO' - DataType = datSmallInt - end - item - Name = 'MES' - DataType = datSmallInt - end - item - Name = 'TITULO' - DataType = datString - Size = 19 - end - item - Name = 'IMPORTE_TOTAL' - DataType = datCurrency - end> - end> - JoinDataTables = <> - UnionDataTables = <> - Commands = <> - RelationShips = <> - UpdateRules = <> - Version = 0 - Left = 48 - Top = 16 - end - object DataDictionary: TDADataDictionary - Fields = <> - Left = 46 - Top = 142 - end - object frxReport: TfrxReport - Version = '4.7.71' - DotMatrixReport = False - EngineOptions.DoublePass = True - IniFile = '\Software\Fast Reports' - PreviewOptions.Buttons = [pbPrint, pbLoad, pbSave, pbExport, pbZoom, pbFind, pbOutline, pbPageSetup, pbTools, pbEdit, pbNavigator, pbExportQuick] - PreviewOptions.Zoom = 1.000000000000000000 - PrintOptions.Printer = 'Por defecto' - PrintOptions.PrintOnSheet = 0 - ReportOptions.CreateDate = 39065.872423495400000000 - ReportOptions.LastChange = 39878.788205462970000000 - ScriptLanguage = 'PascalScript' - ScriptText.Strings = ( - '' - 'procedure DatosEmpresaOnBeforePrint(Sender: TfrxComponent);' - 'var' - ' Cadena: String;' - 'begin' - '{ DatosEmpresa.Lines.Clear;' - ' if ( <> '#39#39') then' - ' Cadena := '#39'TLF: '#39' + ;' - ' if ( <> '#39#39') then' - - ' Cadena := Cadena + '#39' FAX: '#39' + ;' - ' DatosEmpresa.Lines.Add(Cadena);' - '}' - 'end;' - '' - 'procedure NombreEmpresaOnBeforePrint(Sender: TfrxComponent);' - 'begin' - '{ NombreEmpresa.Lines.Clear;' - ' NombreEmpresa.Lines.Add();' - '}' - 'end;' - '' - 'procedure DireccionEnvioOnBeforePrint(Sender: TfrxComponent);' - 'var' - ' ACadena : String;' - 'begin' - '{ ACadena := '#39#39';' - ' DireccionEnvio.Lines.Clear;' - ' if ( <> '#39#39') then' - ' ACadena := ;' - '' - ' if ( <> '#39#39') then' - - ' ACadena := ACadena + '#39' '#39' + ;' - '' - ' DireccionEnvio.Lines.Add(ACadena);' - ' ACadena := '#39#39';' - ' DireccionEnvio.Lines.Add();' - ' if ( <> '#39#39') then' - ' ACadena := + '#39' '#39';' - ' if ( <> '#39#39') then' - ' ACadena := ACadena + ;' - '' - ' if (ACadena <> '#39#39') then' - ' DireccionEnvio.Lines.Add(ACadena);' - '' - ' if ( <> '#39#39') then' - ' DireccionEnvio.Lines.Add();' - '' - ' if ( <> '#39#39') then' - ' DireccionEnvio.Lines.Add();' - '}' - 'end;' - '' - 'procedure PageHeader1OnBeforePrint(Sender: TfrxComponent);' - 'begin' - ' if not Engine.FinalPass then' - ' Set('#39'TotalPaginas'#39', ( + 1));' - '' - ' if Engine.FinalPass then' - ' Set('#39'Pagina'#39', ( + 1)); ' - 'end;' - '' - 'procedure frxReportOnStartReport(Sender: TfrxComponent);' - 'begin' - ' Set('#39'Pagina'#39', 0);' - ' Set('#39'TotalPaginas'#39', 0);' - ' Set('#39'Capitulo'#39', '#39'0'#39');' - ' Set('#39'NumCapitulos'#39', 0);' - ' Set('#39'TextoNumCapitulo'#39', '#39#39#39' '#39#39#39'); ' - 'end;' - '' - 'procedure Rich3OnBeforePrint(Sender: TfrxComponent);' - 'begin' - ' if Engine.FinalPass then' - ' begin ' - ' Set('#39'Capitulo'#39', ( + 1));' - ' if ( = 1) then' - - ' MasterData1.Visible := False; ' + - ' ' - ' end' - ' else' - ' Set('#39'NumCapitulos'#39', ( + 1)); ' - 'end;' - '' - 'procedure Page2OnBeforePrint(Sender: TfrxComponent);' - 'begin' - ' if (Length() = 0) then' - - ' Page2.Visible := False; ' + - ' ' - 'end;' - '' - 'procedure Memo45OnBeforePrint(Sender: TfrxComponent);' - 'begin' - ' if Engine.FinalPass then' - ' begin' - - ' Set('#39'Capitulo'#39', ( + 1)); ' + - ' ' - ' Set('#39'TextoNumCapitulo'#39', );' - '' - - ' if (( = 1) and ( =' + - ' '#39'General'#39')) then' - ' MasterData1.Visible := False' - ' else begin ' - - ' if ( = '#39'Titulo opcional'#39') ' + - 'then' - ' begin' - ' Set('#39'TextoNumCapitulo'#39', '#39#39#39'OPCIONAL'#39#39#39');' - ' end' - ' end ' - ' end' - ' else ' - ' Set('#39'NumCapitulos'#39', ( + 1));' - 'end;' - '' - 'procedure Memo47OnBeforePrint(Sender: TfrxComponent);' - 'begin' - ' if (Length() = 0) then' - ' begin' - - ' Rich8.Visible := False; ' + - ' ' - ' Memo47.Visible := False;' - ' end ' - 'end;' - '' - 'procedure Footer2OnBeforePrint(Sender: TfrxComponent);' - 'begin' - ' if not (() > 0) then' - ' begin' - ' mBonificacion.Visible := False;' - - ' mImporteFinal.Visible := False; ' + - ' ' - ' end; ' - 'end;' - '' - '' - 'procedure Rich2OnAfterData(Sender: TfrxComponent);' - 'begin' - '' - 'end;' - '' - 'procedure Rich2OnBeforePrint(Sender: TfrxComponent);' - 'begin' - ' ' - 'end;' - '' - 'begin' - '' - 'end.') - ShowProgress = False - StoreInDFM = False - OnStartReport = 'frxReportOnStartReport' - OnUserFunction = frxReportUserFunction - Left = 169 - Top = 16 - end - object frxDBCabecera: TfrxDBDataset - UserName = 'frxDBCabecera' - CloseDataSource = False - DataSource = DADSCabecera - BCDToCurrency = False - Left = 264 - Top = 16 - end - object frxDBDetalles: TfrxDBDataset - UserName = 'frxDBDetalles' - CloseDataSource = False - DataSource = DADSDetalles - BCDToCurrency = False - Left = 440 - Top = 16 - end - object tbl_Cabecera: TDAMemDataTable - RemoteUpdatesOptions = [] - Fields = < - item - Name = 'ID' - DataType = datInteger - Required = True - InPrimaryKey = True - end - item - Name = 'ID_EMPRESA' - DataType = datInteger - end - item - Name = 'FECHA_PRESUPUESTO' - DataType = datDateTime - end - item - Name = 'REFERENCIA' - DataType = datString - Size = 255 - end - item - Name = 'PORTADA' - DataType = datMemo - end - item - Name = 'MEMORIA' - DataType = datMemo - end - item - Name = 'OBSERVACIONES' - DataType = datMemo - end - item - Name = 'IMPORTE_NETO' - DataType = datCurrency - end - item - Name = 'IMPORTE_PORTE' - DataType = datCurrency - end - item - Name = 'DESCUENTO' - DataType = datFloat - end - item - Name = 'IMPORTE_DESCUENTO' - DataType = datCurrency - end - item - Name = 'BASE_IMPONIBLE' - DataType = datCurrency - end - item - Name = 'IVA' - DataType = datFloat - end - item - Name = 'ID_CLIENTE' - DataType = datInteger - end - item - Name = 'REFERENCIA_CLIENTE' - DataType = datString - Size = 255 - end - item - Name = 'CLIENTE_FINAL' - DataType = datString - Size = 255 - end - item - Name = 'NIF_CIF' - DataType = datString - Size = 15 - end - item - Name = 'NOMBRE' - DataType = datString - Size = 255 - end - item - Name = 'IMPORTE_IVA' - DataType = datCurrency - end - item - Name = 'IMPORTE_TOTAL' - DataType = datCurrency - end - item - Name = 'CALLE' - DataType = datString - Size = 255 - end - item - Name = 'POBLACION' - DataType = datString - Size = 255 - end - item - Name = 'PROVINCIA' - DataType = datString - Size = 255 - end - item - Name = 'CODIGO_POSTAL' - DataType = datString - Size = 10 - end - item - Name = 'PERSONA_CONTACTO' - DataType = datString - Size = 255 - end - item - Name = 'DESCRIPCION_BONIFICACION' - DataType = datString - Size = 255 - end - item - Name = 'IMPORTE_BONIFICACION' - DataType = datCurrency - end> - Params = < - item - Name = 'ID' - Value = '31' - ParamType = daptInput - end> - LogChanges = False - StreamingOptions = [soDisableEventsWhileStreaming] - RemoteFetchEnabled = False - LocalSchema = schReport - LocalDataStreamer = DABin2DataStreamer1 - LogicalName = 'Informe_Cabecera' - IndexDefs = <> - Left = 264 - Top = 128 - end - object IBDatabase1: TIBDatabase - DatabaseName = 'C:\Codigo Tecsitel\Output\Debug\Database\FACTUGES_PRODUCCION.FDB' - Params.Strings = ( - 'user_name=sysdba' - 'password=masterkey' - 'lc_ctype=ISO8859_1') - LoginPrompt = False - DefaultTransaction = IBTransaction1 - Left = 48 - Top = 296 - end - object IBTransaction1: TIBTransaction - Left = 48 - Top = 352 - end - object DataSource1: TDataSource - DataSet = cabecera - Left = 216 - Top = 296 - end - object DataSource2: TDataSource - DataSet = capitulos - Left = 216 - Top = 352 - end - object capitulos: TIBQuery - Database = IBDatabase1 - Transaction = IBTransaction1 - SQL.Strings = ( - 'SELECT * FROM PRO_PRES_CAPITULOS(18)') - Left = 136 - Top = 352 - end - object DataSource3: TDataSource - DataSet = detalles - Left = 216 - Top = 416 - end - object detalles: TIBQuery - Database = IBDatabase1 - Transaction = IBTransaction1 - SQL.Strings = ( - 'SELECT * FROM PRO_PRES_CAPITULOS_CONCEPTOS(18)') - Left = 136 - Top = 416 - end - object DataSource4: TDataSource - DataSet = resumen - Left = 216 - Top = 488 - end - object resumen: TIBQuery - Database = IBDatabase1 - Transaction = IBTransaction1 - SQL.Strings = ( - 'select id, id_presupuesto, posicion, tipo_detalle, concepto,' - ' importe_total, visible' - 'from presupuestos_cliente_detalles' - 'where tipo_detalle = '#39'Titulo'#39' and id_presupuesto = 18' - 'order by posicion' - '') - Left = 136 - Top = 488 - object resumenID: TIntegerField - FieldName = 'ID' - Origin = '"PRESUPUESTOS_CLIENTE_DETALLES"."ID"' - ProviderFlags = [pfInUpdate, pfInWhere, pfInKey] - Required = True - end - object resumenID_PRESUPUESTO: TIntegerField - FieldName = 'ID_PRESUPUESTO' - Origin = '"PRESUPUESTOS_CLIENTE_DETALLES"."ID_PRESUPUESTO"' - Required = True - end - object resumenPOSICION: TIntegerField - FieldName = 'POSICION' - Origin = '"PRESUPUESTOS_CLIENTE_DETALLES"."POSICION"' - end - object resumenTIPO_DETALLE: TIBStringField - FieldName = 'TIPO_DETALLE' - Origin = '"PRESUPUESTOS_CLIENTE_DETALLES"."TIPO_DETALLE"' - Size = 10 - end - object resumenCONCEPTO: TIBStringField - FieldName = 'CONCEPTO' - Origin = '"PRESUPUESTOS_CLIENTE_DETALLES"."CONCEPTO"' - Size = 2000 - end - object resumenIMPORTE_TOTAL: TIBBCDField - FieldName = 'IMPORTE_TOTAL' - Origin = '"PRESUPUESTOS_CLIENTE_DETALLES"."IMPORTE_TOTAL"' - Precision = 18 - Size = 2 - end - object resumenVISIBLE: TSmallintField - FieldName = 'VISIBLE' - Origin = '"PRESUPUESTOS_CLIENTE_DETALLES"."VISIBLE"' - end - end - object frxDBCapitulos: TfrxDBDataset - UserName = 'frxDBCapitulos' - CloseDataSource = False - DataSource = DADSCapitulos - BCDToCurrency = False - Left = 352 - Top = 16 - end - object frxDBResumen: TfrxDBDataset - UserName = 'frxDBResumen' - CloseDataSource = False - DataSource = DADSResumen - BCDToCurrency = False - Left = 520 - Top = 16 - end - object DABin2DataStreamer1: TDABin2DataStreamer - Left = 48 - Top = 80 - end - object cabecera: TIBQuery - Database = IBDatabase1 - Transaction = IBTransaction1 - SQL.Strings = ( - 'SELECT' - - ' V_PRESUPUESTOS_CLIENTE.ID, V_PRESUPUESTOS_CLIENTE.ID_EMPRESA' + - ',' - ' V_PRESUPUESTOS_CLIENTE.FECHA_PRESUPUESTO,' - ' V_PRESUPUESTOS_CLIENTE.REFERENCIA,' - ' V_PRESUPUESTOS_CLIENTE.PORTADA,' - - ' V_PRESUPUESTOS_CLIENTE.MEMORIA, V_PRESUPUESTOS_CLIENTE.OBSER' + - 'VACIONES,' - - ' V_PRESUPUESTOS_CLIENTE.IMPORTE_NETO, V_PRESUPUESTOS_CLIENTE.' + - 'IMPORTE_PORTE,' - - ' V_PRESUPUESTOS_CLIENTE.DESCUENTO, V_PRESUPUESTOS_CLIENTE.IMP' + - 'ORTE_DESCUENTO,' - - ' V_PRESUPUESTOS_CLIENTE.BASE_IMPONIBLE, V_PRESUPUESTOS_CLIENT' + - 'E.IVA,' - ' V_PRESUPUESTOS_CLIENTE.ID_CLIENTE,' - ' V_PRESUPUESTOS_CLIENTE.REFERENCIA_CLIENTE,' - ' V_PRESUPUESTOS_CLIENTE.CLIENTE_FINAL,' - ' V_CLIENTES.NIF_CIF, V_CLIENTES.NOMBRE,' - - ' V_PRESUPUESTOS_CLIENTE.IMPORTE_IVA, V_PRESUPUESTOS_CLIENTE.I' + - 'MPORTE_TOTAL,' - - ' V_CLIENTES.PERSONA_CONTACTO, V_CLIENTES.CALLE, V_CLIENTES.PO' + - 'BLACION,' - ' V_CLIENTES.PROVINCIA, V_CLIENTES.CODIGO_POSTAL' - 'FROM' - ' V_PRESUPUESTOS_CLIENTE INNER JOIN V_CLIENTES ON' - ' (V_PRESUPUESTOS_CLIENTE.ID_CLIENTE = V_CLIENTES.ID)' - ' WHERE V_PRESUPUESTOS_CLIENTE.ID = 18') - Left = 136 - Top = 296 - object cabeceraID: TIntegerField - FieldName = 'ID' - Origin = '"V_PRESUPUESTOS_CLIENTE"."ID"' - end - object cabeceraID_EMPRESA: TIntegerField - FieldName = 'ID_EMPRESA' - Origin = '"V_PRESUPUESTOS_CLIENTE"."ID_EMPRESA"' - end - object cabeceraFECHA_PRESUPUESTO: TDateField - FieldName = 'FECHA_PRESUPUESTO' - Origin = '"V_PRESUPUESTOS_CLIENTE"."FECHA_PRESUPUESTO"' - end - object cabeceraREFERENCIA: TIBStringField - FieldName = 'REFERENCIA' - Origin = '"V_PRESUPUESTOS_CLIENTE"."REFERENCIA"' - Size = 255 - end - object cabeceraPORTADA: TMemoField - FieldName = 'PORTADA' - Origin = '"V_PRESUPUESTOS_CLIENTE"."PORTADA"' - ProviderFlags = [pfInUpdate] - BlobType = ftMemo - Size = 8 - end - object cabeceraMEMORIA: TMemoField - FieldName = 'MEMORIA' - Origin = '"V_PRESUPUESTOS_CLIENTE"."MEMORIA"' - ProviderFlags = [pfInUpdate] - BlobType = ftMemo - Size = 8 - end - object cabeceraOBSERVACIONES: TMemoField - FieldName = 'OBSERVACIONES' - Origin = '"V_PRESUPUESTOS_CLIENTE"."OBSERVACIONES"' - ProviderFlags = [pfInUpdate] - BlobType = ftMemo - Size = 8 - end - object cabeceraIMPORTE_NETO: TIBBCDField - FieldName = 'IMPORTE_NETO' - Origin = '"V_PRESUPUESTOS_CLIENTE"."IMPORTE_NETO"' - Precision = 18 - Size = 2 - end - object cabeceraIMPORTE_PORTE: TIBBCDField - FieldName = 'IMPORTE_PORTE' - Origin = '"V_PRESUPUESTOS_CLIENTE"."IMPORTE_PORTE"' - Precision = 18 - Size = 2 - end - object cabeceraDESCUENTO: TFloatField - FieldName = 'DESCUENTO' - Origin = '"V_PRESUPUESTOS_CLIENTE"."DESCUENTO"' - end - object cabeceraIMPORTE_DESCUENTO: TIBBCDField - FieldName = 'IMPORTE_DESCUENTO' - Origin = '"V_PRESUPUESTOS_CLIENTE"."IMPORTE_DESCUENTO"' - Precision = 18 - Size = 2 - end - object cabeceraBASE_IMPONIBLE: TIBBCDField - FieldName = 'BASE_IMPONIBLE' - Origin = '"V_PRESUPUESTOS_CLIENTE"."BASE_IMPONIBLE"' - Precision = 18 - Size = 2 - end - object cabeceraIVA: TFloatField - FieldName = 'IVA' - Origin = '"V_PRESUPUESTOS_CLIENTE"."IVA"' - end - object cabeceraID_CLIENTE: TIntegerField - FieldName = 'ID_CLIENTE' - Origin = '"V_PRESUPUESTOS_CLIENTE"."ID_CLIENTE"' - end - object cabeceraREFERENCIA_CLIENTE: TIBStringField - FieldName = 'REFERENCIA_CLIENTE' - Origin = '"V_PRESUPUESTOS_CLIENTE"."REFERENCIA_CLIENTE"' - Size = 255 - end - object cabeceraCLIENTE_FINAL: TIBStringField - FieldName = 'CLIENTE_FINAL' - Origin = '"V_PRESUPUESTOS_CLIENTE"."CLIENTE_FINAL"' - Size = 255 - end - object cabeceraNIF_CIF: TIBStringField - FieldName = 'NIF_CIF' - Origin = '"V_CLIENTES"."NIF_CIF"' - Size = 15 - end - object cabeceraNOMBRE: TIBStringField - FieldName = 'NOMBRE' - Origin = '"V_CLIENTES"."NOMBRE"' - Size = 255 - end - object cabeceraIMPORTE_IVA: TIBBCDField - FieldName = 'IMPORTE_IVA' - Origin = '"V_PRESUPUESTOS_CLIENTE"."IMPORTE_IVA"' - Precision = 18 - Size = 2 - end - object cabeceraIMPORTE_TOTAL: TIBBCDField - FieldName = 'IMPORTE_TOTAL' - Origin = '"V_PRESUPUESTOS_CLIENTE"."IMPORTE_TOTAL"' - Precision = 18 - Size = 2 - end - object cabeceraPERSONA_CONTACTO: TIBStringField - FieldName = 'PERSONA_CONTACTO' - Origin = '"V_CLIENTES"."PERSONA_CONTACTO"' - Size = 255 - end - object cabeceraCALLE: TIBStringField - FieldName = 'CALLE' - Origin = '"V_CLIENTES"."CALLE"' - Size = 255 - end - object cabeceraPOBLACION: TIBStringField - FieldName = 'POBLACION' - Origin = '"V_CLIENTES"."POBLACION"' - Size = 255 - end - object cabeceraPROVINCIA: TIBStringField - FieldName = 'PROVINCIA' - Origin = '"V_CLIENTES"."PROVINCIA"' - Size = 255 - end - object cabeceraCODIGO_POSTAL: TIBStringField - FieldName = 'CODIGO_POSTAL' - Origin = '"V_CLIENTES"."CODIGO_POSTAL"' - Size = 10 - end - end - object DADSCapitulos: TDADataSource - DataSet = tbl_Capitulos.Dataset - DataTable = tbl_Capitulos - Left = 352 - Top = 72 - end - object tbl_Capitulos: TDAMemDataTable - RemoteUpdatesOptions = [] - Fields = < - item - Name = 'ID' - DataType = datInteger - InPrimaryKey = True - end - item - Name = 'ID_PRESUPUESTO' - DataType = datInteger - end - item - Name = 'POSICION' - DataType = datInteger - end - item - Name = 'TIPO_DETALLE' - DataType = datString - Size = 25 - end - item - Name = 'CONCEPTO' - DataType = datString - Size = 2000 - end - item - Name = 'IMPORTE_TOTAL' - DataType = datCurrency - end - item - Name = 'VISIBLE' - DataType = datSmallInt - end> - Params = < - item - Name = 'ID_PRESUPUESTO' - Value = '' - ParamType = daptInput - end> - MasterParamsMappings.Strings = ( - 'ID_PRESUPUESTO=ID') - LogChanges = False - StreamingOptions = [soDisableEventsWhileStreaming] - RemoteFetchEnabled = False - LocalSchema = schReport - LocalDataStreamer = DABin2DataStreamer1 - MasterOptions = [moCascadeOpenClose, moCascadeApplyUpdates, moCascadeDelete, moAllInOneFetch] - LogicalName = 'Informe_Capitulos' - IndexDefs = <> - Left = 352 - Top = 128 - end - object DADSResumen: TDADataSource - DataSet = tbl_Resumen.Dataset - DataTable = tbl_Resumen - Left = 520 - Top = 72 - end - object tbl_Resumen: TDAMemDataTable - RemoteUpdatesOptions = [] - Fields = < - item - Name = 'ID' - DataType = datInteger - InPrimaryKey = True - end - item - Name = 'ID_PRESUPUESTO' - DataType = datInteger - end - item - Name = 'POSICION' - DataType = datInteger - end - item - Name = 'TIPO_DETALLE' - DataType = datString - Size = 25 - end - item - Name = 'CONCEPTO' - DataType = datString - Size = 2000 - end - item - Name = 'IMPORTE_TOTAL' - DataType = datCurrency - end - item - Name = 'VISIBLE' - DataType = datSmallInt - end> - Params = < - item - Name = 'ID_PRESUPUESTO' - Value = '2' - ParamType = daptInput - end> - MasterParamsMappings.Strings = ( - 'ID_PRESUPUESTO=ID') - LogChanges = False - StreamingOptions = [soDisableEventsWhileStreaming] - RemoteFetchEnabled = False - LocalSchema = schReport - LocalDataStreamer = DABin2DataStreamer1 - LogicalName = 'Informe_Resumen' - IndexDefs = <> - Left = 520 - Top = 128 - end - object frxPDFExport1: TfrxPDFExport - ShowDialog = False - UseFileCache = True - ShowProgress = False - OverwritePrompt = False - PrintOptimized = True - Outline = False - Background = False - HTMLTags = True - Author = 'FactuGES' - Subject = 'FactuGES' - Creator = 'FactuGES' - ProtectionFlags = [ePrint, eModify, eCopy, eAnnot] - HideToolbar = False - HideMenubar = False - HideWindowUI = False - FitWindow = False - CenterWindow = False - PrintScaling = False - Left = 528 - Top = 440 - end - object DADSInformeListadoPresupuestos: TDADataSource - DataSet = tbl_InformeListadoPresupuestos.Dataset - DataTable = tbl_InformeListadoPresupuestos - Left = 680 - Top = 72 - end - object tbl_InformeListadoPresupuestos: TDAMemDataTable - RemoteUpdatesOptions = [] - Fields = < - item - Name = 'ID_EMPRESA' - DataType = datInteger - end - item - Name = 'ANO' - DataType = datSmallInt - end - item - Name = 'MES' - DataType = datSmallInt - end - item - Name = 'TITULO' - DataType = datString - Size = 19 - end - item - Name = 'REFERENCIA' - DataType = datString - Size = 255 - end - item - Name = 'ID_CLIENTE' - DataType = datInteger - end - item - Name = 'NOMBRE' - DataType = datString - Size = 255 - end - item - Name = 'SITUACION' - DataType = datString - Size = 255 - end - item - Name = 'NIF_CIF' - DataType = datString - Size = 15 - end - item - Name = 'FECHA_PRESUPUESTO' - DataType = datDateTime - end - item - Name = 'FECHA_DECISION' - DataType = datDateTime - end - item - Name = 'FACTURA' - DataType = datString - Size = 255 - end - item - Name = 'IMPORTE_TOTAL' - DataType = datCurrency - end> - Params = <> - LogChanges = False - StreamingOptions = [soDisableEventsWhileStreaming] - RemoteFetchEnabled = False - LocalSchema = schReport - LocalDataStreamer = DABin2DataStreamer1 - LogicalName = 'InformeListadoPresupuestos' - IndexDefs = <> - Left = 680 - Top = 128 - end - object frxDBInformeListadoPresupuestos: TfrxDBDataset - UserName = 'frxDBInformeListadoPresupuestos' - CloseDataSource = True - DataSource = DADSInformeListadoPresupuestos - BCDToCurrency = False - Left = 680 - Top = 16 - end - object frxDBInformeListadoPresupuestosResumen: TfrxDBDataset - UserName = 'frxDBInformeListadoPresupuestosResumen' - CloseDataSource = True - DataSource = DADSInformeListadoPresupuestosResumen - BCDToCurrency = False - Left = 680 - Top = 192 - end - object DADSInformeListadoPresupuestosResumen: TDADataSource - DataSet = tbl_InformeListadoPresupuestosResumen.Dataset - DataTable = tbl_InformeListadoPresupuestosResumen - Left = 680 - Top = 248 - end - object tbl_InformeListadoPresupuestosResumen: TDAMemDataTable - RemoteUpdatesOptions = [] - Fields = <> - Params = <> - MasterMappingMode = mmDataRequest - LogChanges = False - StreamingOptions = [soDisableEventsWhileStreaming] - RemoteFetchEnabled = False - IndexDefs = <> - Left = 680 - Top = 304 - end - object tbl_Detalles: TDAMemDataTable - RemoteUpdatesOptions = [] - Fields = < - item - Name = 'ID' - DataType = datInteger - InPrimaryKey = True - end - item - Name = 'ID_PRESUPUESTO' - DataType = datInteger - end - item - Name = 'POSICION' - DataType = datInteger - end - item - Name = 'TIPO_DETALLE' - DataType = datString - Size = 25 - end - item - Name = 'ID_CAPITULO' - DataType = datInteger - end - item - Name = 'ID_ARTICULO' - DataType = datInteger - end - item - Name = 'REFERENCIA' - DataType = datString - Size = 255 - end - item - Name = 'CONCEPTO' - DataType = datString - Size = 2000 - end - item - Name = 'CANTIDAD' - DataType = datFloat - end - item - Name = 'UNIDAD_MEDIDA' - DataType = datString - Size = 255 - end - item - Name = 'IMPORTE_UNIDAD' - DataType = datCurrency - end - item - Name = 'DESCUENTO' - DataType = datFloat - end - item - Name = 'IMPORTE_PORTE' - DataType = datCurrency - end - item - Name = 'IMPORTE_TOTAL' - DataType = datCurrency - end - item - Name = 'VISIBLE' - DataType = datSmallInt - end> - Params = < - item - Name = 'ID_PRESUPUESTO' - Value = '32' - ParamType = daptInput - end> - MasterMappingMode = mmWhere - MasterParamsMappings.Strings = ( - 'ID_PRESUPUESTO=ID') - LogChanges = False - StreamingOptions = [soDisableEventsWhileStreaming] - RemoteFetchEnabled = False - LocalSchema = schReport - LocalDataStreamer = DABin2DataStreamer1 - MasterSource = DADSCapitulos - MasterFields = 'ID' - DetailFields = 'ID_CAPITULO' - MasterOptions = [moCascadeOpenClose, moCascadeApplyUpdates, moCascadeDelete, moAllInOneFetch] - LogicalName = 'Informe_Capitulos_Detalles' - IndexDefs = <> - Left = 440 - Top = 128 - end -end diff --git a/Source/Servicios/FactuGES_Intf.dcu b/Source/Servicios/FactuGES_Intf.dcu deleted file mode 100644 index 3e61fdd..0000000 Binary files a/Source/Servicios/FactuGES_Intf.dcu and /dev/null differ diff --git a/Source/Servicios/FactuGES_Invk.dcu b/Source/Servicios/FactuGES_Invk.dcu deleted file mode 100644 index dd7ba24..0000000 Binary files a/Source/Servicios/FactuGES_Invk.dcu and /dev/null differ diff --git a/Source/Servidor/AHWord97.dcu b/Source/Servidor/AHWord97.dcu deleted file mode 100644 index 23d0587..0000000 Binary files a/Source/Servidor/AHWord97.dcu and /dev/null differ diff --git a/Source/Servidor/Configuracion/srvConfiguracion_Impl.dcu b/Source/Servidor/Configuracion/srvConfiguracion_Impl.dcu deleted file mode 100644 index 711d7f5..0000000 Binary files a/Source/Servidor/Configuracion/srvConfiguracion_Impl.dcu and /dev/null differ diff --git a/Source/Servidor/Configuracion/uConexionBD.dcu b/Source/Servidor/Configuracion/uConexionBD.dcu deleted file mode 100644 index c1f1ffb..0000000 Binary files a/Source/Servidor/Configuracion/uConexionBD.dcu and /dev/null differ diff --git a/Source/Servidor/Configuracion/uConfGeneral.dcu b/Source/Servidor/Configuracion/uConfGeneral.dcu deleted file mode 100644 index 996dca1..0000000 Binary files a/Source/Servidor/Configuracion/uConfGeneral.dcu and /dev/null differ diff --git a/Source/Servidor/Configuracion/uConfiguracion.dcu b/Source/Servidor/Configuracion/uConfiguracion.dcu deleted file mode 100644 index 946e280..0000000 Binary files a/Source/Servidor/Configuracion/uConfiguracion.dcu and /dev/null differ diff --git a/Source/Servidor/Configuracion/uFrameConfiguracion.dcu b/Source/Servidor/Configuracion/uFrameConfiguracion.dcu deleted file mode 100644 index 4a4942f..0000000 Binary files a/Source/Servidor/Configuracion/uFrameConfiguracion.dcu and /dev/null differ diff --git a/Source/Servidor/FactuGES_Intf.dcu b/Source/Servidor/FactuGES_Intf.dcu deleted file mode 100644 index dc7f445..0000000 Binary files a/Source/Servidor/FactuGES_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/FactuGES_Invk.dcu b/Source/Servidor/FactuGES_Invk.dcu deleted file mode 100644 index f75c81c..0000000 Binary files a/Source/Servidor/FactuGES_Invk.dcu and /dev/null differ diff --git a/Source/Servidor/FactuGES_Server.drc b/Source/Servidor/FactuGES_Server.drc deleted file mode 100644 index 0fe9668..0000000 --- a/Source/Servidor/FactuGES_Server.drc +++ /dev/null @@ -1,2741 +0,0 @@ -/* VER185 - Generated by the CodeGear Delphi Pascal Compiler - because -GD or --drc was supplied to the compiler. - - This file contains compiler-generated resources that - were bound to the executable. - If this file is empty, then no compiler-generated - resources were bound to the produced executable. -*/ - -#define cxExtEditConsts_cxSEditRichEditPasteCaption 64224 -#define cxExtEditConsts_cxSEditRichEditDeleteCaption 64225 -#define cxExtEditConsts_cxSEditRichEditSelectAllCaption 64226 -#define VDBConsts_SFirstRecord 64227 -#define VDBConsts_SPriorRecord 64228 -#define VDBConsts_SNextRecord 64229 -#define VDBConsts_SLastRecord 64230 -#define VDBConsts_SInsertRecord 64231 -#define VDBConsts_SDeleteRecord 64232 -#define VDBConsts_SEditRecord 64233 -#define VDBConsts_SPostEdit 64234 -#define VDBConsts_SCancelEdit 64235 -#define VDBConsts_SRefreshRecord 64236 -#define VDBConsts_SRemoteLogin 64237 -#define cxExtEditConsts_cxSCheckComboBoxEmptySelectionText 64240 -#define cxExtEditConsts_cxSCheckControlIncorrectItemCount 64241 -#define cxExtEditConsts_cxSColorComboBoxDefaultDescription 64242 -#define cxExtEditConsts_cxSEditRichEditLibraryError 64243 -#define cxExtEditConsts_cxSEditRichEditLineInsertionError 64244 -#define cxExtEditConsts_cxSEditRichEditLoadFail 64245 -#define cxExtEditConsts_cxSEditRichEditSaveFail 64246 -#define cxExtEditConsts_cxSEditRichEditSelectionSaveFail 64247 -#define cxExtEditConsts_cxSEditRichEditOleInterfaceFail 64248 -#define cxExtEditConsts_cxSEditRichEditCallBackFail 64249 -#define cxExtEditConsts_cxSEditRichEditLinkFail 64250 -#define cxExtEditConsts_scxSEditRepositoryRichEditItem 64251 -#define cxExtEditConsts_cxSEditRichEditUndoCaption 64252 -#define cxExtEditConsts_cxSEditRichEditRedoCaption 64253 -#define cxExtEditConsts_cxSEditRichEditCutCaption 64254 -#define cxExtEditConsts_cxSEditRichEditCopyCaption 64255 -#define cxExtEditConsts_scxSEditRepositoryCheckComboBox 64256 -#define cxExtEditConsts_scxSEditRepositoryShellComboBoxItem 64257 -#define cxExtEditConsts_scxSEditRepositoryCheckGroupItem 64258 -#define cxExtEditConsts_scxUDAssociated 64259 -#define cxExtEditConsts_scxHotZoneStyleMediaPlayer9 64260 -#define cxExtEditConsts_scxHotZoneStyleMediaPlayer8 64261 -#define cxExtEditConsts_scxHotZoneStyleXPTaskBar 64262 -#define cxExtEditConsts_scxHotZoneStyleSimple 64263 -#define cxExtEditConsts_scxLoadingFonts 64264 -#define cxExtEditConsts_cxSEditCheckGroupCaptionStateDelimiter 64265 -#define cxExtEditConsts_cxSEditCheckGroupFilterColumnSeparator 64266 -#define cxExtEditConsts_cxSEditCheckGroupChecked 64267 -#define cxExtEditConsts_cxSEditCheckGroupGrayed 64268 -#define cxExtEditConsts_cxSEditCheckGroupUnchecked 64269 -#define cxExtEditConsts_cxSCheckComboBoxStatesItemsPropertyDlgCaption 64270 -#define cxExtEditConsts_cxSCheckGroupStatesItemsPropertyDlgCaption 64271 -#define OleConst_SLinkProperties 64272 -#define OleConst_SInvalidLinkSource 64273 -#define OleConst_SCannotBreakLink 64274 -#define OleConst_SEmptyContainer 64275 -#define OleConst_SInvalidVerb 64276 -#define OleConst_SPropDlgCaption 64277 -#define OleConst_SInvalidStreamFormat 64278 -#define OleConst_SInvalidLicense 64279 -#define OleConst_SNotLicensed 64280 -#define OleConst_sNoRunningObject 64281 -#define cxExtEditConsts_scxSEditRepositoryColorComboBoxItem 64282 -#define cxExtEditConsts_scxSEditRepositoryFontNameComboBoxItem 64283 -#define cxExtEditConsts_scxSEditRepositoryLabelItem 64284 -#define cxExtEditConsts_scxSEditRepositoryProgressBarItem 64285 -#define cxExtEditConsts_scxSEditRepositoryTrackBarItem 64286 -#define cxExtEditConsts_scxSEditRepositorySpinButtonItem 64287 -#define frxpnglang_EPNGInvalidFileHeaderText 64288 -#define frxpnglang_EPNGIHDRNotFirstText 64289 -#define frxpnglang_EPNGSizeExceedsText 64290 -#define frxpnglang_EPNGUnknownPalEntryText 64291 -#define frxpnglang_EPNGUnknownCriticalChunkText 64292 -#define frxpnglang_EPNGUnknownCompressionText 64293 -#define frxpnglang_EPNGUnknownInterlaceText 64294 -#define frxpnglang_EPNGCannotAssignChunkText 64295 -#define frxpnglang_EPNGUnexpectedEndText 64296 -#define frxpnglang_EPNGNoImageDataText 64297 -#define frxpnglang_EPNGOutMemoryText 64298 -#define frxpnglang_EPNGHeaderNotPresentText 64299 -#define frxpnglang_EInvalidNewSize 64300 -#define MidConst_SErrorLoadingMidas 64301 -#define OleConst_SCannotActivate 64302 -#define OleConst_SNoWindowHandle 64303 -#define cxFilterControlStrs_cxSFilterControlDialogCaption 64304 -#define cxFilterControlStrs_cxSFilterControlDialogNewFile 64305 -#define cxFilterControlStrs_cxSFilterControlDialogOpenDialogCaption 64306 -#define cxFilterControlStrs_cxSFilterControlDialogSaveDialogCaption 64307 -#define cxFilterControlStrs_cxSFilterControlDialogActionSaveCaption 64308 -#define cxFilterControlStrs_cxSFilterControlDialogActionOpenCaption 64309 -#define cxFilterControlStrs_cxSFilterControlDialogActionApplyCaption 64310 -#define cxFilterControlStrs_cxSFilterControlDialogActionOkCaption 64311 -#define cxFilterControlStrs_cxSFilterControlDialogActionCancelCaption 64312 -#define cxFilterControlStrs_cxSFilterControlDialogFileExt 64313 -#define cxFilterControlStrs_cxSFilterControlDialogFileFilter 64314 -#define frxpnglang_EPngInvalidCRCText 64315 -#define frxpnglang_EPNGInvalidIHDRText 64316 -#define frxpnglang_EPNGMissingMultipleIDATText 64317 -#define frxpnglang_EPNGZLIBErrorText 64318 -#define frxpnglang_EPNGInvalidPaletteText 64319 -#define cxFilterControlStrs_cxSFilterAddGroup 64320 -#define cxFilterControlStrs_cxSFilterRemoveRow 64321 -#define cxFilterControlStrs_cxSFilterClearAll 64322 -#define cxFilterControlStrs_cxSFilterFooterAddCondition 64323 -#define cxFilterControlStrs_cxSFilterGroupCaption 64324 -#define cxFilterControlStrs_cxSFilterRootGroupCaption 64325 -#define cxFilterControlStrs_cxSFilterControlNullString 64326 -#define cxFilterControlStrs_cxSFilterErrorBuilding 64327 -#define cxFilterControlStrs_cxSFilterDialogCaption 64328 -#define cxFilterControlStrs_cxSFilterDialogInvalidValue 64329 -#define cxFilterControlStrs_cxSFilterDialogUse 64330 -#define cxFilterControlStrs_cxSFilterDialogSingleCharacter 64331 -#define cxFilterControlStrs_cxSFilterDialogCharactersSeries 64332 -#define cxFilterControlStrs_cxSFilterDialogOperationAnd 64333 -#define cxFilterControlStrs_cxSFilterDialogOperationOr 64334 -#define cxFilterControlStrs_cxSFilterDialogRows 64335 -#define cxLibraryStrs_cxSDateFirst 64336 -#define cxLibraryStrs_cxSDateSecond 64337 -#define cxLibraryStrs_cxSDateThird 64338 -#define cxLibraryStrs_cxSDateFourth 64339 -#define cxLibraryStrs_cxSDateFifth 64340 -#define cxLibraryStrs_cxSDateSixth 64341 -#define cxLibraryStrs_cxSDateSeventh 64342 -#define cxLibraryStrs_cxSDateBOM 64343 -#define cxLibraryStrs_cxSDateEOM 64344 -#define cxLibraryStrs_cxSDateNow 64345 -#define cxFilterControlStrs_cxSFilterBoolOperatorAnd 64346 -#define cxFilterControlStrs_cxSFilterBoolOperatorOr 64347 -#define cxFilterControlStrs_cxSFilterBoolOperatorNotAnd 64348 -#define cxFilterControlStrs_cxSFilterBoolOperatorNotOr 64349 -#define cxFilterControlStrs_cxSFilterRootButtonCaption 64350 -#define cxFilterControlStrs_cxSFilterAddCondition 64351 -#define cxEditConsts_scxMaskEditMaskCollectionFiles 64352 -#define cxEditConsts_cxSSpinEditInvalidNumericValue 64353 -#define cxLibraryStrs_scxCantCreateRegistryKey 64354 -#define cxLibraryStrs_scxCantOpenRegistryKey 64355 -#define cxLibraryStrs_scxErrorStoreObject 64356 -#define cxLibraryStrs_scxConverterCantCreateStyleRepository 64357 -#define cxLibraryStrs_cxSDateToday 64358 -#define cxLibraryStrs_cxSDateYesterday 64359 -#define cxLibraryStrs_cxSDateTomorrow 64360 -#define cxLibraryStrs_cxSDateSunday 64361 -#define cxLibraryStrs_cxSDateMonday 64362 -#define cxLibraryStrs_cxSDateTuesday 64363 -#define cxLibraryStrs_cxSDateWednesday 64364 -#define cxLibraryStrs_cxSDateThursday 64365 -#define cxLibraryStrs_cxSDateFriday 64366 -#define cxLibraryStrs_cxSDateSaturday 64367 -#define cxEditConsts_scxRegExprTooBigReferenceNumber 64368 -#define cxEditConsts_scxRegExprCantCreateEmptyEnum 64369 -#define cxEditConsts_scxRegExprSubrangeOrder 64370 -#define cxEditConsts_scxRegExprHexNumberExpected0 64371 -#define cxEditConsts_scxRegExprHexNumberExpected 64372 -#define cxEditConsts_scxRegExprMissing 64373 -#define cxEditConsts_scxRegExprUnnecessary 64374 -#define cxEditConsts_scxRegExprIncorrectSpace 64375 -#define cxEditConsts_scxRegExprNotCompiled 64376 -#define cxEditConsts_scxRegExprIncorrectParameterQuantifier 64377 -#define cxEditConsts_scxRegExprCantUseParameterQuantifier 64378 -#define cxEditConsts_scxMaskEditRegExprError 64379 -#define cxEditConsts_scxMaskEditInvalidEditValue 64380 -#define cxEditConsts_scxMaskEditNoMask 64381 -#define cxEditConsts_scxMaskEditIllegalFileFormat 64382 -#define cxEditConsts_scxMaskEditEmptyMaskCollectionFile 64383 -#define cxEditConsts_scxSEditRepositorySpinItem 64384 -#define cxEditConsts_scxSEditRepositoryRadioGroupItem 64385 -#define cxEditConsts_scxSEditRepositoryTextItem 64386 -#define cxEditConsts_scxSEditRepositoryTimeItem 64387 -#define cxEditConsts_scxRegExprLine 64388 -#define cxEditConsts_scxRegExprChar 64389 -#define cxEditConsts_scxRegExprNotAssignedSourceStream 64390 -#define cxEditConsts_scxRegExprEmptySourceStream 64391 -#define cxEditConsts_scxRegExprCantUsePlusQuantifier 64392 -#define cxEditConsts_scxRegExprCantUseStarQuantifier 64393 -#define cxEditConsts_scxRegExprCantCreateEmptyAlt 64394 -#define cxEditConsts_scxRegExprCantCreateEmptyBlock 64395 -#define cxEditConsts_scxRegExprIllegalSymbol 64396 -#define cxEditConsts_scxRegExprIllegalQuantifier 64397 -#define cxEditConsts_scxRegExprNotSupportQuantifier 64398 -#define cxEditConsts_scxRegExprIllegalIntegerValue 64399 -#define cxEditConsts_cxNavigator_DeleteRecordQuestion 64400 -#define cxEditConsts_scxSEditRepositoryBlobItem 64401 -#define cxEditConsts_scxSEditRepositoryButtonItem 64402 -#define cxEditConsts_scxSEditRepositoryCalcItem 64403 -#define cxEditConsts_scxSEditRepositoryCheckBoxItem 64404 -#define cxEditConsts_scxSEditRepositoryComboBoxItem 64405 -#define cxEditConsts_scxSEditRepositoryCurrencyItem 64406 -#define cxEditConsts_scxSEditRepositoryDateItem 64407 -#define cxEditConsts_scxSEditRepositoryHyperLinkItem 64408 -#define cxEditConsts_scxSEditRepositoryImageComboBoxItem 64409 -#define cxEditConsts_scxSEditRepositoryImageItem 64410 -#define cxEditConsts_scxSEditRepositoryLookupComboBoxItem 64411 -#define cxEditConsts_scxSEditRepositoryMaskItem 64412 -#define cxEditConsts_scxSEditRepositoryMemoItem 64413 -#define cxEditConsts_scxSEditRepositoryMRUItem 64414 -#define cxEditConsts_scxSEditRepositoryPopupItem 64415 -#define cxEditConsts_cxNavigatorHint_First 64416 -#define cxEditConsts_cxNavigatorHint_Prior 64417 -#define cxEditConsts_cxNavigatorHint_PriorPage 64418 -#define cxEditConsts_cxNavigatorHint_Next 64419 -#define cxEditConsts_cxNavigatorHint_NextPage 64420 -#define cxEditConsts_cxNavigatorHint_Last 64421 -#define cxEditConsts_cxNavigatorHint_Insert 64422 -#define cxEditConsts_cxNavigatorHint_Append 64423 -#define cxEditConsts_cxNavigatorHint_Delete 64424 -#define cxEditConsts_cxNavigatorHint_Edit 64425 -#define cxEditConsts_cxNavigatorHint_Post 64426 -#define cxEditConsts_cxNavigatorHint_Cancel 64427 -#define cxEditConsts_cxNavigatorHint_Refresh 64428 -#define cxEditConsts_cxNavigatorHint_SaveBookmark 64429 -#define cxEditConsts_cxNavigatorHint_GotoBookmark 64430 -#define cxEditConsts_cxNavigatorHint_Filter 64431 -#define cxEditConsts_cxSBlobPicture 64432 -#define cxEditConsts_cxSBlobPictureEmpty 64433 -#define cxEditConsts_cxSMenuItemCaptionCut 64434 -#define cxEditConsts_cxSMenuItemCaptionCopy 64435 -#define cxEditConsts_cxSMenuItemCaptionPaste 64436 -#define cxEditConsts_cxSMenuItemCaptionDelete 64437 -#define cxEditConsts_cxSMenuItemCaptionLoad 64438 -#define cxEditConsts_cxSMenuItemCaptionSave 64439 -#define cxEditConsts_cxSDatePopupClear 64440 -#define cxEditConsts_cxSDatePopupNow 64441 -#define cxEditConsts_cxSDatePopupOK 64442 -#define cxEditConsts_cxSDatePopupToday 64443 -#define cxEditConsts_cxSDateError 64444 -#define cxEditConsts_scxSCalcError 64445 -#define cxEditConsts_scxSHyperLinkPrefix 64446 -#define cxEditConsts_scxSHyperLinkDoubleSlash 64447 -#define cxEditConsts_cxSEditPopupCircularReferencingError 64448 -#define cxEditConsts_cxSEditPostError 64449 -#define cxEditConsts_cxSEditTimeConvertError 64450 -#define cxEditConsts_cxSEditValidateErrorText 64451 -#define cxEditConsts_cxSEditValueOutOfBounds 64452 -#define cxEditConsts_cxSEditCheckBoxChecked 64453 -#define cxEditConsts_cxSEditCheckBoxGrayed 64454 -#define cxEditConsts_cxSEditCheckBoxUnchecked 64455 -#define cxEditConsts_cxSRadioGroupDefaultCaption 64456 -#define cxEditConsts_cxSTextTrue 64457 -#define cxEditConsts_cxSTextFalse 64458 -#define cxEditConsts_cxSBlobButtonOK 64459 -#define cxEditConsts_cxSBlobButtonCancel 64460 -#define cxEditConsts_cxSBlobButtonClose 64461 -#define cxEditConsts_cxSBlobMemo 64462 -#define cxEditConsts_cxSBlobMemoEmpty 64463 -#define cxFilterConsts_cxSFilterOperatorIsNotNull 64464 -#define cxFilterConsts_cxSFilterOperatorBeginsWith 64465 -#define cxFilterConsts_cxSFilterOperatorDoesNotBeginWith 64466 -#define cxFilterConsts_cxSFilterOperatorEndsWith 64467 -#define cxFilterConsts_cxSFilterOperatorDoesNotEndWith 64468 -#define cxFilterConsts_cxSFilterOperatorContains 64469 -#define cxFilterConsts_cxSFilterOperatorDoesNotContain 64470 -#define cxFilterConsts_cxSFilterBoxAllCaption 64471 -#define cxFilterConsts_cxSFilterBoxCustomCaption 64472 -#define cxFilterConsts_cxSFilterBoxBlanksCaption 64473 -#define cxFilterConsts_cxSFilterBoxNonBlanksCaption 64474 -#define cxEditConsts_cxSEditButtonCancel 64475 -#define cxEditConsts_cxSEditButtonOK 64476 -#define cxEditConsts_cxSEditDateConvertError 64477 -#define cxEditConsts_cxSEditInvalidRepositoryItem 64478 -#define cxEditConsts_cxSEditNumericValueConvertError 64479 -#define cxFilterConsts_cxSFilterOperatorThisWeek 64480 -#define cxFilterConsts_cxSFilterOperatorThisMonth 64481 -#define cxFilterConsts_cxSFilterOperatorThisYear 64482 -#define cxFilterConsts_cxSFilterOperatorNext7Days 64483 -#define cxFilterConsts_cxSFilterOperatorNextWeek 64484 -#define cxFilterConsts_cxSFilterOperatorNext14Days 64485 -#define cxFilterConsts_cxSFilterOperatorNextTwoWeeks 64486 -#define cxFilterConsts_cxSFilterOperatorNext30Days 64487 -#define cxFilterConsts_cxSFilterOperatorNextMonth 64488 -#define cxFilterConsts_cxSFilterOperatorNextYear 64489 -#define cxFilterConsts_cxSFilterOperatorFuture 64490 -#define cxFilterConsts_cxSFilterAndCaption 64491 -#define cxFilterConsts_cxSFilterOrCaption 64492 -#define cxFilterConsts_cxSFilterNotCaption 64493 -#define cxFilterConsts_cxSFilterBlankCaption 64494 -#define cxFilterConsts_cxSFilterOperatorIsNull 64495 -#define cxFilterConsts_cxSFilterOperatorNotLike 64496 -#define cxFilterConsts_cxSFilterOperatorBetween 64497 -#define cxFilterConsts_cxSFilterOperatorNotBetween 64498 -#define cxFilterConsts_cxSFilterOperatorInList 64499 -#define cxFilterConsts_cxSFilterOperatorNotInList 64500 -#define cxFilterConsts_cxSFilterOperatorYesterday 64501 -#define cxFilterConsts_cxSFilterOperatorToday 64502 -#define cxFilterConsts_cxSFilterOperatorTomorrow 64503 -#define cxFilterConsts_cxSFilterOperatorLast7Days 64504 -#define cxFilterConsts_cxSFilterOperatorLastWeek 64505 -#define cxFilterConsts_cxSFilterOperatorLast14Days 64506 -#define cxFilterConsts_cxSFilterOperatorLastTwoWeeks 64507 -#define cxFilterConsts_cxSFilterOperatorLast30Days 64508 -#define cxFilterConsts_cxSFilterOperatorLastMonth 64509 -#define cxFilterConsts_cxSFilterOperatorLastYear 64510 -#define cxFilterConsts_cxSFilterOperatorPast 64511 -#define cxDataConsts_cxSDataRecordIndexError 64512 -#define cxDataConsts_cxSDataItemIndexError 64513 -#define cxDataConsts_cxSDataProviderModeError 64514 -#define cxDataConsts_cxSDataInvalidStreamFormat 64515 -#define cxDataConsts_cxSDataRowIndexError 64516 -#define cxDataConsts_cxSDataCustomDataSourceInvalidCompare 64517 -#define cxDataConsts_cxSDBDetailFilterControllerNotFound 64518 -#define cxDataConsts_cxSDBNotInGridMode 64519 -#define cxDataConsts_cxSDBKeyFieldNotFound 64520 -#define cxFilterConsts_cxSFilterOperatorEqual 64521 -#define cxFilterConsts_cxSFilterOperatorNotEqual 64522 -#define cxFilterConsts_cxSFilterOperatorLess 64523 -#define cxFilterConsts_cxSFilterOperatorLessEqual 64524 -#define cxFilterConsts_cxSFilterOperatorGreater 64525 -#define cxFilterConsts_cxSFilterOperatorGreaterEqual 64526 -#define cxFilterConsts_cxSFilterOperatorLike 64527 -#define pnglang_EPNGSizeExceedsText 64528 -#define pnglang_EPNGUnknownPalEntryText 64529 -#define pnglang_EPNGUnknownCriticalChunkText 64530 -#define pnglang_EPNGUnknownCompressionText 64531 -#define pnglang_EPNGUnknownInterlaceText 64532 -#define pnglang_EPNGCannotAssignChunkText 64533 -#define pnglang_EPNGUnexpectedEndText 64534 -#define pnglang_EPNGNoImageDataText 64535 -#define pnglang_EPNGCannotChangeSizeText 64536 -#define pnglang_EPNGCannotAddChunkText 64537 -#define pnglang_EPNGCannotAddInvalidImageText 64538 -#define pnglang_EPNGOutMemoryText 64539 -#define pnglang_EPNGHeaderNotPresentText 64540 -#define cxDataConsts_cxSDataReadError 64541 -#define cxDataConsts_cxSDataWriteError 64542 -#define cxDataConsts_cxSDataItemExistError 64543 -#define IBXConst_SFieldSizeMismatch 64544 -#define IBXConst_SEventAlreadyRegistered 64545 -#define IBXConst_SStringTooLarge 64546 -#define IBXConst_SNoTimers 64547 -#define IBXConst_SIB65feature 64548 -#define IBXConst_SLoginPromptFailure 64549 -#define IBXConst_SIB70feature 64550 -#define IBXConst_SIB71feature 64551 -#define IBXConst_SIB80feature 64552 -#define pnglang_EPngInvalidCRCText 64553 -#define pnglang_EPNGInvalidIHDRText 64554 -#define pnglang_EPNGMissingMultipleIDATText 64555 -#define pnglang_EPNGZLIBErrorText 64556 -#define pnglang_EPNGInvalidPaletteText 64557 -#define pnglang_EPNGInvalidFileHeaderText 64558 -#define pnglang_EPNGIHDRNotFirstText 64559 -#define IBXConst_SEOFInString 64560 -#define IBXConst_SParamNameExpected 64561 -#define IBXConst_SSuccess 64562 -#define IBXConst_SDelphiException 64563 -#define IBXConst_SNoOptionsSet 64564 -#define IBXConst_SNoDestinationDirectory 64565 -#define IBXConst_SNosourceDirectory 64566 -#define IBXConst_SNoUninstallFile 64567 -#define IBXConst_SOptionNeedsClient 64568 -#define IBXConst_SOptionNeedsServer 64569 -#define IBXConst_SInvalidOption 64570 -#define IBXConst_SInvalidOnErrorResult 64571 -#define IBXConst_SInvalidOnStatusResult 64572 -#define IBXConst_SDPBConstantUnknownEx 64573 -#define IBXConst_STPBConstantUnknownEx 64574 -#define IBXConst_SUnknownPlan 64575 -#define IBXConst_SInvalidRegistration 64576 -#define IBXConst_SInvalidBatchMove 64577 -#define IBXConst_SSQLDialectInvalid 64578 -#define IBXConst_SSPBConstantNotSupported 64579 -#define IBXConst_SSPBConstantUnknown 64580 -#define IBXConst_SServiceActive 64581 -#define IBXConst_SServiceInActive 64582 -#define IBXConst_SServerNameMissing 64583 -#define IBXConst_SQueryParamsError 64584 -#define IBXConst_SStartParamsError 64585 -#define IBXConst_SOutputParsingError 64586 -#define IBXConst_SUseSpecificProcedures 64587 -#define IBXConst_SSQLMonitorAlreadyPresent 64588 -#define IBXConst_SCantPrintValue 64589 -#define IBXConst_SEOFReached 64590 -#define IBXConst_SEOFInComment 64591 -#define IBXConst_SIsAExecuteProcedure 64592 -#define IBXConst_SUpdateFailed 64593 -#define IBXConst_SNotCachedUpdates 64594 -#define IBXConst_SNotLiveRequest 64595 -#define IBXConst_SNoProvider 64596 -#define IBXConst_SNoRecordsAffected 64597 -#define IBXConst_SNoTableName 64598 -#define IBXConst_SCannotCreatePrimaryIndex 64599 -#define IBXConst_SCannotDropSystemIndex 64600 -#define IBXConst_STableNameMismatch 64601 -#define IBXConst_SIndexFieldMissing 64602 -#define IBXConst_SInvalidCancellation 64603 -#define IBXConst_SInvalidEvent 64604 -#define IBXConst_SMaximumEvents 64605 -#define IBXConst_SNoEventsRegistered 64606 -#define IBXConst_SInvalidQueueing 64607 -#define IBXConst_SBufferNotSet 64608 -#define IBXConst_SCircularReference 64609 -#define IBXConst_SSQLParseError 64610 -#define IBXConst_SUserAbort 64611 -#define IBXConst_SDataSetUniDirectional 64612 -#define IBXConst_SCannotCreateSharedResource 64613 -#define IBXConst_SWindowsAPIError 64614 -#define IBXConst_SColumnListsDontMatch 64615 -#define IBXConst_SColumnTypesDontMatch 64616 -#define IBXConst_SCantEndSharedTransaction 64617 -#define IBXConst_SFieldUnsupportedType 64618 -#define IBXConst_SCircularDataLink 64619 -#define IBXConst_SEmptySQLStatement 64620 -#define IBXConst_SIsASelectStatement 64621 -#define IBXConst_SRequiredParamNotSet 64622 -#define IBXConst_SNoStoredProcName 64623 -#define IBXConst_SInvalidParamColumnIndex 64624 -#define IBXConst_SInvalidDataConversion 64625 -#define IBXConst_SColumnIsNotNullable 64626 -#define IBXConst_SBlobCannotBeRead 64627 -#define IBXConst_SBlobCannotBeWritten 64628 -#define IBXConst_SEmptyQuery 64629 -#define IBXConst_SCannotOpenNonSQLSelect 64630 -#define IBXConst_SNoFieldAccess 64631 -#define IBXConst_SFieldReadOnly 64632 -#define IBXConst_SFieldNotFound 64633 -#define IBXConst_SNotEditing 64634 -#define IBXConst_SCannotInsert 64635 -#define IBXConst_SCannotPost 64636 -#define IBXConst_SCannotUpdate 64637 -#define IBXConst_SCannotDelete 64638 -#define IBXConst_SCannotRefresh 64639 -#define IBXConst_SNoDatabasesInTransaction 64640 -#define IBXConst_SUpdateWrongDB 64641 -#define IBXConst_SUpdateWrongTR 64642 -#define IBXConst_SDatabaseNotAssigned 64643 -#define IBXConst_STransactionNotAssigned 64644 -#define IBXConst_SXSQLDAIndexOutOfRange 64645 -#define IBXConst_SXSQLDANameDoesNotExist 64646 -#define IBXConst_SEOF 64647 -#define IBXConst_SBOF 64648 -#define IBXConst_SInvalidStatementHandle 64649 -#define IBXConst_SSQLOpen 64650 -#define IBXConst_SSQLClosed 64651 -#define IBXConst_SDatasetOpen 64652 -#define IBXConst_SDatasetClosed 64653 -#define IBXConst_SUnknownSQLDataType 64654 -#define IBXConst_SInvalidColumnIndex 64655 -#define IBXConst_SNotPermitted 64656 -#define IBXConst_SFileAccessError 64657 -#define IBXConst_SConnectionTimeout 64658 -#define IBXConst_SCannotSetDatabase 64659 -#define IBXConst_SCannotSetTransaction 64660 -#define IBXConst_SOperationCancelled 64661 -#define IBXConst_SDPBConstantNotSupported 64662 -#define IBXConst_SDPBConstantUnknown 64663 -#define IBXConst_STPBConstantNotSupported 64664 -#define IBXConst_STPBConstantUnknown 64665 -#define IBXConst_SDatabaseClosed 64666 -#define IBXConst_SDatabaseOpen 64667 -#define IBXConst_SDatabaseNameMissing 64668 -#define IBXConst_SNotInTransaction 64669 -#define IBXConst_SInTransaction 64670 -#define IBXConst_STimeoutNegative 64671 -#define IBSQLMonitor_StrBLOB 64672 -#define IBSQLMonitor_StrFetch 64673 -#define IBSQLMonitor_StrPrepare 64674 -#define IBSQLMonitor_StrPlan 64675 -#define IBSQLMonitor_StrPlanCantRetrive 64676 -#define IBSQLMonitor_StrCommitHardComm 64677 -#define IBSQLMonitor_StrCommitRetaining 64678 -#define IBSQLMonitor_StrRollback 64679 -#define IBSQLMonitor_StrRollbackRetainin 64680 -#define IBSQLMonitor_StrStartTransaction 64681 -#define IBSQLMonitor_StrApplication 64682 -#define IBXConst_SUnknownError 64683 -#define IBXConst_SInterBaseMissing 64684 -#define IBXConst_SInterBaseInstallMissing 64685 -#define IBXConst_SIB60feature 64686 -#define IBXConst_SNotSupported 64687 -#define uDARes_err_NeedShareMem 64688 -#define uDARes_err_DatasetNotAccessible 64689 -#define uDARes_err_CommandNotAccessible 64690 -#define uDARes_err_SQLNotPermitted 64691 -#define uDARes_err_UTF8DecodeError 64692 -#define uDAMemDataset_SNoDetailFilter 64693 -#define IBSQLMonitor_StrConnect 64694 -#define IBSQLMonitor_StrDisconnect 64695 -#define IBSQLMonitor_StrMisc 64696 -#define IBSQLMonitor_StrError 64697 -#define IBSQLMonitor_StrAttach 64698 -#define IBSQLMonitor_StrDetach 64699 -#define IBSQLMonitor_StrQuery 64700 -#define IBSQLMonitor_StrStart 64701 -#define IBSQLMonitor_StrExecute 64702 -#define IBSQLMonitor_StrNULL 64703 -#define uDARes_err_NotSupported 64704 -#define uDARes_err_InvalidDataset 64705 -#define uDARes_err_CannotFindItem 64706 -#define uDARes_err_DriverAlreadyLoaded 64707 -#define uDARes_err_InvalidDLL 64708 -#define uDARes_err_UnknownDriver 64709 -#define uDARes_err_FieldIsNotBound 64710 -#define uDARes_err_CannotFindField 64711 -#define uDARes_err_LoadPackageFailed 64712 -#define uDARes_err_InvalidDriverReference 64713 -#define uDARes_err_CannotFindStatement 64714 -#define uDARes_err_CannotFindDefaultItem 64715 -#define uDARes_err_PoolIsNotEmpty 64716 -#define uDARes_err_MaxPoolSizeReached 64717 -#define uDARes_err_DARDMInvalidSchema 64718 -#define uDARes_err_DARDMCannotFindProxessorForDelta 64719 -#define JclResources_RsIntelCacheDescrB1 64720 -#define JclResources_RsIntelCacheDescrB3 64721 -#define JclResources_RsIntelCacheDescrB4 64722 -#define JclResources_RsIntelCacheDescrBA 64723 -#define JclResources_RsIntelCacheDescrC0 64724 -#define JclResources_RsIntelCacheDescrF0 64725 -#define JclResources_RsIntelCacheDescrF1 64726 -#define JConsts_sChangeJPGSize 64727 -#define JConsts_sJPEGError 64728 -#define JConsts_sJPEGImageFile 64729 -#define uDARes_err_ChangeLogAlreadyStarted 64730 -#define uDARes_err_NotAttachedToDataTable 64731 -#define uDARes_err_DriverProcAlreadyRegistered 64732 -#define uDARes_err_DriverManagerAlreadyCreated 64733 -#define uDARes_err_DriverManagerNotAssigned 64734 -#define uDARes_err_FieldTypeNotSupported 64735 -#define JclResources_RsIntelCacheDescr73 64736 -#define JclResources_RsIntelCacheDescr78 64737 -#define JclResources_RsIntelCacheDescr79 64738 -#define JclResources_RsIntelCacheDescr7A 64739 -#define JclResources_RsIntelCacheDescr7B 64740 -#define JclResources_RsIntelCacheDescr7C 64741 -#define JclResources_RsIntelCacheDescr7D 64742 -#define JclResources_RsIntelCacheDescr7F 64743 -#define JclResources_RsIntelCacheDescr80 64744 -#define JclResources_RsIntelCacheDescr82 64745 -#define JclResources_RsIntelCacheDescr83 64746 -#define JclResources_RsIntelCacheDescr84 64747 -#define JclResources_RsIntelCacheDescr85 64748 -#define JclResources_RsIntelCacheDescr86 64749 -#define JclResources_RsIntelCacheDescr87 64750 -#define JclResources_RsIntelCacheDescrB0 64751 -#define JclResources_RsIntelCacheDescr50 64752 -#define JclResources_RsIntelCacheDescr51 64753 -#define JclResources_RsIntelCacheDescr52 64754 -#define JclResources_RsIntelCacheDescr56 64755 -#define JclResources_RsIntelCacheDescr57 64756 -#define JclResources_RsIntelCacheDescr59 64757 -#define JclResources_RsIntelCacheDescr5B 64758 -#define JclResources_RsIntelCacheDescr5C 64759 -#define JclResources_RsIntelCacheDescr5D 64760 -#define JclResources_RsIntelCacheDescr60 64761 -#define JclResources_RsIntelCacheDescr66 64762 -#define JclResources_RsIntelCacheDescr67 64763 -#define JclResources_RsIntelCacheDescr68 64764 -#define JclResources_RsIntelCacheDescr70 64765 -#define JclResources_RsIntelCacheDescr71 64766 -#define JclResources_RsIntelCacheDescr72 64767 -#define JclResources_RsIntelCacheDescr3E 64768 -#define JclResources_RsIntelCacheDescr40 64769 -#define JclResources_RsIntelCacheDescr41 64770 -#define JclResources_RsIntelCacheDescr42 64771 -#define JclResources_RsIntelCacheDescr43 64772 -#define JclResources_RsIntelCacheDescr44 64773 -#define JclResources_RsIntelCacheDescr45 64774 -#define JclResources_RsIntelCacheDescr46 64775 -#define JclResources_RsIntelCacheDescr47 64776 -#define JclResources_RsIntelCacheDescr48 64777 -#define JclResources_RsIntelCacheDescr49 64778 -#define JclResources_RsIntelCacheDescr4A 64779 -#define JclResources_RsIntelCacheDescr4B 64780 -#define JclResources_RsIntelCacheDescr4D 64781 -#define JclResources_RsIntelCacheDescr4E 64782 -#define JclResources_RsIntelCacheDescr4F 64783 -#define JclResources_RsIntelCacheDescr08 64784 -#define JclResources_RsIntelCacheDescr0A 64785 -#define JclResources_RsIntelCacheDescr0B 64786 -#define JclResources_RsIntelCacheDescr0C 64787 -#define JclResources_RsIntelCacheDescr0E 64788 -#define JclResources_RsIntelCacheDescr22 64789 -#define JclResources_RsIntelCacheDescr23 64790 -#define JclResources_RsIntelCacheDescr25 64791 -#define JclResources_RsIntelCacheDescr29 64792 -#define JclResources_RsIntelCacheDescr2C 64793 -#define JclResources_RsIntelCacheDescr30 64794 -#define JclResources_RsIntelCacheDescr39 64795 -#define JclResources_RsIntelCacheDescr3A 64796 -#define JclResources_RsIntelCacheDescr3B 64797 -#define JclResources_RsIntelCacheDescr3C 64798 -#define JclResources_RsIntelCacheDescr3D 64799 -#define JclResources_RsRTTIParamCount 64800 -#define JclResources_RsRTTIReturnType 64801 -#define JclResources_RsRTTIMaxLen 64802 -#define JclResources_RsRTTIElSize 64803 -#define JclResources_RsRTTIElType 64804 -#define JclResources_RsRTTIElNeedCleanup 64805 -#define JclResources_RsRTTIVarType 64806 -#define JclResources_RsDeclarationFormat 64807 -#define JclResources_RsSynchCreateEvent 64808 -#define JclResources_RsIntelCacheDescr00 64809 -#define JclResources_RsIntelCacheDescr01 64810 -#define JclResources_RsIntelCacheDescr02 64811 -#define JclResources_RsIntelCacheDescr03 64812 -#define JclResources_RsIntelCacheDescr04 64813 -#define JclResources_RsIntelCacheDescr05 64814 -#define JclResources_RsIntelCacheDescr06 64815 -#define JclResources_RsRTTIName 64816 -#define JclResources_RsRTTIType 64817 -#define JclResources_RsRTTIFlags 64818 -#define JclResources_RsRTTIGUID 64819 -#define JclResources_RsRTTITypeKind 64820 -#define JclResources_RsRTTIOrdinalType 64821 -#define JclResources_RsRTTIMinValue 64822 -#define JclResources_RsRTTIMaxValue 64823 -#define JclResources_RsRTTINameList 64824 -#define JclResources_RsRTTIClassName 64825 -#define JclResources_RsRTTIParent 64826 -#define JclResources_RsRTTIPropCount 64827 -#define JclResources_RsRTTIUnitName 64828 -#define JclResources_RsRTTIBasedOn 64829 -#define JclResources_RsRTTIFloatType 64830 -#define JclResources_RsRTTIMethodKind 64831 -#define JclResources_RsRTTIConst 64832 -#define JclResources_RsRTTIArrayOf 64833 -#define JclResources_RsRTTIOut 64834 -#define JclResources_RsRTTIOrdinal 64835 -#define JclResources_RsRTTITrue 64836 -#define JclResources_RsRTTIFalse 64837 -#define JclResources_RsRTTITypeError 64838 -#define JclResources_RsRTTITypeInfoAt 64839 -#define JclResources_RsRTTIPropRead 64840 -#define JclResources_RsRTTIPropWrite 64841 -#define JclResources_RsRTTIPropStored 64842 -#define JclResources_RsRTTIField 64843 -#define JclResources_RsRTTIStaticMethod 64844 -#define JclResources_RsRTTIVirtualMethod 64845 -#define JclResources_RsRTTIIndex 64846 -#define JclResources_RsRTTIDefault 64847 -#define JvResources_RsMenuHighlight 64848 -#define JclResources_RsWin32Prefix 64849 -#define JclResources_RsEReplacementChar 64850 -#define JclResources_RsFileUtilsNoVersionInfo 64851 -#define JclResources_RsCreateFileMapping 64852 -#define JclResources_RsCreateFileMappingView 64853 -#define JclResources_RsViewNeedsMapping 64854 -#define JclResources_RsFailedToObtainSize 64855 -#define JclResources_RsUnableToOpenKeyRead 64856 -#define JclResources_RsUnableToOpenKeyWrite 64857 -#define JclResources_RsUnableToAccessValue 64858 -#define JclResources_RsWrongDataType 64859 -#define JclResources_RsInconsistentPath 64860 -#define JclResources_RsRTTIValueOutOfRange 64861 -#define JclResources_RsRTTIUnknownIdentifier 64862 -#define JclResources_RsRTTIVar 64863 -#define JvResources_RsClHighlight 64864 -#define JvResources_RsClHighlightText 64865 -#define JvResources_RsClBtnFace 64866 -#define JvResources_RsClBtnShadow 64867 -#define JvResources_RsClGrayText 64868 -#define JvResources_RsClBtnText 64869 -#define JvResources_RsClInactiveCaptionText 64870 -#define JvResources_RsClBtnHighlight 64871 -#define JvResources_RsCl3DDkShadow 64872 -#define JvResources_RsCl3DLight 64873 -#define JvResources_RsClInfoText 64874 -#define JvResources_RsClInfoBk 64875 -#define JvResources_RsGradientActiveCaption 64876 -#define JvResources_RsGradientInactiveCaption 64877 -#define JvResources_RsHotLight 64878 -#define JvResources_RsMenuBar 64879 -#define JvResources_RsClLightTurquoise 64880 -#define JvResources_RsClPaleBlue 64881 -#define JvResources_RsClLavender 64882 -#define JvResources_RsClScrollBar 64883 -#define JvResources_RsClBackground 64884 -#define JvResources_RsClActiveCaption 64885 -#define JvResources_RsClInactiveCaption 64886 -#define JvResources_RsClMenu 64887 -#define JvResources_RsClWindow 64888 -#define JvResources_RsClWindowFrame 64889 -#define JvResources_RsClMenuText 64890 -#define JvResources_RsClWindowText 64891 -#define JvResources_RsClCaptionText 64892 -#define JvResources_RsClActiveBorder 64893 -#define JvResources_RsClInactiveBorder 64894 -#define JvResources_RsClAppWorkSpace 64895 -#define JvResources_RsClGray50 64896 -#define JvResources_RsClLightOrange 64897 -#define JvResources_RsClSeaGreen 64898 -#define JvResources_RsClLightBlue 64899 -#define JvResources_RsClViolet 64900 -#define JvResources_RsClGray40 64901 -#define JvResources_RsClPink 64902 -#define JvResources_RsClGold 64903 -#define JvResources_RsClBrightGreen 64904 -#define JvResources_RsClTurquoise 64905 -#define JvResources_RsClPlum 64906 -#define JvResources_RsClGray25 64907 -#define JvResources_RsClRose 64908 -#define JvResources_RsClTan 64909 -#define JvResources_RsClLightYellow 64910 -#define JvResources_RsClLightGreen 64911 -#define JvResources_RsClWhite 64912 -#define JvResources_RsClMoneyGreen 64913 -#define JvResources_RsClSkyBlue 64914 -#define JvResources_RsClCream 64915 -#define JvResources_RsClMedGray 64916 -#define JvResources_RsClBrown 64917 -#define JvResources_RsClOliveGreen 64918 -#define JvResources_RsClDarkGreen 64919 -#define JvResources_RsClDarkTeal 64920 -#define JvResources_RsClDarkBlue 64921 -#define JvResources_RsClIndigo 64922 -#define JvResources_RsClGray80 64923 -#define JvResources_RsClDarkRed 64924 -#define JvResources_RsClOrange 64925 -#define JvResources_RsClDarkYellow 64926 -#define JvResources_RsClBlueGray 64927 -#define JvResources_RsEBitCountNotImplemented 64928 -#define JvResources_RsClBlack 64929 -#define JvResources_RsClMaroon 64930 -#define JvResources_RsClGreen 64931 -#define JvResources_RsClOlive 64932 -#define JvResources_RsClNavy 64933 -#define JvResources_RsClPurple 64934 -#define JvResources_RsClTeal 64935 -#define JvResources_RsClGray 64936 -#define JvResources_RsClSilver 64937 -#define JvResources_RsClRed 64938 -#define JvResources_RsClLime 64939 -#define JvResources_RsClYellow 64940 -#define JvResources_RsClBlue 64941 -#define JvResources_RsClFuchsia 64942 -#define JvResources_RsClAqua 64943 -#define JvResources_RsEEnumeratingRegistry 64944 -#define JvResources_RsEInvalidType 64945 -#define JvResources_RsEUnknownBaseType 64946 -#define JvResources_RsEInvalidPath 64947 -#define JvResources_RsENotAUniqueRootPath 64948 -#define JvResources_RsECircularReferenceOfStorages 64949 -#define JvResources_RsGIFImage 64950 -#define JvResources_RsEChangeGIFSize 64951 -#define JvResources_RsENoGIFData 64952 -#define JvResources_RsEUnrecognizedGIFExt 64953 -#define JvResources_RsEWrongGIFColors 64954 -#define JvResources_RsEBadGIFCodeSize 64955 -#define JvResources_RsEGIFDecodeError 64956 -#define JvResources_RsEGIFEncodeError 64957 -#define JvResources_RsEGIFVersion 64958 -#define JvResources_RsEPixelFormatNotImplemented 64959 -#define ComStrs_sTabFailRetrieve 64960 -#define ComStrs_sTabFailGetObject 64961 -#define ComStrs_sTabFailSet 64962 -#define ComStrs_sTabFailSetObject 64963 -#define ComStrs_sTabMustBeMultiLine 64964 -#define ComStrs_sInvalidIndex 64965 -#define ComStrs_sInsertError 64966 -#define ComStrs_sRichEditInsertError 64967 -#define ComStrs_sRichEditLoadFail 64968 -#define ComStrs_sRichEditSaveFail 64969 -#define ComStrs_sUDAssociated 64970 -#define ComStrs_sPageIndexError 64971 -#define JvResources_RsAniExtension 64972 -#define JvResources_RsAniFilterName 64973 -#define JvResources_RsRootValueReplaceFmt 64974 -#define JvResources_RsEUnableToCreateKey 64975 -#define IdResourceStringsProtocols_RSHTTPRequestURITooLong 64976 -#define IdResourceStringsProtocols_RSHTTPUnsupportedMediaType 64977 -#define IdResourceStringsProtocols_RSHTTPInternalServerError 64978 -#define IdResourceStringsProtocols_RSHTTPNotImplemented 64979 -#define IdResourceStringsProtocols_RSHTTPBadGateway 64980 -#define IdResourceStringsProtocols_RSHTTPServiceUnavailable 64981 -#define IdResourceStringsProtocols_RSHTTPGatewayTimeout 64982 -#define IdResourceStringsProtocols_RSHTTPHTTPVersionNotSupported 64983 -#define IdResourceStringsProtocols_RSHTTPUnknownResponseCode 64984 -#define IdResourceStringsProtocols_RSHTTPHeaderAlreadyWritten 64985 -#define IdResourceStringsProtocols_RSHTTPErrorParsingCommand 64986 -#define IdResourceStringsProtocols_RSHTTPUnsupportedAuthorisationScheme 64987 -#define IdResourceStringsProtocols_RSHTTPCannotSwitchSessionStateWhenActive 64988 -#define IdResourceStringsProtocols_RSHTTPAuthAlreadyRegistered 64989 -#define ComStrs_sTabFailClear 64990 -#define ComStrs_sTabFailDelete 64991 -#define IdResourceStringsProtocols_RSHTTPSeeOther 64992 -#define IdResourceStringsProtocols_RSHTTPNotModified 64993 -#define IdResourceStringsProtocols_RSHTTPUseProxy 64994 -#define IdResourceStringsProtocols_RSHTTPBadRequest 64995 -#define IdResourceStringsProtocols_RSHTTPUnauthorized 64996 -#define IdResourceStringsProtocols_RSHTTPForbidden 64997 -#define IdResourceStringsProtocols_RSHTTPNotFound 64998 -#define IdResourceStringsProtocols_RSHTTPMethodNotAllowed 64999 -#define IdResourceStringsProtocols_RSHTTPNotAcceptable 65000 -#define IdResourceStringsProtocols_RSHTTPProxyAuthenticationRequired 65001 -#define IdResourceStringsProtocols_RSHTTPRequestTimeout 65002 -#define IdResourceStringsProtocols_RSHTTPConflict 65003 -#define IdResourceStringsProtocols_RSHTTPGone 65004 -#define IdResourceStringsProtocols_RSHTTPLengthRequired 65005 -#define IdResourceStringsProtocols_RSHTTPPreconditionFailed 65006 -#define IdResourceStringsProtocols_RSHTTPRequestEntityToLong 65007 -#define IdResourceStringsCore_RSThreadSchedulerThreadRequired 65008 -#define IdResourceStringsCore_RSNoOnExecute 65009 -#define IdResourceStringsCore_RSTCPServerSchedulerAlreadyActive 65010 -#define IdResourceStringsProtocols_RSMIMEExtensionEmpty 65011 -#define IdResourceStringsProtocols_RSMIMEMIMETypeEmpty 65012 -#define IdResourceStringsProtocols_RSMIMEMIMEExtAlreadyExists 65013 -#define IdResourceStringsProtocols_RSHTTPContinue 65014 -#define IdResourceStringsProtocols_RSHTTPOK 65015 -#define IdResourceStringsProtocols_RSHTTPCreated 65016 -#define IdResourceStringsProtocols_RSHTTPAccepted 65017 -#define IdResourceStringsProtocols_RSHTTPNonAuthoritativeInformation 65018 -#define IdResourceStringsProtocols_RSHTTPNoContent 65019 -#define IdResourceStringsProtocols_RSHTTPResetContent 65020 -#define IdResourceStringsProtocols_RSHTTPPartialContent 65021 -#define IdResourceStringsProtocols_RSHTTPMovedPermanently 65022 -#define IdResourceStringsProtocols_RSHTTPMovedTemporarily 65023 -#define IdResourceStringsCore_RSFileNotFound 65024 -#define IdResourceStringsCore_RSNotConnected 65025 -#define IdResourceStringsCore_RSObjectTypeNotSupported 65026 -#define IdResourceStringsCore_RSIdNoDataToRead 65027 -#define IdResourceStringsCore_RSReadTimeout 65028 -#define IdResourceStringsCore_RSReadLnMaxLineLengthExceeded 65029 -#define IdResourceStringsCore_RSConnectTimeout 65030 -#define IdResourceStringsCore_RSThreadTerminateAndWaitFor 65031 -#define IdResourceStringsCore_RSAlreadyConnected 65032 -#define IdResourceStringsCore_RSMaximumNumberOfCaptureLineExceeded 65033 -#define IdResourceStringsCore_RSchedMaxThreadEx 65034 -#define IdResourceStringsCore_RSTransparentProxyCannotBind 65035 -#define IdResourceStringsCore_RSTransparentProxyCanNotSupportUDP 65036 -#define IdResourceStringsCore_RSBufferMissingTerminator 65037 -#define IdResourceStringsCore_RSBufferInvalidStartPos 65038 -#define IdResourceStringsCore_RSReplyInvalidCode 65039 -#define IdResourceStringsCore_RSSocksRequestIdentFailed 65040 -#define IdResourceStringsCore_RSSocksUnknownError 65041 -#define IdResourceStringsCore_RSSocksServerRespondError 65042 -#define IdResourceStringsCore_RSSocksAuthMethodError 65043 -#define IdResourceStringsCore_RSSocksAuthError 65044 -#define IdResourceStringsCore_RSSocksServerGeneralError 65045 -#define IdResourceStringsCore_RSSocksServerPermissionError 65046 -#define IdResourceStringsCore_RSSocksServerNetUnreachableError 65047 -#define IdResourceStringsCore_RSSocksServerHostUnreachableError 65048 -#define IdResourceStringsCore_RSSocksServerConnectionRefusedError 65049 -#define IdResourceStringsCore_RSSocksServerTTLExpiredError 65050 -#define IdResourceStringsCore_RSSocksServerCommandError 65051 -#define IdResourceStringsCore_RSSocksServerAddressError 65052 -#define IdResourceStringsCore_RSInterceptCircularLink 65053 -#define IdResourceStringsCore_RSNotEnoughDataInBuffer 65054 -#define IdResourceStringsCore_RSTooMuchDataInBuffer 65055 -#define IdResourceStrings_RSAntiFreezeOnlyOne 65056 -#define IdResourceStrings_RSCannotSetIPVersionWhenConnected 65057 -#define IdResourceStrings_RSCannotBindRange 65058 -#define IdResourceStrings_RSConnectionClosedGracefully 65059 -#define IdResourceStrings_RSCouldNotBindSocket 65060 -#define IdResourceStrings_RSInvalidPortRange 65061 -#define IdResourceStrings_RSInvalidServiceName 65062 -#define IdResourceStrings_RSIPv6Unavailable 65063 -#define IdResourceStrings_RSInvalidIPv6Address 65064 -#define IdResourceStrings_RSIPVersionUnsupported 65065 -#define IdResourceStrings_RSNotAllBytesSent 65066 -#define IdResourceStrings_RSPackageSizeTooBig 65067 -#define IdResourceStrings_RSSetSizeExceeded 65068 -#define IdResourceStringsCore_RSSocksUDPNotSupported 65069 -#define IdResourceStringsCore_RSSocksRequestFailed 65070 -#define IdResourceStringsCore_RSSocksRequestServerFailed 65071 -#define IdResourceStrings_RSStackECONNRESET 65072 -#define IdResourceStrings_RSStackENOBUFS 65073 -#define IdResourceStrings_RSStackEISCONN 65074 -#define IdResourceStrings_RSStackENOTCONN 65075 -#define IdResourceStrings_RSStackESHUTDOWN 65076 -#define IdResourceStrings_RSStackETOOMANYREFS 65077 -#define IdResourceStrings_RSStackETIMEDOUT 65078 -#define IdResourceStrings_RSStackECONNREFUSED 65079 -#define IdResourceStrings_RSStackELOOP 65080 -#define IdResourceStrings_RSStackENAMETOOLONG 65081 -#define IdResourceStrings_RSStackEHOSTDOWN 65082 -#define IdResourceStrings_RSStackEHOSTUNREACH 65083 -#define IdResourceStrings_RSStackENOTEMPTY 65084 -#define IdResourceStrings_RSStackHOST_NOT_FOUND 65085 -#define IdResourceStrings_RSStackClassUndefined 65086 -#define IdResourceStrings_RSStackAlreadyCreated 65087 -#define IdResourceStrings_RSStackENOTSOCK 65088 -#define IdResourceStrings_RSStackEDESTADDRREQ 65089 -#define IdResourceStrings_RSStackEMSGSIZE 65090 -#define IdResourceStrings_RSStackEPROTOTYPE 65091 -#define IdResourceStrings_RSStackENOPROTOOPT 65092 -#define IdResourceStrings_RSStackEPROTONOSUPPORT 65093 -#define IdResourceStrings_RSStackESOCKTNOSUPPORT 65094 -#define IdResourceStrings_RSStackEOPNOTSUPP 65095 -#define IdResourceStrings_RSStackEPFNOSUPPORT 65096 -#define IdResourceStrings_RSStackEAFNOSUPPORT 65097 -#define IdResourceStrings_RSStackEADDRINUSE 65098 -#define IdResourceStrings_RSStackEADDRNOTAVAIL 65099 -#define IdResourceStrings_RSStackENETDOWN 65100 -#define IdResourceStrings_RSStackENETUNREACH 65101 -#define IdResourceStrings_RSStackENETRESET 65102 -#define IdResourceStrings_RSStackECONNABORTED 65103 -#define IdResourceStrings_RSStatusResolving 65104 -#define IdResourceStrings_RSStatusConnecting 65105 -#define IdResourceStrings_RSStatusConnected 65106 -#define IdResourceStrings_RSStatusDisconnecting 65107 -#define IdResourceStrings_RSStatusDisconnected 65108 -#define IdResourceStrings_RSStatusText 65109 -#define IdResourceStrings_RSStackError 65110 -#define IdResourceStrings_RSStackEINTR 65111 -#define IdResourceStrings_RSStackEBADF 65112 -#define IdResourceStrings_RSStackEACCES 65113 -#define IdResourceStrings_RSStackEFAULT 65114 -#define IdResourceStrings_RSStackEINVAL 65115 -#define IdResourceStrings_RSStackEMFILE 65116 -#define IdResourceStrings_RSStackEWOULDBLOCK 65117 -#define IdResourceStrings_RSStackEINPROGRESS 65118 -#define IdResourceStrings_RSStackEALREADY 65119 -#define DBConsts_SBadFieldType 65120 -#define DBConsts_SProviderSQLNotSupported 65121 -#define DBConsts_SProviderExecuteNotSupported 65122 -#define DBConsts_SDataSetUnidirectional 65123 -#define DBConsts_SUnassignedVar 65124 -#define DBConsts_SRecordNotFound 65125 -#define DBConsts_SBcdOverflow 65126 -#define DBConsts_SInvalidBcdValue 65127 -#define DBConsts_SInvalidFormatType 65128 -#define DBConsts_SCouldNotParseTimeStamp 65129 -#define DBConsts_SInvalidSqlTimeStamp 65130 -#define uROBinaryHelpers_SInvalidDecimal 65131 -#define IdResourceStrings_RSFailedTimeZoneInfo 65132 -#define IdResourceStrings_RSWinsockCallError 65133 -#define IdResourceStrings_RSWinsockLoadError 65134 -#define IdResourceStrings_RSWinsockInitializationError 65135 -#define DBConsts_SNoFieldIndexes 65136 -#define DBConsts_SNotIndexField 65137 -#define DBConsts_SIndexNotFound 65138 -#define DBConsts_SCircularDataLink 65139 -#define DBConsts_SLookupInfoError 65140 -#define DBConsts_SDataSourceChange 65141 -#define DBConsts_SDataSetOpen 65142 -#define DBConsts_SNotEditing 65143 -#define DBConsts_SDataSetClosed 65144 -#define DBConsts_SDataSetEmpty 65145 -#define DBConsts_SDataSetReadOnly 65146 -#define DBConsts_SNestedDataSetClass 65147 -#define DBConsts_STextFalse 65148 -#define DBConsts_STextTrue 65149 -#define DBConsts_SParameterNotFound 65150 -#define DBConsts_SInvalidVersion 65151 -#define DBConsts_SFieldNotFound 65152 -#define DBConsts_SFieldAccessError 65153 -#define DBConsts_SFieldValueError 65154 -#define DBConsts_SFieldRangeError 65155 -#define DBConsts_SBcdFieldRangeError 65156 -#define DBConsts_SInvalidIntegerValue 65157 -#define DBConsts_SInvalidBoolValue 65158 -#define DBConsts_SInvalidFloatValue 65159 -#define DBConsts_SFieldTypeMismatch 65160 -#define DBConsts_SFieldSizeMismatch 65161 -#define DBConsts_SInvalidVarByteArray 65162 -#define DBConsts_SFieldOutOfRange 65163 -#define DBConsts_SFieldRequired 65164 -#define DBConsts_SDataSetMissing 65165 -#define DBConsts_SInvalidCalcType 65166 -#define DBConsts_SFieldReadOnly 65167 -#define uRODECConst_sStringFormatExists 65168 -#define uRODECConst_sInvalidStringFormat 65169 -#define uRODECConst_sInvalidFormatString 65170 -#define uRODECConst_sFMT_COPY 65171 -#define uRODECConst_sFMT_HEX 65172 -#define uRODECConst_sFMT_HEXL 65173 -#define uRODECConst_sFMT_MIME64 65174 -#define uRODECConst_sFMT_UU 65175 -#define uRODECConst_sFMT_XX 65176 -#define uRODECConst_sInvalidKeySize 65177 -#define uRODECConst_sNotInitialized 65178 -#define DBConsts_SInvalidFieldSize 65179 -#define DBConsts_SInvalidFieldKind 65180 -#define DBConsts_SUnknownFieldType 65181 -#define DBConsts_SFieldNameMissing 65182 -#define DBConsts_SDuplicateFieldName 65183 -#define uRORes_err_DOMElementIsNIL 65184 -#define uRORes_err_CannotLoadXMLDocument 65185 -#define uRORes_err_ErrorCreatingMsXmlDoc 65186 -#define uRORes_err_NoXMLParsersAvailable 65187 -#define uRORes_err_IDispatchMarshalingNotSupported 65188 -#define uRORes_err_UnsupportedVariantType 65189 -#define uRORes_err_VariantIsNotArray 65190 -#define uRORes_err_InvalidVarArrayDimCount 65191 -#define uRORes_err_CannotFindParameter 65192 -#define uRORes_err_MessageNotAssigned 65193 -#define ComConst_SOleError 65194 -#define ComConst_SNoMethod 65195 -#define ComConst_SVarNotObject 65196 -#define ComConst_STooManyParams 65197 -#define ComConst_SDCOMNotInstalled 65198 -#define uRODECConst_sProtectionCircular 65199 -#define uRORes_err_ClassAlreadyRegistered 65200 -#define uRORes_err_UnknownClass 65201 -#define uRORes_err_UnknownProxyInterface 65202 -#define uRORes_err_DispatcherAlreadyAssigned 65203 -#define uRORes_err_CannotFindMessageDispatcher 65204 -#define uRORes_err_ServerOnlySupportsOneDispatcher 65205 -#define uRORes_err_UnhandledException 65206 -#define uRORes_err_ChannelBusy 65207 -#define uRORes_err_ArrayIndexOutOfBounds 65208 -#define uRORes_err_InvalidHeader 65209 -#define uRORes_err_InvalidHeaderEncrypted 65210 -#define uRORes_err_UnknownClassInStream 65211 -#define uRORes_err_UnexpectedClassInStream 65212 -#define uRORes_err_SessionNotFound 65213 -#define uRORes_err_ChannelDoesntSupportIROMetadataReader 65214 -#define uRORes_err_TooManySessions 65215 -#define uRORes_err_RodlItemExistsInAnsector 65216 -#define uRORes_err_RodlCircularReference 65217 -#define uRORes_err_RodlCircularityWarning 65218 -#define uRORes_str_ExceptionOnServer 65219 -#define uRORes_str_ExceptionReraisedFromServer 65220 -#define uRORes_err_AssignError 65221 -#define uRORes_err_InvalidRequestStream 65222 -#define uRORes_err_NILMessage 65223 -#define uRORes_err_UnspecifiedInterface 65224 -#define uRORes_err_UnspecifiedMessage 65225 -#define uRORes_err_UnknownMethod 65226 -#define uRORes_err_ClassFactoryDidNotReturnInstance 65227 -#define uRORes_err_AbstractService 65228 -#define uRORes_err_TypeNotSupported 65229 -#define uRORes_err_ClassFactoryNotFound 65230 -#define uRORes_err_IROMessageNotSupported 65231 -#define uRORes_err_InvalidLibrary 65232 -#define uRORes_err_InvalidStream 65233 -#define uRORes_err_InvalidTargetEntity 65234 -#define uRORes_err_InvalidParamFlag 65235 -#define uRORes_err_InvalidStringLength 65236 -#define uRORes_str_InvalidClassTypeInStream 65237 -#define uRORes_err_UnexpectedEndOfStream 65238 -#define uRORes_err_RodlDuplicateName 65239 -#define uRORes_err_RodlNoDataTypeSpecified 65240 -#define uRORes_err_RodlNoEnumValues 65241 -#define uRORes_err_RodlNoStructElementsDefined 65242 -#define uRORes_err_RodlNoOperationsDefined 65243 -#define uRORes_err_RodlUsedFileDoesNotExist 65244 -#define uRORes_err_RodlInvalidDataType 65245 -#define uRORes_err_RodlStructCannotBeNested 65246 -#define uRORes_err_RodlInvalidAncestorType 65247 -#define Consts_SASCIIEncoding 65248 -#define Consts_SUnicodeEncoding 65249 -#define Consts_SBigEndianEncoding 65250 -#define Consts_SUTF8Encoding 65251 -#define Consts_SUTF7Encoding 65252 -#define Consts_STrayIconRemoveError 65253 -#define Consts_STrayIconCreateError 65254 -#define Consts_SPageControlNotSet 65255 -#define Consts_SWindowsVistaRequired 65256 -#define HelpIntfs_hNoTableOfContents 65257 -#define HelpIntfs_hNothingFound 65258 -#define HelpIntfs_hNoContext 65259 -#define HelpIntfs_hNoContextFound 65260 -#define HelpIntfs_hNoTopics 65261 -#define uRORes_err_InvalidIndex 65262 -#define uRORes_err_InvalidType 65263 -#define Consts_SShutdown 65264 -#define Consts_SCustomError 65265 -#define Consts_SServiceInstallOK 65266 -#define Consts_SServiceInstallFailed 65267 -#define Consts_SServiceUninstallOK 65268 -#define Consts_SServiceUninstallFailed 65269 -#define Consts_SDockedCtlNeedsName 65270 -#define Consts_SDockTreeRemoveError 65271 -#define Consts_SDockZoneNotFound 65272 -#define Consts_SDockZoneHasNoCtl 65273 -#define Consts_SDockZoneVersionConflict 65274 -#define Consts_SMultiSelectRequired 65275 -#define Consts_SSeparator 65276 -#define Consts_SErrorSettingCount 65277 -#define Consts_SListBoxMustBeVirtual 65278 -#define Consts_SANSIEncoding 65279 -#define Consts_SOutOfRange 65280 -#define Consts_SInsertLineError 65281 -#define Consts_SInvalidClipFmt 65282 -#define Consts_SIconToClipboard 65283 -#define Consts_SCannotOpenClipboard 65284 -#define Consts_SInvalidMemoSize 65285 -#define Consts_SInvalidPrinterOp 65286 -#define Consts_SNoDefaultPrinter 65287 -#define Consts_SDuplicateMenus 65288 -#define Consts_SServiceFailed 65289 -#define Consts_SExecute 65290 -#define Consts_SStart 65291 -#define Consts_SStop 65292 -#define Consts_SPause 65293 -#define Consts_SContinue 65294 -#define Consts_SInterrogate 65295 -#define Consts_SmkcEnter 65296 -#define Consts_SmkcSpace 65297 -#define Consts_SmkcPgUp 65298 -#define Consts_SmkcPgDn 65299 -#define Consts_SmkcEnd 65300 -#define Consts_SmkcHome 65301 -#define Consts_SmkcLeft 65302 -#define Consts_SmkcUp 65303 -#define Consts_SmkcRight 65304 -#define Consts_SmkcDown 65305 -#define Consts_SmkcIns 65306 -#define Consts_SmkcDel 65307 -#define Consts_SmkcShift 65308 -#define Consts_SmkcCtrl 65309 -#define Consts_SmkcAlt 65310 -#define Consts_srNone 65311 -#define Consts_SMsgDlgInformation 65312 -#define Consts_SMsgDlgConfirm 65313 -#define Consts_SMsgDlgYes 65314 -#define Consts_SMsgDlgNo 65315 -#define Consts_SMsgDlgOK 65316 -#define Consts_SMsgDlgCancel 65317 -#define Consts_SMsgDlgHelp 65318 -#define Consts_SMsgDlgAbort 65319 -#define Consts_SMsgDlgRetry 65320 -#define Consts_SMsgDlgIgnore 65321 -#define Consts_SMsgDlgAll 65322 -#define Consts_SMsgDlgNoToAll 65323 -#define Consts_SMsgDlgYesToAll 65324 -#define Consts_SmkcBkSp 65325 -#define Consts_SmkcTab 65326 -#define Consts_SmkcEsc 65327 -#define Consts_SNoButton 65328 -#define Consts_SHelpButton 65329 -#define Consts_SCloseButton 65330 -#define Consts_SIgnoreButton 65331 -#define Consts_SRetryButton 65332 -#define Consts_SAbortButton 65333 -#define Consts_SAllButton 65334 -#define Consts_SCannotDragForm 65335 -#define Consts_SVMetafiles 65336 -#define Consts_SVEnhMetafiles 65337 -#define Consts_SVIcons 65338 -#define Consts_SVBitmaps 65339 -#define Consts_SMaskErr 65340 -#define Consts_SMaskEditErr 65341 -#define Consts_SMsgDlgWarning 65342 -#define Consts_SMsgDlgError 65343 -#define Consts_SScrollBarRange 65344 -#define Consts_SPropertyOutOfRange 65345 -#define Consts_SMenuIndexError 65346 -#define Consts_SMenuReinserted 65347 -#define Consts_SMenuNotFound 65348 -#define Consts_SNoTimers 65349 -#define Consts_SNotPrinting 65350 -#define Consts_SPrinting 65351 -#define Consts_SInvalidPrinter 65352 -#define Consts_SDeviceOnPort 65353 -#define Consts_SGroupIndexTooLow 65354 -#define Consts_SNoMDIForm 65355 -#define Consts_SControlParentSetToSelf 65356 -#define Consts_SOKButton 65357 -#define Consts_SCancelButton 65358 -#define Consts_SYesButton 65359 -#define Consts_SOutOfResources 65360 -#define Consts_SNoCanvasHandle 65361 -#define Consts_SInvalidImageSize 65362 -#define Consts_SInvalidImageList 65363 -#define Consts_SReplaceImage 65364 -#define Consts_SImageIndexError 65365 -#define Consts_SImageReadFail 65366 -#define Consts_SImageWriteFail 65367 -#define Consts_SWindowDCError 65368 -#define Consts_SWindowClass 65369 -#define Consts_SCannotFocus 65370 -#define Consts_SParentRequired 65371 -#define Consts_SParentGivenNotAParent 65372 -#define Consts_SMDIChildNotVisible 65373 -#define Consts_SVisibleChanged 65374 -#define Consts_SCannotShowModal 65375 -#define RTLConsts_SWriteError 65376 -#define RTLConsts_SThreadCreateError 65377 -#define RTLConsts_SThreadError 65378 -#define Consts_SInvalidTabIndex 65379 -#define Consts_SInvalidTabPosition 65380 -#define Consts_SInvalidTabStyle 65381 -#define Consts_SInvalidBitmap 65382 -#define Consts_SInvalidIcon 65383 -#define Consts_SInvalidMetafile 65384 -#define Consts_SInvalidPixelFormat 65385 -#define Consts_SInvalidImage 65386 -#define Consts_SScanLine 65387 -#define Consts_SChangeIconSize 65388 -#define Consts_SOleGraphic 65389 -#define Consts_SUnknownExtension 65390 -#define Consts_SUnknownClipboardFormat 65391 -#define RTLConsts_SInvalidRegType 65392 -#define RTLConsts_SListCapacityError 65393 -#define RTLConsts_SListCountError 65394 -#define RTLConsts_SListIndexError 65395 -#define RTLConsts_SMemoryStreamError 65396 -#define RTLConsts_SPropertyException 65397 -#define RTLConsts_SReadError 65398 -#define RTLConsts_SReadOnlyProperty 65399 -#define RTLConsts_SRegCreateFailed 65400 -#define RTLConsts_SRegGetDataFailed 65401 -#define RTLConsts_SRegSetDataFailed 65402 -#define RTLConsts_SResNotFound 65403 -#define RTLConsts_SSeekNotImplemented 65404 -#define RTLConsts_SSortedListError 65405 -#define RTLConsts_SUnknownGroup 65406 -#define RTLConsts_SUnknownProperty 65407 -#define RTLConsts_SCheckSynchronizeError 65408 -#define RTLConsts_SClassNotFound 65409 -#define RTLConsts_SDuplicateClass 65410 -#define RTLConsts_SDuplicateItem 65411 -#define RTLConsts_SDuplicateName 65412 -#define RTLConsts_SDuplicateString 65413 -#define RTLConsts_SFCreateErrorEx 65414 -#define RTLConsts_SFOpenErrorEx 65415 -#define RTLConsts_SIniFileWriteError 65416 -#define RTLConsts_SInvalidImage 65417 -#define RTLConsts_SInvalidName 65418 -#define RTLConsts_SInvalidProperty 65419 -#define RTLConsts_SInvalidPropertyElement 65420 -#define RTLConsts_SInvalidPropertyPath 65421 -#define RTLConsts_SInvalidPropertyType 65422 -#define RTLConsts_SInvalidPropertyValue 65423 -#define SysConst_SShortDayNameTue 65424 -#define SysConst_SShortDayNameWed 65425 -#define SysConst_SShortDayNameThu 65426 -#define SysConst_SShortDayNameFri 65427 -#define SysConst_SShortDayNameSat 65428 -#define SysConst_SLongDayNameSun 65429 -#define SysConst_SLongDayNameMon 65430 -#define SysConst_SLongDayNameTue 65431 -#define SysConst_SLongDayNameWed 65432 -#define SysConst_SLongDayNameThu 65433 -#define SysConst_SLongDayNameFri 65434 -#define SysConst_SLongDayNameSat 65435 -#define RTLConsts_SAncestorNotFound 65436 -#define RTLConsts_SAssignError 65437 -#define RTLConsts_SBitsIndexError 65438 -#define RTLConsts_SCantWriteResourceStreamError 65439 -#define SysConst_SShortMonthNameNov 65440 -#define SysConst_SShortMonthNameDec 65441 -#define SysConst_SLongMonthNameJan 65442 -#define SysConst_SLongMonthNameFeb 65443 -#define SysConst_SLongMonthNameMar 65444 -#define SysConst_SLongMonthNameApr 65445 -#define SysConst_SLongMonthNameMay 65446 -#define SysConst_SLongMonthNameJun 65447 -#define SysConst_SLongMonthNameJul 65448 -#define SysConst_SLongMonthNameAug 65449 -#define SysConst_SLongMonthNameSep 65450 -#define SysConst_SLongMonthNameOct 65451 -#define SysConst_SLongMonthNameNov 65452 -#define SysConst_SLongMonthNameDec 65453 -#define SysConst_SShortDayNameSun 65454 -#define SysConst_SShortDayNameMon 65455 -#define SysConst_SAssertError 65456 -#define SysConst_SAbstractError 65457 -#define SysConst_SModuleAccessViolation 65458 -#define SysConst_SOSError 65459 -#define SysConst_SUnkOSError 65460 -#define SysConst_SNL 65461 -#define SysConst_SShortMonthNameJan 65462 -#define SysConst_SShortMonthNameFeb 65463 -#define SysConst_SShortMonthNameMar 65464 -#define SysConst_SShortMonthNameApr 65465 -#define SysConst_SShortMonthNameMay 65466 -#define SysConst_SShortMonthNameJun 65467 -#define SysConst_SShortMonthNameJul 65468 -#define SysConst_SShortMonthNameAug 65469 -#define SysConst_SShortMonthNameSep 65470 -#define SysConst_SShortMonthNameOct 65471 -#define SysConst_SInvalidVarOpWithHResultWithPrefix 65472 -#define SysConst_SVarTypeOutOfRangeWithPrefix 65473 -#define SysConst_SVarTypeAlreadyUsedWithPrefix 65474 -#define SysConst_SVarTypeNotUsableWithPrefix 65475 -#define SysConst_SVarTypeTooManyCustom 65476 -#define SysConst_SVarTypeCouldNotConvert 65477 -#define SysConst_SVarTypeConvertOverflow 65478 -#define SysConst_SVarOverflow 65479 -#define SysConst_SVarInvalid 65480 -#define SysConst_SVarBadType 65481 -#define SysConst_SVarNotImplemented 65482 -#define SysConst_SVarUnexpected 65483 -#define SysConst_SExternalException 65484 -#define SysConst_SAssertionFailed 65485 -#define SysConst_SIntfCastError 65486 -#define SysConst_SSafecallException 65487 -#define SysConst_SPrivilege 65488 -#define SysConst_SOperationAborted 65489 -#define SysConst_SException 65490 -#define SysConst_SExceptTitle 65491 -#define SysConst_SInvalidFormat 65492 -#define SysConst_SArgumentMissing 65493 -#define SysConst_SDispatchError 65494 -#define SysConst_SReadAccess 65495 -#define SysConst_SWriteAccess 65496 -#define SysConst_SFormatTooLong 65497 -#define SysConst_SVarArrayCreate 65498 -#define SysConst_SVarArrayBounds 65499 -#define SysConst_SVarArrayLocked 65500 -#define SysConst_SInvalidVarCast 65501 -#define SysConst_SInvalidVarOp 65502 -#define SysConst_SInvalidVarNullOp 65503 -#define SysConst_SEndOfFile 65504 -#define SysConst_SDiskFull 65505 -#define SysConst_SInvalidInput 65506 -#define SysConst_SDivByZero 65507 -#define SysConst_SRangeError 65508 -#define SysConst_SIntOverflow 65509 -#define SysConst_SInvalidOp 65510 -#define SysConst_SZeroDivide 65511 -#define SysConst_SOverflow 65512 -#define SysConst_SUnderflow 65513 -#define SysConst_SInvalidPointer 65514 -#define SysConst_SInvalidCast 65515 -#define SysConst_SAccessViolationArg3 65516 -#define SysConst_SAccessViolationNoArg 65517 -#define SysConst_SStackOverflow 65518 -#define SysConst_SControlC 65519 -#define SysConst_SInvalidInteger 65520 -#define SysConst_SInvalidFloat 65521 -#define SysConst_SInvalidDate 65522 -#define SysConst_SInvalidTime 65523 -#define SysConst_SInvalidDateTime 65524 -#define SysConst_SInvalidTimeStamp 65525 -#define SysConst_SInvalidGUID 65526 -#define SysConst_SInvalidBoolean 65527 -#define SysConst_STimeEncodeError 65528 -#define SysConst_SDateEncodeError 65529 -#define SysConst_SOutOfMemory 65530 -#define SysConst_SInOutError 65531 -#define SysConst_SFileNotFound 65532 -#define SysConst_SInvalidFilename 65533 -#define SysConst_STooManyOpenFiles 65534 -#define SysConst_SAccessDenied 65535 -STRINGTABLE -BEGIN - cxExtEditConsts_cxSEditRichEditPasteCaption, "&Paste" - cxExtEditConsts_cxSEditRichEditDeleteCaption, "&Delete" - cxExtEditConsts_cxSEditRichEditSelectAllCaption, "Select &All" - VDBConsts_SFirstRecord, "First record" - VDBConsts_SPriorRecord, "Prior record" - VDBConsts_SNextRecord, "Next record" - VDBConsts_SLastRecord, "Last record" - VDBConsts_SInsertRecord, "Insert record" - VDBConsts_SDeleteRecord, "Delete record" - VDBConsts_SEditRecord, "Edit record" - VDBConsts_SPostEdit, "Post edit" - VDBConsts_SCancelEdit, "Cancel edit" - VDBConsts_SRefreshRecord, "Refresh data" - VDBConsts_SRemoteLogin, "Remote Login" - cxExtEditConsts_cxSCheckComboBoxEmptySelectionText, "None selected" - cxExtEditConsts_cxSCheckControlIncorrectItemCount, "The number of items cannot be greater than 64, if the EditValueFormat is cvfInteger" - cxExtEditConsts_cxSColorComboBoxDefaultDescription, "Color not selected" - cxExtEditConsts_cxSEditRichEditLibraryError, "Cannot load a RichEdit library" - cxExtEditConsts_cxSEditRichEditLineInsertionError, "RichEdit line insertion error" - cxExtEditConsts_cxSEditRichEditLoadFail, "Failed to Load Stream" - cxExtEditConsts_cxSEditRichEditSaveFail, "Failed to Save Stream" - cxExtEditConsts_cxSEditRichEditSelectionSaveFail, "Failed to selection Save Stream" - cxExtEditConsts_cxSEditRichEditOleInterfaceFail, "RichEdit: failed to get IRichEditOle interface" - cxExtEditConsts_cxSEditRichEditCallBackFail, "RichEdit: failed to set callback" - cxExtEditConsts_cxSEditRichEditLinkFail, "RichEdit: cannot link to an invalid source" - cxExtEditConsts_scxSEditRepositoryRichEditItem, "RichEdit|RichEdit control" - cxExtEditConsts_cxSEditRichEditUndoCaption, "&Undo" - cxExtEditConsts_cxSEditRichEditRedoCaption, "&Redo" - cxExtEditConsts_cxSEditRichEditCutCaption, "Cu&t" - cxExtEditConsts_cxSEditRichEditCopyCaption, "&Copy" - cxExtEditConsts_scxSEditRepositoryCheckComboBox, "CheckComboBox|Represents a CheckComboBox" - cxExtEditConsts_scxSEditRepositoryShellComboBoxItem, "ShellComboBox|Represents a combo box with a dropdown shell tree view" - cxExtEditConsts_scxSEditRepositoryCheckGroupItem, "CheckGroup|Represents a group of check boxes" - cxExtEditConsts_scxUDAssociated, " is already associated with " - cxExtEditConsts_scxHotZoneStyleMediaPlayer9, "MediaPlayer9" - cxExtEditConsts_scxHotZoneStyleMediaPlayer8, "MediaPlayer8" - cxExtEditConsts_scxHotZoneStyleXPTaskBar, "XPTaskBar" - cxExtEditConsts_scxHotZoneStyleSimple, "Simple" - cxExtEditConsts_scxLoadingFonts, "Loading ..." - cxExtEditConsts_cxSEditCheckGroupCaptionStateDelimiter, ": " - cxExtEditConsts_cxSEditCheckGroupFilterColumnSeparator, "; " - cxExtEditConsts_cxSEditCheckGroupChecked, "Checked" - cxExtEditConsts_cxSEditCheckGroupGrayed, "Grayed" - cxExtEditConsts_cxSEditCheckGroupUnchecked, "Unchecked" - cxExtEditConsts_cxSCheckComboBoxStatesItemsPropertyDlgCaption, "cxCheckComboBox - CheckStates editor" - cxExtEditConsts_cxSCheckGroupStatesItemsPropertyDlgCaption, "cxCheckGroup - CheckStates editor" - OleConst_SLinkProperties, "Link Properties" - OleConst_SInvalidLinkSource, "Cannot link to an invalid source." - OleConst_SCannotBreakLink, "Break link operation is not supported." - OleConst_SEmptyContainer, "Operation not allowed on an empty OLE container" - OleConst_SInvalidVerb, "Invalid object verb" - OleConst_SPropDlgCaption, "%s Properties" - OleConst_SInvalidStreamFormat, "Invalid stream format" - OleConst_SInvalidLicense, "License information for %s is invalid" - OleConst_SNotLicensed, "License information for %s not found. You cannot use this control in design mode" - OleConst_sNoRunningObject, "Unable to retrieve a pointer to a running object registered with OLE for %s/%s" - cxExtEditConsts_scxSEditRepositoryColorComboBoxItem, "ColorComboBox |Represents a editor with color functionality" - cxExtEditConsts_scxSEditRepositoryFontNameComboBoxItem, "FontNameComboBox |Represents a editor with font functionality" - cxExtEditConsts_scxSEditRepositoryLabelItem, "Label|Represents a Label" - cxExtEditConsts_scxSEditRepositoryProgressBarItem, "ProgressBar|Represents a ProgressBar" - cxExtEditConsts_scxSEditRepositoryTrackBarItem, "TrackBar|Represents a TrackBar" - cxExtEditConsts_scxSEditRepositorySpinButtonItem, "SpinButton|Represents a SpinButton" - frxpnglang_EPNGInvalidFileHeaderText, "The file being readed is not a valid \"Portable Network Graphics\" image because it contains an invalid header. This file may be corruped, try obtaining it again." - frxpnglang_EPNGIHDRNotFirstText, "This \"Portable Network Graphics\" image is not supported or it might be invalid.\r\n(IHDR chunk is not the first)" - frxpnglang_EPNGSizeExceedsText, "This \"Portable Network Graphics\" image is not supported because either it's width or height exceeds the maximum size, which is 65535 pixels length." - frxpnglang_EPNGUnknownPalEntryText, "There is no such palette entry." - frxpnglang_EPNGUnknownCriticalChunkText, "This \"Portable Network Graphics\" image contains an unknown critical part which could not be decoded." - frxpnglang_EPNGUnknownCompressionText, "This \"Portable Network Graphics\" image is encoded with an unknown compression scheme which could not be decoded." - frxpnglang_EPNGUnknownInterlaceText, "This \"Portable Network Graphics\" image uses an unknown interlace scheme which could not be decoded." - frxpnglang_EPNGCannotAssignChunkText, "The chunks must be compatible to be assigned." - frxpnglang_EPNGUnexpectedEndText, "This \"Portable Network Graphics\" image is invalid because the decoder found an unexpected end of the file." - frxpnglang_EPNGNoImageDataText, "This \"Portable Network Graphics\" image contains no data." - frxpnglang_EPNGOutMemoryText, "Some operation could not be performed because the system is out of resources. Close some windows and try again." - frxpnglang_EPNGHeaderNotPresentText, "This operation is not valid because the current image contains no valid header." - frxpnglang_EInvalidNewSize, "The new size provided for image resizing is invalid." - MidConst_SErrorLoadingMidas, "Error loading MIDAS.DLL" - OleConst_SCannotActivate, "OLE control activation failed" - OleConst_SNoWindowHandle, "Could not obtain OLE control window handle" - cxFilterControlStrs_cxSFilterControlDialogCaption, "Filter builder" - cxFilterControlStrs_cxSFilterControlDialogNewFile, "untitled.flt" - cxFilterControlStrs_cxSFilterControlDialogOpenDialogCaption, "Open an existing filter" - cxFilterControlStrs_cxSFilterControlDialogSaveDialogCaption, "Save the active filter to file" - cxFilterControlStrs_cxSFilterControlDialogActionSaveCaption, "&Save As..." - cxFilterControlStrs_cxSFilterControlDialogActionOpenCaption, "&Open..." - cxFilterControlStrs_cxSFilterControlDialogActionApplyCaption, "&Apply" - cxFilterControlStrs_cxSFilterControlDialogActionOkCaption, "OK" - cxFilterControlStrs_cxSFilterControlDialogActionCancelCaption, "Cancel" - cxFilterControlStrs_cxSFilterControlDialogFileExt, "flt" - cxFilterControlStrs_cxSFilterControlDialogFileFilter, "Filters (*.flt)|*.flt" - frxpnglang_EPngInvalidCRCText, "This \"Portable Network Graphics\" image is not valid because it contains invalid pieces of data (crc error)" - frxpnglang_EPNGInvalidIHDRText, "The \"Portable Network Graphics\" image could not be loaded because one of its main piece of data (ihdr) might be corrupted" - frxpnglang_EPNGMissingMultipleIDATText, "This \"Portable Network Graphics\" image is invalid because it has missing image parts." - frxpnglang_EPNGZLIBErrorText, "Could not decompress the image because it contains invalid compressed data.\r\n Description: " - frxpnglang_EPNGInvalidPaletteText, "The \"Portable Network Graphics\" image contains an invalid palette." - cxFilterControlStrs_cxSFilterAddGroup, "Add &Group" - cxFilterControlStrs_cxSFilterRemoveRow, "&Remove Row" - cxFilterControlStrs_cxSFilterClearAll, "Clear &All" - cxFilterControlStrs_cxSFilterFooterAddCondition, "press the button to add a new condition" - cxFilterControlStrs_cxSFilterGroupCaption, "applies to the following conditions" - cxFilterControlStrs_cxSFilterRootGroupCaption, "" - cxFilterControlStrs_cxSFilterControlNullString, "" - cxFilterControlStrs_cxSFilterErrorBuilding, "Can't build filter from source" - cxFilterControlStrs_cxSFilterDialogCaption, "Custom Filter" - cxFilterControlStrs_cxSFilterDialogInvalidValue, "Invalid value" - cxFilterControlStrs_cxSFilterDialogUse, "Use" - cxFilterControlStrs_cxSFilterDialogSingleCharacter, "to represent any single character" - cxFilterControlStrs_cxSFilterDialogCharactersSeries, "to represent any series of characters" - cxFilterControlStrs_cxSFilterDialogOperationAnd, "AND" - cxFilterControlStrs_cxSFilterDialogOperationOr, "OR" - cxFilterControlStrs_cxSFilterDialogRows, "Show rows where:" - cxLibraryStrs_cxSDateFirst, "first" - cxLibraryStrs_cxSDateSecond, "second" - cxLibraryStrs_cxSDateThird, "third" - cxLibraryStrs_cxSDateFourth, "fourth" - cxLibraryStrs_cxSDateFifth, "fifth" - cxLibraryStrs_cxSDateSixth, "sixth" - cxLibraryStrs_cxSDateSeventh, "seventh" - cxLibraryStrs_cxSDateBOM, "bom" - cxLibraryStrs_cxSDateEOM, "eom" - cxLibraryStrs_cxSDateNow, "now" - cxFilterControlStrs_cxSFilterBoolOperatorAnd, "AND" - cxFilterControlStrs_cxSFilterBoolOperatorOr, "OR" - cxFilterControlStrs_cxSFilterBoolOperatorNotAnd, "NOT AND" - cxFilterControlStrs_cxSFilterBoolOperatorNotOr, "NOT OR" - cxFilterControlStrs_cxSFilterRootButtonCaption, "Filter" - cxFilterControlStrs_cxSFilterAddCondition, "Add &Condition" - cxEditConsts_scxMaskEditMaskCollectionFiles, "Mask collection files" - cxEditConsts_cxSSpinEditInvalidNumericValue, "Invalid numeric value" - cxLibraryStrs_scxCantCreateRegistryKey, "Can't create the registry key: \\%s" - cxLibraryStrs_scxCantOpenRegistryKey, "Can't open the registry key: \\%s" - cxLibraryStrs_scxErrorStoreObject, "Error store %s object" - cxLibraryStrs_scxConverterCantCreateStyleRepository, "Can't create the Style Repository" - cxLibraryStrs_cxSDateToday, "today" - cxLibraryStrs_cxSDateYesterday, "yesterday" - cxLibraryStrs_cxSDateTomorrow, "tomorrow" - cxLibraryStrs_cxSDateSunday, "Sunday" - cxLibraryStrs_cxSDateMonday, "Monday" - cxLibraryStrs_cxSDateTuesday, "Tuesday" - cxLibraryStrs_cxSDateWednesday, "Wednesday" - cxLibraryStrs_cxSDateThursday, "Thursday" - cxLibraryStrs_cxSDateFriday, "Friday" - cxLibraryStrs_cxSDateSaturday, "Saturday" - cxEditConsts_scxRegExprTooBigReferenceNumber, "Too big reference number" - cxEditConsts_scxRegExprCantCreateEmptyEnum, "Can't create empty enumeration" - cxEditConsts_scxRegExprSubrangeOrder, "The starting character of the subrange must be less than the finishing one" - cxEditConsts_scxRegExprHexNumberExpected0, "Hexadecimal number expected" - cxEditConsts_scxRegExprHexNumberExpected, "Hexadecimal number expected but '%s' found" - cxEditConsts_scxRegExprMissing, "Missing '%s'" - cxEditConsts_scxRegExprUnnecessary, "Unnecessary '%s'" - cxEditConsts_scxRegExprIncorrectSpace, "The space character is not allowed after '\\'" - cxEditConsts_scxRegExprNotCompiled, "Regular expression is not compiled" - cxEditConsts_scxRegExprIncorrectParameterQuantifier, "Incorrect parameter quantifier" - cxEditConsts_scxRegExprCantUseParameterQuantifier, "The parameter quantifier cannot be applied here" - cxEditConsts_scxMaskEditRegExprError, "Regular expression errors:" - cxEditConsts_scxMaskEditInvalidEditValue, "The edit value is invalid" - cxEditConsts_scxMaskEditNoMask, "None" - cxEditConsts_scxMaskEditIllegalFileFormat, "Illegal file format" - cxEditConsts_scxMaskEditEmptyMaskCollectionFile, "The mask collection file is empty" - cxEditConsts_scxSEditRepositorySpinItem, "SpinEdit|Represents a spin editor" - cxEditConsts_scxSEditRepositoryRadioGroupItem, "RadioGroup|Represents a group of radio buttons" - cxEditConsts_scxSEditRepositoryTextItem, "TextEdit|Represents a single line text editor" - cxEditConsts_scxSEditRepositoryTimeItem, "TimeEdit|Represents an editor displaying time values" - cxEditConsts_scxRegExprLine, "Line" - cxEditConsts_scxRegExprChar, "Char" - cxEditConsts_scxRegExprNotAssignedSourceStream, "The source stream is not assigned" - cxEditConsts_scxRegExprEmptySourceStream, "The source stream is empty" - cxEditConsts_scxRegExprCantUsePlusQuantifier, "The '+' quantifier cannot be applied here" - cxEditConsts_scxRegExprCantUseStarQuantifier, "The '*' quantifier cannot be applied here" - cxEditConsts_scxRegExprCantCreateEmptyAlt, "The alternative should not be empty" - cxEditConsts_scxRegExprCantCreateEmptyBlock, "The block should not be empty" - cxEditConsts_scxRegExprIllegalSymbol, "Illegal '%s'" - cxEditConsts_scxRegExprIllegalQuantifier, "Illegal quantifier '%s'" - cxEditConsts_scxRegExprNotSupportQuantifier, "The parameter quantifiers are not supported" - cxEditConsts_scxRegExprIllegalIntegerValue, "Illegal integer value" - cxEditConsts_cxNavigator_DeleteRecordQuestion, "Delete record?" - cxEditConsts_scxSEditRepositoryBlobItem, "BlobEdit|Represents the BLOB editor" - cxEditConsts_scxSEditRepositoryButtonItem, "ButtonEdit|Represents an edit control with embedded buttons" - cxEditConsts_scxSEditRepositoryCalcItem, "CalcEdit|Represents an edit control with a dropdown calculator window" - cxEditConsts_scxSEditRepositoryCheckBoxItem, "CheckBox|Represents a check box control that allows selecting an option" - cxEditConsts_scxSEditRepositoryComboBoxItem, "ComboBox|Represents the combo box editor" - cxEditConsts_scxSEditRepositoryCurrencyItem, "CurrencyEdit|Represents an editor enabling editing currency data" - cxEditConsts_scxSEditRepositoryDateItem, "DateEdit|Represents an edit control with a dropdown calendar" - cxEditConsts_scxSEditRepositoryHyperLinkItem, "HyperLink|Represents a text editor with hyperlink functionality" - cxEditConsts_scxSEditRepositoryImageComboBoxItem, "ImageComboBox|Represents an editor displaying the list of images and text strings within the dropdown window" - cxEditConsts_scxSEditRepositoryImageItem, "Image|Represents an image editor" - cxEditConsts_scxSEditRepositoryLookupComboBoxItem, "LookupComboBox|Represents a lookup combo box control" - cxEditConsts_scxSEditRepositoryMaskItem, "MaskEdit|Represents a generic masked edit control." - cxEditConsts_scxSEditRepositoryMemoItem, "Memo|Represents an edit control that allows editing memo data" - cxEditConsts_scxSEditRepositoryMRUItem, "MRUEdit|Represents a text editor displaying the list of most recently used items (MRU) within a dropdown window" - cxEditConsts_scxSEditRepositoryPopupItem, "PopupEdit|Represents an edit control with a dropdown list" - cxEditConsts_cxNavigatorHint_First, "First record" - cxEditConsts_cxNavigatorHint_Prior, "Prior record" - cxEditConsts_cxNavigatorHint_PriorPage, "Prior page" - cxEditConsts_cxNavigatorHint_Next, "Next record" - cxEditConsts_cxNavigatorHint_NextPage, "Next page" - cxEditConsts_cxNavigatorHint_Last, "Last record" - cxEditConsts_cxNavigatorHint_Insert, "Insert record" - cxEditConsts_cxNavigatorHint_Append, "Append record" - cxEditConsts_cxNavigatorHint_Delete, "Delete record" - cxEditConsts_cxNavigatorHint_Edit, "Edit record" - cxEditConsts_cxNavigatorHint_Post, "Post edit" - cxEditConsts_cxNavigatorHint_Cancel, "Cancel edit" - cxEditConsts_cxNavigatorHint_Refresh, "Refresh data" - cxEditConsts_cxNavigatorHint_SaveBookmark, "Save Bookmark" - cxEditConsts_cxNavigatorHint_GotoBookmark, "Goto Bookmark" - cxEditConsts_cxNavigatorHint_Filter, "Filter data" - cxEditConsts_cxSBlobPicture, "(PICTURE)" - cxEditConsts_cxSBlobPictureEmpty, "(picture)" - cxEditConsts_cxSMenuItemCaptionCut, "Cu&t" - cxEditConsts_cxSMenuItemCaptionCopy, "&Copy" - cxEditConsts_cxSMenuItemCaptionPaste, "&Paste" - cxEditConsts_cxSMenuItemCaptionDelete, "&Delete" - cxEditConsts_cxSMenuItemCaptionLoad, "&Load..." - cxEditConsts_cxSMenuItemCaptionSave, "Save &As..." - cxEditConsts_cxSDatePopupClear, "Clear" - cxEditConsts_cxSDatePopupNow, "Now" - cxEditConsts_cxSDatePopupOK, "OK" - cxEditConsts_cxSDatePopupToday, "Today" - cxEditConsts_cxSDateError, "Invalid Date" - cxEditConsts_scxSCalcError, "Error" - cxEditConsts_scxSHyperLinkPrefix, "http://" - cxEditConsts_scxSHyperLinkDoubleSlash, "//" - cxEditConsts_cxSEditPopupCircularReferencingError, "Circular referencing is not allowed" - cxEditConsts_cxSEditPostError, "An error occured during posting edit value" - cxEditConsts_cxSEditTimeConvertError, "Could not convert to time" - cxEditConsts_cxSEditValidateErrorText, "Invalid input value. Use escape key to abandon changes" - cxEditConsts_cxSEditValueOutOfBounds, "Value out of bounds" - cxEditConsts_cxSEditCheckBoxChecked, "True" - cxEditConsts_cxSEditCheckBoxGrayed, "" - cxEditConsts_cxSEditCheckBoxUnchecked, "False" - cxEditConsts_cxSRadioGroupDefaultCaption, "" - cxEditConsts_cxSTextTrue, "True" - cxEditConsts_cxSTextFalse, "False" - cxEditConsts_cxSBlobButtonOK, "&OK" - cxEditConsts_cxSBlobButtonCancel, "&Cancel" - cxEditConsts_cxSBlobButtonClose, "&Close" - cxEditConsts_cxSBlobMemo, "(MEMO)" - cxEditConsts_cxSBlobMemoEmpty, "(memo)" - cxFilterConsts_cxSFilterOperatorIsNotNull, "is not blank" - cxFilterConsts_cxSFilterOperatorBeginsWith, "begins with" - cxFilterConsts_cxSFilterOperatorDoesNotBeginWith, "does not begin with" - cxFilterConsts_cxSFilterOperatorEndsWith, "ends with" - cxFilterConsts_cxSFilterOperatorDoesNotEndWith, "does not end with" - cxFilterConsts_cxSFilterOperatorContains, "contains" - cxFilterConsts_cxSFilterOperatorDoesNotContain, "does not contain" - cxFilterConsts_cxSFilterBoxAllCaption, "(All)" - cxFilterConsts_cxSFilterBoxCustomCaption, "(Custom...)" - cxFilterConsts_cxSFilterBoxBlanksCaption, "(Blanks)" - cxFilterConsts_cxSFilterBoxNonBlanksCaption, "(NonBlanks)" - cxEditConsts_cxSEditButtonCancel, "Cancel" - cxEditConsts_cxSEditButtonOK, "OK" - cxEditConsts_cxSEditDateConvertError, "Could not convert to date" - cxEditConsts_cxSEditInvalidRepositoryItem, "The repository item is not acceptable" - cxEditConsts_cxSEditNumericValueConvertError, "Could not convert to numeric value" - cxFilterConsts_cxSFilterOperatorThisWeek, "is this week" - cxFilterConsts_cxSFilterOperatorThisMonth, "is this month" - cxFilterConsts_cxSFilterOperatorThisYear, "is this year" - cxFilterConsts_cxSFilterOperatorNext7Days, "is next 7 days" - cxFilterConsts_cxSFilterOperatorNextWeek, "is next week" - cxFilterConsts_cxSFilterOperatorNext14Days, "is next 14 days" - cxFilterConsts_cxSFilterOperatorNextTwoWeeks, "is next two weeks" - cxFilterConsts_cxSFilterOperatorNext30Days, "is next 30 days" - cxFilterConsts_cxSFilterOperatorNextMonth, "is next month" - cxFilterConsts_cxSFilterOperatorNextYear, "is next year" - cxFilterConsts_cxSFilterOperatorFuture, "is future" - cxFilterConsts_cxSFilterAndCaption, "and" - cxFilterConsts_cxSFilterOrCaption, "or" - cxFilterConsts_cxSFilterNotCaption, "not" - cxFilterConsts_cxSFilterBlankCaption, "blank" - cxFilterConsts_cxSFilterOperatorIsNull, "is blank" - cxFilterConsts_cxSFilterOperatorNotLike, "not like" - cxFilterConsts_cxSFilterOperatorBetween, "between" - cxFilterConsts_cxSFilterOperatorNotBetween, "not between" - cxFilterConsts_cxSFilterOperatorInList, "in" - cxFilterConsts_cxSFilterOperatorNotInList, "not in" - cxFilterConsts_cxSFilterOperatorYesterday, "is yesterday" - cxFilterConsts_cxSFilterOperatorToday, "is today" - cxFilterConsts_cxSFilterOperatorTomorrow, "is tomorrow" - cxFilterConsts_cxSFilterOperatorLast7Days, "is last 7 days" - cxFilterConsts_cxSFilterOperatorLastWeek, "is last week" - cxFilterConsts_cxSFilterOperatorLast14Days, "is last 14 days" - cxFilterConsts_cxSFilterOperatorLastTwoWeeks, "is last two weeks" - cxFilterConsts_cxSFilterOperatorLast30Days, "is last 30 days" - cxFilterConsts_cxSFilterOperatorLastMonth, "is last month" - cxFilterConsts_cxSFilterOperatorLastYear, "is last year" - cxFilterConsts_cxSFilterOperatorPast, "is past" - cxDataConsts_cxSDataRecordIndexError, "RecordIndex out of range" - cxDataConsts_cxSDataItemIndexError, "ItemIndex out of range" - cxDataConsts_cxSDataProviderModeError, "This operation is not supported in provider mode" - cxDataConsts_cxSDataInvalidStreamFormat, "Invalid stream format" - cxDataConsts_cxSDataRowIndexError, "RowIndex out of range" - cxDataConsts_cxSDataCustomDataSourceInvalidCompare, "GetInfoForCompare not implemented" - cxDataConsts_cxSDBDetailFilterControllerNotFound, "DetailFilterController not found" - cxDataConsts_cxSDBNotInGridMode, "DataController not in GridMode" - cxDataConsts_cxSDBKeyFieldNotFound, "Key Field not found" - cxFilterConsts_cxSFilterOperatorEqual, "equals" - cxFilterConsts_cxSFilterOperatorNotEqual, "does not equal" - cxFilterConsts_cxSFilterOperatorLess, "is less than" - cxFilterConsts_cxSFilterOperatorLessEqual, "is less than or equal to" - cxFilterConsts_cxSFilterOperatorGreater, "is greater than" - cxFilterConsts_cxSFilterOperatorGreaterEqual, "is greater than or equal to" - cxFilterConsts_cxSFilterOperatorLike, "like" - pnglang_EPNGSizeExceedsText, "This \"Portable Network Graphics\" image is not supported because either it's width or height exceeds the maximum size, which is 65535 pixels length." - pnglang_EPNGUnknownPalEntryText, "There is no such palette entry." - pnglang_EPNGUnknownCriticalChunkText, "This \"Portable Network Graphics\" image contains an unknown critical part which could not be decoded." - pnglang_EPNGUnknownCompressionText, "This \"Portable Network Graphics\" image is encoded with an unknown compression scheme which could not be decoded." - pnglang_EPNGUnknownInterlaceText, "This \"Portable Network Graphics\" image uses an unknown interlace scheme which could not be decoded." - pnglang_EPNGCannotAssignChunkText, "The chunks must be compatible to be assigned." - pnglang_EPNGUnexpectedEndText, "This \"Portable Network Graphics\" image is invalid because the decoder found an unexpected end of the file." - pnglang_EPNGNoImageDataText, "This \"Portable Network Graphics\" image contains no data." - pnglang_EPNGCannotChangeSizeText, "The \"Portable Network Graphics\" image can not be resize by changing width and height properties. Try assigning the image from a bitmap." - pnglang_EPNGCannotAddChunkText, "The program tried to add a existent critical chunk to the current image which is not allowed." - pnglang_EPNGCannotAddInvalidImageText, "It's not allowed to add a new chunk because the current image is invalid." - pnglang_EPNGOutMemoryText, "Some operation could not be performed because the system is out of resources. Close some windows and try again." - pnglang_EPNGHeaderNotPresentText, "This operation is not valid because the current image contains no valid header." - cxDataConsts_cxSDataReadError, "Stream read error" - cxDataConsts_cxSDataWriteError, "Stream write error" - cxDataConsts_cxSDataItemExistError, "Item already exists" - IBXConst_SFieldSizeMismatch, "Size Mismatch - Field %s size is too small for data" - IBXConst_SEventAlreadyRegistered, "Events already registered" - IBXConst_SStringTooLarge, "Trying to store a string of length %d into a field that can only contain %d" - IBXConst_SNoTimers, "Not enough timers available" - IBXConst_SIB65feature, "%s is an InterBase 6.5 function. Please upgrade to InterBase 6.5 to use this functonality" - IBXConst_SLoginPromptFailure, "Can not find default login prompt dialog. Please add DBLogDlg to the uses section of your main file." - IBXConst_SIB70feature, "%s is an InterBase 7.0 function. Please upgrade to InterBase 7.0 to use this functonality" - IBXConst_SIB71feature, "%s is an InterBase 7.1 function. Please upgrade to InterBase 7.1 to use this functonality" - IBXConst_SIB80feature, "%s is an InterBase 2007 function. Please upgrade to InterBase 2007 to use this functonality" - pnglang_EPngInvalidCRCText, "This \"Portable Network Graphics\" image is not valid because it contains invalid pieces of data (crc error)" - pnglang_EPNGInvalidIHDRText, "The \"Portable Network Graphics\" image could not be loaded because one of its main piece of data (ihdr) might be corrupted" - pnglang_EPNGMissingMultipleIDATText, "This \"Portable Network Graphics\" image is invalid because it has missing image parts." - pnglang_EPNGZLIBErrorText, "Could not decompress the image because it contains invalid compressed data.\r\n Description: " - pnglang_EPNGInvalidPaletteText, "The \"Portable Network Graphics\" image contains an invalid palette." - pnglang_EPNGInvalidFileHeaderText, "The file being readed is not a valid \"Portable Network Graphics\" image because it contains an invalid header. This file may be corruped, try obtaining it again." - pnglang_EPNGIHDRNotFirstText, "This \"Portable Network Graphics\" image is not supported or it might be invalid.\r\n(IHDR chunk is not the first)" - IBXConst_SEOFInString, "EOF in string detected" - IBXConst_SParamNameExpected, "Parameter name expected" - IBXConst_SSuccess, "Successful execution" - IBXConst_SDelphiException, "DelphiException %s" - IBXConst_SNoOptionsSet, "No Install Options selected" - IBXConst_SNoDestinationDirectory, "DestinationDirectory is not set" - IBXConst_SNosourceDirectory, "SourceDirectory is not set" - IBXConst_SNoUninstallFile, "Uninstall File Name is not set" - IBXConst_SOptionNeedsClient, "%s component requires Client to function properly" - IBXConst_SOptionNeedsServer, "%s component requires Server to function properly" - IBXConst_SInvalidOption, "Invalid option specified" - IBXConst_SInvalidOnErrorResult, "Unexpected onError return value" - IBXConst_SInvalidOnStatusResult, "Unexpected onStatus return value" - IBXConst_SDPBConstantUnknownEx, "DPB Constant (%s) is unknown" - IBXConst_STPBConstantUnknownEx, "TPB Constant (%s) is unknown" - IBXConst_SUnknownPlan, "Unknown Error - Can't retrieve plan" - IBXConst_SInvalidRegistration, "Invalid Registration" - IBXConst_SInvalidBatchMove, "Invalid Batch Move" - IBXConst_SSQLDialectInvalid, "SQL Dialect Invalid" - IBXConst_SSPBConstantNotSupported, "SPB Constant Not supported" - IBXConst_SSPBConstantUnknown, "SPB Constant Unknown" - IBXConst_SServiceActive, "Cannot perform operation -- service is not attached" - IBXConst_SServiceInActive, "Cannot perform operation -- service is attached" - IBXConst_SServerNameMissing, "Server Name Missing" - IBXConst_SQueryParamsError, "Query Parameters missing or incorrect" - IBXConst_SStartParamsError, "start Parameters missing or incorrect" - IBXConst_SOutputParsingError, "Unexpected Output buffer value" - IBXConst_SUseSpecificProcedures, "Generic ServiceStart not applicable: Use Specific Procedures to set configuration params" - IBXConst_SSQLMonitorAlreadyPresent, "SQL Monitor Instance is already present" - IBXConst_SCantPrintValue, "Cannot print value" - IBXConst_SEOFReached, "SEOFReached" - IBXConst_SEOFInComment, "EOF in comment detected" - IBXConst_SIsAExecuteProcedure, "use ExecProc for Procedure; use TQuery for Select procedures" - IBXConst_SUpdateFailed, "Update Failed" - IBXConst_SNotCachedUpdates, "CachedUpdates not enabled" - IBXConst_SNotLiveRequest, "Request is not live - cannot modify" - IBXConst_SNoProvider, "No Provider" - IBXConst_SNoRecordsAffected, "No Records Affected" - IBXConst_SNoTableName, "No Table Name assigned" - IBXConst_SCannotCreatePrimaryIndex, "Cannot Create Primary Index; are created automatically" - IBXConst_SCannotDropSystemIndex, "Cannot Drop System Index" - IBXConst_STableNameMismatch, "Table Name Mismatch" - IBXConst_SIndexFieldMissing, "Index Field Missing" - IBXConst_SInvalidCancellation, "Cannot Cancel events while processing" - IBXConst_SInvalidEvent, "Invalid Event" - IBXConst_SMaximumEvents, "Exceded Maximum Event limits" - IBXConst_SNoEventsRegistered, "No Events Registered" - IBXConst_SInvalidQueueing, "Invalid Queueing" - IBXConst_SBufferNotSet, "Buffer not set" - IBXConst_SCircularReference, "Circular references not permitted" - IBXConst_SSQLParseError, "SQL Parse Error:\r\n\r\n%s" - IBXConst_SUserAbort, "User abort" - IBXConst_SDataSetUniDirectional, "Data set is uni-directional" - IBXConst_SCannotCreateSharedResource, "Cannot create shared resource. (Windows error %d)" - IBXConst_SWindowsAPIError, "Windows API error. (Windows error %d [$%.8x])" - IBXConst_SColumnListsDontMatch, "Column lists do not match" - IBXConst_SColumnTypesDontMatch, "Column types don't match. (From index: %d; To index: %d)" - IBXConst_SCantEndSharedTransaction, "Can't end a shared transaction unless it is forced and equal to the transaction's TimeoutAction" - IBXConst_SFieldUnsupportedType, "Unsupported Field Type" - IBXConst_SCircularDataLink, "Circular DataLink Reference" - IBXConst_SEmptySQLStatement, "Empty SQL Statement" - IBXConst_SIsASelectStatement, "use Open for a Select Statement" - IBXConst_SRequiredParamNotSet, "Required Param value not set" - IBXConst_SNoStoredProcName, "No Stored Procedure Name assigned" - IBXConst_SInvalidParamColumnIndex, "Invalid parameter index (index exceeds permitted range)" - IBXConst_SInvalidDataConversion, "Invalid data conversion" - IBXConst_SColumnIsNotNullable, "Column cannot be set to null (%s)" - IBXConst_SBlobCannotBeRead, "Blob stream cannot be read" - IBXConst_SBlobCannotBeWritten, "Blob stream cannot be written" - IBXConst_SEmptyQuery, "Empty query" - IBXConst_SCannotOpenNonSQLSelect, "Cannot \"open\" a non-select statement. Use ExecQuery" - IBXConst_SNoFieldAccess, "No access to field \"%s\"" - IBXConst_SFieldReadOnly, "Field \"%s\" is read-only" - IBXConst_SFieldNotFound, "Field \"%s\" not found" - IBXConst_SNotEditing, "Not in edit mode" - IBXConst_SCannotInsert, "Cannot insert into dataset. (No insert query)" - IBXConst_SCannotPost, "Cannot post. (No update/insert query)" - IBXConst_SCannotUpdate, "Cannot update. (No update query)" - IBXConst_SCannotDelete, "Cannot delete from dataset. (No delete query)" - IBXConst_SCannotRefresh, "Cannot refresh row. (No refresh query)" - IBXConst_SNoDatabasesInTransaction, "No databases are listed in transaction component" - IBXConst_SUpdateWrongDB, "Updating wrong database" - IBXConst_SUpdateWrongTR, "Updating wrong transaction. Unique transaction expected in set" - IBXConst_SDatabaseNotAssigned, "Database not assigned" - IBXConst_STransactionNotAssigned, "Transaction not assigned" - IBXConst_SXSQLDAIndexOutOfRange, "XSQLDA index out of range" - IBXConst_SXSQLDANameDoesNotExist, "XSQLDA name does not exist (%s)" - IBXConst_SEOF, "End of file" - IBXConst_SBOF, "Beginning of file" - IBXConst_SInvalidStatementHandle, "Invalid statement handle" - IBXConst_SSQLOpen, "IBSQL Open" - IBXConst_SSQLClosed, "IBSQL Closed" - IBXConst_SDatasetOpen, "Dataset open" - IBXConst_SDatasetClosed, "Dataset closed" - IBXConst_SUnknownSQLDataType, "Unknown SQL Data type (%d)" - IBXConst_SInvalidColumnIndex, "Invalid column index (index exceeds permitted range)" - IBXConst_SNotPermitted, "Not permitted" - IBXConst_SFileAccessError, "Temporary file access error" - IBXConst_SConnectionTimeout, "Database connection timed out" - IBXConst_SCannotSetDatabase, "Cannot set database" - IBXConst_SCannotSetTransaction, "Cannot set transaction" - IBXConst_SOperationCancelled, "Operation cancelled at user's request" - IBXConst_SDPBConstantNotSupported, "DPB Constant (isc_dpb_%s) is unsupported" - IBXConst_SDPBConstantUnknown, "DPB Constant (%d) is unknown" - IBXConst_STPBConstantNotSupported, "TPB Constant (isc_tpb_%s) is unsupported" - IBXConst_STPBConstantUnknown, "TPB Constant (%d) is unknown" - IBXConst_SDatabaseClosed, "Cannot perform operation -- DB is not open" - IBXConst_SDatabaseOpen, "Cannot perform operation -- DB is currently open" - IBXConst_SDatabaseNameMissing, "Database name is missing" - IBXConst_SNotInTransaction, "Transaction is not active" - IBXConst_SInTransaction, "Transaction is active" - IBXConst_STimeoutNegative, "Timeout values cannot be negative" - IBSQLMonitor_StrBLOB, "" - IBSQLMonitor_StrFetch, ": [Fetch] " - IBSQLMonitor_StrPrepare, ": [Prepare] " - IBSQLMonitor_StrPlan, " Plan: " - IBSQLMonitor_StrPlanCantRetrive, " Plan: Can't retrieve plan - too large" - IBSQLMonitor_StrCommitHardComm, ": [Commit (Hard commit)]" - IBSQLMonitor_StrCommitRetaining, ": [Commit retaining (Soft commit)]" - IBSQLMonitor_StrRollback, ": [Rollback]" - IBSQLMonitor_StrRollbackRetainin, ": [Rollback retaining (Soft rollback)]" - IBSQLMonitor_StrStartTransaction, ": [Start transaction]" - IBSQLMonitor_StrApplication, "[Application: " - IBXConst_SUnknownError, "Unknown error" - IBXConst_SInterBaseMissing, "InterBase library gds32.dll not found in the path. Please install InterBase to use this functionality" - IBXConst_SInterBaseInstallMissing, "InterBase Install DLL ibinstall.dll not found in the path. Please install InterBase 6 to use this functionality" - IBXConst_SIB60feature, "%s is an InterBase 6 function. Please upgrade to InterBase 6 to use this functonality" - IBXConst_SNotSupported, "Unsupported feature" - uDARes_err_NeedShareMem, "To use dynamically loaded drivers, you must build your application with ShareMem." - uDARes_err_DatasetNotAccessible, "Access to dataset %s has not been permitted." - uDARes_err_CommandNotAccessible, "executon of command %s has not been permitted." - uDARes_err_SQLNotPermitted, "Execution of the specified SQL statement has not been permitted." - uDARes_err_UTF8DecodeError, "Can't decode UTF8 string: \"%s\"" - uDAMemDataset_SNoDetailFilter, "Filter property cannot be used for detail tables" - IBSQLMonitor_StrConnect, ": [Connect]" - IBSQLMonitor_StrDisconnect, ": [Disconnect]" - IBSQLMonitor_StrMisc, "[Misc] " - IBSQLMonitor_StrError, "[Error] " - IBSQLMonitor_StrAttach, ": [Attach]" - IBSQLMonitor_StrDetach, ": [Detach]" - IBSQLMonitor_StrQuery, ": [Query]" - IBSQLMonitor_StrStart, ": [Start]" - IBSQLMonitor_StrExecute, ": [Execute] " - IBSQLMonitor_StrNULL, "" - uDARes_err_NotSupported, "Not supported" - uDARes_err_InvalidDataset, "Invalid or NIL dataset" - uDARes_err_CannotFindItem, "Cannot find %s \"%s\" in collection of type %s" - uDARes_err_DriverAlreadyLoaded, "Driver %s is already loaded" - uDARes_err_InvalidDLL, "%s is not a valid Data Abstract driver" - uDARes_err_UnknownDriver, "Unknown driver %s" - uDARes_err_FieldIsNotBound, "Field is not bound" - uDARes_err_CannotFindField, "Cannot find field %s" - uDARes_err_LoadPackageFailed, "LoadPackage failed for file %s" - uDARes_err_InvalidDriverReference, "The driver in %s could not be loaded" - uDARes_err_CannotFindStatement, "Cannot find statement %s for connection %s" - uDARes_err_CannotFindDefaultItem, "Cannot find default %s" - uDARes_err_PoolIsNotEmpty, "Cannot perform this operation when connections are pooled" - uDARes_err_MaxPoolSizeReached, "Maximum pool size reached. Cannot create a new connection" - uDARes_err_DARDMInvalidSchema, "Schema must be assigned and must point to a ConnectionManager" - uDARes_err_DARDMCannotFindProxessorForDelta, "Cannot find a business processor for delta \"%s\"" - JclResources_RsIntelCacheDescrB1, "Instruction TLB: 2 MByte pages, 4-way, 8 entries or 4 MByte pages, 4-way, 4 entries" - JclResources_RsIntelCacheDescrB3, "Data TLB: 4 KByte pages, 4-way set associative, 128 entries" - JclResources_RsIntelCacheDescrB4, "Data TLB1: 4 KByte pages, 4-way set associative, 256 entries" - JclResources_RsIntelCacheDescrBA, "Data TLB1: 4 KByte pages, 4-way set associative, 64 entries" - JclResources_RsIntelCacheDescrC0, "Data TLB: 4 KByte and 4 MByte pages, 4-way set associative, 8 entries" - JclResources_RsIntelCacheDescrF0, "64-Byte Prefetching" - JclResources_RsIntelCacheDescrF1, "128-Byte Prefetching" - JConsts_sChangeJPGSize, "Cannot change the size of a JPEG image" - JConsts_sJPEGError, "JPEG error #%d" - JConsts_sJPEGImageFile, "JPEG Image File" - uDARes_err_ChangeLogAlreadyStarted, "StartChange has already been called; cannot log more than one change at a time." - uDARes_err_NotAttachedToDataTable, "Delta is not attached to a DataTable" - uDARes_err_DriverProcAlreadyRegistered, "DriverProc 0x%0.8x is already registered" - uDARes_err_DriverManagerAlreadyCreated, "An instance of a TDADriverManager was already initialized. Only one driver manager per module is allowed" - uDARes_err_DriverManagerNotAssigned, "Driver Manager is not assigned" - uDARes_err_FieldTypeNotSupported, "FieldType %s (%d) is not supported" - JclResources_RsIntelCacheDescr73, "Trace cache: 64 K-Ops, 8-way set associative" - JclResources_RsIntelCacheDescr78, "2nd-level cache: 1 MBytes, 4-way set associative, 64 bytes line size" - JclResources_RsIntelCacheDescr79, "2nd-level cache: 128 KBytes, 8-way set associative, 64 bytes line size, 2 lines per sector" - JclResources_RsIntelCacheDescr7A, "2nd-level cache: 256 KBytes, 8-way set associative, 64 bytes line size, 2 lines per sector" - JclResources_RsIntelCacheDescr7B, "2nd-level cache: 512 KBytes, 8-way set associative, 64 bytes line size, 2 lines per sector" - JclResources_RsIntelCacheDescr7C, "2nd-level cache: 1 MBytes, 8-way set associative, 64 bytes line size, 2 lines per sector" - JclResources_RsIntelCacheDescr7D, "2nd-level cache: 2 MBytes, 8-way set associative, 64 byte line size" - JclResources_RsIntelCacheDescr7F, "2nd-level cache: 512 KBytes, 2-way set associative, 64 byte line size" - JclResources_RsIntelCacheDescr80, "2nd-level cache: 512 KBytes, 8-way set associative, 64 byte line size" - JclResources_RsIntelCacheDescr82, "2nd-level cache: 256 KBytes, 8-way associative, 32 byte line size" - JclResources_RsIntelCacheDescr83, "2nd-level cache: 512 KBytes, 8-way associative, 32 byte line size" - JclResources_RsIntelCacheDescr84, "2nd-level cache: 1 MBytes, 8-way associative, 32 byte line size" - JclResources_RsIntelCacheDescr85, "2nd-level cache: 2 MBytes, 8-way associative, 32 byte line size" - JclResources_RsIntelCacheDescr86, "2nd-level cache: 512 KByte, 4-way set associative, 64 byte line size" - JclResources_RsIntelCacheDescr87, "2nd-level cache: 1 MByte, 8-way set associative, 64 byte line size" - JclResources_RsIntelCacheDescrB0, "Instruction TLB: 4 KByte pages, 4-way set associative, 128 entries" - JclResources_RsIntelCacheDescr50, "Instruction TLB: 4 KByte and 2 MByte or 4 MByte pages, 64 Entries" - JclResources_RsIntelCacheDescr51, "Instruction TLB: 4 KByte and 2 MByte or 4 MByte pages, 128 Entries" - JclResources_RsIntelCacheDescr52, "Instruction TLB: 4 KByte and 2 MByte or 4 MByte pages, 256 Entries" - JclResources_RsIntelCacheDescr56, "Data TLB0: 4 MByte pages, 4-way set associative, 16 entries" - JclResources_RsIntelCacheDescr57, "Data TLB0: 4 KByte pages, 4-way associative, 16 entries" - JclResources_RsIntelCacheDescr59, "Data TLB0: 4 KByte pages, fully associative, 16 entries" - JclResources_RsIntelCacheDescr5B, "Data TLB: 4 KByte and 4 MByte pages, 64 Entries" - JclResources_RsIntelCacheDescr5C, "Data TLB: 4 KByte and 4 MByte pages, 128 Entries" - JclResources_RsIntelCacheDescr5D, "Data TLB: 4 KByte and 4 MByte pages, 256 Entries" - JclResources_RsIntelCacheDescr60, "1st-level data cache: 16 KByte, 8-way set associative, 64 byte line size" - JclResources_RsIntelCacheDescr66, "1st-level data cache: 8 KBytes, 4-way set associative, 64 byte line size" - JclResources_RsIntelCacheDescr67, "1st-level data cache: 16 KBytes, 4-way set associative, 64 byte line size" - JclResources_RsIntelCacheDescr68, "1st-level data cache: 32 KBytes, 4-way set associative, 64 byte line size" - JclResources_RsIntelCacheDescr70, "Trace cache: 12 K-Ops, 8-way set associative" - JclResources_RsIntelCacheDescr71, "Trace cache: 16 K-Ops, 8-way set associative" - JclResources_RsIntelCacheDescr72, "Trace cache: 32 K-Ops, 8-way set associative" - JclResources_RsIntelCacheDescr3E, "2nd-level cache: 512 KBytes, 4-way set associative, sectored cache, 64-byte line size" - JclResources_RsIntelCacheDescr40, "No 2nd-level cache or, if processor contains a valid 2nd-level cache, no 3rd-level cache" - JclResources_RsIntelCacheDescr41, "2nd-level cache: 128 KBytes, 4-way set associative, 32 byte line size" - JclResources_RsIntelCacheDescr42, "2nd-level cache: 256 KBytes, 4-way set associative, 32 byte line size" - JclResources_RsIntelCacheDescr43, "2nd-level cache: 512 KBytes, 4-way set associative, 32 byte line size" - JclResources_RsIntelCacheDescr44, "2nd-level cache: 1 MBytes, 4-way set associative, 32 byte line size" - JclResources_RsIntelCacheDescr45, "2nd-level cache: 2 MBytes, 4-way set associative, 32 byte line size" - JclResources_RsIntelCacheDescr46, "3rd-level cache: 4 MBytes, 4-way set associative, 64 byte line size" - JclResources_RsIntelCacheDescr47, "3rd-level cache: 8 MBytes, 4-way set associative, 64 byte line size" - JclResources_RsIntelCacheDescr48, "3rd-level cache: 8 MByte, 8-way set associative, 64 byte line size" - JclResources_RsIntelCacheDescr49, "2nd-level cache: 4 MBytes, 16-way set associative, 64 byte line size" - JclResources_RsIntelCacheDescr4A, "3rd-level cache: 6MByte, 12-way set associative, 64 byte line size" - JclResources_RsIntelCacheDescr4B, "3rd-level cache: 8MByte, 16-way set associative, 64 byte line size" - JclResources_RsIntelCacheDescr4D, "3rd-level cache: 16MByte, 16-way set associative, 64 byte line size" - JclResources_RsIntelCacheDescr4E, "2nd-level cache: 6MByte, 24-way set associative, 64 byte line size" - JclResources_RsIntelCacheDescr4F, "Instruction TLB: 4 KByte pages, 32 Entries" - JclResources_RsIntelCacheDescr08, "1st level instruction cache: 16 KBytes, 4-way set associative, 32 byte line size" - JclResources_RsIntelCacheDescr0A, "1st level data cache: 8 KBytes, 2-way set associative, 32 byte line size" - JclResources_RsIntelCacheDescr0B, "Instruction TLB: 4 MByte pages, 4-way set associative, 4 entries" - JclResources_RsIntelCacheDescr0C, "1st level data cache: 16 KBytes, 4-way set associative, 32 byte line size" - JclResources_RsIntelCacheDescr0E, "1st level data cache: 24 KBytes, 6-way set associative, 64 byte line size" - JclResources_RsIntelCacheDescr22, "3rd level cache: 512 KBytes, 4-way set associative, 64 byte line size, 2 lines per sector" - JclResources_RsIntelCacheDescr23, "3rd level cache: 1 MBytes, 8-way set associative, 64 byte line size, 2 lines per sector" - JclResources_RsIntelCacheDescr25, "3rd level cache: 2 MBytes, 8-way set associative, 64 byte line size, 2 lines per sector" - JclResources_RsIntelCacheDescr29, "3rd level cache: 4 MBytes, 8-way set associative, 64 byte line size, 2 lines per sector" - JclResources_RsIntelCacheDescr2C, "1st level data cache: 32 KBytes, 8-way set associative, 64 byte line size" - JclResources_RsIntelCacheDescr30, "1st level instruction cache: 32 KBytes, 8-way set associative, 64 byte line size" - JclResources_RsIntelCacheDescr39, "2nd-level cache: 128 KBytes, 4-way set associative, sectored cache, 64-byte line size" - JclResources_RsIntelCacheDescr3A, "2nd-level cache: 192 KBytes, 6-way set associative, sectored cache, 64-byte line size" - JclResources_RsIntelCacheDescr3B, "2nd-level cache: 128 KBytes, 2-way set associative, sectored cache, 64-byte line size" - JclResources_RsIntelCacheDescr3C, "2nd-level cache: 256 KBytes, 4-way set associative, sectored cache, 64-byte line size" - JclResources_RsIntelCacheDescr3D, "2nd-level cache: 384 KBytes, 6-way set associative, sectored cache, 64-byte line size" - JclResources_RsRTTIParamCount, "Parameter count: " - JclResources_RsRTTIReturnType, "Return type: " - JclResources_RsRTTIMaxLen, "Max length: " - JclResources_RsRTTIElSize, "Element size: " - JclResources_RsRTTIElType, "Element type: " - JclResources_RsRTTIElNeedCleanup, "Elements need clean up: " - JclResources_RsRTTIVarType, "Variant type: " - JclResources_RsDeclarationFormat, "// Declaration for '%s' not supported." - JclResources_RsSynchCreateEvent, "Failed to create event" - JclResources_RsIntelCacheDescr00, "Null descriptor" - JclResources_RsIntelCacheDescr01, "Instruction TLB: 4 KByte pages, 4-way set associative, 32 entries" - JclResources_RsIntelCacheDescr02, "Instruction TLB: 4 MByte pages, 4-way set associative, 2 entries" - JclResources_RsIntelCacheDescr03, "Data TLB: 4 KByte pages, 4-way set associative, 64 entries" - JclResources_RsIntelCacheDescr04, "Data TLB: 4 MByte pages, 4-way set associative, 8 entries" - JclResources_RsIntelCacheDescr05, "Data TLB1: 4 MByte pages, 4-way set associative, 32 entries" - JclResources_RsIntelCacheDescr06, "1st level instruction cache: 8 KBytes, 4-way set associative, 32 byte line size" - JclResources_RsRTTIName, "Name: " - JclResources_RsRTTIType, "Type: " - JclResources_RsRTTIFlags, "Flags: " - JclResources_RsRTTIGUID, "GUID: " - JclResources_RsRTTITypeKind, "Type kind: " - JclResources_RsRTTIOrdinalType, "Ordinal type: " - JclResources_RsRTTIMinValue, "Min value: " - JclResources_RsRTTIMaxValue, "Max value: " - JclResources_RsRTTINameList, "Names: " - JclResources_RsRTTIClassName, "Class name: " - JclResources_RsRTTIParent, "Parent: " - JclResources_RsRTTIPropCount, "Property count: " - JclResources_RsRTTIUnitName, "Unit name: " - JclResources_RsRTTIBasedOn, "Based on: " - JclResources_RsRTTIFloatType, "Float type: " - JclResources_RsRTTIMethodKind, "Method kind: " - JclResources_RsRTTIConst, "const " - JclResources_RsRTTIArrayOf, "array of " - JclResources_RsRTTIOut, "out " - JclResources_RsRTTIOrdinal, "ordinal=" - JclResources_RsRTTITrue, "True" - JclResources_RsRTTIFalse, "False" - JclResources_RsRTTITypeError, "???" - JclResources_RsRTTITypeInfoAt, "Type info: %p" - JclResources_RsRTTIPropRead, "read" - JclResources_RsRTTIPropWrite, "write" - JclResources_RsRTTIPropStored, "stored" - JclResources_RsRTTIField, "field" - JclResources_RsRTTIStaticMethod, "static method" - JclResources_RsRTTIVirtualMethod, "virtual method" - JclResources_RsRTTIIndex, "index" - JclResources_RsRTTIDefault, "default" - JvResources_RsMenuHighlight, "Menu Highlight" - JclResources_RsWin32Prefix, "Win32: %s (%u)" - JclResources_RsEReplacementChar, "Failed to get ANSI replacement character" - JclResources_RsFileUtilsNoVersionInfo, "File contains no version information" - JclResources_RsCreateFileMapping, "Failed to create FileMapping" - JclResources_RsCreateFileMappingView, "Failed to create FileMappingView" - JclResources_RsViewNeedsMapping, "FileMap argument of TJclFileMappingView constructor cannot be nil" - JclResources_RsFailedToObtainSize, "Failed to obtain size of file" - JclResources_RsUnableToOpenKeyRead, "Unable to open key \"%s\\%s\" for read" - JclResources_RsUnableToOpenKeyWrite, "Unable to open key \"%s\\%s\" for write" - JclResources_RsUnableToAccessValue, "Unable to open key \"%s\\%s\" and access value \"%s\"" - JclResources_RsWrongDataType, "\"%s\\%s\\%s\" is of wrong kind or size" - JclResources_RsInconsistentPath, "\"%s\" does not match RootKey" - JclResources_RsRTTIValueOutOfRange, "Value out of range (%s)." - JclResources_RsRTTIUnknownIdentifier, "Unknown identifier '%s'." - JclResources_RsRTTIVar, "var " - JvResources_RsClHighlight, "Selection background" - JvResources_RsClHighlightText, "Selection text" - JvResources_RsClBtnFace, "Button face" - JvResources_RsClBtnShadow, "Button shadow" - JvResources_RsClGrayText, "Dimmed text" - JvResources_RsClBtnText, "Button text" - JvResources_RsClInactiveCaptionText, "Inactive window title bar text" - JvResources_RsClBtnHighlight, "Button highlight" - JvResources_RsCl3DDkShadow, "Dark shadow 3D elements" - JvResources_RsCl3DLight, "Highlight 3D elements" - JvResources_RsClInfoText, "Tooltip text" - JvResources_RsClInfoBk, "Tooltip background" - JvResources_RsGradientActiveCaption, "Gradient Active Caption" - JvResources_RsGradientInactiveCaption, "Gradient Inactive Caption" - JvResources_RsHotLight, "Hot Light" - JvResources_RsMenuBar, "Menu Bar" - JvResources_RsClLightTurquoise, "Light Turquoise" - JvResources_RsClPaleBlue, "Pale Blue" - JvResources_RsClLavender, "Lavender" - JvResources_RsClScrollBar, "Scrollbar" - JvResources_RsClBackground, "Desktop background" - JvResources_RsClActiveCaption, "Active window title bar" - JvResources_RsClInactiveCaption, "Inactive window title bar" - JvResources_RsClMenu, "Menu background" - JvResources_RsClWindow, "Window background" - JvResources_RsClWindowFrame, "Window frame" - JvResources_RsClMenuText, "Menu text" - JvResources_RsClWindowText, "Window text" - JvResources_RsClCaptionText, "Active window title bar text" - JvResources_RsClActiveBorder, "Active window border" - JvResources_RsClInactiveBorder, "Inactive window border" - JvResources_RsClAppWorkSpace, "Application workspace" - JvResources_RsClGray50, "Gray 50%" - JvResources_RsClLightOrange, "Light Orange" - JvResources_RsClSeaGreen, "Sea Green" - JvResources_RsClLightBlue, "Light Blue" - JvResources_RsClViolet, "Violet" - JvResources_RsClGray40, "Gray 40%" - JvResources_RsClPink, "Pink" - JvResources_RsClGold, "Gold" - JvResources_RsClBrightGreen, "Bright Green" - JvResources_RsClTurquoise, "Turquoise" - JvResources_RsClPlum, "Plum" - JvResources_RsClGray25, "Gray 25%" - JvResources_RsClRose, "Rose" - JvResources_RsClTan, "Tan" - JvResources_RsClLightYellow, "Light Yellow" - JvResources_RsClLightGreen, "Light Green" - JvResources_RsClWhite, "White" - JvResources_RsClMoneyGreen, "Money green" - JvResources_RsClSkyBlue, "Sky blue" - JvResources_RsClCream, "Cream" - JvResources_RsClMedGray, "Medium gray" - JvResources_RsClBrown, "Brown" - JvResources_RsClOliveGreen, "Olive Green" - JvResources_RsClDarkGreen, "Dark Green" - JvResources_RsClDarkTeal, "Dark Teal" - JvResources_RsClDarkBlue, "Dark Blue" - JvResources_RsClIndigo, "Indigo" - JvResources_RsClGray80, "Gray 80%" - JvResources_RsClDarkRed, "Dark Red" - JvResources_RsClOrange, "Orange" - JvResources_RsClDarkYellow, "Dark Yellow" - JvResources_RsClBlueGray, "Blue Gray" - JvResources_RsEBitCountNotImplemented, "BitmapToMemoryStream: bit count not implemented" - JvResources_RsClBlack, "Black" - JvResources_RsClMaroon, "Maroon" - JvResources_RsClGreen, "Green" - JvResources_RsClOlive, "Olive green" - JvResources_RsClNavy, "Navy blue" - JvResources_RsClPurple, "Purple" - JvResources_RsClTeal, "Teal" - JvResources_RsClGray, "Gray" - JvResources_RsClSilver, "Silver" - JvResources_RsClRed, "Red" - JvResources_RsClLime, "Lime" - JvResources_RsClYellow, "Yellow" - JvResources_RsClBlue, "Blue" - JvResources_RsClFuchsia, "Fuchsia" - JvResources_RsClAqua, "Aqua" - JvResources_RsEEnumeratingRegistry, "Error enumerating registry" - JvResources_RsEInvalidType, "Invalid type" - JvResources_RsEUnknownBaseType, "Unknown base type for given set" - JvResources_RsEInvalidPath, "Invalid path" - JvResources_RsENotAUniqueRootPath, "'%s' is not a unique root path" - JvResources_RsECircularReferenceOfStorages, "Circular reference of storages" - JvResources_RsGIFImage, "CompuServe GIF Image" - JvResources_RsEChangeGIFSize, "Cannot change the Size of a GIF image" - JvResources_RsENoGIFData, "No GIF Data to write" - JvResources_RsEUnrecognizedGIFExt, "Unrecognized extension block: %.2x" - JvResources_RsEWrongGIFColors, "Wrong number of colors; must be a power of 2" - JvResources_RsEBadGIFCodeSize, "GIF code size not in range 2 to 9" - JvResources_RsEGIFDecodeError, "GIF encoded data is corrupt" - JvResources_RsEGIFEncodeError, "GIF image encoding error" - JvResources_RsEGIFVersion, "Unknown GIF version" - JvResources_RsEPixelFormatNotImplemented, "BitmapToMemoryStream: pixel format not implemented" - ComStrs_sTabFailRetrieve, "Failed to retrieve tab at index %d" - ComStrs_sTabFailGetObject, "Failed to get object at index %d" - ComStrs_sTabFailSet, "Failed to set tab \"%s\" at index %d" - ComStrs_sTabFailSetObject, "Failed to set object at index %d" - ComStrs_sTabMustBeMultiLine, "MultiLine must be True when TabPosition is tpLeft or tpRight" - ComStrs_sInvalidIndex, "Invalid index" - ComStrs_sInsertError, "Unable to insert an item" - ComStrs_sRichEditInsertError, "RichEdit line insertion error" - ComStrs_sRichEditLoadFail, "Failed to Load Stream" - ComStrs_sRichEditSaveFail, "Failed to Save Stream" - ComStrs_sUDAssociated, "%s is already associated with %s" - ComStrs_sPageIndexError, "%d is an invalid PageIndex value. PageIndex must be between 0 and %d" - JvResources_RsAniExtension, "ani" - JvResources_RsAniFilterName, "ANI Image" - JvResources_RsRootValueReplaceFmt, "The Default Root Value \"%0:s\" has been replaced with \"%1:s\".\r\nPlease change the value in the FileVersionInfo Project Properties." - JvResources_RsEUnableToCreateKey, "Unable to create key '%s'" - IdResourceStringsProtocols_RSHTTPRequestURITooLong, "Request-URI Too Long. 256 Chars max" - IdResourceStringsProtocols_RSHTTPUnsupportedMediaType, "Unsupported Media Type" - IdResourceStringsProtocols_RSHTTPInternalServerError, "Internal Server Error" - IdResourceStringsProtocols_RSHTTPNotImplemented, "Not Implemented" - IdResourceStringsProtocols_RSHTTPBadGateway, "Bad Gateway" - IdResourceStringsProtocols_RSHTTPServiceUnavailable, "Service Unavailable" - IdResourceStringsProtocols_RSHTTPGatewayTimeout, "Gateway timeout" - IdResourceStringsProtocols_RSHTTPHTTPVersionNotSupported, "HTTP version not supported" - IdResourceStringsProtocols_RSHTTPUnknownResponseCode, "Unknown Response Code" - IdResourceStringsProtocols_RSHTTPHeaderAlreadyWritten, "Header has already been written." - IdResourceStringsProtocols_RSHTTPErrorParsingCommand, "Error in parsing command." - IdResourceStringsProtocols_RSHTTPUnsupportedAuthorisationScheme, "Unsupported authorization scheme." - IdResourceStringsProtocols_RSHTTPCannotSwitchSessionStateWhenActive, "Cannot change session state when the server is active." - IdResourceStringsProtocols_RSHTTPAuthAlreadyRegistered, "This authentication method is already registered with class name %s." - ComStrs_sTabFailClear, "Failed to clear tab control" - ComStrs_sTabFailDelete, "Failed to delete tab at index %d" - IdResourceStringsProtocols_RSHTTPSeeOther, "See Other" - IdResourceStringsProtocols_RSHTTPNotModified, "Not Modified" - IdResourceStringsProtocols_RSHTTPUseProxy, "Use Proxy" - IdResourceStringsProtocols_RSHTTPBadRequest, "Bad Request" - IdResourceStringsProtocols_RSHTTPUnauthorized, "Unauthorized" - IdResourceStringsProtocols_RSHTTPForbidden, "Forbidden" - IdResourceStringsProtocols_RSHTTPNotFound, "Not Found" - IdResourceStringsProtocols_RSHTTPMethodNotAllowed, "Method not allowed" - IdResourceStringsProtocols_RSHTTPNotAcceptable, "Not Acceptable" - IdResourceStringsProtocols_RSHTTPProxyAuthenticationRequired, "Proxy Authentication Required" - IdResourceStringsProtocols_RSHTTPRequestTimeout, "Request Timeout" - IdResourceStringsProtocols_RSHTTPConflict, "Conflict" - IdResourceStringsProtocols_RSHTTPGone, "Gone" - IdResourceStringsProtocols_RSHTTPLengthRequired, "Length Required" - IdResourceStringsProtocols_RSHTTPPreconditionFailed, "Precondition Failed" - IdResourceStringsProtocols_RSHTTPRequestEntityToLong, "Request Entity To Long" - IdResourceStringsCore_RSThreadSchedulerThreadRequired, "Thread must be specified for the scheduler." - IdResourceStringsCore_RSNoOnExecute, "You must have an OnExecute event." - IdResourceStringsCore_RSTCPServerSchedulerAlreadyActive, "Cannot change the scheduler while the server is Active." - IdResourceStringsProtocols_RSMIMEExtensionEmpty, "Extension is empty" - IdResourceStringsProtocols_RSMIMEMIMETypeEmpty, "Mimetype is empty" - IdResourceStringsProtocols_RSMIMEMIMEExtAlreadyExists, "Extension already exits" - IdResourceStringsProtocols_RSHTTPContinue, "Continue" - IdResourceStringsProtocols_RSHTTPOK, "OK" - IdResourceStringsProtocols_RSHTTPCreated, "Created" - IdResourceStringsProtocols_RSHTTPAccepted, "Accepted" - IdResourceStringsProtocols_RSHTTPNonAuthoritativeInformation, "Non-authoritative Information" - IdResourceStringsProtocols_RSHTTPNoContent, "No Content" - IdResourceStringsProtocols_RSHTTPResetContent, "Reset Content" - IdResourceStringsProtocols_RSHTTPPartialContent, "Partial Content" - IdResourceStringsProtocols_RSHTTPMovedPermanently, "Moved Permanently" - IdResourceStringsProtocols_RSHTTPMovedTemporarily, "Moved Temporarily" - IdResourceStringsCore_RSFileNotFound, "File \"%s\" not found" - IdResourceStringsCore_RSNotConnected, "Not Connected" - IdResourceStringsCore_RSObjectTypeNotSupported, "Object type not supported." - IdResourceStringsCore_RSIdNoDataToRead, "No data to read." - IdResourceStringsCore_RSReadTimeout, "Read Timeout" - IdResourceStringsCore_RSReadLnMaxLineLengthExceeded, "Max line length exceeded." - IdResourceStringsCore_RSConnectTimeout, "Connect timed out." - IdResourceStringsCore_RSThreadTerminateAndWaitFor, "Cannot call TerminateAndWaitFor on FreeAndTerminate threads" - IdResourceStringsCore_RSAlreadyConnected, "Already connected." - IdResourceStringsCore_RSMaximumNumberOfCaptureLineExceeded, "Maximum number of line allowed exceeded" - IdResourceStringsCore_RSchedMaxThreadEx, "The maximum number of threads for this scheduler is exceeded." - IdResourceStringsCore_RSTransparentProxyCannotBind, "Transparent proxy cannot bind." - IdResourceStringsCore_RSTransparentProxyCanNotSupportUDP, "UDP Not supported by this proxy." - IdResourceStringsCore_RSBufferMissingTerminator, "Buffer terminator must be specified." - IdResourceStringsCore_RSBufferInvalidStartPos, "Buffer start position is invalid." - IdResourceStringsCore_RSReplyInvalidCode, "Reply Code is not valid: %s" - IdResourceStringsCore_RSSocksRequestIdentFailed, "Request rejected because the client program and identd report different user-ids." - IdResourceStringsCore_RSSocksUnknownError, "Unknown socks error." - IdResourceStringsCore_RSSocksServerRespondError, "Socks server did not respond." - IdResourceStringsCore_RSSocksAuthMethodError, "Invalid socks authentication method." - IdResourceStringsCore_RSSocksAuthError, "Authentication error to socks server." - IdResourceStringsCore_RSSocksServerGeneralError, "General SOCKS server failure." - IdResourceStringsCore_RSSocksServerPermissionError, "Connection not allowed by ruleset." - IdResourceStringsCore_RSSocksServerNetUnreachableError, "Network unreachable." - IdResourceStringsCore_RSSocksServerHostUnreachableError, "Host unreachable." - IdResourceStringsCore_RSSocksServerConnectionRefusedError, "Connection refused." - IdResourceStringsCore_RSSocksServerTTLExpiredError, "TTL expired." - IdResourceStringsCore_RSSocksServerCommandError, "Command not supported." - IdResourceStringsCore_RSSocksServerAddressError, "Address type not supported." - IdResourceStringsCore_RSInterceptCircularLink, "%d: Circular links are not allowed" - IdResourceStringsCore_RSNotEnoughDataInBuffer, "Not enough data in buffer." - IdResourceStringsCore_RSTooMuchDataInBuffer, "Too much data in buffer." - IdResourceStrings_RSAntiFreezeOnlyOne, "Only one TIdAntiFreeze can exist per application." - IdResourceStrings_RSCannotSetIPVersionWhenConnected, "Cannot change IPVersion when connected" - IdResourceStrings_RSCannotBindRange, "Can not bind in port range (%d - %d)" - IdResourceStrings_RSConnectionClosedGracefully, "Connection Closed Gracefully." - IdResourceStrings_RSCouldNotBindSocket, "Could not bind socket. Address and port are already in use." - IdResourceStrings_RSInvalidPortRange, "Invalid Port Range (%d - %d)" - IdResourceStrings_RSInvalidServiceName, "%s is not a valid service." - IdResourceStrings_RSIPv6Unavailable, "IPv6 unavailable" - IdResourceStrings_RSInvalidIPv6Address, "%s is not a valid IPv6 address" - IdResourceStrings_RSIPVersionUnsupported, "The requested IPVersion / Address family is not supported." - IdResourceStrings_RSNotAllBytesSent, "Not all bytes sent." - IdResourceStrings_RSPackageSizeTooBig, "Package Size Too Big." - IdResourceStrings_RSSetSizeExceeded, "Set Size Exceeded." - IdResourceStringsCore_RSSocksUDPNotSupported, "UDP is not support in this SOCKS version." - IdResourceStringsCore_RSSocksRequestFailed, "Request rejected or failed." - IdResourceStringsCore_RSSocksRequestServerFailed, "Request rejected because SOCKS server cannot connect." - IdResourceStrings_RSStackECONNRESET, "Connection reset by peer." - IdResourceStrings_RSStackENOBUFS, "No buffer space available." - IdResourceStrings_RSStackEISCONN, "Socket is already connected." - IdResourceStrings_RSStackENOTCONN, "Socket is not connected." - IdResourceStrings_RSStackESHUTDOWN, "Cannot send or receive after socket is closed." - IdResourceStrings_RSStackETOOMANYREFS, "Too many references, cannot splice." - IdResourceStrings_RSStackETIMEDOUT, "Connection timed out." - IdResourceStrings_RSStackECONNREFUSED, "Connection refused." - IdResourceStrings_RSStackELOOP, "Too many levels of symbolic links." - IdResourceStrings_RSStackENAMETOOLONG, "File name too long." - IdResourceStrings_RSStackEHOSTDOWN, "Host is down." - IdResourceStrings_RSStackEHOSTUNREACH, "No route to host." - IdResourceStrings_RSStackENOTEMPTY, "Directory not empty" - IdResourceStrings_RSStackHOST_NOT_FOUND, "Host not found." - IdResourceStrings_RSStackClassUndefined, "Stack Class is undefined." - IdResourceStrings_RSStackAlreadyCreated, "Stack already created." - IdResourceStrings_RSStackENOTSOCK, "Socket operation on non-socket." - IdResourceStrings_RSStackEDESTADDRREQ, "Destination address required." - IdResourceStrings_RSStackEMSGSIZE, "Message too long." - IdResourceStrings_RSStackEPROTOTYPE, "Protocol wrong type for socket." - IdResourceStrings_RSStackENOPROTOOPT, "Bad protocol option." - IdResourceStrings_RSStackEPROTONOSUPPORT, "Protocol not supported." - IdResourceStrings_RSStackESOCKTNOSUPPORT, "Socket type not supported." - IdResourceStrings_RSStackEOPNOTSUPP, "Operation not supported on socket." - IdResourceStrings_RSStackEPFNOSUPPORT, "Protocol family not supported." - IdResourceStrings_RSStackEAFNOSUPPORT, "Address family not supported by protocol family." - IdResourceStrings_RSStackEADDRINUSE, "Address already in use." - IdResourceStrings_RSStackEADDRNOTAVAIL, "Cannot assign requested address." - IdResourceStrings_RSStackENETDOWN, "Network is down." - IdResourceStrings_RSStackENETUNREACH, "Network is unreachable." - IdResourceStrings_RSStackENETRESET, "Net dropped connection or reset." - IdResourceStrings_RSStackECONNABORTED, "Software caused connection abort." - IdResourceStrings_RSStatusResolving, "Resolving hostname %s." - IdResourceStrings_RSStatusConnecting, "Connecting to %s." - IdResourceStrings_RSStatusConnected, "Connected." - IdResourceStrings_RSStatusDisconnecting, "Disconnecting." - IdResourceStrings_RSStatusDisconnected, "Disconnected." - IdResourceStrings_RSStatusText, "%s" - IdResourceStrings_RSStackError, "Socket Error # %d\r\n%s" - IdResourceStrings_RSStackEINTR, "Interrupted system call." - IdResourceStrings_RSStackEBADF, "Bad file number." - IdResourceStrings_RSStackEACCES, "Access denied." - IdResourceStrings_RSStackEFAULT, "Buffer fault." - IdResourceStrings_RSStackEINVAL, "Invalid argument." - IdResourceStrings_RSStackEMFILE, "Too many open files." - IdResourceStrings_RSStackEWOULDBLOCK, "Operation would block." - IdResourceStrings_RSStackEINPROGRESS, "Operation now in progress." - IdResourceStrings_RSStackEALREADY, "Operation already in progress." - DBConsts_SBadFieldType, "Field '%s' is of an unsupported type" - DBConsts_SProviderSQLNotSupported, "SQL not supported: %s" - DBConsts_SProviderExecuteNotSupported, "Execute not supported: %s" - DBConsts_SDataSetUnidirectional, "Operation not allowed on a unidirectional dataset" - DBConsts_SUnassignedVar, "Unassigned variant value" - DBConsts_SRecordNotFound, "Record not found" - DBConsts_SBcdOverflow, "BCD overflow" - DBConsts_SInvalidBcdValue, "%s is not a valid BCD value" - DBConsts_SInvalidFormatType, "Invalid format type for BCD" - DBConsts_SCouldNotParseTimeStamp, "Could not parse SQL TimeStamp string" - DBConsts_SInvalidSqlTimeStamp, "Invalid SQL date/time values" - uROBinaryHelpers_SInvalidDecimal, "Cannot convert empty string to decimal value" - IdResourceStrings_RSFailedTimeZoneInfo, "Failed attempting to retrieve time zone information." - IdResourceStrings_RSWinsockCallError, "Error on call Winsock2 library function %s" - IdResourceStrings_RSWinsockLoadError, "Error on loading Winsock2 library (%s)" - IdResourceStrings_RSWinsockInitializationError, "Winsock Initialization Error." - DBConsts_SNoFieldIndexes, "No index currently active" - DBConsts_SNotIndexField, "Field '%s' is not indexed and cannot be modified" - DBConsts_SIndexNotFound, "Index '%s' not found" - DBConsts_SCircularDataLink, "Circular datalinks are not allowed" - DBConsts_SLookupInfoError, "Lookup information for field '%s' is incomplete" - DBConsts_SDataSourceChange, "DataSource cannot be changed" - DBConsts_SDataSetOpen, "Cannot perform this operation on an open dataset" - DBConsts_SNotEditing, "Dataset not in edit or insert mode" - DBConsts_SDataSetClosed, "Cannot perform this operation on a closed dataset" - DBConsts_SDataSetEmpty, "Cannot perform this operation on an empty dataset" - DBConsts_SDataSetReadOnly, "Cannot modify a read-only dataset" - DBConsts_SNestedDataSetClass, "Nested dataset must inherit from %s" - DBConsts_STextFalse, "False" - DBConsts_STextTrue, "True" - DBConsts_SParameterNotFound, "Parameter '%s' not found" - DBConsts_SInvalidVersion, "Unable to load bind parameters" - DBConsts_SFieldNotFound, "Field '%s' not found" - DBConsts_SFieldAccessError, "Cannot access field '%s' as type %s" - DBConsts_SFieldValueError, "Invalid value for field '%s'" - DBConsts_SFieldRangeError, "%g is not a valid value for field '%s'. The allowed range is %g to %g" - DBConsts_SBcdFieldRangeError, "%s is not a valid value for field '%s'. The allowed range is %s to %s" - DBConsts_SInvalidIntegerValue, "'%s' is not a valid integer value for field '%s'" - DBConsts_SInvalidBoolValue, "'%s' is not a valid boolean value for field '%s'" - DBConsts_SInvalidFloatValue, "'%s' is not a valid floating point value for field '%s'" - DBConsts_SFieldTypeMismatch, "Type mismatch for field '%s', expecting: %s actual: %s" - DBConsts_SFieldSizeMismatch, "Size mismatch for field '%s', expecting: %d actual: %d" - DBConsts_SInvalidVarByteArray, "Invalid variant type or size for field '%s'" - DBConsts_SFieldOutOfRange, "Value of field '%s' is out of range" - DBConsts_SFieldRequired, "Field '%s' must have a value" - DBConsts_SDataSetMissing, "Field '%s' has no dataset" - DBConsts_SInvalidCalcType, "Field '%s' cannot be a calculated or lookup field" - DBConsts_SFieldReadOnly, "Field '%s' cannot be modified" - uRODECConst_sStringFormatExists, "String Format \"%d\" does not exist." - uRODECConst_sInvalidStringFormat, "Input is not a valid %s Format." - uRODECConst_sInvalidFormatString, "Input cannot be converted to %s Format." - uRODECConst_sFMT_COPY, "copy Input to Output" - uRODECConst_sFMT_HEX, "Hexadecimal" - uRODECConst_sFMT_HEXL, "Hexadecimal lowercase" - uRODECConst_sFMT_MIME64, "MIME Base 64" - uRODECConst_sFMT_UU, "UU Coding" - uRODECConst_sFMT_XX, "XX Coding" - uRODECConst_sInvalidKeySize, "Length from Encryptionkey is invalid.\r\nKeysize for %s must be within %d-%d bytes" - uRODECConst_sNotInitialized, "%s is not initialized, call Init() or InitKey() first." - DBConsts_SInvalidFieldSize, "Invalid field size" - DBConsts_SInvalidFieldKind, "Invalid FieldKind" - DBConsts_SUnknownFieldType, "Field '%s' is of an unknown type" - DBConsts_SFieldNameMissing, "Field name missing" - DBConsts_SDuplicateFieldName, "Duplicate field name '%s'" - uRORes_err_DOMElementIsNIL, "DOMElement is NIL" - uRORes_err_CannotLoadXMLDocument, "Cannot load XML document.\rReason: %s\rLine: %d\rPosition: %d" - uRORes_err_ErrorCreatingMsXmlDoc, "Error creating MSXML Document class\r\r%s: %s" - uRORes_err_NoXMLParsersAvailable, "MSXML is not installed" - uRORes_err_IDispatchMarshalingNotSupported, "Marshaling of IDispatch (%d) type variants is not supported." - uRORes_err_UnsupportedVariantType, "Unsupported variant type \"%d\"" - uRORes_err_VariantIsNotArray, "Variant must be Array, but is %d" - uRORes_err_InvalidVarArrayDimCount, "Variant Array DimCount must be 1 but is %d" - uRORes_err_CannotFindParameter, "Cannot find parameter %s" - uRORes_err_MessageNotAssigned, "Message is NIL" - ComConst_SOleError, "OLE error %.8x" - ComConst_SNoMethod, "Method '%s' not supported by automation object" - ComConst_SVarNotObject, "Variant does not reference an automation object" - ComConst_STooManyParams, "Dispatch methods do not support more than 64 parameters" - ComConst_SDCOMNotInstalled, "DCOM not installed" - uRODECConst_sProtectionCircular, "Circular Protection detected, Protection Object is invalid." - uRORes_err_ClassAlreadyRegistered, "Class \"%s\" is already registered" - uRORes_err_UnknownClass, "Unknown class \"%s\"" - uRORes_err_UnknownProxyInterface, "Unknown proxy interface \"%s\"" - uRORes_err_DispatcherAlreadyAssigned, "Dispatcher for %s already assigned" - uRORes_err_CannotFindMessageDispatcher, "Cannot find message dispatcher. Maybe there is no message component configured for the requested path?" - uRORes_err_ServerOnlySupportsOneDispatcher, "%s servers only support one dispatcher" - uRORes_err_UnhandledException, "Unhandled exception" - uRORes_err_ChannelBusy, "Channel is busy. Try again later." - uRORes_err_ArrayIndexOutOfBounds, "Array index out of bounds (%d)." - uRORes_err_InvalidHeader, "Invalid binary header. Either incompatible or not a binary message." - uRORes_err_InvalidHeaderEncrypted, "Invalid binary header. It seems that encryption is active on the other side of the communication, but not locally?" - uRORes_err_UnknownClassInStream, "Unknown class \"%s\" found in stream." - uRORes_err_UnexpectedClassInStream, "Unexpected class found in stream; class \"%s\" does not descend from \"%s\"." - uRORes_err_SessionNotFound, "Session %s could not be found" - uRORes_err_ChannelDoesntSupportIROMetadataReader, "Channel does not support IROMetadataReader" - uRORes_err_TooManySessions, "Too many sessions. Try again in %d minute(s)" - uRORes_err_RodlItemExistsInAnsector, "An item named \"%s\" already exists in ancestor \"%s\"." - uRORes_err_RodlCircularReference, "Circular reference detected between %s and %s" - uRORes_err_RodlCircularityWarning, "Contained items have been not checked for name duplicates in ancestors because of the ancestors' circularity" - uRORes_str_ExceptionOnServer, "An exception of type %s was raised on the server: %s" - uRORes_str_ExceptionReraisedFromServer, "An exception was raised on the server: %s" - uRORes_err_AssignError, "Cannot assign a \"%s\" to a \"%s\"." - uRORes_err_InvalidRequestStream, "Invalid request stream (%d bytes)" - uRORes_err_NILMessage, "Message is NIL" - uRORes_err_UnspecifiedInterface, "The message does not have an interface name" - uRORes_err_UnspecifiedMessage, "The message does not have a name" - uRORes_err_UnknownMethod, "Unknown method %s for interface %s" - uRORes_err_ClassFactoryDidNotReturnInstance, "Class factory did not return an instance of \"%s\"" - uRORes_err_AbstractService, "Interface \"%s\" is declared as an abstract service." - uRORes_err_TypeNotSupported, "Type \"%s\" not supported" - uRORes_err_ClassFactoryNotFound, "Class factory for interface %s not found" - uRORes_err_IROMessageNotSupported, "Class \"%s\" does not support IROMessage" - uRORes_err_InvalidLibrary, "Invalid library" - uRORes_err_InvalidStream, "Invalid stream" - uRORes_err_InvalidTargetEntity, "Invalid TargetEntity \"%s\"" - uRORes_err_InvalidParamFlag, "Invalid Parameter Flag \"%s\"" - uRORes_err_InvalidStringLength, "Stream read error: Invalid string length \"%d\"" - uRORes_str_InvalidClassTypeInStream, "Stream read error: Invalid class type encountered: \"%s\"" - uRORes_err_UnexpectedEndOfStream, "Unexpected end of stream." - uRORes_err_RodlDuplicateName, "Duplicate name." - uRORes_err_RodlNoDataTypeSpecified, "No data type specified." - uRORes_err_RodlNoEnumValues, "Enum does not contain any values." - uRORes_err_RodlNoStructElementsDefined, "Struct does not contain any elements." - uRORes_err_RodlNoOperationsDefined, "Service interface does not contain any elements." - uRORes_err_RodlUsedFileDoesNotExist, "The referenced RODL file \"%s\" could not be found." - uRORes_err_RodlInvalidDataType, "Invalid or undefined data type \"%s\"." - uRORes_err_RodlStructCannotBeNested, "Structs cannot recursively contain themselves." - uRORes_err_RodlInvalidAncestorType, "Invalid or undefined ancestor type \"%s\"." - Consts_SASCIIEncoding, "ASCII" - Consts_SUnicodeEncoding, "Unicode" - Consts_SBigEndianEncoding, "Big Endian Unicode" - Consts_SUTF8Encoding, "UTF-8" - Consts_SUTF7Encoding, "UTF-7" - Consts_STrayIconRemoveError, "Cannot remove shell notification icon" - Consts_STrayIconCreateError, "Cannot create shell notification icon" - Consts_SPageControlNotSet, "PageControl must first be assigned" - Consts_SWindowsVistaRequired, "%s requires Windows Vista or later" - HelpIntfs_hNoTableOfContents, "Unable to find a Table of Contents" - HelpIntfs_hNothingFound, "No help found for %s" - HelpIntfs_hNoContext, "No context-sensitive help installed" - HelpIntfs_hNoContextFound, "No help found for context" - HelpIntfs_hNoTopics, "No topic-based help system installed" - uRORes_err_InvalidIndex, "Invalid index %d" - uRORes_err_InvalidType, "Invalid type \"%s. Expected \"%s\"\"" - Consts_SShutdown, "shutdown" - Consts_SCustomError, "Service failed in custom message(%d): %s" - Consts_SServiceInstallOK, "Service installed successfully" - Consts_SServiceInstallFailed, "Service \"%s\" failed to install with error: \"%s\"" - Consts_SServiceUninstallOK, "Service uninstalled successfully" - Consts_SServiceUninstallFailed, "Service \"%s\" failed to uninstall with error: \"%s\"" - Consts_SDockedCtlNeedsName, "Docked control must have a name" - Consts_SDockTreeRemoveError, "Error removing control from dock tree" - Consts_SDockZoneNotFound, " - Dock zone not found" - Consts_SDockZoneHasNoCtl, " - Dock zone has no control" - Consts_SDockZoneVersionConflict, "Error loading dock zone from the stream. Expecting version %d, but found %d." - Consts_SMultiSelectRequired, "Multiselect mode must be on for this feature" - Consts_SSeparator, "Separator" - Consts_SErrorSettingCount, "Error setting %s.Count" - Consts_SListBoxMustBeVirtual, "Listbox (%s) style must be virtual in order to set Count" - Consts_SANSIEncoding, "ANSI" - Consts_SOutOfRange, "Value must be between %d and %d" - Consts_SInsertLineError, "Unable to insert a line" - Consts_SInvalidClipFmt, "Invalid clipboard format" - Consts_SIconToClipboard, "Clipboard does not support Icons" - Consts_SCannotOpenClipboard, "Cannot open clipboard" - Consts_SInvalidMemoSize, "Text exceeds memo capacity" - Consts_SInvalidPrinterOp, "Operation not supported on selected printer" - Consts_SNoDefaultPrinter, "There is no default printer currently selected" - Consts_SDuplicateMenus, "Menu '%s' is already being used by another form" - Consts_SServiceFailed, "Service failed on %s: %s" - Consts_SExecute, "execute" - Consts_SStart, "start" - Consts_SStop, "stop" - Consts_SPause, "pause" - Consts_SContinue, "continue" - Consts_SInterrogate, "interrogate" - Consts_SmkcEnter, "Enter" - Consts_SmkcSpace, "Space" - Consts_SmkcPgUp, "PgUp" - Consts_SmkcPgDn, "PgDn" - Consts_SmkcEnd, "End" - Consts_SmkcHome, "Home" - Consts_SmkcLeft, "Left" - Consts_SmkcUp, "Up" - Consts_SmkcRight, "Right" - Consts_SmkcDown, "Down" - Consts_SmkcIns, "Ins" - Consts_SmkcDel, "Del" - Consts_SmkcShift, "Shift+" - Consts_SmkcCtrl, "Ctrl+" - Consts_SmkcAlt, "Alt+" - Consts_srNone, "(None)" - Consts_SMsgDlgInformation, "Information" - Consts_SMsgDlgConfirm, "Confirm" - Consts_SMsgDlgYes, "&Yes" - Consts_SMsgDlgNo, "&No" - Consts_SMsgDlgOK, "OK" - Consts_SMsgDlgCancel, "Cancel" - Consts_SMsgDlgHelp, "&Help" - Consts_SMsgDlgAbort, "&Abort" - Consts_SMsgDlgRetry, "&Retry" - Consts_SMsgDlgIgnore, "&Ignore" - Consts_SMsgDlgAll, "&All" - Consts_SMsgDlgNoToAll, "N&o to All" - Consts_SMsgDlgYesToAll, "Yes to &All" - Consts_SmkcBkSp, "BkSp" - Consts_SmkcTab, "Tab" - Consts_SmkcEsc, "Esc" - Consts_SNoButton, "&No" - Consts_SHelpButton, "&Help" - Consts_SCloseButton, "&Close" - Consts_SIgnoreButton, "&Ignore" - Consts_SRetryButton, "&Retry" - Consts_SAbortButton, "Abort" - Consts_SAllButton, "&All" - Consts_SCannotDragForm, "Cannot drag a form" - Consts_SVMetafiles, "Metafiles" - Consts_SVEnhMetafiles, "Enhanced Metafiles" - Consts_SVIcons, "Icons" - Consts_SVBitmaps, "Bitmaps" - Consts_SMaskErr, "Invalid input value" - Consts_SMaskEditErr, "Invalid input value. Use escape key to abandon changes" - Consts_SMsgDlgWarning, "Warning" - Consts_SMsgDlgError, "Error" - Consts_SScrollBarRange, "Scrollbar property out of range" - Consts_SPropertyOutOfRange, "%s property out of range" - Consts_SMenuIndexError, "Menu index out of range" - Consts_SMenuReinserted, "Menu inserted twice" - Consts_SMenuNotFound, "Sub-menu is not in menu" - Consts_SNoTimers, "Not enough timers available" - Consts_SNotPrinting, "Printer is not currently printing" - Consts_SPrinting, "Printing in progress" - Consts_SInvalidPrinter, "Printer selected is not valid" - Consts_SDeviceOnPort, "%s on %s" - Consts_SGroupIndexTooLow, "GroupIndex cannot be less than a previous menu item's GroupIndex" - Consts_SNoMDIForm, "Cannot create form. No MDI forms are currently active" - Consts_SControlParentSetToSelf, "A control cannot have itself as its parent" - Consts_SOKButton, "OK" - Consts_SCancelButton, "Cancel" - Consts_SYesButton, "&Yes" - Consts_SOutOfResources, "Out of system resources" - Consts_SNoCanvasHandle, "Canvas does not allow drawing" - Consts_SInvalidImageSize, "Invalid image size" - Consts_SInvalidImageList, "Invalid ImageList" - Consts_SReplaceImage, "Unable to Replace Image" - Consts_SImageIndexError, "Invalid ImageList Index" - Consts_SImageReadFail, "Failed to read ImageList data from stream" - Consts_SImageWriteFail, "Failed to write ImageList data to stream" - Consts_SWindowDCError, "Error creating window device context" - Consts_SWindowClass, "Error creating window class" - Consts_SCannotFocus, "Cannot focus a disabled or invisible window" - Consts_SParentRequired, "Control '%s' has no parent window" - Consts_SParentGivenNotAParent, "Parent given is not a parent of '%s'" - Consts_SMDIChildNotVisible, "Cannot hide an MDI Child Form" - Consts_SVisibleChanged, "Cannot change Visible in OnShow or OnHide" - Consts_SCannotShowModal, "Cannot make a visible window modal" - RTLConsts_SWriteError, "Stream write error" - RTLConsts_SThreadCreateError, "Thread creation error: %s" - RTLConsts_SThreadError, "Thread Error: %s (%d)" - Consts_SInvalidTabIndex, "Tab index out of bounds" - Consts_SInvalidTabPosition, "Tab position incompatible with current tab style" - Consts_SInvalidTabStyle, "Tab style incompatible with current tab position" - Consts_SInvalidBitmap, "Bitmap image is not valid" - Consts_SInvalidIcon, "Icon image is not valid" - Consts_SInvalidMetafile, "Metafile is not valid" - Consts_SInvalidPixelFormat, "Invalid pixel format" - Consts_SInvalidImage, "Invalid image" - Consts_SScanLine, "Scan line index out of range" - Consts_SChangeIconSize, "Cannot change the size of an icon" - Consts_SOleGraphic, "Invalid operation on TOleGraphic" - Consts_SUnknownExtension, "Unknown picture file extension (.%s)" - Consts_SUnknownClipboardFormat, "Unsupported clipboard format" - RTLConsts_SInvalidRegType, "Invalid data type for '%s'" - RTLConsts_SListCapacityError, "List capacity out of bounds (%d)" - RTLConsts_SListCountError, "List count out of bounds (%d)" - RTLConsts_SListIndexError, "List index out of bounds (%d)" - RTLConsts_SMemoryStreamError, "Out of memory while expanding memory stream" - RTLConsts_SPropertyException, "Error reading %s%s%s: %s" - RTLConsts_SReadError, "Stream read error" - RTLConsts_SReadOnlyProperty, "Property is read-only" - RTLConsts_SRegCreateFailed, "Failed to create key %s" - RTLConsts_SRegGetDataFailed, "Failed to get data for '%s'" - RTLConsts_SRegSetDataFailed, "Failed to set data for '%s'" - RTLConsts_SResNotFound, "Resource %s not found" - RTLConsts_SSeekNotImplemented, "%s.Seek not implemented" - RTLConsts_SSortedListError, "Operation not allowed on sorted list" - RTLConsts_SUnknownGroup, "%s not in a class registration group" - RTLConsts_SUnknownProperty, "Property %s does not exist" - RTLConsts_SCheckSynchronizeError, "CheckSynchronize called from thread $%x, which is NOT the main thread" - RTLConsts_SClassNotFound, "Class %s not found" - RTLConsts_SDuplicateClass, "A class named %s already exists" - RTLConsts_SDuplicateItem, "List does not allow duplicates ($0%x)" - RTLConsts_SDuplicateName, "A component named %s already exists" - RTLConsts_SDuplicateString, "String list does not allow duplicates" - RTLConsts_SFCreateErrorEx, "Cannot create file \"%s\". %s" - RTLConsts_SFOpenErrorEx, "Cannot open file \"%s\". %s" - RTLConsts_SIniFileWriteError, "Unable to write to %s" - RTLConsts_SInvalidImage, "Invalid stream format" - RTLConsts_SInvalidName, "''%s'' is not a valid component name" - RTLConsts_SInvalidProperty, "Invalid property value" - RTLConsts_SInvalidPropertyElement, "Invalid property element: %s" - RTLConsts_SInvalidPropertyPath, "Invalid property path" - RTLConsts_SInvalidPropertyType, "Invalid property type: %s" - RTLConsts_SInvalidPropertyValue, "Invalid property value" - SysConst_SShortDayNameTue, "Tue" - SysConst_SShortDayNameWed, "Wed" - SysConst_SShortDayNameThu, "Thu" - SysConst_SShortDayNameFri, "Fri" - SysConst_SShortDayNameSat, "Sat" - SysConst_SLongDayNameSun, "Sunday" - SysConst_SLongDayNameMon, "Monday" - SysConst_SLongDayNameTue, "Tuesday" - SysConst_SLongDayNameWed, "Wednesday" - SysConst_SLongDayNameThu, "Thursday" - SysConst_SLongDayNameFri, "Friday" - SysConst_SLongDayNameSat, "Saturday" - RTLConsts_SAncestorNotFound, "Ancestor for '%s' not found" - RTLConsts_SAssignError, "Cannot assign a %s to a %s" - RTLConsts_SBitsIndexError, "Bits index out of range" - RTLConsts_SCantWriteResourceStreamError, "Can't write to a read-only resource stream" - SysConst_SShortMonthNameNov, "Nov" - SysConst_SShortMonthNameDec, "Dec" - SysConst_SLongMonthNameJan, "January" - SysConst_SLongMonthNameFeb, "February" - SysConst_SLongMonthNameMar, "March" - SysConst_SLongMonthNameApr, "April" - SysConst_SLongMonthNameMay, "May" - SysConst_SLongMonthNameJun, "June" - SysConst_SLongMonthNameJul, "July" - SysConst_SLongMonthNameAug, "August" - SysConst_SLongMonthNameSep, "September" - SysConst_SLongMonthNameOct, "October" - SysConst_SLongMonthNameNov, "November" - SysConst_SLongMonthNameDec, "December" - SysConst_SShortDayNameSun, "Sun" - SysConst_SShortDayNameMon, "Mon" - SysConst_SAssertError, "%s (%s, line %d)" - SysConst_SAbstractError, "Abstract Error" - SysConst_SModuleAccessViolation, "Access violation at address %p in module '%s'. %s of address %p" - SysConst_SOSError, "System Error. Code: %d.\r\n%s" - SysConst_SUnkOSError, "A call to an OS function failed" - SysConst_SNL, "Application is not licensed to use this feature" - SysConst_SShortMonthNameJan, "Jan" - SysConst_SShortMonthNameFeb, "Feb" - SysConst_SShortMonthNameMar, "Mar" - SysConst_SShortMonthNameApr, "Apr" - SysConst_SShortMonthNameMay, "May" - SysConst_SShortMonthNameJun, "Jun" - SysConst_SShortMonthNameJul, "Jul" - SysConst_SShortMonthNameAug, "Aug" - SysConst_SShortMonthNameSep, "Sep" - SysConst_SShortMonthNameOct, "Oct" - SysConst_SInvalidVarOpWithHResultWithPrefix, "Invalid variant operation (%s%.8x)\n%s" - SysConst_SVarTypeOutOfRangeWithPrefix, "Custom variant type (%s%.4x) is out of range" - SysConst_SVarTypeAlreadyUsedWithPrefix, "Custom variant type (%s%.4x) already used by %s" - SysConst_SVarTypeNotUsableWithPrefix, "Custom variant type (%s%.4x) is not usable" - SysConst_SVarTypeTooManyCustom, "Too many custom variant types have been registered" - SysConst_SVarTypeCouldNotConvert, "Could not convert variant of type (%s) into type (%s)" - SysConst_SVarTypeConvertOverflow, "Overflow while converting variant of type (%s) into type (%s)" - SysConst_SVarOverflow, "Variant overflow" - SysConst_SVarInvalid, "Invalid argument" - SysConst_SVarBadType, "Invalid variant type" - SysConst_SVarNotImplemented, "Operation not supported" - SysConst_SVarUnexpected, "Unexpected variant error" - SysConst_SExternalException, "External exception %x" - SysConst_SAssertionFailed, "Assertion failed" - SysConst_SIntfCastError, "Interface not supported" - SysConst_SSafecallException, "Exception in safecall method" - SysConst_SPrivilege, "Privileged instruction" - SysConst_SOperationAborted, "Operation aborted" - SysConst_SException, "Exception %s in module %s at %p.\r\n%s%s\r\n" - SysConst_SExceptTitle, "Application Error" - SysConst_SInvalidFormat, "Format '%s' invalid or incompatible with argument" - SysConst_SArgumentMissing, "No argument for format '%s'" - SysConst_SDispatchError, "Variant method calls not supported" - SysConst_SReadAccess, "Read" - SysConst_SWriteAccess, "Write" - SysConst_SFormatTooLong, "Format string too long" - SysConst_SVarArrayCreate, "Error creating variant or safe array" - SysConst_SVarArrayBounds, "Variant or safe array index out of bounds" - SysConst_SVarArrayLocked, "Variant or safe array is locked" - SysConst_SInvalidVarCast, "Invalid variant type conversion" - SysConst_SInvalidVarOp, "Invalid variant operation" - SysConst_SInvalidVarNullOp, "Invalid NULL variant operation" - SysConst_SEndOfFile, "Read beyond end of file" - SysConst_SDiskFull, "Disk full" - SysConst_SInvalidInput, "Invalid numeric input" - SysConst_SDivByZero, "Division by zero" - SysConst_SRangeError, "Range check error" - SysConst_SIntOverflow, "Integer overflow" - SysConst_SInvalidOp, "Invalid floating point operation" - SysConst_SZeroDivide, "Floating point division by zero" - SysConst_SOverflow, "Floating point overflow" - SysConst_SUnderflow, "Floating point underflow" - SysConst_SInvalidPointer, "Invalid pointer operation" - SysConst_SInvalidCast, "Invalid class typecast" - SysConst_SAccessViolationArg3, "Access violation at address %p. %s of address %p" - SysConst_SAccessViolationNoArg, "Access violation" - SysConst_SStackOverflow, "Stack overflow" - SysConst_SControlC, "Control-C hit" - SysConst_SInvalidInteger, "'%s' is not a valid integer value" - SysConst_SInvalidFloat, "'%s' is not a valid floating point value" - SysConst_SInvalidDate, "'%s' is not a valid date" - SysConst_SInvalidTime, "'%s' is not a valid time" - SysConst_SInvalidDateTime, "'%s' is not a valid date and time" - SysConst_SInvalidTimeStamp, "'%d.%d' is not a valid timestamp" - SysConst_SInvalidGUID, "'%s' is not a valid GUID value" - SysConst_SInvalidBoolean, "'%s' is not a valid boolean value" - SysConst_STimeEncodeError, "Invalid argument to time encode" - SysConst_SDateEncodeError, "Invalid argument to date encode" - SysConst_SOutOfMemory, "Out of memory" - SysConst_SInOutError, "I/O error %d" - SysConst_SFileNotFound, "File not found" - SysConst_SInvalidFilename, "Invalid filename" - SysConst_STooManyOpenFiles, "Too many open files" - SysConst_SAccessDenied, "File access denied" -END - -/* C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib\controls.res */ -/* C:\Codigo\Lib\RemObjects\RemObjects_SDK\uROPoweredByRemObjectsButton.res */ -/* C:\Codigo\Lib\RemObjects\RemObjects_SDK\uROHtmlServerInfo.res */ -/* C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib\WindowsXP.res */ -/* C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib\buttons.res */ -/* C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib\extdlgs.res */ -/* C:\Codigo\Lib\JVCL\JvConsts.res */ -/* C:\Codigo\Lib\JVCL\JvProgressForm.dfm */ -/* C:\Codigo\Lib\RemObjects\Data_Abstract\DataAbstract_IBXDriver_Glyphs.res */ -/* C:\Codigo\Lib\JVCL\JvLogForm.dfm */ -/* C:\Codigo\Source\Servidor\uDataModuleServer.dfm */ -/* C:\Codigo\Source\Servidor\Configuracion\uFrameConfiguracion.dfm */ -/* C:\Codigo\Lib\DevExpressVCL\dxOffice11.res */ -/* C:\Codigo\Lib\DevExpressVCL\cxLookAndFeelPainters.res */ -/* C:\Codigo\Lib\DevExpressVCL\cxControls.res */ -/* C:\Codigo\Lib\DevExpressVCL\cxEdit.res */ -/* C:\Codigo\Lib\DevExpressVCL\cxScrollCursors.res */ -/* C:\Codigo\Source\Servidor\Configuracion\uConexionBD.dfm */ -/* C:\Codigo\Source\Servidor\Configuracion\uConfGeneral.dfm */ -/* C:\Codigo\Source\Servidor\Configuracion\uConfiguracion.dfm */ -/* C:\Codigo\Source\Servidor\uAcercaDe.dfm */ -/* C:\Codigo\Source\Servidor\uServerMainForm.dfm */ -/* C:\Codigo\Source\Servidor\srvLogin_Impl.dfm */ -/* C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib\filectrl.res */ -/* C:\Codigo\Lib\FastReport4\frxInheritError.dfm */ -/* C:\Codigo\Lib\FastReport4\frxCtrls.res */ -/* C:\Codigo\Lib\FastReport4\frxPrintDialog.dfm */ -/* C:\Codigo\Lib\FastReport4\frxPreviewPageSettings.dfm */ -/* C:\Codigo\Lib\FastReport4\frxSearchDialog.dfm */ -/* C:\Codigo\Lib\FastReport4\frxPreview.dfm */ -/* C:\Codigo\Lib\FastReport4\frxPreview.res */ -/* C:\Codigo\Lib\FastReport4\frxDialogForm.dfm */ -/* C:\Codigo\Lib\FastReport4\frxPassw.dfm */ -/* C:\Codigo\Lib\FastReport4\frxProgress.dfm */ -/* C:\Codigo\Lib\FastReport4\frxClass.res */ -/* C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib\Teeresou.res */ -/* C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib\TeePenDlg.dfm */ -/* C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib\TeeBmps.res */ -/* C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib\TeeGalleryAlternate.dfm */ -/* C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib\tabs.res */ -/* C:\Codigo\Lib\FastReport4\frxPopupForm.dfm */ -/* C:\Codigo\Lib\FastReport4\frxInsp.dfm */ -/* C:\Codigo\Lib\FastReport4\frxEditFormat.dfm */ -/* C:\Codigo\Lib\FastReport4\frxEditHighlight.dfm */ -/* C:\Codigo\Lib\FastReport4\frxEditSysMemo.dfm */ -/* C:\Codigo\Lib\FastReport4\frxEditMemo.dfm */ -/* C:\Codigo\Lib\FastReport4\frxChartEditor.dfm */ -/* C:\Codigo\Lib\FastReport4\frxEditFrame.dfm */ -/* C:\Codigo\Lib\FastReport4\frxCrossEditor.dfm */ -/* C:\Codigo\Lib\FastReport4\frxOLEEditor.dfm */ -/* C:\Codigo\Lib\FastReport4\frxBarcodeEditor.dfm */ -/* C:\Codigo\Lib\FastReport4\frxRichEditor.dfm */ -/* C:\Codigo\Lib\DevExpressVCL\cxShellBrowser.dfm */ -/* C:\Codigo\Source\Modulos\Contactos\Reports\uRptFichasEmpleado_Server.dfm */ -/* C:\Codigo\Source\Modulos\Contactos\Reports\uRptEtiquetasContacto_Server.dfm */ -/* C:\Codigo\Source\Modulos\Contactos\Servidor\srvContactos_Impl.dfm */ -/* C:\Codigo\Source\Modulos\Referencias\Servidor\srvReferencias_Impl.dfm */ -/* C:\Codigo\Source\Modulos\Formas de pago\Servidor\srvFormasPago_Impl.dfm */ -/* C:\Codigo\Source\Modulos\Tipos de IVA\Servidor\srvTiposIVA_Impl.dfm */ -/* C:\Codigo\Source\Modulos\Almacenes\Servidor\srvAlmacenes_Impl.dfm */ -/* C:\Codigo\Source\ApplicationBase\Empresas\Servidor\srvEmpresas_Impl.dfm */ -/* C:\Codigo\Source\Servidor\Configuracion\srvConfiguracion_Impl.dfm */ -/* C:\Codigo\Source\Modulos\Familias\Servidor\srvFamilias_Impl.dfm */ -/* C:\Codigo\Source\ApplicationBase\Usuarios\Servidor\srvUsuarios_Impl.dfm */ -/* C:\Codigo\Lib\FastReport4\frxExportPDF.dfm */ -/* C:\Codigo\Source\Modulos\Presupuestos de cliente\Reports\uRptPresupuestosCliente_Server.dfm */ -/* C:\Codigo\Source\Modulos\Presupuestos de cliente\Reports\uRptWordPresupuestoCliente.dfm */ -/* C:\Codigo\Source\Modulos\Presupuestos de cliente\Reports\uRptWordCertificadoTrabajo_Server.dfm */ -/* C:\Codigo\Source\Modulos\Presupuestos de cliente\Servidor\srvPresupuestosCliente_Impl.dfm */ -/* C:\Codigo\Source\Modulos\Articulos\Servidor\srvArticulos_Impl.dfm */ -/* C:\Codigo\Source\Modulos\Albaranes de cliente\Reports\uRptAlbaranesCliente_Server.dfm */ -/* C:\Codigo\Source\Modulos\Albaranes de cliente\Reports\uRptWordAlbaranCliente.dfm */ -/* C:\Codigo\Source\Modulos\Albaranes de cliente\Servidor\srvAlbaranesCliente_Impl.dfm */ -/* C:\Codigo\Source\Modulos\Recibos de cliente\Reports\uRptRecibosCliente_Server.dfm */ -/* C:\Codigo\Source\Modulos\Recibos de cliente\Servidor\srvRecibosCliente_Impl.dfm */ -/* C:\Codigo\Source\Modulos\Facturas de cliente\Reports\uRptWordFacturaCliente.dfm */ -/* C:\Codigo\Source\Modulos\Facturas de cliente\Reports\uRptFacturasCliente_Server.dfm */ -/* C:\Codigo\Source\Modulos\Facturas de cliente\Servidor\srvFacturasCliente_Impl.dfm */ -/* C:\Codigo\Source\Modulos\Recibos de proveedor\Servidor\srvRecibosProveedor_Impl.dfm */ -/* C:\Codigo\Source\Modulos\Facturas de proveedor\Servidor\srvFacturasProveedor_Impl.dfm */ -/* C:\Codigo\Source\Modulos\Albaranes de proveedor\Reports\uRptAlbaranesProveedor_Server.dfm */ -/* C:\Codigo\Source\Modulos\Albaranes de proveedor\Reports\uRptWordAlbaranProveedor.dfm */ -/* C:\Codigo\Source\Modulos\Albaranes de proveedor\Servidor\srvAlbaranesProveedor_Impl.dfm */ -/* C:\Codigo\Source\Modulos\Pedidos a proveedor\Reports\uRptPedidosProveedor_Server.dfm */ -/* C:\Codigo\Source\Modulos\Pedidos a proveedor\Reports\uRptWordPedidoProveedor.dfm */ -/* C:\Codigo\Source\Modulos\Pedidos a proveedor\Servidor\srvPedidosProveedor_Impl.dfm */ -/* C:\Codigo\Source\Modulos\Remesas de cliente\Servidor\srvRemesasCliente_Impl.dfm */ -/* C:\Codigo\Source\Modulos\Remesas de proveedor\Servidor\srvRemesasProveedor_Impl.dfm */ -/* C:\Codigo\Source\Modulos\Inventario\Servidor\srvInventario_Impl.dfm */ -/* C:\Codigo\Source\Modulos\Historico de movimientos\Servidor\srvHistoricoMovimientos_Impl.dfm */ -/* C:\Codigo\Source\Modulos\Unidades de medida\Servidor\srvUnidadesMedida_Impl.dfm */ -/* C:\Codigo\Source\Modulos\Fabricantes\Servidor\srvFabricantes_Impl.dfm */ -/* C:\Codigo\Source\Modulos\Obras\Servidor\srvObras_Impl.dfm */ -/* C:\Codigo\Source\ApplicationBase\ProvinciasPoblaciones\Servidor\srvProvinciasPoblaciones_Impl.dfm */ -/* C:\Codigo\Source\Modulos\Gestion de documentos\Servidor\srvGestorDocumentos_Impl.dfm */ -/* C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib\DBPWDlg.dfm */ -/* C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib\DBLogDlg.dfm */ -/* C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib\dbctrls.res */ -/* C:\Codigo\Lib\RemObjects\Data_Abstract\uDAReconcileDialogDetails.dfm */ -/* C:\Codigo\Lib\RemObjects\Data_Abstract\uDAReconcileDialog.dfm */ -/* C:\Codigo\Source\Modulos\Facturas de proveedor\Reports\uRptFacturasProveedor_Server.dfm */ -/* C:\Codigo\Source\Modulos\Recibos de proveedor\Reports\uRptRecibosProveedor_Server.dfm */ -/* C:\Codigo\Source\Modulos\Gestor de informes\Servidor\srvGestorInformes_Impl.dfm */ -/* C:\Codigo\Source\Modulos\Pedidos de cliente\Servidor\srvPedidosCliente_Impl.dfm */ -/* C:\Codigo\Source\Servidor\FactuGES_Server.RES */ -/* C:\Codigo\Source\Servidor\..\Servicios\RODLFILE.res */ -/* c:\temp\dtf571.tmp */ diff --git a/Source/Servidor/MidasSpeedFix.dcu b/Source/Servidor/MidasSpeedFix.dcu deleted file mode 100644 index 3bdfceb..0000000 Binary files a/Source/Servidor/MidasSpeedFix.dcu and /dev/null differ diff --git a/Source/Servidor/RegExpr.dcu b/Source/Servidor/RegExpr.dcu deleted file mode 100644 index c90302f..0000000 Binary files a/Source/Servidor/RegExpr.dcu and /dev/null differ diff --git a/Source/Servidor/Utiles/AHWord97.dcu b/Source/Servidor/Utiles/AHWord97.dcu deleted file mode 100644 index f6b95cd..0000000 Binary files a/Source/Servidor/Utiles/AHWord97.dcu and /dev/null differ diff --git a/Source/Servidor/Utiles/MidasSpeedFix.dcu b/Source/Servidor/Utiles/MidasSpeedFix.dcu deleted file mode 100644 index 9c7b881..0000000 Binary files a/Source/Servidor/Utiles/MidasSpeedFix.dcu and /dev/null differ diff --git a/Source/Servidor/Utiles/RegExpr.dcu b/Source/Servidor/Utiles/RegExpr.dcu deleted file mode 100644 index 783cdf1..0000000 Binary files a/Source/Servidor/Utiles/RegExpr.dcu and /dev/null differ diff --git a/Source/Servidor/Utiles/uBusinessUtils.dcu b/Source/Servidor/Utiles/uBusinessUtils.dcu deleted file mode 100644 index e6d8982..0000000 Binary files a/Source/Servidor/Utiles/uBusinessUtils.dcu and /dev/null differ diff --git a/Source/Servidor/Utiles/uDatabaseUtils.dcu b/Source/Servidor/Utiles/uDatabaseUtils.dcu deleted file mode 100644 index 438eb9b..0000000 Binary files a/Source/Servidor/Utiles/uDatabaseUtils.dcu and /dev/null differ diff --git a/Source/Servidor/Utiles/uReferenciasUtils.dcu b/Source/Servidor/Utiles/uReferenciasUtils.dcu deleted file mode 100644 index f7d1d32..0000000 Binary files a/Source/Servidor/Utiles/uReferenciasUtils.dcu and /dev/null differ diff --git a/Source/Servidor/Utiles/uRestriccionesUsuarioUtils.dcu b/Source/Servidor/Utiles/uRestriccionesUsuarioUtils.dcu deleted file mode 100644 index 9a20c5e..0000000 Binary files a/Source/Servidor/Utiles/uRestriccionesUsuarioUtils.dcu and /dev/null differ diff --git a/Source/Servidor/Utiles/uSchemaUtilsServer.dcu b/Source/Servidor/Utiles/uSchemaUtilsServer.dcu deleted file mode 100644 index 1205096..0000000 Binary files a/Source/Servidor/Utiles/uSchemaUtilsServer.dcu and /dev/null differ diff --git a/Source/Servidor/Utiles/uServerAppUtils.dcu b/Source/Servidor/Utiles/uServerAppUtils.dcu deleted file mode 100644 index f7c46db..0000000 Binary files a/Source/Servidor/Utiles/uServerAppUtils.dcu and /dev/null differ diff --git a/Source/Servidor/Utiles/uSesionesUtils.dcu b/Source/Servidor/Utiles/uSesionesUtils.dcu deleted file mode 100644 index 4f34e56..0000000 Binary files a/Source/Servidor/Utiles/uSesionesUtils.dcu and /dev/null differ diff --git a/Source/Servidor/schAlbaranesClienteClient_Intf.dcu b/Source/Servidor/schAlbaranesClienteClient_Intf.dcu deleted file mode 100644 index 00a630e..0000000 Binary files a/Source/Servidor/schAlbaranesClienteClient_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schAlbaranesClienteServer_Intf.dcu b/Source/Servidor/schAlbaranesClienteServer_Intf.dcu deleted file mode 100644 index 0ee4904..0000000 Binary files a/Source/Servidor/schAlbaranesClienteServer_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schAlbaranesProveedorClient_Intf.dcu b/Source/Servidor/schAlbaranesProveedorClient_Intf.dcu deleted file mode 100644 index 3ee4647..0000000 Binary files a/Source/Servidor/schAlbaranesProveedorClient_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schAlbaranesProveedorServer_Intf.dcu b/Source/Servidor/schAlbaranesProveedorServer_Intf.dcu deleted file mode 100644 index 6a968da..0000000 Binary files a/Source/Servidor/schAlbaranesProveedorServer_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schAlmacenesClient_Intf.dcu b/Source/Servidor/schAlmacenesClient_Intf.dcu deleted file mode 100644 index ad51416..0000000 Binary files a/Source/Servidor/schAlmacenesClient_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schAlmacenesServer_Intf.dcu b/Source/Servidor/schAlmacenesServer_Intf.dcu deleted file mode 100644 index 745e242..0000000 Binary files a/Source/Servidor/schAlmacenesServer_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schArticulosClient_Intf.dcu b/Source/Servidor/schArticulosClient_Intf.dcu deleted file mode 100644 index 18d6884..0000000 Binary files a/Source/Servidor/schArticulosClient_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schArticulosServer_Intf.dcu b/Source/Servidor/schArticulosServer_Intf.dcu deleted file mode 100644 index f18e59e..0000000 Binary files a/Source/Servidor/schArticulosServer_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schBase_Intf.dcu b/Source/Servidor/schBase_Intf.dcu deleted file mode 100644 index e1c25d0..0000000 Binary files a/Source/Servidor/schBase_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schContactosClient_Intf.dcu b/Source/Servidor/schContactosClient_Intf.dcu deleted file mode 100644 index 035ce51..0000000 Binary files a/Source/Servidor/schContactosClient_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schContactosServer_Intf.dcu b/Source/Servidor/schContactosServer_Intf.dcu deleted file mode 100644 index e1fce58..0000000 Binary files a/Source/Servidor/schContactosServer_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schEmpresasClient_Intf.dcu b/Source/Servidor/schEmpresasClient_Intf.dcu deleted file mode 100644 index cccde4b..0000000 Binary files a/Source/Servidor/schEmpresasClient_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schEmpresasServer_Intf.dcu b/Source/Servidor/schEmpresasServer_Intf.dcu deleted file mode 100644 index cbb9f22..0000000 Binary files a/Source/Servidor/schEmpresasServer_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schFabricantesClient_Intf.dcu b/Source/Servidor/schFabricantesClient_Intf.dcu deleted file mode 100644 index 0933774..0000000 Binary files a/Source/Servidor/schFabricantesClient_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schFabricantesServer_Intf.dcu b/Source/Servidor/schFabricantesServer_Intf.dcu deleted file mode 100644 index 6f1ca13..0000000 Binary files a/Source/Servidor/schFabricantesServer_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schFacturasClienteClient_Intf.dcu b/Source/Servidor/schFacturasClienteClient_Intf.dcu deleted file mode 100644 index 95ca7f8..0000000 Binary files a/Source/Servidor/schFacturasClienteClient_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schFacturasClienteServer_Intf.dcu b/Source/Servidor/schFacturasClienteServer_Intf.dcu deleted file mode 100644 index 3e45c3b..0000000 Binary files a/Source/Servidor/schFacturasClienteServer_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schFacturasProveedorClient_Intf.dcu b/Source/Servidor/schFacturasProveedorClient_Intf.dcu deleted file mode 100644 index abe0059..0000000 Binary files a/Source/Servidor/schFacturasProveedorClient_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schFacturasProveedorServer_Intf.dcu b/Source/Servidor/schFacturasProveedorServer_Intf.dcu deleted file mode 100644 index a8b8d85..0000000 Binary files a/Source/Servidor/schFacturasProveedorServer_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schFamiliasClient_Intf.dcu b/Source/Servidor/schFamiliasClient_Intf.dcu deleted file mode 100644 index b6e8d96..0000000 Binary files a/Source/Servidor/schFamiliasClient_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schFamiliasServer_Intf.dcu b/Source/Servidor/schFamiliasServer_Intf.dcu deleted file mode 100644 index c08d977..0000000 Binary files a/Source/Servidor/schFamiliasServer_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schFormasPagoClient_Intf.dcu b/Source/Servidor/schFormasPagoClient_Intf.dcu deleted file mode 100644 index c36aa20..0000000 Binary files a/Source/Servidor/schFormasPagoClient_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schFormasPagoServer_Intf.dcu b/Source/Servidor/schFormasPagoServer_Intf.dcu deleted file mode 100644 index a98b1d3..0000000 Binary files a/Source/Servidor/schFormasPagoServer_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schHistoricoMovimientosClient_Intf.dcu b/Source/Servidor/schHistoricoMovimientosClient_Intf.dcu deleted file mode 100644 index 57fbb62..0000000 Binary files a/Source/Servidor/schHistoricoMovimientosClient_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schHistoricoMovimientosServer_Intf.dcu b/Source/Servidor/schHistoricoMovimientosServer_Intf.dcu deleted file mode 100644 index 42d79b8..0000000 Binary files a/Source/Servidor/schHistoricoMovimientosServer_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schInventarioClient_Intf.dcu b/Source/Servidor/schInventarioClient_Intf.dcu deleted file mode 100644 index f172632..0000000 Binary files a/Source/Servidor/schInventarioClient_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schInventarioServer_Intf.dcu b/Source/Servidor/schInventarioServer_Intf.dcu deleted file mode 100644 index 92935b2..0000000 Binary files a/Source/Servidor/schInventarioServer_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schObrasClient_Intf.dcu b/Source/Servidor/schObrasClient_Intf.dcu deleted file mode 100644 index dc90de8..0000000 Binary files a/Source/Servidor/schObrasClient_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schObrasServer_Intf.dcu b/Source/Servidor/schObrasServer_Intf.dcu deleted file mode 100644 index 5cc6357..0000000 Binary files a/Source/Servidor/schObrasServer_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schPedidosProveedorClient_Intf.dcu b/Source/Servidor/schPedidosProveedorClient_Intf.dcu deleted file mode 100644 index ccad865..0000000 Binary files a/Source/Servidor/schPedidosProveedorClient_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schPedidosProveedorServer_Intf.dcu b/Source/Servidor/schPedidosProveedorServer_Intf.dcu deleted file mode 100644 index c3355bd..0000000 Binary files a/Source/Servidor/schPedidosProveedorServer_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schPresupuestosClienteClient_Intf.dcu b/Source/Servidor/schPresupuestosClienteClient_Intf.dcu deleted file mode 100644 index ad384d6..0000000 Binary files a/Source/Servidor/schPresupuestosClienteClient_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schPresupuestosClienteServer_Intf.dcu b/Source/Servidor/schPresupuestosClienteServer_Intf.dcu deleted file mode 100644 index dd72652..0000000 Binary files a/Source/Servidor/schPresupuestosClienteServer_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schRecibosClienteClient_Intf.dcu b/Source/Servidor/schRecibosClienteClient_Intf.dcu deleted file mode 100644 index 0f5a717..0000000 Binary files a/Source/Servidor/schRecibosClienteClient_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schRecibosClienteServer_Intf.dcu b/Source/Servidor/schRecibosClienteServer_Intf.dcu deleted file mode 100644 index 04722ab..0000000 Binary files a/Source/Servidor/schRecibosClienteServer_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schRecibosProveedorClient_Intf.dcu b/Source/Servidor/schRecibosProveedorClient_Intf.dcu deleted file mode 100644 index 039cdb8..0000000 Binary files a/Source/Servidor/schRecibosProveedorClient_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schRecibosProveedorServer_Intf.dcu b/Source/Servidor/schRecibosProveedorServer_Intf.dcu deleted file mode 100644 index b50a0d8..0000000 Binary files a/Source/Servidor/schRecibosProveedorServer_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schReferenciasClient_Intf.dcu b/Source/Servidor/schReferenciasClient_Intf.dcu deleted file mode 100644 index 2cd6fe2..0000000 Binary files a/Source/Servidor/schReferenciasClient_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schReferenciasServer_Intf.dcu b/Source/Servidor/schReferenciasServer_Intf.dcu deleted file mode 100644 index 334436d..0000000 Binary files a/Source/Servidor/schReferenciasServer_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schRemesasClienteClient_Intf.dcu b/Source/Servidor/schRemesasClienteClient_Intf.dcu deleted file mode 100644 index 4762b1d..0000000 Binary files a/Source/Servidor/schRemesasClienteClient_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schRemesasClienteServer_Intf.dcu b/Source/Servidor/schRemesasClienteServer_Intf.dcu deleted file mode 100644 index 0e716d7..0000000 Binary files a/Source/Servidor/schRemesasClienteServer_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schRemesasProveedorClient_Intf.dcu b/Source/Servidor/schRemesasProveedorClient_Intf.dcu deleted file mode 100644 index 8f29d41..0000000 Binary files a/Source/Servidor/schRemesasProveedorClient_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schRemesasProveedorServer_Intf.dcu b/Source/Servidor/schRemesasProveedorServer_Intf.dcu deleted file mode 100644 index 834958a..0000000 Binary files a/Source/Servidor/schRemesasProveedorServer_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schTiposIVAClient_Intf.dcu b/Source/Servidor/schTiposIVAClient_Intf.dcu deleted file mode 100644 index fbc8787..0000000 Binary files a/Source/Servidor/schTiposIVAClient_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schTiposIVAServer_Intf.dcu b/Source/Servidor/schTiposIVAServer_Intf.dcu deleted file mode 100644 index 9a372e3..0000000 Binary files a/Source/Servidor/schTiposIVAServer_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schUnidadesMedidaClient_Intf.dcu b/Source/Servidor/schUnidadesMedidaClient_Intf.dcu deleted file mode 100644 index 64ede90..0000000 Binary files a/Source/Servidor/schUnidadesMedidaClient_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schUnidadesMedidaServer_Intf.dcu b/Source/Servidor/schUnidadesMedidaServer_Intf.dcu deleted file mode 100644 index 33b3fe0..0000000 Binary files a/Source/Servidor/schUnidadesMedidaServer_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schUsuariosClient_Intf.dcu b/Source/Servidor/schUsuariosClient_Intf.dcu deleted file mode 100644 index cd244fd..0000000 Binary files a/Source/Servidor/schUsuariosClient_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/schUsuariosServer_Intf.dcu b/Source/Servidor/schUsuariosServer_Intf.dcu deleted file mode 100644 index 4b8bc2f..0000000 Binary files a/Source/Servidor/schUsuariosServer_Intf.dcu and /dev/null differ diff --git a/Source/Servidor/srvAlbaranesCliente_Impl.dcu b/Source/Servidor/srvAlbaranesCliente_Impl.dcu deleted file mode 100644 index 9e54a3a..0000000 Binary files a/Source/Servidor/srvAlbaranesCliente_Impl.dcu and /dev/null differ diff --git a/Source/Servidor/srvAlbaranesProveedor_Impl.dcu b/Source/Servidor/srvAlbaranesProveedor_Impl.dcu deleted file mode 100644 index a20aaa8..0000000 Binary files a/Source/Servidor/srvAlbaranesProveedor_Impl.dcu and /dev/null differ diff --git a/Source/Servidor/srvAlmacenes_Impl.dcu b/Source/Servidor/srvAlmacenes_Impl.dcu deleted file mode 100644 index 932187c..0000000 Binary files a/Source/Servidor/srvAlmacenes_Impl.dcu and /dev/null differ diff --git a/Source/Servidor/srvArticulos_Impl.dcu b/Source/Servidor/srvArticulos_Impl.dcu deleted file mode 100644 index e9c76f2..0000000 Binary files a/Source/Servidor/srvArticulos_Impl.dcu and /dev/null differ diff --git a/Source/Servidor/srvConfiguracion_Impl.dcu b/Source/Servidor/srvConfiguracion_Impl.dcu deleted file mode 100644 index daa8f27..0000000 Binary files a/Source/Servidor/srvConfiguracion_Impl.dcu and /dev/null differ diff --git a/Source/Servidor/srvContactos_Impl.dcu b/Source/Servidor/srvContactos_Impl.dcu deleted file mode 100644 index 7f3db37..0000000 Binary files a/Source/Servidor/srvContactos_Impl.dcu and /dev/null differ diff --git a/Source/Servidor/srvEmpresas_Impl.dcu b/Source/Servidor/srvEmpresas_Impl.dcu deleted file mode 100644 index f8f5193..0000000 Binary files a/Source/Servidor/srvEmpresas_Impl.dcu and /dev/null differ diff --git a/Source/Servidor/srvFabricantes_Impl.dcu b/Source/Servidor/srvFabricantes_Impl.dcu deleted file mode 100644 index 6ef58e8..0000000 Binary files a/Source/Servidor/srvFabricantes_Impl.dcu and /dev/null differ diff --git a/Source/Servidor/srvFacturasCliente_Impl.dcu b/Source/Servidor/srvFacturasCliente_Impl.dcu deleted file mode 100644 index dca4e12..0000000 Binary files a/Source/Servidor/srvFacturasCliente_Impl.dcu and /dev/null differ diff --git a/Source/Servidor/srvFacturasProveedor_Impl.dcu b/Source/Servidor/srvFacturasProveedor_Impl.dcu deleted file mode 100644 index d339c5d..0000000 Binary files a/Source/Servidor/srvFacturasProveedor_Impl.dcu and /dev/null differ diff --git a/Source/Servidor/srvFamilias_Impl.dcu b/Source/Servidor/srvFamilias_Impl.dcu deleted file mode 100644 index 9fbd9a4..0000000 Binary files a/Source/Servidor/srvFamilias_Impl.dcu and /dev/null differ diff --git a/Source/Servidor/srvFormasPago_Impl.dcu b/Source/Servidor/srvFormasPago_Impl.dcu deleted file mode 100644 index 01b5d4f..0000000 Binary files a/Source/Servidor/srvFormasPago_Impl.dcu and /dev/null differ diff --git a/Source/Servidor/srvGestorDocumentos_Impl.dcu b/Source/Servidor/srvGestorDocumentos_Impl.dcu deleted file mode 100644 index 9b05ea1..0000000 Binary files a/Source/Servidor/srvGestorDocumentos_Impl.dcu and /dev/null differ diff --git a/Source/Servidor/srvGestorInformes_Impl.dcu b/Source/Servidor/srvGestorInformes_Impl.dcu deleted file mode 100644 index 962819e..0000000 Binary files a/Source/Servidor/srvGestorInformes_Impl.dcu and /dev/null differ diff --git a/Source/Servidor/srvHistoricoMovimientos_Impl.dcu b/Source/Servidor/srvHistoricoMovimientos_Impl.dcu deleted file mode 100644 index c114057..0000000 Binary files a/Source/Servidor/srvHistoricoMovimientos_Impl.dcu and /dev/null differ diff --git a/Source/Servidor/srvInventario_Impl.dcu b/Source/Servidor/srvInventario_Impl.dcu deleted file mode 100644 index 2630546..0000000 Binary files a/Source/Servidor/srvInventario_Impl.dcu and /dev/null differ diff --git a/Source/Servidor/srvLogin_Impl.dcu b/Source/Servidor/srvLogin_Impl.dcu deleted file mode 100644 index 3f7d84b..0000000 Binary files a/Source/Servidor/srvLogin_Impl.dcu and /dev/null differ diff --git a/Source/Servidor/srvObras_Impl.dcu b/Source/Servidor/srvObras_Impl.dcu deleted file mode 100644 index a7bd58c..0000000 Binary files a/Source/Servidor/srvObras_Impl.dcu and /dev/null differ diff --git a/Source/Servidor/srvPedidosProveedor_Impl.dcu b/Source/Servidor/srvPedidosProveedor_Impl.dcu deleted file mode 100644 index 1064622..0000000 Binary files a/Source/Servidor/srvPedidosProveedor_Impl.dcu and /dev/null differ diff --git a/Source/Servidor/srvPresupuestosCliente_Impl.dcu b/Source/Servidor/srvPresupuestosCliente_Impl.dcu deleted file mode 100644 index 077deee..0000000 Binary files a/Source/Servidor/srvPresupuestosCliente_Impl.dcu and /dev/null differ diff --git a/Source/Servidor/srvProvinciasPoblaciones_Impl.dcu b/Source/Servidor/srvProvinciasPoblaciones_Impl.dcu deleted file mode 100644 index edb1d69..0000000 Binary files a/Source/Servidor/srvProvinciasPoblaciones_Impl.dcu and /dev/null differ diff --git a/Source/Servidor/srvRecibosCliente_Impl.dcu b/Source/Servidor/srvRecibosCliente_Impl.dcu deleted file mode 100644 index ea87903..0000000 Binary files a/Source/Servidor/srvRecibosCliente_Impl.dcu and /dev/null differ diff --git a/Source/Servidor/srvRecibosProveedor_Impl.dcu b/Source/Servidor/srvRecibosProveedor_Impl.dcu deleted file mode 100644 index e84c68b..0000000 Binary files a/Source/Servidor/srvRecibosProveedor_Impl.dcu and /dev/null differ diff --git a/Source/Servidor/srvReferencias_Impl.dcu b/Source/Servidor/srvReferencias_Impl.dcu deleted file mode 100644 index 1252d04..0000000 Binary files a/Source/Servidor/srvReferencias_Impl.dcu and /dev/null differ diff --git a/Source/Servidor/srvRemesasCliente_Impl.dcu b/Source/Servidor/srvRemesasCliente_Impl.dcu deleted file mode 100644 index 525c9da..0000000 Binary files a/Source/Servidor/srvRemesasCliente_Impl.dcu and /dev/null differ diff --git a/Source/Servidor/srvRemesasProveedor_Impl.dcu b/Source/Servidor/srvRemesasProveedor_Impl.dcu deleted file mode 100644 index ad6258c..0000000 Binary files a/Source/Servidor/srvRemesasProveedor_Impl.dcu and /dev/null differ diff --git a/Source/Servidor/srvTiposIVA_Impl.dcu b/Source/Servidor/srvTiposIVA_Impl.dcu deleted file mode 100644 index a28b474..0000000 Binary files a/Source/Servidor/srvTiposIVA_Impl.dcu and /dev/null differ diff --git a/Source/Servidor/srvUnidadesMedida_Impl.dcu b/Source/Servidor/srvUnidadesMedida_Impl.dcu deleted file mode 100644 index 8ec3f8a..0000000 Binary files a/Source/Servidor/srvUnidadesMedida_Impl.dcu and /dev/null differ diff --git a/Source/Servidor/srvUsuarios_Impl.dcu b/Source/Servidor/srvUsuarios_Impl.dcu deleted file mode 100644 index bf9b98c..0000000 Binary files a/Source/Servidor/srvUsuarios_Impl.dcu and /dev/null differ diff --git a/Source/Servidor/uAcercaDe.dcu b/Source/Servidor/uAcercaDe.dcu deleted file mode 100644 index 552cbed..0000000 Binary files a/Source/Servidor/uAcercaDe.dcu and /dev/null differ diff --git a/Source/Servidor/uBizAlbaranClienteServer.dcu b/Source/Servidor/uBizAlbaranClienteServer.dcu deleted file mode 100644 index f76313e..0000000 Binary files a/Source/Servidor/uBizAlbaranClienteServer.dcu and /dev/null differ diff --git a/Source/Servidor/uBizAlbaranProveedorServer.dcu b/Source/Servidor/uBizAlbaranProveedorServer.dcu deleted file mode 100644 index 97f7c15..0000000 Binary files a/Source/Servidor/uBizAlbaranProveedorServer.dcu and /dev/null differ diff --git a/Source/Servidor/uBizArticulosServer.dcu b/Source/Servidor/uBizArticulosServer.dcu deleted file mode 100644 index ca8e433..0000000 Binary files a/Source/Servidor/uBizArticulosServer.dcu and /dev/null differ diff --git a/Source/Servidor/uBizClientesServer.dcu b/Source/Servidor/uBizClientesServer.dcu deleted file mode 100644 index 0c8eba5..0000000 Binary files a/Source/Servidor/uBizClientesServer.dcu and /dev/null differ diff --git a/Source/Servidor/uBizContactosServer.dcu b/Source/Servidor/uBizContactosServer.dcu deleted file mode 100644 index fcca057..0000000 Binary files a/Source/Servidor/uBizContactosServer.dcu and /dev/null differ diff --git a/Source/Servidor/uBizEmpleadosServer.dcu b/Source/Servidor/uBizEmpleadosServer.dcu deleted file mode 100644 index 5370a67..0000000 Binary files a/Source/Servidor/uBizEmpleadosServer.dcu and /dev/null differ diff --git a/Source/Servidor/uBizEmpresasServer.dcu b/Source/Servidor/uBizEmpresasServer.dcu deleted file mode 100644 index 3e82275..0000000 Binary files a/Source/Servidor/uBizEmpresasServer.dcu and /dev/null differ diff --git a/Source/Servidor/uBizFacturasClienteServer.dcu b/Source/Servidor/uBizFacturasClienteServer.dcu deleted file mode 100644 index e2d70d2..0000000 Binary files a/Source/Servidor/uBizFacturasClienteServer.dcu and /dev/null differ diff --git a/Source/Servidor/uBizFacturasProveedorServer.dcu b/Source/Servidor/uBizFacturasProveedorServer.dcu deleted file mode 100644 index 6fabfc3..0000000 Binary files a/Source/Servidor/uBizFacturasProveedorServer.dcu and /dev/null differ diff --git a/Source/Servidor/uBizObrasServer.dcu b/Source/Servidor/uBizObrasServer.dcu deleted file mode 100644 index 29df83c..0000000 Binary files a/Source/Servidor/uBizObrasServer.dcu and /dev/null differ diff --git a/Source/Servidor/uBizPedidosProveedorServer.dcu b/Source/Servidor/uBizPedidosProveedorServer.dcu deleted file mode 100644 index 370719e..0000000 Binary files a/Source/Servidor/uBizPedidosProveedorServer.dcu and /dev/null differ diff --git a/Source/Servidor/uBizPresupuestosClienteServer.dcu b/Source/Servidor/uBizPresupuestosClienteServer.dcu deleted file mode 100644 index 36dd09e..0000000 Binary files a/Source/Servidor/uBizPresupuestosClienteServer.dcu and /dev/null differ diff --git a/Source/Servidor/uBizProveedoresServer.dcu b/Source/Servidor/uBizProveedoresServer.dcu deleted file mode 100644 index 721c761..0000000 Binary files a/Source/Servidor/uBizProveedoresServer.dcu and /dev/null differ diff --git a/Source/Servidor/uBizRemesasClienteServer.dcu b/Source/Servidor/uBizRemesasClienteServer.dcu deleted file mode 100644 index 6a5879a..0000000 Binary files a/Source/Servidor/uBizRemesasClienteServer.dcu and /dev/null differ diff --git a/Source/Servidor/uBizRemesasProveedorServer.dcu b/Source/Servidor/uBizRemesasProveedorServer.dcu deleted file mode 100644 index 28eafc8..0000000 Binary files a/Source/Servidor/uBizRemesasProveedorServer.dcu and /dev/null differ diff --git a/Source/Servidor/uBusinessUtils.dcu b/Source/Servidor/uBusinessUtils.dcu deleted file mode 100644 index e03c33c..0000000 Binary files a/Source/Servidor/uBusinessUtils.dcu and /dev/null differ diff --git a/Source/Servidor/uConexionBD.dcu b/Source/Servidor/uConexionBD.dcu deleted file mode 100644 index 6a6d7ef..0000000 Binary files a/Source/Servidor/uConexionBD.dcu and /dev/null differ diff --git a/Source/Servidor/uConfGeneral.dcu b/Source/Servidor/uConfGeneral.dcu deleted file mode 100644 index cacf190..0000000 Binary files a/Source/Servidor/uConfGeneral.dcu and /dev/null differ diff --git a/Source/Servidor/uConfiguracion.dcu b/Source/Servidor/uConfiguracion.dcu deleted file mode 100644 index d2ca8e6..0000000 Binary files a/Source/Servidor/uConfiguracion.dcu and /dev/null differ diff --git a/Source/Servidor/uDataModuleServer.dcu b/Source/Servidor/uDataModuleServer.dcu deleted file mode 100644 index cb217fe..0000000 Binary files a/Source/Servidor/uDataModuleServer.dcu and /dev/null differ diff --git a/Source/Servidor/uDataModuleServer.dfm.bak b/Source/Servidor/uDataModuleServer.dfm.bak deleted file mode 100644 index ca1b8af..0000000 --- a/Source/Servidor/uDataModuleServer.dfm.bak +++ /dev/null @@ -1,79 +0,0 @@ -object dmServer: TdmServer - OldCreateOrder = False - OnCreate = DataModuleCreate - OnDestroy = DataModuleDestroy - Height = 285 - Width = 292 - object HTTPServer: TROIndyHTTPServer - Dispatchers = < - item - Name = 'BINMessage' - Message = BINMessage - Enabled = True - PathInfo = 'Bin' - end> - OnBeforeServerActivate = HTTPServerBeforeServerActivate - IndyServer.Bindings = <> - IndyServer.DefaultPort = 8099 - Port = 8099 - Left = 40 - Top = 16 - end - object BINMessage: TROBinMessage - Envelopes = <> - Left = 136 - Top = 16 - end - object DriverManager: TDADriverManager - DriverDirectory = '%SYSTEM%\' - AutoLoad = True - TraceActive = True - TraceFlags = [toExecute, toError, toStmt, toConnect, toTransact, toMisc] - OnTraceEvent = DriverManagerTraceEvent - Left = 136 - Top = 80 - end - object ConnectionManager: TDAConnectionManager - OnConnectionAcquired = ConnectionManagerConnectionAcquired - Connections = < - item - Name = 'IBX' - ConnectionString = - 'IBX?Server=localhost;Database=C:\Codigo Tecsitel\Output\Debug\Da' + - 'tabase\FACTUGES.FDB;UserID=sysdba;Password=masterkey;Dialect=3;C' + - 'harset=ISO8859_1;' - ConnectionType = 'Interbase' - Default = True - end> - DriverManager = DriverManager - PoolingEnabled = True - PoolTransactionBehaviour = ptRollback - Left = 40 - Top = 80 - end - object JvAppRegistryStorage: TJvAppRegistryStorage - StorageOptions.BooleanStringTrueValues = 'TRUE, YES, Y' - StorageOptions.BooleanStringFalseValues = 'FALSE, NO, N' - RegRoot = hkLocalMachine - Root = 'Software\%APPL_NAME%' - SubStorages = <> - Left = 136 - Top = 208 - end - object SessionManager: TROInMemorySessionManager - OnSessionDeleted = SessionManagerSessionDeleted - SessionDuration = -1 - Left = 216 - Top = 16 - end - object JvLogFile1: TJvLogFile - FileName = 'ServerLog.txt' - Active = False - Left = 136 - Top = 144 - end - object DAIBXDriver: TDAIBXDriver - Left = 224 - Top = 80 - end -end diff --git a/Source/Servidor/uDatabaseUtils.dcu b/Source/Servidor/uDatabaseUtils.dcu deleted file mode 100644 index 36bb821..0000000 Binary files a/Source/Servidor/uDatabaseUtils.dcu and /dev/null differ diff --git a/Source/Servidor/uFrameConfiguracion.dcu b/Source/Servidor/uFrameConfiguracion.dcu deleted file mode 100644 index 325e210..0000000 Binary files a/Source/Servidor/uFrameConfiguracion.dcu and /dev/null differ diff --git a/Source/Servidor/uReferenciasUtils.dcu b/Source/Servidor/uReferenciasUtils.dcu deleted file mode 100644 index 26d9164..0000000 Binary files a/Source/Servidor/uReferenciasUtils.dcu and /dev/null differ diff --git a/Source/Servidor/uRestriccionesUsuarioUtils.dcu b/Source/Servidor/uRestriccionesUsuarioUtils.dcu deleted file mode 100644 index a5675fe..0000000 Binary files a/Source/Servidor/uRestriccionesUsuarioUtils.dcu and /dev/null differ diff --git a/Source/Servidor/uRptAlbaranesCliente_Server.dcu b/Source/Servidor/uRptAlbaranesCliente_Server.dcu deleted file mode 100644 index d08a876..0000000 Binary files a/Source/Servidor/uRptAlbaranesCliente_Server.dcu and /dev/null differ diff --git a/Source/Servidor/uRptAlbaranesProveedor_Server.dcu b/Source/Servidor/uRptAlbaranesProveedor_Server.dcu deleted file mode 100644 index 7bfeb19..0000000 Binary files a/Source/Servidor/uRptAlbaranesProveedor_Server.dcu and /dev/null differ diff --git a/Source/Servidor/uRptEtiquetasContacto_Server.dcu b/Source/Servidor/uRptEtiquetasContacto_Server.dcu deleted file mode 100644 index 0ccc6f6..0000000 Binary files a/Source/Servidor/uRptEtiquetasContacto_Server.dcu and /dev/null differ diff --git a/Source/Servidor/uRptFacturasCliente_Server.dcu b/Source/Servidor/uRptFacturasCliente_Server.dcu deleted file mode 100644 index 1263761..0000000 Binary files a/Source/Servidor/uRptFacturasCliente_Server.dcu and /dev/null differ diff --git a/Source/Servidor/uRptFacturasProveedor_Server.dcu b/Source/Servidor/uRptFacturasProveedor_Server.dcu deleted file mode 100644 index 4d689d4..0000000 Binary files a/Source/Servidor/uRptFacturasProveedor_Server.dcu and /dev/null differ diff --git a/Source/Servidor/uRptFichasEmpleado_Server.dcu b/Source/Servidor/uRptFichasEmpleado_Server.dcu deleted file mode 100644 index a30719f..0000000 Binary files a/Source/Servidor/uRptFichasEmpleado_Server.dcu and /dev/null differ diff --git a/Source/Servidor/uRptPedidosProveedor_Server.dcu b/Source/Servidor/uRptPedidosProveedor_Server.dcu deleted file mode 100644 index 0ed3306..0000000 Binary files a/Source/Servidor/uRptPedidosProveedor_Server.dcu and /dev/null differ diff --git a/Source/Servidor/uRptPresupuestosCliente_Server.dcu b/Source/Servidor/uRptPresupuestosCliente_Server.dcu deleted file mode 100644 index 3e18204..0000000 Binary files a/Source/Servidor/uRptPresupuestosCliente_Server.dcu and /dev/null differ diff --git a/Source/Servidor/uRptRecibosCliente_Server.dcu b/Source/Servidor/uRptRecibosCliente_Server.dcu deleted file mode 100644 index 82a452c..0000000 Binary files a/Source/Servidor/uRptRecibosCliente_Server.dcu and /dev/null differ diff --git a/Source/Servidor/uRptRecibosProveedor_Server.dcu b/Source/Servidor/uRptRecibosProveedor_Server.dcu deleted file mode 100644 index 44a1a7e..0000000 Binary files a/Source/Servidor/uRptRecibosProveedor_Server.dcu and /dev/null differ diff --git a/Source/Servidor/uRptWordAlbaranCliente.dcu b/Source/Servidor/uRptWordAlbaranCliente.dcu deleted file mode 100644 index 522d281..0000000 Binary files a/Source/Servidor/uRptWordAlbaranCliente.dcu and /dev/null differ diff --git a/Source/Servidor/uRptWordAlbaranProveedor.dcu b/Source/Servidor/uRptWordAlbaranProveedor.dcu deleted file mode 100644 index f20985e..0000000 Binary files a/Source/Servidor/uRptWordAlbaranProveedor.dcu and /dev/null differ diff --git a/Source/Servidor/uRptWordCertificadoTrabajo_Server.dcu b/Source/Servidor/uRptWordCertificadoTrabajo_Server.dcu deleted file mode 100644 index acee862..0000000 Binary files a/Source/Servidor/uRptWordCertificadoTrabajo_Server.dcu and /dev/null differ diff --git a/Source/Servidor/uRptWordFacturaCliente.dcu b/Source/Servidor/uRptWordFacturaCliente.dcu deleted file mode 100644 index 4f0e71b..0000000 Binary files a/Source/Servidor/uRptWordFacturaCliente.dcu and /dev/null differ diff --git a/Source/Servidor/uRptWordPedidoProveedor.dcu b/Source/Servidor/uRptWordPedidoProveedor.dcu deleted file mode 100644 index ef6f2a7..0000000 Binary files a/Source/Servidor/uRptWordPedidoProveedor.dcu and /dev/null differ diff --git a/Source/Servidor/uRptWordPresupuestoCliente.dcu b/Source/Servidor/uRptWordPresupuestoCliente.dcu deleted file mode 100644 index b999d1a..0000000 Binary files a/Source/Servidor/uRptWordPresupuestoCliente.dcu and /dev/null differ diff --git a/Source/Servidor/uSchemaUtilsServer.dcu b/Source/Servidor/uSchemaUtilsServer.dcu deleted file mode 100644 index 70a26f6..0000000 Binary files a/Source/Servidor/uSchemaUtilsServer.dcu and /dev/null differ diff --git a/Source/Servidor/uServerAppUtils.dcu b/Source/Servidor/uServerAppUtils.dcu deleted file mode 100644 index b047f61..0000000 Binary files a/Source/Servidor/uServerAppUtils.dcu and /dev/null differ diff --git a/Source/Servidor/uServerMainForm.dcu b/Source/Servidor/uServerMainForm.dcu deleted file mode 100644 index 9f05af1..0000000 Binary files a/Source/Servidor/uServerMainForm.dcu and /dev/null differ diff --git a/Source/Servidor/uSesionesUtils.dcu b/Source/Servidor/uSesionesUtils.dcu deleted file mode 100644 index e5e48b9..0000000 Binary files a/Source/Servidor/uSesionesUtils.dcu and /dev/null differ diff --git a/Source/Servidor/uSistemaFunc.dcu b/Source/Servidor/uSistemaFunc.dcu deleted file mode 100644 index 5242fed..0000000 Binary files a/Source/Servidor/uSistemaFunc.dcu and /dev/null differ diff --git a/Source/Servidor/uStringsUtils.dcu b/Source/Servidor/uStringsUtils.dcu deleted file mode 100644 index 7437cc1..0000000 Binary files a/Source/Servidor/uStringsUtils.dcu and /dev/null differ diff --git a/Source/Servidor/uUsersManager.dcu b/Source/Servidor/uUsersManager.dcu deleted file mode 100644 index 863db68..0000000 Binary files a/Source/Servidor/uUsersManager.dcu and /dev/null differ