diff --git a/Exferia_Aplicacion/Exferia_Aplicacion/Exferia_Aplicacion.csproj b/Exferia_Aplicacion/Exferia_Aplicacion/Exferia_Aplicacion.csproj
index 9683b79..4349383 100644
--- a/Exferia_Aplicacion/Exferia_Aplicacion/Exferia_Aplicacion.csproj
+++ b/Exferia_Aplicacion/Exferia_Aplicacion/Exferia_Aplicacion.csproj
@@ -356,6 +356,7 @@
ResXFileCodeGenerator
Resources.Designer.cs
+ Designer
@@ -832,6 +833,8 @@
+
+
diff --git a/Exferia_Aplicacion/Exferia_Aplicacion/General/Imagenes.cs b/Exferia_Aplicacion/Exferia_Aplicacion/General/Imagenes.cs
index 23ca87a..87361d4 100644
--- a/Exferia_Aplicacion/Exferia_Aplicacion/General/Imagenes.cs
+++ b/Exferia_Aplicacion/Exferia_Aplicacion/General/Imagenes.cs
@@ -165,7 +165,8 @@ namespace Exferia_Aplicacion.General
private static Image G_IMG_VER_WEB = global::Exferia_Aplicacion.Properties.Resources.i_ver_web;
private static Image G_IMG_VOLCAR = global::Exferia_Aplicacion.Properties.Resources.i_volcar;
private static Image G_IMG_VOLCAR_GRANDE = global::Exferia_Aplicacion.Properties.Resources.i_volcar_g;
-
+ private static Image G_IMG_FACTURA_E = global::Exferia_Aplicacion.Properties.Resources.i_factura_e;
+ private static Image G_IMG_FIRMA_E = global::Exferia_Aplicacion.Properties.Resources.i_firma_e;
#endregion
@@ -304,7 +305,9 @@ namespace Exferia_Aplicacion.General
G_IMG_VACIAR_SINCRONIZACION,
G_IMG_VACIAR_SUBIDA,
G_IMG_FLECHA_ABAJO,
- G_IMG_GASOLINA
+ G_IMG_GASOLINA,
+ G_IMG_FACTURA_E,
+ G_IMG_FIRMA_E,
}
#endregion
@@ -494,6 +497,8 @@ namespace Exferia_Aplicacion.General
G_DCT_IMAGEN_ABIERTO.Add(nameof(G_IMG_VACIAR_SUBIDA), G_IMG_VACIAR_SUBIDA);
G_DCT_IMAGEN_ABIERTO.Add(nameof(G_IMG_FLECHA_ABAJO), G_IMG_FLECHA_ABAJO);
G_DCT_IMAGEN_ABIERTO.Add(nameof(G_IMG_GASOLINA), G_IMG_GASOLINA);
+ G_DCT_IMAGEN_ABIERTO.Add(nameof(G_IMG_FACTURA_E), G_IMG_FACTURA_E);
+ G_DCT_IMAGEN_ABIERTO.Add(nameof(G_IMG_FIRMA_E), G_IMG_FIRMA_E);
}
}
diff --git a/Exferia_Aplicacion/Exferia_Aplicacion/Properties/Resources.Designer.cs b/Exferia_Aplicacion/Exferia_Aplicacion/Properties/Resources.Designer.cs
index da74544..1727550 100644
--- a/Exferia_Aplicacion/Exferia_Aplicacion/Properties/Resources.Designer.cs
+++ b/Exferia_Aplicacion/Exferia_Aplicacion/Properties/Resources.Designer.cs
@@ -1,10 +1,10 @@
//------------------------------------------------------------------------------
//
-// Este código fue generado por una herramienta.
-// Versión de runtime:4.0.30319.42000
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
//
-// Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si
-// se vuelve a generar el código.
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
//
//------------------------------------------------------------------------------
@@ -13,12 +13,12 @@ namespace Exferia_Aplicacion.Properties {
///
- /// Clase de recurso fuertemente tipado, para buscar cadenas traducidas, etc.
+ /// A strongly-typed resource class, for looking up localized strings, etc.
///
- // StronglyTypedResourceBuilder generó automáticamente esta clase
- // a través de una herramienta como ResGen o Visual Studio.
- // Para agregar o quitar un miembro, edite el archivo .ResX y, a continuación, vuelva a ejecutar ResGen
- // con la opción /str o recompile su proyecto de VS.
+ // This class was auto-generated by the StronglyTypedResourceBuilder
+ // class via a tool like ResGen or Visual Studio.
+ // To add or remove a member, edit your .ResX file then rerun ResGen
+ // with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
@@ -33,7 +33,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Devuelve la instancia de ResourceManager almacenada en caché utilizada por esta clase.
+ /// Returns the cached ResourceManager instance used by this class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
@@ -47,8 +47,8 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Reemplaza la propiedad CurrentUICulture del subproceso actual para todas las
- /// búsquedas de recursos mediante esta clase de recurso fuertemente tipado.
+ /// Overrides the current thread's CurrentUICulture property for all
+ /// resource lookups using this strongly typed resource class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
@@ -61,7 +61,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_abierto {
get {
@@ -71,7 +71,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_aceptar {
get {
@@ -81,7 +81,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_actualizar {
get {
@@ -91,7 +91,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_actualizar_fechanotificacion {
get {
@@ -101,7 +101,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_acumular {
get {
@@ -111,7 +111,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_add {
get {
@@ -121,7 +121,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_add_p {
get {
@@ -131,7 +131,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_arbol_blanca {
get {
@@ -141,7 +141,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_arboljerarquico_o {
get {
@@ -151,7 +151,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_arboljerarquico_y {
get {
@@ -161,7 +161,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_asignar {
get {
@@ -171,7 +171,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_ausenciaProgramada {
get {
@@ -181,7 +181,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_autorizado {
get {
@@ -191,7 +191,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_bolsa {
get {
@@ -201,7 +201,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_bolsa_add {
get {
@@ -211,7 +211,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_bolsa_addtodo {
get {
@@ -221,7 +221,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_bolsa_borrartodo {
get {
@@ -231,7 +231,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_bolsa_delete {
get {
@@ -241,7 +241,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_bolsa_ver {
get {
@@ -251,7 +251,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_borrar {
get {
@@ -261,7 +261,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_borrar_negro {
get {
@@ -271,7 +271,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_buscarcodigo_p {
get {
@@ -281,7 +281,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_buscarfichero {
get {
@@ -291,7 +291,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_calendario {
get {
@@ -301,7 +301,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_cambioCodigo {
get {
@@ -311,7 +311,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_cancelar {
get {
@@ -321,7 +321,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_Captura_Pantalla {
get {
@@ -331,7 +331,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_capturar {
get {
@@ -341,7 +341,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_centroinforrmacion {
get {
@@ -351,7 +351,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_cerrado {
get {
@@ -361,7 +361,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_cerrar_pantalla {
get {
@@ -371,7 +371,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_cerrartodas_pantallas {
get {
@@ -381,7 +381,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_chinchetacolor {
get {
@@ -391,7 +391,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_cobrar {
get {
@@ -401,7 +401,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_cobro_confirmar {
get {
@@ -411,7 +411,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_cobro_desconfirmar {
get {
@@ -421,7 +421,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_compartirentreempresas {
get {
@@ -431,7 +431,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_Configuracion {
get {
@@ -441,7 +441,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_copiaranterior {
get {
@@ -451,7 +451,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap I_cuaderno19 {
get {
@@ -461,7 +461,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_CuadrarContabilidad {
get {
@@ -471,7 +471,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_cuentas {
get {
@@ -481,7 +481,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_dardebaja {
get {
@@ -491,7 +491,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_desasignar {
get {
@@ -501,7 +501,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_Desmarcar_Seleccionados_Peq {
get {
@@ -511,7 +511,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_Desmarcar_Todos_Peq {
get {
@@ -521,7 +521,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_DeSolicitudAPedido {
get {
@@ -531,7 +531,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_despuntear {
get {
@@ -541,7 +541,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_desvolcar {
get {
@@ -551,7 +551,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_desvolcar_g {
get {
@@ -561,7 +561,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_deudaAEAT {
get {
@@ -571,7 +571,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_deudaAEAT_respuesta {
get {
@@ -581,7 +581,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_devolvercobro {
get {
@@ -591,7 +591,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_duplicar {
get {
@@ -601,7 +601,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_elegir {
get {
@@ -611,7 +611,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_elemento_mover {
get {
@@ -621,7 +621,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_elemento_redimencionar {
get {
@@ -631,7 +631,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_emailInformes {
get {
@@ -641,7 +641,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_empleado_rellenarperfil {
get {
@@ -651,7 +651,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_Espera {
get {
@@ -661,7 +661,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_excel {
get {
@@ -671,7 +671,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_excel_dia {
get {
@@ -681,7 +681,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_excel_hoja_unica {
get {
@@ -691,7 +691,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_exclamacion {
get {
@@ -701,7 +701,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_f3_p {
get {
@@ -711,7 +711,17 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap i_factura_e {
+ get {
+ object obj = ResourceManager.GetObject("i_factura_e", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_festivo {
get {
@@ -721,7 +731,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_filtros {
get {
@@ -731,7 +741,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_filtros_borrar {
get {
@@ -741,7 +751,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_filtros_tiene {
get {
@@ -751,7 +761,17 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap i_firma_e {
+ get {
+ object obj = ResourceManager.GetObject("i_firma_e", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_flecha_abajo {
get {
@@ -761,7 +781,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_gasolina {
get {
@@ -771,7 +791,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_generarautomaticamente {
get {
@@ -781,7 +801,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_generarautomaticamente_r {
get {
@@ -791,7 +811,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_generarautomaticamente_v {
get {
@@ -801,7 +821,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_guardar {
get {
@@ -811,7 +831,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_guardar_actualizar {
get {
@@ -821,7 +841,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_horariolaboral {
get {
@@ -831,7 +851,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_horariolaboral_quitar {
get {
@@ -841,7 +861,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_huella_noseleccionada {
get {
@@ -851,7 +871,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_huella_seleccionada {
get {
@@ -861,7 +881,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_huella_traspasar {
get {
@@ -871,7 +891,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_ImpresorasLocal {
get {
@@ -881,7 +901,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_ImpresorasLocal_algunas {
get {
@@ -891,7 +911,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_ImpresorasLocal_nohay {
get {
@@ -901,7 +921,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_imprimir {
get {
@@ -911,7 +931,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_imprimir_horizontal {
get {
@@ -921,7 +941,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_imprimir_modelo347 {
get {
@@ -931,7 +951,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_imprimir_modelo415 {
get {
@@ -941,7 +961,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_imprimir_vertical {
get {
@@ -951,7 +971,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_logo_Exferia {
get {
@@ -961,7 +981,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_manos_huellas {
get {
@@ -971,7 +991,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_mapa {
get {
@@ -981,7 +1001,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_Marcar_Seleccionados_Peq {
get {
@@ -991,7 +1011,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_Marcar_Todos_Peq {
get {
@@ -1001,7 +1021,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_menos {
get {
@@ -1011,7 +1031,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_montandoBaseDatos {
get {
@@ -1021,7 +1041,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_mover {
get {
@@ -1031,7 +1051,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_no_autorizado {
get {
@@ -1041,7 +1061,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_orden_asc {
get {
@@ -1051,7 +1071,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_orden_desc {
get {
@@ -1061,7 +1081,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_PantallaCompleta {
get {
@@ -1071,7 +1091,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_Papelera {
get {
@@ -1081,7 +1101,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_pdfFile {
get {
@@ -1091,7 +1111,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_pedidosagregar {
get {
@@ -1101,7 +1121,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_pregunta {
get {
@@ -1111,7 +1131,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_presenciaProgramada {
get {
@@ -1121,7 +1141,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_previsiones {
get {
@@ -1131,7 +1151,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_Previsualizacionl {
get {
@@ -1141,7 +1161,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_probar_conexion {
get {
@@ -1151,7 +1171,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_procesos {
get {
@@ -1161,7 +1181,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_producto_ControlGastos {
get {
@@ -1171,7 +1191,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_producto_CRM {
get {
@@ -1181,7 +1201,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_producto_gestiontasas {
get {
@@ -1191,7 +1211,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_producto_hermes {
get {
@@ -1201,7 +1221,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_producto_HPV {
get {
@@ -1211,7 +1231,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_producto_kairospro {
get {
@@ -1221,7 +1241,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_producto_kronos {
get {
@@ -1231,7 +1251,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_producto_mythos {
get {
@@ -1241,7 +1261,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_producto_SGA {
get {
@@ -1251,7 +1271,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_producto_sigmaERP {
get {
@@ -1261,7 +1281,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_producto_sigmamobile {
get {
@@ -1271,7 +1291,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_pruebaemail {
get {
@@ -1281,7 +1301,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_puntear {
get {
@@ -1291,7 +1311,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_puntomapa {
get {
@@ -1301,7 +1321,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_recalcular_resumen {
get {
@@ -1311,7 +1331,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_rechazar {
get {
@@ -1321,7 +1341,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_renombrar {
get {
@@ -1331,7 +1351,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_RenovarContrato {
get {
@@ -1341,7 +1361,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_salir {
get {
@@ -1351,7 +1371,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_servidorescorreo {
get {
@@ -1361,7 +1381,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_sincronizar {
get {
@@ -1371,7 +1391,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_subirpdfProvidenciaApremioAEAT {
get {
@@ -1381,7 +1401,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_tarifapromocion_p {
get {
@@ -1391,7 +1411,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_Texto_AgregarIdentacion {
get {
@@ -1401,7 +1421,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_Texto_Centrado {
get {
@@ -1411,7 +1431,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_Texto_ColorFondo {
get {
@@ -1421,7 +1441,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_Texto_Derecha {
get {
@@ -1431,7 +1451,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_Texto_Italica {
get {
@@ -1441,7 +1461,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_Texto_Izquierda {
get {
@@ -1451,7 +1471,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_Texto_Justificado {
get {
@@ -1461,7 +1481,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_Texto_Lista {
get {
@@ -1471,7 +1491,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_Texto_Negrita {
get {
@@ -1481,7 +1501,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_Texto_Numeracion {
get {
@@ -1491,7 +1511,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_Texto_QuitarIdentacion {
get {
@@ -1501,7 +1521,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_Texto_Subrayado {
get {
@@ -1511,7 +1531,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_TextoColorLetra {
get {
@@ -1521,7 +1541,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_VaciarDispostivo {
get {
@@ -1531,7 +1551,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_VaciarSincronizacion {
get {
@@ -1541,7 +1561,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_VaciarSubida {
get {
@@ -1551,7 +1571,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_validacion_candado {
get {
@@ -1561,7 +1581,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_validacion_llaves {
get {
@@ -1571,7 +1591,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_variables {
get {
@@ -1581,7 +1601,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_ver {
get {
@@ -1591,7 +1611,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_ver_email {
get {
@@ -1601,7 +1621,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_ver_p {
get {
@@ -1611,7 +1631,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_ver_web {
get {
@@ -1621,7 +1641,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_volcar {
get {
@@ -1631,7 +1651,7 @@ namespace Exferia_Aplicacion.Properties {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap i_volcar_g {
get {
diff --git a/Exferia_Aplicacion/Exferia_Aplicacion/Properties/Resources.resx b/Exferia_Aplicacion/Exferia_Aplicacion/Properties/Resources.resx
index 9fcf81e..7c079b1 100644
--- a/Exferia_Aplicacion/Exferia_Aplicacion/Properties/Resources.resx
+++ b/Exferia_Aplicacion/Exferia_Aplicacion/Properties/Resources.resx
@@ -592,4 +592,10 @@
..\Resources\i_ascii347.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\i_factura_e.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\i_firma_e.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
\ No newline at end of file
diff --git a/Exferia_Aplicacion/Exferia_Aplicacion/Resources/i_factura_e.png b/Exferia_Aplicacion/Exferia_Aplicacion/Resources/i_factura_e.png
new file mode 100644
index 0000000..db229d6
Binary files /dev/null and b/Exferia_Aplicacion/Exferia_Aplicacion/Resources/i_factura_e.png differ
diff --git a/Exferia_Aplicacion/Exferia_Aplicacion/Resources/i_firma_e.png b/Exferia_Aplicacion/Exferia_Aplicacion/Resources/i_firma_e.png
new file mode 100644
index 0000000..abac436
Binary files /dev/null and b/Exferia_Aplicacion/Exferia_Aplicacion/Resources/i_firma_e.png differ
diff --git a/Exferia_General/Exferia_General/3_Vistas/P_ConfiguracionGeneral.Designer.cs b/Exferia_General/Exferia_General/3_Vistas/P_ConfiguracionGeneral.Designer.cs
index 5dc4780..7440116 100644
--- a/Exferia_General/Exferia_General/3_Vistas/P_ConfiguracionGeneral.Designer.cs
+++ b/Exferia_General/Exferia_General/3_Vistas/P_ConfiguracionGeneral.Designer.cs
@@ -197,7 +197,7 @@
this.exferia_Button1.BackColor = System.Drawing.Color.Maroon;
this.exferia_Button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.exferia_Button1.Exferia_Button_Bloqueable = true;
- this.exferia_Button1.Exferia_Button_Imagen = Exferia_Aplicacion.General.Imagenes.G_ENUM_IMAGENES.G_IMG_IMPRIMIR_VERTICAL;
+ this.exferia_Button1.Exferia_Button_Imagen = Exferia_Aplicacion.General.Imagenes.G_ENUM_IMAGENES.G_IMG_FIRMA_E;
this.exferia_Button1.Exferia_Button_Permitir_CambioFuenteAutomatico = true;
this.exferia_Button1.Exferia_Button_ReadOnly = false;
this.exferia_Button1.Exferia_Button_TabStop = false;
diff --git a/Exferia_Ventas/Exferia_Ventas/3_Vistas/P_FacturaCabecera.Designer.cs b/Exferia_Ventas/Exferia_Ventas/3_Vistas/P_FacturaCabecera.Designer.cs
index ab78869..14fa36e 100644
--- a/Exferia_Ventas/Exferia_Ventas/3_Vistas/P_FacturaCabecera.Designer.cs
+++ b/Exferia_Ventas/Exferia_Ventas/3_Vistas/P_FacturaCabecera.Designer.cs
@@ -174,6 +174,7 @@
this.ex_btn_P_FacturaCabecera_Volcado = new Exferia_Controles.Exferia_Button();
this.ex_btn_P_FacturaCabecera_Cuentas = new Exferia_Controles.Exferia_Button();
this.ex_btn_P_FacturaCabecera_EnviarMensajes = new Exferia_Controles.Exferia_Button();
+ this.ex_btn_P_FacturaCabecera_FacturaE = new Exferia_Controles.Exferia_Button();
this.pnl_Scroll.SuspendLayout();
this.ex_tbc_Principal.SuspendLayout();
this.tbp_Lineas.SuspendLayout();
@@ -3080,10 +3081,33 @@
this.ex_btn_P_FacturaCabecera_EnviarMensajes.UseVisualStyleBackColor = false;
this.ex_btn_P_FacturaCabecera_EnviarMensajes.Click += new System.EventHandler(this.ex_btn_P_FacturaCabecera_EnviarMensajes_Click);
//
+ // ex_btn_P_FacturaCabecera_FacturaE
+ //
+ this.ex_btn_P_FacturaCabecera_FacturaE.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
+ this.ex_btn_P_FacturaCabecera_FacturaE.BackColor = System.Drawing.Color.Maroon;
+ this.ex_btn_P_FacturaCabecera_FacturaE.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+ this.ex_btn_P_FacturaCabecera_FacturaE.Exferia_Button_Bloqueable = true;
+ this.ex_btn_P_FacturaCabecera_FacturaE.Exferia_Button_Imagen = Exferia_Aplicacion.General.Imagenes.G_ENUM_IMAGENES.G_IMG_FACTURA_E;
+ this.ex_btn_P_FacturaCabecera_FacturaE.Exferia_Button_Permitir_CambioFuenteAutomatico = true;
+ this.ex_btn_P_FacturaCabecera_FacturaE.Exferia_Button_ReadOnly = false;
+ this.ex_btn_P_FacturaCabecera_FacturaE.Exferia_Button_TabStop = false;
+ this.ex_btn_P_FacturaCabecera_FacturaE.Exferia_Button_ToolTip = "Generar Factura Electrónica";
+ this.ex_btn_P_FacturaCabecera_FacturaE.FlatAppearance.BorderSize = 0;
+ this.ex_btn_P_FacturaCabecera_FacturaE.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.ex_btn_P_FacturaCabecera_FacturaE.Location = new System.Drawing.Point(756, 554);
+ this.ex_btn_P_FacturaCabecera_FacturaE.Name = "ex_btn_P_FacturaCabecera_FacturaE";
+ this.ex_btn_P_FacturaCabecera_FacturaE.Size = new System.Drawing.Size(31, 36);
+ this.ex_btn_P_FacturaCabecera_FacturaE.TabIndex = 1084;
+ this.ex_btn_P_FacturaCabecera_FacturaE.TabStop = false;
+ this.ex_btn_P_FacturaCabecera_FacturaE.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
+ this.ex_btn_P_FacturaCabecera_FacturaE.UseVisualStyleBackColor = false;
+ this.ex_btn_P_FacturaCabecera_FacturaE.Click += new System.EventHandler(this.ex_btn_P_FacturaCabecera_FacturaE_Click);
+ //
// P_FacturaCabecera
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.ClientSize = new System.Drawing.Size(797, 670);
+ this.Controls.Add(this.ex_btn_P_FacturaCabecera_FacturaE);
this.Controls.Add(this.ex_btn_P_FacturaCabecera_EnviarMensajes);
this.Controls.Add(this.ex_btn_P_FacturaCabecera_Volcado);
this.Controls.Add(this.ex_btn_P_FacturaCabecera_Cuentas);
@@ -3116,6 +3140,7 @@
this.Controls.SetChildIndex(this.ex_btn_P_FacturaCabecera_Cuentas, 0);
this.Controls.SetChildIndex(this.ex_btn_P_FacturaCabecera_Volcado, 0);
this.Controls.SetChildIndex(this.ex_btn_P_FacturaCabecera_EnviarMensajes, 0);
+ this.Controls.SetChildIndex(this.ex_btn_P_FacturaCabecera_FacturaE, 0);
this.pnl_Scroll.ResumeLayout(false);
this.pnl_Scroll.PerformLayout();
this.ex_tbc_Principal.ResumeLayout(false);
@@ -3305,5 +3330,6 @@
private Exferia_Controles.Exferia_TextBox ex_txt_P_FacturaCabecera_Anexo_CodigoPostal;
private Exferia_Controles.Exferia_Label exferia_Label2;
private Exferia_Controles.Exferia_Button ex_btn_P_FacturaCabecera_EnviarMensajes;
+ private Exferia_Controles.Exferia_Button ex_btn_P_FacturaCabecera_FacturaE;
}
}
diff --git a/Exferia_Ventas/Exferia_Ventas/3_Vistas/P_FacturaCabecera.cs b/Exferia_Ventas/Exferia_Ventas/3_Vistas/P_FacturaCabecera.cs
index f3585f8..89616dc 100644
--- a/Exferia_Ventas/Exferia_Ventas/3_Vistas/P_FacturaCabecera.cs
+++ b/Exferia_Ventas/Exferia_Ventas/3_Vistas/P_FacturaCabecera.cs
@@ -4107,5 +4107,10 @@ namespace Exferia_Ventas._3_Vistas
{
g_obj_Controladora.Proceso_EnviarMensajes();
}
+
+ private void ex_btn_P_FacturaCabecera_FacturaE_Click(object sender, EventArgs e)
+ {
+
+ }
}
}