sigma erp

master
Gerardo 2023-08-02 12:13:57 +02:00
parent 8f6d4afa5a
commit 129fa83359
21 changed files with 5151 additions and 0 deletions

View File

@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SigmaERP", "SigmaERP\SigmaERP.csproj", "{27C89E20-8D1F-46D7-8ABE-FA99B605770D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{27C89E20-8D1F-46D7-8ABE-FA99B605770D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27C89E20-8D1F-46D7-8ABE-FA99B605770D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27C89E20-8D1F-46D7-8ABE-FA99B605770D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27C89E20-8D1F-46D7-8ABE-FA99B605770D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,490 @@
using Exferia_Aplicacion.General;
namespace SigmaERP
{
partial class P_Principal
{
/// <summary>
/// Variable del diseñador necesaria.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Limpiar los recursos que se estén usando.
/// </summary>
/// <param name="disposing">true si los recursos administrados se deben desechar; false en caso contrario.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Código generado por el Diseñador de Windows Forms
/// <summary>
/// Método necesario para admitir el Diseñador. No se puede modificar
/// el contenido de este método con el editor de código.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(P_Principal));
this.lbl_EmpresaEjercicioOrden_Activo = new System.Windows.Forms.Label();
this.lbl_Version = new System.Windows.Forms.Label();
this.lbl_EmpleadoValidado = new System.Windows.Forms.Label();
this.imglst_ArbolPrincipal = new System.Windows.Forms.ImageList(this.components);
this.lbl_ValidacionLicencia = new System.Windows.Forms.Label();
this.spl_Principal = new System.Windows.Forms.SplitContainer();
this.ex_btn_CambiarEmpresa = new Exferia_Controles.Exferia_Button_ConBorde();
this.ex_btn_CambiarLicencia = new Exferia_Controles.Exferia_Button_ConBorde();
this.ex_btn_P_Principal_ImpresorasLocal = new Exferia_Controles.Exferia_Button_ConBorde();
this.ex_pnl_Athos = new Exferia_Controles.Exferia_Panel_Degradado_CambioColor();
this.ex_btn_Athos_AnclarDesanclar = new Exferia_Controles.Exferia_Button();
this.ex_btn_MenuAthos_Mostrar = new Exferia_Controles.Exferia_Button_Vertical();
this.ex_pnl_MenuIzquierdo = new Exferia_Controles.Exferia_Panel_Degradado_CambioColor();
this.ex_btn_MenuIzquierdo_TipoCompraVenta = new Exferia_Controles.Exferia_Button();
this.ex_btn_MenuIzquierdo_GestionControl = new Exferia_Controles.Exferia_Button();
this.ex_trv_Menu = new Exferia_Controles.Exferia_TreeView();
this.ex_btn_MenuIzquierdo_AnclarDesanclar = new Exferia_Controles.Exferia_Button();
this.ex_btn_MenuIzquierdo_Mostrar = new Exferia_Controles.Exferia_Button_Vertical();
this.ex_msp_Menu = new Exferia_Controles.Exferia_MenuSuperior();
this.ex_txt_P_Principal_Busqueda = new Exferia_Controles.Exferia_TextBox();
this.exferia_Label1 = new Exferia_Controles.Exferia_Label();
((System.ComponentModel.ISupportInitialize)(this.spl_Principal)).BeginInit();
this.spl_Principal.SuspendLayout();
this.ex_pnl_Athos.SuspendLayout();
this.ex_pnl_MenuIzquierdo.SuspendLayout();
this.SuspendLayout();
//
// lbl_EmpresaEjercicioOrden_Activo
//
this.lbl_EmpresaEjercicioOrden_Activo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lbl_EmpresaEjercicioOrden_Activo.Location = new System.Drawing.Point(51, 702);
this.lbl_EmpresaEjercicioOrden_Activo.Name = "lbl_EmpresaEjercicioOrden_Activo";
this.lbl_EmpresaEjercicioOrden_Activo.Size = new System.Drawing.Size(439, 22);
this.lbl_EmpresaEjercicioOrden_Activo.TabIndex = 18;
this.lbl_EmpresaEjercicioOrden_Activo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lbl_Version
//
this.lbl_Version.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.lbl_Version.AutoSize = true;
this.lbl_Version.Location = new System.Drawing.Point(908, 681);
this.lbl_Version.Name = "lbl_Version";
this.lbl_Version.Size = new System.Drawing.Size(78, 13);
this.lbl_Version.TabIndex = 17;
this.lbl_Version.Text = "Versión: 1.00.1";
//
// lbl_EmpleadoValidado
//
this.lbl_EmpleadoValidado.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.lbl_EmpleadoValidado.Location = new System.Drawing.Point(645, 702);
this.lbl_EmpleadoValidado.Name = "lbl_EmpleadoValidado";
this.lbl_EmpleadoValidado.Size = new System.Drawing.Size(341, 22);
this.lbl_EmpleadoValidado.TabIndex = 16;
this.lbl_EmpleadoValidado.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// imglst_ArbolPrincipal
//
this.imglst_ArbolPrincipal.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
this.imglst_ArbolPrincipal.ImageSize = new System.Drawing.Size(16, 16);
this.imglst_ArbolPrincipal.TransparentColor = System.Drawing.Color.Transparent;
//
// lbl_ValidacionLicencia
//
this.lbl_ValidacionLicencia.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lbl_ValidacionLicencia.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lbl_ValidacionLicencia.ForeColor = System.Drawing.Color.Red;
this.lbl_ValidacionLicencia.Location = new System.Drawing.Point(52, 675);
this.lbl_ValidacionLicencia.Name = "lbl_ValidacionLicencia";
this.lbl_ValidacionLicencia.Size = new System.Drawing.Size(662, 22);
this.lbl_ValidacionLicencia.TabIndex = 23;
this.lbl_ValidacionLicencia.Text = "Validando Licencia ...";
this.lbl_ValidacionLicencia.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// spl_Principal
//
this.spl_Principal.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.spl_Principal.BackColor = System.Drawing.Color.WhiteSmoke;
this.spl_Principal.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.spl_Principal.Location = new System.Drawing.Point(24, 49);
this.spl_Principal.Name = "spl_Principal";
//
// spl_Principal.Panel1
//
this.spl_Principal.Panel1.BackColor = System.Drawing.Color.WhiteSmoke;
//
// spl_Principal.Panel2
//
this.spl_Principal.Panel2.BackColor = System.Drawing.Color.WhiteSmoke;
this.spl_Principal.Size = new System.Drawing.Size(960, 618);
this.spl_Principal.SplitterDistance = 480;
this.spl_Principal.TabIndex = 0;
this.spl_Principal.Visible = false;
//
// ex_btn_CambiarEmpresa
//
this.ex_btn_CambiarEmpresa.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.ex_btn_CambiarEmpresa.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ex_btn_CambiarEmpresa.Exferia_Button_ConBorde_Bloqueable = true;
this.ex_btn_CambiarEmpresa.Exferia_Button_ConBorde_Imagen = Exferia_Aplicacion.General.Imagenes.G_ENUM_IMAGENES.Vacio;
this.ex_btn_CambiarEmpresa.Exferia_Button_ConBorde_ReadOnly = false;
this.ex_btn_CambiarEmpresa.Exferia_Button_Permitir_CambioFuenteAutomatico = false;
this.ex_btn_CambiarEmpresa.Exferia_Button_ToolTip = "";
this.ex_btn_CambiarEmpresa.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ex_btn_CambiarEmpresa.Font = new System.Drawing.Font("Fuentes_SigmaERP", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ex_btn_CambiarEmpresa.Location = new System.Drawing.Point(18, 699);
this.ex_btn_CambiarEmpresa.Margin = new System.Windows.Forms.Padding(0);
this.ex_btn_CambiarEmpresa.Name = "ex_btn_CambiarEmpresa";
this.ex_btn_CambiarEmpresa.Size = new System.Drawing.Size(27, 27);
this.ex_btn_CambiarEmpresa.TabIndex = 25;
this.ex_btn_CambiarEmpresa.TabStop = false;
this.ex_btn_CambiarEmpresa.Text = "C";
this.ex_btn_CambiarEmpresa.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.ex_btn_CambiarEmpresa.UseVisualStyleBackColor = true;
this.ex_btn_CambiarEmpresa.Click += new System.EventHandler(this.ex_btn_CambiarEmpresa_Click);
//
// ex_btn_CambiarLicencia
//
this.ex_btn_CambiarLicencia.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.ex_btn_CambiarLicencia.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ex_btn_CambiarLicencia.Exferia_Button_ConBorde_Bloqueable = true;
this.ex_btn_CambiarLicencia.Exferia_Button_ConBorde_Imagen = Exferia_Aplicacion.General.Imagenes.G_ENUM_IMAGENES.Vacio;
this.ex_btn_CambiarLicencia.Exferia_Button_ConBorde_ReadOnly = false;
this.ex_btn_CambiarLicencia.Exferia_Button_Permitir_CambioFuenteAutomatico = false;
this.ex_btn_CambiarLicencia.Exferia_Button_ToolTip = "";
this.ex_btn_CambiarLicencia.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ex_btn_CambiarLicencia.Font = new System.Drawing.Font("Fuentes_SigmaERP", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ex_btn_CambiarLicencia.Location = new System.Drawing.Point(18, 670);
this.ex_btn_CambiarLicencia.Margin = new System.Windows.Forms.Padding(0);
this.ex_btn_CambiarLicencia.Name = "ex_btn_CambiarLicencia";
this.ex_btn_CambiarLicencia.Size = new System.Drawing.Size(27, 27);
this.ex_btn_CambiarLicencia.TabIndex = 24;
this.ex_btn_CambiarLicencia.TabStop = false;
this.ex_btn_CambiarLicencia.Text = "B";
this.ex_btn_CambiarLicencia.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.ex_btn_CambiarLicencia.UseVisualStyleBackColor = true;
this.ex_btn_CambiarLicencia.Click += new System.EventHandler(this.ex_btn_CambiarLicencia_Click);
//
// ex_btn_P_Principal_ImpresorasLocal
//
this.ex_btn_P_Principal_ImpresorasLocal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.ex_btn_P_Principal_ImpresorasLocal.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ex_btn_P_Principal_ImpresorasLocal.Exferia_Button_ConBorde_Bloqueable = true;
this.ex_btn_P_Principal_ImpresorasLocal.Exferia_Button_ConBorde_Imagen = Exferia_Aplicacion.General.Imagenes.G_ENUM_IMAGENES.G_IMG_IMPRESORASLOCAL;
this.ex_btn_P_Principal_ImpresorasLocal.Exferia_Button_ConBorde_ReadOnly = false;
this.ex_btn_P_Principal_ImpresorasLocal.Exferia_Button_Permitir_CambioFuenteAutomatico = true;
this.ex_btn_P_Principal_ImpresorasLocal.Exferia_Button_ToolTip = "";
this.ex_btn_P_Principal_ImpresorasLocal.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ex_btn_P_Principal_ImpresorasLocal.Location = new System.Drawing.Point(952, 9);
this.ex_btn_P_Principal_ImpresorasLocal.Name = "ex_btn_P_Principal_ImpresorasLocal";
this.ex_btn_P_Principal_ImpresorasLocal.Size = new System.Drawing.Size(36, 36);
this.ex_btn_P_Principal_ImpresorasLocal.TabIndex = 0;
this.ex_btn_P_Principal_ImpresorasLocal.TabStop = false;
this.ex_btn_P_Principal_ImpresorasLocal.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.ex_btn_P_Principal_ImpresorasLocal.UseVisualStyleBackColor = true;
this.ex_btn_P_Principal_ImpresorasLocal.Click += new System.EventHandler(this.ex_btn_P_Principal_ImpresorasLocal_Click);
//
// ex_pnl_Athos
//
this.ex_pnl_Athos.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.ex_pnl_Athos.Controls.Add(this.ex_btn_Athos_AnclarDesanclar);
this.ex_pnl_Athos.Exferia_Panel_Degradado_CambioColor_Color_Borde = System.Drawing.Color.White;
this.ex_pnl_Athos.Exferia_Panel_Degradado_CambioColor_Color_Desde = System.Drawing.Color.White;
this.ex_pnl_Athos.Exferia_Panel_Degradado_CambioColor_Color_Hasta = System.Drawing.Color.White;
this.ex_pnl_Athos.Exferia_Panel_Degradado_CambioColor_TipoDegradado = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
this.ex_pnl_Athos.Location = new System.Drawing.Point(709, 49);
this.ex_pnl_Athos.Name = "ex_pnl_Athos";
this.ex_pnl_Athos.Size = new System.Drawing.Size(276, 618);
this.ex_pnl_Athos.TabIndex = 22;
this.ex_pnl_Athos.Visible = false;
//
// ex_btn_Athos_AnclarDesanclar
//
this.ex_btn_Athos_AnclarDesanclar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ex_btn_Athos_AnclarDesanclar.Exferia_Button_Bloqueable = true;
this.ex_btn_Athos_AnclarDesanclar.Exferia_Button_Imagen = Exferia_Aplicacion.General.Imagenes.G_ENUM_IMAGENES.Vacio;
this.ex_btn_Athos_AnclarDesanclar.Exferia_Button_Permitir_CambioFuenteAutomatico = false;
this.ex_btn_Athos_AnclarDesanclar.Exferia_Button_ReadOnly = false;
this.ex_btn_Athos_AnclarDesanclar.Exferia_Button_TabStop = false;
this.ex_btn_Athos_AnclarDesanclar.Exferia_Button_ToolTip = "";
this.ex_btn_Athos_AnclarDesanclar.FlatAppearance.BorderSize = 0;
this.ex_btn_Athos_AnclarDesanclar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ex_btn_Athos_AnclarDesanclar.Font = new System.Drawing.Font("Fuentes_SigmaERP", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ex_btn_Athos_AnclarDesanclar.ForeColor = System.Drawing.Color.White;
this.ex_btn_Athos_AnclarDesanclar.Location = new System.Drawing.Point(239, 3);
this.ex_btn_Athos_AnclarDesanclar.Name = "ex_btn_Athos_AnclarDesanclar";
this.ex_btn_Athos_AnclarDesanclar.Size = new System.Drawing.Size(34, 30);
this.ex_btn_Athos_AnclarDesanclar.TabIndex = 0;
this.ex_btn_Athos_AnclarDesanclar.TabStop = false;
this.ex_btn_Athos_AnclarDesanclar.Tag = "0";
this.ex_btn_Athos_AnclarDesanclar.Text = "9";
this.ex_btn_Athos_AnclarDesanclar.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.ex_btn_Athos_AnclarDesanclar.UseVisualStyleBackColor = true;
this.ex_btn_Athos_AnclarDesanclar.Click += new System.EventHandler(this.btn_Athos_AnclarDesanclar_Click);
//
// ex_btn_MenuAthos_Mostrar
//
this.ex_btn_MenuAthos_Mostrar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.ex_btn_MenuAthos_Mostrar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ex_btn_MenuAthos_Mostrar.Exferia_Button_Vertical_Imagen = Exferia_Aplicacion.General.Imagenes.G_ENUM_IMAGENES.Vacio;
this.ex_btn_MenuAthos_Mostrar.Exferia_Button_Vertical_TextoVertical = "ATHOS";
this.ex_btn_MenuAthos_Mostrar.FlatAppearance.BorderSize = 0;
this.ex_btn_MenuAthos_Mostrar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ex_btn_MenuAthos_Mostrar.Location = new System.Drawing.Point(986, 50);
this.ex_btn_MenuAthos_Mostrar.Name = "ex_btn_MenuAthos_Mostrar";
this.ex_btn_MenuAthos_Mostrar.Size = new System.Drawing.Size(21, 66);
this.ex_btn_MenuAthos_Mostrar.TabIndex = 22;
this.ex_btn_MenuAthos_Mostrar.TabStop = false;
this.ex_btn_MenuAthos_Mostrar.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.ex_btn_MenuAthos_Mostrar.UseVisualStyleBackColor = true;
this.ex_btn_MenuAthos_Mostrar.Click += new System.EventHandler(this.btn_MenuAthos_Mostrar_Click);
//
// ex_pnl_MenuIzquierdo
//
this.ex_pnl_MenuIzquierdo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.ex_pnl_MenuIzquierdo.Controls.Add(this.exferia_Label1);
this.ex_pnl_MenuIzquierdo.Controls.Add(this.ex_txt_P_Principal_Busqueda);
this.ex_pnl_MenuIzquierdo.Controls.Add(this.ex_btn_MenuIzquierdo_TipoCompraVenta);
this.ex_pnl_MenuIzquierdo.Controls.Add(this.ex_btn_MenuIzquierdo_GestionControl);
this.ex_pnl_MenuIzquierdo.Controls.Add(this.ex_trv_Menu);
this.ex_pnl_MenuIzquierdo.Controls.Add(this.ex_btn_MenuIzquierdo_AnclarDesanclar);
this.ex_pnl_MenuIzquierdo.Exferia_Panel_Degradado_CambioColor_Color_Borde = System.Drawing.Color.White;
this.ex_pnl_MenuIzquierdo.Exferia_Panel_Degradado_CambioColor_Color_Desde = System.Drawing.Color.White;
this.ex_pnl_MenuIzquierdo.Exferia_Panel_Degradado_CambioColor_Color_Hasta = System.Drawing.Color.White;
this.ex_pnl_MenuIzquierdo.Exferia_Panel_Degradado_CambioColor_TipoDegradado = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
this.ex_pnl_MenuIzquierdo.Location = new System.Drawing.Point(21, 49);
this.ex_pnl_MenuIzquierdo.Name = "ex_pnl_MenuIzquierdo";
this.ex_pnl_MenuIzquierdo.Size = new System.Drawing.Size(276, 618);
this.ex_pnl_MenuIzquierdo.TabIndex = 21;
this.ex_pnl_MenuIzquierdo.Visible = false;
//
// ex_btn_MenuIzquierdo_TipoCompraVenta
//
this.ex_btn_MenuIzquierdo_TipoCompraVenta.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ex_btn_MenuIzquierdo_TipoCompraVenta.Exferia_Button_Bloqueable = true;
this.ex_btn_MenuIzquierdo_TipoCompraVenta.Exferia_Button_Imagen = Exferia_Aplicacion.General.Imagenes.G_ENUM_IMAGENES.Vacio;
this.ex_btn_MenuIzquierdo_TipoCompraVenta.Exferia_Button_Permitir_CambioFuenteAutomatico = false;
this.ex_btn_MenuIzquierdo_TipoCompraVenta.Exferia_Button_ReadOnly = false;
this.ex_btn_MenuIzquierdo_TipoCompraVenta.Exferia_Button_TabStop = false;
this.ex_btn_MenuIzquierdo_TipoCompraVenta.Exferia_Button_ToolTip = "Tipos de Compra/Venta";
this.ex_btn_MenuIzquierdo_TipoCompraVenta.FlatAppearance.BorderSize = 0;
this.ex_btn_MenuIzquierdo_TipoCompraVenta.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ex_btn_MenuIzquierdo_TipoCompraVenta.Font = new System.Drawing.Font("Fuentes_SigmaERP", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ex_btn_MenuIzquierdo_TipoCompraVenta.ForeColor = System.Drawing.Color.White;
this.ex_btn_MenuIzquierdo_TipoCompraVenta.Location = new System.Drawing.Point(43, 4);
this.ex_btn_MenuIzquierdo_TipoCompraVenta.Name = "ex_btn_MenuIzquierdo_TipoCompraVenta";
this.ex_btn_MenuIzquierdo_TipoCompraVenta.Size = new System.Drawing.Size(34, 30);
this.ex_btn_MenuIzquierdo_TipoCompraVenta.TabIndex = 3;
this.ex_btn_MenuIzquierdo_TipoCompraVenta.TabStop = false;
this.ex_btn_MenuIzquierdo_TipoCompraVenta.Tag = "0";
this.ex_btn_MenuIzquierdo_TipoCompraVenta.Text = "M";
this.ex_btn_MenuIzquierdo_TipoCompraVenta.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.ex_btn_MenuIzquierdo_TipoCompraVenta.UseVisualStyleBackColor = true;
this.ex_btn_MenuIzquierdo_TipoCompraVenta.Visible = false;
this.ex_btn_MenuIzquierdo_TipoCompraVenta.Click += new System.EventHandler(this.ex_btn_MenuIzquierdo_TipoCompraVenta_Click);
//
// ex_btn_MenuIzquierdo_GestionControl
//
this.ex_btn_MenuIzquierdo_GestionControl.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ex_btn_MenuIzquierdo_GestionControl.Exferia_Button_Bloqueable = true;
this.ex_btn_MenuIzquierdo_GestionControl.Exferia_Button_Imagen = Exferia_Aplicacion.General.Imagenes.G_ENUM_IMAGENES.Vacio;
this.ex_btn_MenuIzquierdo_GestionControl.Exferia_Button_Permitir_CambioFuenteAutomatico = false;
this.ex_btn_MenuIzquierdo_GestionControl.Exferia_Button_ReadOnly = false;
this.ex_btn_MenuIzquierdo_GestionControl.Exferia_Button_TabStop = false;
this.ex_btn_MenuIzquierdo_GestionControl.Exferia_Button_ToolTip = "Control de la aplicación";
this.ex_btn_MenuIzquierdo_GestionControl.FlatAppearance.BorderSize = 0;
this.ex_btn_MenuIzquierdo_GestionControl.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ex_btn_MenuIzquierdo_GestionControl.Font = new System.Drawing.Font("Fuentes_SigmaERP", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ex_btn_MenuIzquierdo_GestionControl.ForeColor = System.Drawing.Color.White;
this.ex_btn_MenuIzquierdo_GestionControl.Location = new System.Drawing.Point(3, 3);
this.ex_btn_MenuIzquierdo_GestionControl.Name = "ex_btn_MenuIzquierdo_GestionControl";
this.ex_btn_MenuIzquierdo_GestionControl.Size = new System.Drawing.Size(34, 30);
this.ex_btn_MenuIzquierdo_GestionControl.TabIndex = 2;
this.ex_btn_MenuIzquierdo_GestionControl.TabStop = false;
this.ex_btn_MenuIzquierdo_GestionControl.Tag = "0";
this.ex_btn_MenuIzquierdo_GestionControl.Text = "M";
this.ex_btn_MenuIzquierdo_GestionControl.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.ex_btn_MenuIzquierdo_GestionControl.UseVisualStyleBackColor = true;
this.ex_btn_MenuIzquierdo_GestionControl.Visible = false;
this.ex_btn_MenuIzquierdo_GestionControl.Click += new System.EventHandler(this.ex_btn_MenuIzquierdo_GestionControl_Click);
//
// ex_trv_Menu
//
this.ex_trv_Menu.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ex_trv_Menu.ImageIndex = 0;
this.ex_trv_Menu.ImageList = this.imglst_ArbolPrincipal;
this.ex_trv_Menu.Location = new System.Drawing.Point(3, 77);
this.ex_trv_Menu.Name = "ex_trv_Menu";
this.ex_trv_Menu.SelectedImageIndex = 0;
this.ex_trv_Menu.Size = new System.Drawing.Size(270, 539);
this.ex_trv_Menu.TabIndex = 1;
this.ex_trv_Menu.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.ex_trv_Menu_NodeMouseClick);
//
// ex_btn_MenuIzquierdo_AnclarDesanclar
//
this.ex_btn_MenuIzquierdo_AnclarDesanclar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.ex_btn_MenuIzquierdo_AnclarDesanclar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ex_btn_MenuIzquierdo_AnclarDesanclar.Exferia_Button_Bloqueable = true;
this.ex_btn_MenuIzquierdo_AnclarDesanclar.Exferia_Button_Imagen = Exferia_Aplicacion.General.Imagenes.G_ENUM_IMAGENES.Vacio;
this.ex_btn_MenuIzquierdo_AnclarDesanclar.Exferia_Button_Permitir_CambioFuenteAutomatico = false;
this.ex_btn_MenuIzquierdo_AnclarDesanclar.Exferia_Button_ReadOnly = false;
this.ex_btn_MenuIzquierdo_AnclarDesanclar.Exferia_Button_TabStop = false;
this.ex_btn_MenuIzquierdo_AnclarDesanclar.Exferia_Button_ToolTip = "Anclar/Desanclar menu";
this.ex_btn_MenuIzquierdo_AnclarDesanclar.FlatAppearance.BorderSize = 0;
this.ex_btn_MenuIzquierdo_AnclarDesanclar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ex_btn_MenuIzquierdo_AnclarDesanclar.Font = new System.Drawing.Font("Fuentes_SigmaERP", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ex_btn_MenuIzquierdo_AnclarDesanclar.ForeColor = System.Drawing.Color.White;
this.ex_btn_MenuIzquierdo_AnclarDesanclar.Location = new System.Drawing.Point(239, 3);
this.ex_btn_MenuIzquierdo_AnclarDesanclar.Name = "ex_btn_MenuIzquierdo_AnclarDesanclar";
this.ex_btn_MenuIzquierdo_AnclarDesanclar.Size = new System.Drawing.Size(34, 30);
this.ex_btn_MenuIzquierdo_AnclarDesanclar.TabIndex = 0;
this.ex_btn_MenuIzquierdo_AnclarDesanclar.TabStop = false;
this.ex_btn_MenuIzquierdo_AnclarDesanclar.Tag = "0";
this.ex_btn_MenuIzquierdo_AnclarDesanclar.Text = "9";
this.ex_btn_MenuIzquierdo_AnclarDesanclar.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.ex_btn_MenuIzquierdo_AnclarDesanclar.UseVisualStyleBackColor = true;
this.ex_btn_MenuIzquierdo_AnclarDesanclar.Click += new System.EventHandler(this.btn_MenuIzquierdo_AnclarDesanclar_Click);
//
// ex_btn_MenuIzquierdo_Mostrar
//
this.ex_btn_MenuIzquierdo_Mostrar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ex_btn_MenuIzquierdo_Mostrar.Exferia_Button_Vertical_Imagen = Exferia_Aplicacion.General.Imagenes.G_ENUM_IMAGENES.Vacio;
this.ex_btn_MenuIzquierdo_Mostrar.Exferia_Button_Vertical_TextoVertical = "MENU";
this.ex_btn_MenuIzquierdo_Mostrar.FlatAppearance.BorderSize = 0;
this.ex_btn_MenuIzquierdo_Mostrar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ex_btn_MenuIzquierdo_Mostrar.Location = new System.Drawing.Point(0, 49);
this.ex_btn_MenuIzquierdo_Mostrar.Name = "ex_btn_MenuIzquierdo_Mostrar";
this.ex_btn_MenuIzquierdo_Mostrar.Size = new System.Drawing.Size(21, 66);
this.ex_btn_MenuIzquierdo_Mostrar.TabIndex = 20;
this.ex_btn_MenuIzquierdo_Mostrar.TabStop = false;
this.ex_btn_MenuIzquierdo_Mostrar.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.ex_btn_MenuIzquierdo_Mostrar.UseVisualStyleBackColor = true;
this.ex_btn_MenuIzquierdo_Mostrar.Click += new System.EventHandler(this.btn_MenuIzquierdo_Mostrar_Click);
//
// ex_msp_Menu
//
this.ex_msp_Menu.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ex_msp_Menu.BackColor = System.Drawing.Color.Maroon;
this.ex_msp_Menu.Exferia_MenuSuperior_Total_NumeroProcesosAbiertos = "0";
this.ex_msp_Menu.Location = new System.Drawing.Point(21, 9);
this.ex_msp_Menu.Name = "ex_msp_Menu";
this.ex_msp_Menu.Size = new System.Drawing.Size(928, 37);
this.ex_msp_Menu.TabIndex = 0;
//
// ex_txt_P_Principal_Busqueda
//
this.ex_txt_P_Principal_Busqueda.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ex_txt_P_Principal_Busqueda.Exferia_TextBox_Bloqueable = true;
this.ex_txt_P_Principal_Busqueda.Exferia_TextBox_BordeColor_Foco = System.Drawing.Color.Red;
this.ex_txt_P_Principal_Busqueda.Exferia_TextBox_BordeColor_Normal = System.Drawing.Color.Black;
this.ex_txt_P_Principal_Busqueda.Exferia_TextBox_Fondo = System.Drawing.SystemColors.Window;
this.ex_txt_P_Principal_Busqueda.Exferia_TextBox_MaxLength = 32767;
this.ex_txt_P_Principal_Busqueda.Exferia_TextBox_Multiline = false;
this.ex_txt_P_Principal_Busqueda.Exferia_TextBox_NoBloquear = true;
this.ex_txt_P_Principal_Busqueda.Exferia_TextBox_Obligatorio = false;
this.ex_txt_P_Principal_Busqueda.Exferia_TextBox_PasswordChar = '\0';
this.ex_txt_P_Principal_Busqueda.Exferia_TextBox_Permitir_CambioFuenteAutomatico = true;
this.ex_txt_P_Principal_Busqueda.Exferia_TextBox_ReadOnly = false;
this.ex_txt_P_Principal_Busqueda.Exferia_TextBox_ScrollBars = System.Windows.Forms.ScrollBars.None;
this.ex_txt_P_Principal_Busqueda.Exferia_TextBox_SelectionLength = 0;
this.ex_txt_P_Principal_Busqueda.Exferia_TextBox_SelectionStart = 0;
this.ex_txt_P_Principal_Busqueda.Exferia_TextBox_TabStop_Txt = true;
this.ex_txt_P_Principal_Busqueda.Exferia_TextBox_TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.ex_txt_P_Principal_Busqueda.Exferia_TextBox_Texto_Inicial = "";
this.ex_txt_P_Principal_Busqueda.Exferia_TextBox_Tipo_Decimal_Decimales = 2;
this.ex_txt_P_Principal_Busqueda.Exferia_TextBox_Tipo_Decimal_Enteros = 9;
this.ex_txt_P_Principal_Busqueda.Exferia_TextBox_Tipos = Exferia_Aplicacion.General.Enumerados.G_ENUM_TEXTBOX_TIPODATO.Textos;
this.ex_txt_P_Principal_Busqueda.Exferia_TextBox_UseSystemPasswordChar = false;
this.ex_txt_P_Principal_Busqueda.Location = new System.Drawing.Point(3, 52);
this.ex_txt_P_Principal_Busqueda.Name = "ex_txt_P_Principal_Busqueda";
this.ex_txt_P_Principal_Busqueda.Padding = new System.Windows.Forms.Padding(2);
this.ex_txt_P_Principal_Busqueda.Size = new System.Drawing.Size(270, 22);
this.ex_txt_P_Principal_Busqueda.TabIndex = 4;
this.ex_txt_P_Principal_Busqueda.Exferia_TextBox_Evento_TextChanged += new System.EventHandler(this.ex_txt_P_Principal_Busqueda_Exferia_TextBox_Evento_TextChanged);
//
// exferia_Label1
//
this.exferia_Label1.AutoSize = true;
this.exferia_Label1.Location = new System.Drawing.Point(4, 36);
this.exferia_Label1.Name = "exferia_Label1";
this.exferia_Label1.Size = new System.Drawing.Size(91, 13);
this.exferia_Label1.TabIndex = 5;
this.exferia_Label1.Text = "Escribir búsqueda";
//
// P_Principal
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.WhiteSmoke;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.ClientSize = new System.Drawing.Size(1008, 729);
this.Controls.Add(this.ex_btn_CambiarEmpresa);
this.Controls.Add(this.ex_btn_CambiarLicencia);
this.Controls.Add(this.lbl_ValidacionLicencia);
this.Controls.Add(this.ex_btn_P_Principal_ImpresorasLocal);
this.Controls.Add(this.ex_pnl_Athos);
this.Controls.Add(this.ex_btn_MenuAthos_Mostrar);
this.Controls.Add(this.ex_pnl_MenuIzquierdo);
this.Controls.Add(this.ex_btn_MenuIzquierdo_Mostrar);
this.Controls.Add(this.lbl_EmpresaEjercicioOrden_Activo);
this.Controls.Add(this.lbl_Version);
this.Controls.Add(this.lbl_EmpleadoValidado);
this.Controls.Add(this.ex_msp_Menu);
this.Controls.Add(this.spl_Principal);
this.DoubleBuffered = true;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "P_Principal";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.P_Principal_FormClosed);
this.Load += new System.EventHandler(this.P_Principal_Load);
this.Shown += new System.EventHandler(this.P_Principal_Shown);
((System.ComponentModel.ISupportInitialize)(this.spl_Principal)).EndInit();
this.spl_Principal.ResumeLayout(false);
this.ex_pnl_Athos.ResumeLayout(false);
this.ex_pnl_MenuIzquierdo.ResumeLayout(false);
this.ex_pnl_MenuIzquierdo.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Exferia_Controles.Exferia_MenuSuperior ex_msp_Menu;
private System.Windows.Forms.Label lbl_EmpresaEjercicioOrden_Activo;
private System.Windows.Forms.Label lbl_Version;
private System.Windows.Forms.Label lbl_EmpleadoValidado;
private Exferia_Controles.Exferia_Button_Vertical ex_btn_MenuIzquierdo_Mostrar;
private Exferia_Controles.Exferia_Panel_Degradado_CambioColor ex_pnl_MenuIzquierdo;
private Exferia_Controles.Exferia_Button ex_btn_MenuIzquierdo_AnclarDesanclar;
private Exferia_Controles.Exferia_Button_Vertical ex_btn_MenuAthos_Mostrar;
private Exferia_Controles.Exferia_Panel_Degradado_CambioColor ex_pnl_Athos;
private Exferia_Controles.Exferia_Button ex_btn_Athos_AnclarDesanclar;
private Exferia_Controles.Exferia_TreeView ex_trv_Menu;
private System.Windows.Forms.ImageList imglst_ArbolPrincipal;
private Exferia_Controles.Exferia_Button_ConBorde ex_btn_P_Principal_ImpresorasLocal;
private Exferia_Controles.Exferia_Button ex_btn_MenuIzquierdo_GestionControl;
private System.Windows.Forms.Label lbl_ValidacionLicencia;
private Exferia_Controles.Exferia_Button_ConBorde ex_btn_CambiarLicencia;
private Exferia_Controles.Exferia_Button_ConBorde ex_btn_CambiarEmpresa;
private Exferia_Controles.Exferia_Button ex_btn_MenuIzquierdo_TipoCompraVenta;
private System.Windows.Forms.SplitContainer spl_Principal;
private Exferia_Controles.Exferia_Label exferia_Label1;
private Exferia_Controles.Exferia_TextBox ex_txt_P_Principal_Busqueda;
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
</configuration>

View File

@ -0,0 +1,69 @@
using Exferia_Aplicacion.General;
using Exferia_Aplicacion.Modelos_Generales;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SigmaERP.General
{
public class Variables_SigmaERP
{
public static string G_STR_URL_ACTUALIZACION_NORMAL = @"http://2.trialia.es:49011/Actualizaciones/SigmaERP/Principal_Escritorio/";
public static string G_STR_URL_ACTUALIZACION_FIBRA = @"http://1.trialia.es:49011/Actualizaciones/SigmaERP/Principal_Escritorio/";
public static string G_STR_URL_ACTUALIZACION_INTERNA = @"http://192.168.30.102:49011/Actualizaciones/SigmaERP/Principal_Escritorio/";
public static string G_STR_NOMBRELIBRERIAS_BARCODELIB = Variables.G_STR_LIBRERIA_BARCODELIB + ".dll";
public static string G_STR_NOMBRELIBRERIAS_MAPA_CORE = Variables.G_STR_LIBRERIA_MAPA_CORE + ".dll";
public static string G_STR_NOMBRELIBRERIAS_MAPA_WINDOWSFORMS = Variables.G_STR_LIBRERIA_MAPA_WINDOWSFORMS + ".dll";
public static string G_STR_NOMBRELIBRERIAS_MSHTML = Variables.G_STR_LIBRERIA_MSHTML + ".dll";
public static string G_STR_NOMBRELIBRERIAS_ITEXTSHERP = Variables.G_STR_LIBRERIA_ITEXTSHARP + ".dll";
public static string G_STR_NOMBRELIBRERIAS_PDF4ME = Variables.G_STR_LIBRERIA_PDF4ME + ".dll";
public static string G_STR_NOMBRELIBRERIAS_NEWTONSOFT = Variables.G_STR_LIBRERIA_NEWTONSOFT + ".dll";
public static string G_STR_NOMBRELIBRERIAS_GMAQRCODENETENCODINGNET45 = Variables.G_STR_LIBRERIA_GMAQRCODENETENCODINGNET45 + ".dll";
public static string G_STR_NOMBRELIBRERIAS_EXFERIA_ACTUALIZACION_BD = Variables.G_STR_LIBRERIA_ACTUALIZACIONBD + ".dll";
public static string G_STR_NOMBRELIBRERIAS_EXFERIA_AGENDA = Variables.G_STR_LIBRERIA_AGENDA + ".dll";
public static string G_STR_NOMBRELIBRERIAS_EXFERIA_APLICACION = Variables.G_STR_LIBRERIA_APLICACION + ".dll";
public static string G_STR_NOMBRELIBRERIAS_EXFERIA_AYUDA = Variables.G_STR_LIBRERIA_AYUDA + ".dll";
public static string G_STR_NOMBRELIBRERIAS_EXFERIA_COMPRAS = Variables.G_STR_LIBRERIA_COMPRAS + ".dll";
public static string G_STR_NOMBRELIBRERIAS_EXFERIA_CONTABILIDAD = Variables.G_STR_LIBRERIA_CONTABILIDAD + ".dll";
public static string G_STR_NOMBRELIBRERIAS_EXFERIA_CONTROLGASTOS = Variables.G_STR_LIBRERIA_CONTROLGASTOS + ".dll";
public static string G_STR_NOMBRELIBRERIAS_EXFERIA_CONTROLES = Variables.G_STR_LIBRERIA_CONTROLES + ".dll";
public static string G_STR_NOMBRELIBRERIAS_EXFERIA_CONTRATOSPUBLICOS = Variables.G_STR_LIBRERIA_CONTRATOSPUBLICOS + ".dll";
public static string G_STR_NOMBRELIBRERIAS_EXFERIA_CRM = Variables.G_STR_LIBRERIA_CRM + ".dll";
public static string G_STR_NOMBRELIBRERIAS_EXFERIA_ENTITYFRAMEWORK = Variables.G_STR_LIBRERIA_ENTITYFRAMEWORKS + ".dll";
public static string G_STR_NOMBRELIBRERIAS_EXFERIA_EXPEDIENTES = Variables.G_STR_LIBRERIA_EXPEDIENTES + ".dll";
public static string G_STR_NOMBRELIBRERIAS_EXFERIA_FORMULARIOS = Variables.G_STR_LIBRERIA_FORMULARIOS + ".dll";
public static string G_STR_NOMBRELIBRERIAS_EXFERIA_GENERAL = Variables.G_STR_LIBRERIA_GENERAL + ".dll";
public static string G_STR_NOMBRELIBRERIAS_EXFERIA_GESTIONTASAS = Variables.G_STR_LIBRERIA_GESTIONTASAS + ".dll";
public static string G_STR_NOMBRELIBRERIAS_EXFERIA_GESTIONDOCUMENTAL = Variables.G_STR_LIBRERIA_GESTIONDOCUMENTAL + ".dll";
public static string G_STR_NOMBRELIBRERIAS_EXFERIA_HERMES = Variables.G_STR_LIBRERIA_HERMES + ".dll";
public static string G_STR_NOMBRELIBRERIAS_EXFERIA_HOTELPUNTOVENTA = Variables.G_STR_LIBRERIA_HOTELPUNTOVENTA + ".dll";
public static string G_STR_NOMBRELIBRERIAS_EXFERIA_INFORMES = Variables.G_STR_LIBRERIA_INFORMES + ".dll";
public static string G_STR_NOMBRELIBRERIAS_EXFERIA_INVENTARIOS = Variables.G_STR_LIBRERIA_INVENTARIOS + ".dll";
public static string G_STR_NOMBRELIBRERIAS_EXFERIA_KAIROSPRO = Variables.G_STR_LIBRERIA_KAIROSPRO + ".dll";
public static string G_STR_NOMBRELIBRERIAS_EXFERIA_KAIROSPRO_EF = Variables.G_STR_LIBRERIA_KAIROSPROEF + ".dll";
public static string G_STR_NOMBRELIBRERIAS_EXFERIA_KAIROSPRO_INFORMES = Variables.G_STR_LIBRERIA_KAIROSPROINFORMES + ".dll";
public static string G_STR_NOMBRELIBRERIAS_EXFERIA_KRONOS = Variables.G_STR_LIBRERIA_KRONOS + ".dll";
public static string G_STR_NOMBRELIBRERIAS_EXFERIA_KRONOS_SERVICIO_WINDOWS = Variables.G_STR_LIBRERIA_KRONOS_SERVICIO_WINDOWS + ".exe";
public static string G_STR_NOMBRELIBRERIAS_EXFERIA_MAESTROS = Variables.G_STR_LIBRERIA_MAESTROS + ".dll";
public static string G_STR_NOMBRELIBRERIAS_EXFERIA_MYTHOS = Variables.G_STR_LIBRERIA_MYTHOS + ".dll";
public static string G_STR_NOMBRELIBRERIAS_EXFERIA_PERSONAL = Variables.G_STR_LIBRERIA_PERSONAL + ".dll";
public static string G_STR_NOMBRELIBRERIAS_EXFERIA_PREVISIONES = Variables.G_STR_LIBRERIA_PREVISIONES + ".dll";
public static string G_STR_NOMBRELIBRERIAS_EXFERIA_SERVICIOSWEB = Variables.G_STR_LIBRERIA_SERVICIOWEB + ".dll";
public static string G_STR_NOMBRELIBRERIAS_EXFERIA_SERVICIOS = Variables.G_STR_LIBRERIA_SERVICIOS + ".dll";
public static string G_STR_NOMBRELIBRERIAS_EXFERIA_SINCRONIZACION = Variables.G_STR_LIBRERIA_SINCRONIZACION + ".dll";
public static string G_STR_NOMBRELIBRERIAS_EXFERIA_SISTEMAGESTIONALMACEN = Variables.G_STR_LIBRERIA_SISTEMAGESTIONALMACEN + ".dll";
public static string G_STR_NOMBRELIBRERIAS_EXFERIA_TRASPASODATOS = Variables.G_STR_LIBRERIA_TRASPASODATOS + ".dll";
public static string G_STR_NOMBRELIBRERIAS_EXFERIA_VENTAS = Variables.G_STR_LIBRERIA_VENTAS + ".dll";
public static string G_STR_EXFERIA_ACTUALIZADOR = "ExferiaActualizador.exe";
public static string G_STR_EXFERIA_PDFLIBNET32 = "PdfLibNet32.dll";
public static string G_STR_EXFERIA_PDFLIBNET64 = "PDFLibNet64.dll";
public static string G_STR_EXFERIA_PDFLIBNETLIBRARY = "PdfLibNetLibrary.dll";
}
}

View File

@ -0,0 +1,19 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;
namespace SigmaERP
{
internal class NativeMethods
{
public const int HWND_BROADCAST = 0xffff;
public static readonly int WM_SHOWME = RegisterWindowMessage("WM_SHOWME");
[DllImport("user32")]
public static extern bool PostMessage(IntPtr hwnd, int msg, IntPtr wparam, IntPtr lparam);
[DllImport("user32")]
public static extern int RegisterWindowMessage(string message);
}
}

View File

@ -0,0 +1,70 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace SigmaERP
{
static class Program
{
/// <summary>
/// Punto de entrada principal para la aplicación.
/// </summary>
/*[STAThread]
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new P_Principal(""));
}*/
/// <summary>
/// Punto de entrada principal para la aplicación.
/// </summary>
static Mutex mutex = new Mutex(true, "{8F6F0AC4-B9A1-45fd-A8CF-72F04E6BDE8F}");
[STAThread]
static void Main(string[] _arr_Argumentos)
{
if (_arr_Argumentos==null || _arr_Argumentos.Count()==0 || mutex.WaitOne(TimeSpan.Zero, true))
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new P_Principal(_arr_Argumentos));
mutex.ReleaseMutex();
}
else
{
try
{
//Argumentos
if (_arr_Argumentos != null && _arr_Argumentos.Count() > 0)
{
//Grabar Fichero con los datos encripados de los argumentos
string str_RutaTemporal = System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location) + @"\GT.txt";
if (File.Exists(str_RutaTemporal))
{
File.Delete(str_RutaTemporal);
}
File.AppendAllText(str_RutaTemporal,_arr_Argumentos[0]);
}
// send our Win32 message to make the currently running instance
// jump on top of all the other windows
NativeMethods.PostMessage(
(IntPtr)NativeMethods.HWND_BROADCAST,
NativeMethods.WM_SHOWME,
IntPtr.Zero,
IntPtr.Zero);
}
catch
{}
}
}
}
}

View File

@ -0,0 +1,37 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// La información general de un ensamblado se controla mediante el siguiente
// conjunto de atributos. Cambie estos valores de atributo para modificar la información
// asociada con un ensamblado.
[assembly: AssemblyTitle("SigmaERP")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("SigmaERP")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Si establece ComVisible en false, los tipos de este ensamblado no estarán visibles
// para los componentes COM. Si necesita obtener acceso a un tipo de este ensamblado desde
// COM, establezca el atributo ComVisible en true en este tipo.
[assembly: ComVisible(false)]
// El siguiente GUID sirve como id. de typelib si este proyecto se expone a COM.
[assembly: Guid("27c89e20-8d1f-46d7-8abe-fa99b605770d")]
// La información de versión de un ensamblado consta de los cuatro valores siguientes:
//
// Versión principal
// Versión secundaria
// Número de compilación
// Revisión
//
// Puede especificar todos los valores o usar los valores predeterminados de número de compilación y de revisión
// mediante el carácter '*', como se muestra a continuación:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyInformationalVersion("1.0.1.3")]
[assembly: AssemblyVersion("1.0.1.3")]
[assembly: AssemblyFileVersion("1.0.1.3")]

View File

@ -0,0 +1,73 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Este código fue generado por una herramienta.
// Versión de runtime: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.
// </auto-generated>
//------------------------------------------------------------------------------
namespace SigmaERP.Properties {
using System;
/// <summary>
/// Clase de recurso fuertemente tipado, para buscar cadenas traducidas, etc.
/// </summary>
// 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.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources() {
}
/// <summary>
/// Devuelve la instancia de ResourceManager almacenada en caché utilizada por esta clase.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SigmaERP.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Reemplaza la propiedad CurrentUICulture del subproceso actual para todas las
/// búsquedas de recursos mediante esta clase de recurso fuertemente tipado.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap logo_sigmaERP {
get {
object obj = ResourceManager.GetObject("logo-sigmaERP", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
}
}

View File

@ -0,0 +1,124 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="logo-sigmaERP" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\logo-sigmaERP.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>

View File

@ -0,0 +1,30 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace SigmaERP.Properties
{
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
{
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
public static Settings Default
{
get
{
return defaultInstance;
}
}
}
}

View File

@ -0,0 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
<Profiles>
<Profile Name="(Default)" />
</Profiles>
<Settings />
</SettingsFile>

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

View File

@ -0,0 +1,164 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{27C89E20-8D1F-46D7-8ABE-FA99B605770D}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SigmaERP</RootNamespace>
<AssemblyName>SigmaERP</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<PublishUrl>publicar\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>sigma-ERP.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="ExferiaActualizador, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\DLL\ExferiaActualizador.exe</HintPath>
</Reference>
<Reference Include="Exferia_Actualizacion_BD, Version=1.0.0.1, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\DLL\Exferia_Actualizacion_BD.dll</HintPath>
</Reference>
<Reference Include="Exferia_Aplicacion, Version=1.0.0.7, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\DLL\Exferia_Aplicacion.dll</HintPath>
</Reference>
<Reference Include="Exferia_Controles, Version=1.0.0.7, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\DLL\Exferia_Controles.dll</HintPath>
</Reference>
<Reference Include="Exferia_EntityFramework, Version=1.0.0.7, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\DLL\Exferia_EntityFramework.dll</HintPath>
</Reference>
<Reference Include="Exferia_Formularios, Version=1.0.0.8, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\DLL\Exferia_Formularios.dll</HintPath>
</Reference>
<Reference Include="Exferia_General, Version=1.0.0.7, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\DLL\Exferia_General.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="3_Vistas\Controladoras\P_Principal_Controladora.cs" />
<Compile Include="3_Vistas\P_Principal.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="3_Vistas\P_Principal.Designer.cs">
<DependentUpon>P_Principal.cs</DependentUpon>
</Compile>
<Compile Include="NativeMethods.cs" />
<Compile Include="General\Variables_SigmaERP.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="3_Vistas\P_Principal.resx">
<DependentUpon>P_Principal.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\logo-sigmaERP.png" />
<EmbeddedResource Include="FicherosIncrustados\ExferiaActualizador.exe" />
<EmbeddedResource Include="FicherosIncrustados\PdfLibNet32.dll" />
<EmbeddedResource Include="FicherosIncrustados\PDFLibNet64.dll" />
<EmbeddedResource Include="FicherosIncrustados\PdfLibNetLibrary.dll" />
<Content Include="sigma-ERP.ico" />
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Service References\" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4.5.2 %28x86 y x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB