Exferia/Exferia_Controles/Exferia_Controles/Exferia_Cuentas.Designer.cs

180 lines
10 KiB
C#

namespace Exferia_Controles
{
partial class Exferia_Cuentas
{
/// <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 componentes
/// <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.pnl_P_Concepto_CuentaContable = new System.Windows.Forms.Panel();
this.ex_lbl_Descripcion = new Exferia_Controles.Exferia_Label();
this.ex_btn_AddVariables = new Exferia_Controles.Exferia_Button_ConBorde();
this.ex_txt_Cuenta_Variable = new Exferia_Controles.Exferia_TextBox();
this.ex_chk_Fija = new Exferia_Controles.Exferia_CheckBox();
this.ex_usc_F3_Mayor = new Exferia_Controles.Exferia_F3();
this.pnl_P_Concepto_CuentaContable.SuspendLayout();
this.SuspendLayout();
//
// pnl_P_Concepto_CuentaContable
//
this.pnl_P_Concepto_CuentaContable.Controls.Add(this.ex_lbl_Descripcion);
this.pnl_P_Concepto_CuentaContable.Controls.Add(this.ex_btn_AddVariables);
this.pnl_P_Concepto_CuentaContable.Controls.Add(this.ex_txt_Cuenta_Variable);
this.pnl_P_Concepto_CuentaContable.Location = new System.Drawing.Point(52, 0);
this.pnl_P_Concepto_CuentaContable.Name = "pnl_P_Concepto_CuentaContable";
this.pnl_P_Concepto_CuentaContable.Size = new System.Drawing.Size(461, 24);
this.pnl_P_Concepto_CuentaContable.TabIndex = 1041;
//
// ex_lbl_Descripcion
//
this.ex_lbl_Descripcion.BackColor = System.Drawing.Color.Transparent;
this.ex_lbl_Descripcion.Location = new System.Drawing.Point(6, 6);
this.ex_lbl_Descripcion.Name = "ex_lbl_Descripcion";
this.ex_lbl_Descripcion.Size = new System.Drawing.Size(105, 17);
this.ex_lbl_Descripcion.TabIndex = 1037;
this.ex_lbl_Descripcion.Text = "C. Contable";
//
// ex_btn_AddVariables
//
this.ex_btn_AddVariables.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ex_btn_AddVariables.Exferia_Button_ConBorde_Bloqueable = true;
this.ex_btn_AddVariables.Exferia_Button_ConBorde_Imagen = Exferia_Aplicacion.General.Imagenes.G_ENUM_IMAGENES.Vacio;
this.ex_btn_AddVariables.Exferia_Button_ConBorde_ReadOnly = false;
this.ex_btn_AddVariables.Exferia_Button_Permitir_CambioFuenteAutomatico = true;
this.ex_btn_AddVariables.Exferia_Button_ToolTip = "";
this.ex_btn_AddVariables.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ex_btn_AddVariables.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.ex_btn_AddVariables.Location = new System.Drawing.Point(346, 1);
this.ex_btn_AddVariables.Name = "ex_btn_AddVariables";
this.ex_btn_AddVariables.Size = new System.Drawing.Size(113, 22);
this.ex_btn_AddVariables.TabIndex = 1037;
this.ex_btn_AddVariables.TabStop = false;
this.ex_btn_AddVariables.Text = "Añadir Parametros";
this.ex_btn_AddVariables.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.ex_btn_AddVariables.UseVisualStyleBackColor = true;
this.ex_btn_AddVariables.Click += new System.EventHandler(this.ex_btn_AddVariables_Click);
//
// ex_txt_Cuenta_Variable
//
this.ex_txt_Cuenta_Variable.Exferia_TextBox_BordeColor_Foco = System.Drawing.Color.Red;
this.ex_txt_Cuenta_Variable.Exferia_TextBox_BordeColor_Normal = System.Drawing.Color.Black;
this.ex_txt_Cuenta_Variable.Exferia_TextBox_Fondo = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.ex_txt_Cuenta_Variable.Exferia_TextBox_MaxLength = 50;
this.ex_txt_Cuenta_Variable.Exferia_TextBox_Multiline = false;
this.ex_txt_Cuenta_Variable.Exferia_TextBox_NoBloquear = true;
this.ex_txt_Cuenta_Variable.Exferia_TextBox_Obligatorio = false;
this.ex_txt_Cuenta_Variable.Exferia_TextBox_PasswordChar = '\0';
this.ex_txt_Cuenta_Variable.Exferia_TextBox_Permitir_CambioFuenteAutomatico = true;
this.ex_txt_Cuenta_Variable.Exferia_TextBox_ReadOnly = false;
this.ex_txt_Cuenta_Variable.Exferia_TextBox_ScrollBars = System.Windows.Forms.ScrollBars.None;
this.ex_txt_Cuenta_Variable.Exferia_TextBox_SelectionLength = 0;
this.ex_txt_Cuenta_Variable.Exferia_TextBox_SelectionStart = 0;
this.ex_txt_Cuenta_Variable.Exferia_TextBox_TabStop_Txt = true;
this.ex_txt_Cuenta_Variable.Exferia_TextBox_TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.ex_txt_Cuenta_Variable.Exferia_TextBox_Texto_Inicial = "";
this.ex_txt_Cuenta_Variable.Exferia_TextBox_Tipo_Decimal_Decimales = 0;
this.ex_txt_Cuenta_Variable.Exferia_TextBox_Tipo_Decimal_Enteros = 16;
this.ex_txt_Cuenta_Variable.Exferia_TextBox_Tipos = Exferia_Aplicacion.General.Enumerados.G_ENUM_TEXTBOX_TIPODATO.Textos;
this.ex_txt_Cuenta_Variable.Exferia_TextBox_UseSystemPasswordChar = false;
this.ex_txt_Cuenta_Variable.Location = new System.Drawing.Point(112, 3);
this.ex_txt_Cuenta_Variable.Name = "ex_txt_Cuenta_Variable";
this.ex_txt_Cuenta_Variable.Padding = new System.Windows.Forms.Padding(2);
this.ex_txt_Cuenta_Variable.Size = new System.Drawing.Size(232, 20);
this.ex_txt_Cuenta_Variable.TabIndex = 392;
//
// ex_chk_Fija
//
this.ex_chk_Fija.AutoSize = true;
this.ex_chk_Fija.BackColor = System.Drawing.Color.Transparent;
this.ex_chk_Fija.Exferia_CheckBox_Bloqueable = true;
this.ex_chk_Fija.Exferia_CheckBox_Obligatorio = false;
this.ex_chk_Fija.Exferia_CheckBox_ToolTip = "Activar/Desactivar (CTRL + A)";
this.ex_chk_Fija.ForeColor = System.Drawing.SystemColors.ControlText;
this.ex_chk_Fija.Location = new System.Drawing.Point(4, 4);
this.ex_chk_Fija.Name = "ex_chk_Fija";
this.ex_chk_Fija.Size = new System.Drawing.Size(42, 17);
this.ex_chk_Fija.TabIndex = 1040;
this.ex_chk_Fija.TabStop = false;
this.ex_chk_Fija.Text = "Fija";
this.ex_chk_Fija.UseVisualStyleBackColor = false;
this.ex_chk_Fija.CheckedChanged += new System.EventHandler(this.ex_chk_Fija_CheckedChanged);
//
// ex_usc_F3_Mayor
//
this.ex_usc_F3_Mayor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ex_usc_F3_Mayor.BackColor = System.Drawing.Color.Transparent;
this.ex_usc_F3_Mayor.Exferia_F3_Ancho_Codigo = Exferia_Aplicacion.General.Enumerados.G_ENUM_F3_CODIGO.Normal;
this.ex_usc_F3_Mayor.Exferia_F3_Ancho_Titulo = Exferia_Aplicacion.General.Enumerados.G_ENUM_F3_TITULO.Normal;
this.ex_usc_F3_Mayor.Exferia_F3_Bloquear_F3_Descripcion = false;
this.ex_usc_F3_Mayor.Exferia_F3_Codigo = "";
this.ex_usc_F3_Mayor.Exferia_F3_DatosAuxiliares_1 = null;
this.ex_usc_F3_Mayor.Exferia_F3_DatosAuxiliares_2 = null;
this.ex_usc_F3_Mayor.Exferia_F3_DatosAuxiliares_3 = null;
this.ex_usc_F3_Mayor.Exferia_F3_Descripcion = "";
this.ex_usc_F3_Mayor.Exferia_F3_FechaBorrado = null;
this.ex_usc_F3_Mayor.Exferia_F3_Id = ((long)(-1));
this.ex_usc_F3_Mayor.Exferia_F3_IdEjercicio_Baja = null;
this.ex_usc_F3_Mayor.Exferia_F3_Objeto_ParaEnviarAMantenimiento = null;
this.ex_usc_F3_Mayor.Exferia_F3_PRINCIPAL_Obligatorio = false;
this.ex_usc_F3_Mayor.Exferia_F3_PRINCIPAL_Opcion_BuscarDatos = "";
this.ex_usc_F3_Mayor.Exferia_F3_PRINCIPAL_PermitirAdd = true;
this.ex_usc_F3_Mayor.Exferia_F3_RELACIONADOS_Objetos_Hijos = null;
this.ex_usc_F3_Mayor.Exferia_F3_RELACIONAL_TipoRelacion = Exferia_Controles.Exferia_F3.Exferia_F3_TipoRelacion.Ninguna;
this.ex_usc_F3_Mayor.Exferia_F3_Titulo = "C. Contable";
this.ex_usc_F3_Mayor.Location = new System.Drawing.Point(58, 2);
this.ex_usc_F3_Mayor.Margin = new System.Windows.Forms.Padding(4);
this.ex_usc_F3_Mayor.Name = "ex_usc_F3_Mayor";
this.ex_usc_F3_Mayor.Size = new System.Drawing.Size(885, 22);
this.ex_usc_F3_Mayor.TabIndex = 1039;
this.ex_usc_F3_Mayor.Tag = "";
this.ex_usc_F3_Mayor.Visible = false;
//
// Exferia_Cuentas
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.pnl_P_Concepto_CuentaContable);
this.Controls.Add(this.ex_chk_Fija);
this.Controls.Add(this.ex_usc_F3_Mayor);
this.Name = "Exferia_Cuentas";
this.Size = new System.Drawing.Size(943, 25);
this.pnl_P_Concepto_CuentaContable.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Panel pnl_P_Concepto_CuentaContable;
private Exferia_Label ex_lbl_Descripcion;
private Exferia_Button_ConBorde ex_btn_AddVariables;
private Exferia_TextBox ex_txt_Cuenta_Variable;
private Exferia_CheckBox ex_chk_Fija;
private Exferia_F3 ex_usc_F3_Mayor;
}
}