using Exferia_Aplicacion.General;
namespace SigmaERP
{
partial class P_Principal
{
///
/// Variable del diseñador necesaria.
///
private System.ComponentModel.IContainer components = null;
///
/// Limpiar los recursos que se estén usando.
///
/// true si los recursos administrados se deben desechar; false en caso contrario.
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
///
/// Método necesario para admitir el Diseñador. No se puede modificar
/// el contenido de este método con el editor de código.
///
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;
}
}