112 lines
5.9 KiB
C#
112 lines
5.9 KiB
C#
namespace Exferia_Controles
|
|
{
|
|
partial class Exferia_ArbolSecundarioSeleccion
|
|
{
|
|
/// <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.exferia_Label1 = new Exferia_Controles.Exferia_Label();
|
|
this.ex_txt_Busqueda = new Exferia_Controles.Exferia_TextBox();
|
|
this.ex_trv_Principal = new Exferia_Controles.Exferia_TreeView();
|
|
this.SuspendLayout();
|
|
//
|
|
// exferia_Label1
|
|
//
|
|
this.exferia_Label1.AutoSize = true;
|
|
this.exferia_Label1.Location = new System.Drawing.Point(3, 0);
|
|
this.exferia_Label1.Name = "exferia_Label1";
|
|
this.exferia_Label1.Size = new System.Drawing.Size(91, 13);
|
|
this.exferia_Label1.TabIndex = 7;
|
|
this.exferia_Label1.Text = "Escribir búsqueda";
|
|
//
|
|
// ex_txt_Busqueda
|
|
//
|
|
this.ex_txt_Busqueda.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ex_txt_Busqueda.Exferia_TextBox_Bloqueable = true;
|
|
this.ex_txt_Busqueda.Exferia_TextBox_BordeColor_Foco = System.Drawing.Color.Red;
|
|
this.ex_txt_Busqueda.Exferia_TextBox_BordeColor_Normal = System.Drawing.Color.Black;
|
|
this.ex_txt_Busqueda.Exferia_TextBox_Fondo = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
this.ex_txt_Busqueda.Exferia_TextBox_MaxLength = 32767;
|
|
this.ex_txt_Busqueda.Exferia_TextBox_Multiline = false;
|
|
this.ex_txt_Busqueda.Exferia_TextBox_NoBloquear = true;
|
|
this.ex_txt_Busqueda.Exferia_TextBox_Obligatorio = false;
|
|
this.ex_txt_Busqueda.Exferia_TextBox_PasswordChar = '\0';
|
|
this.ex_txt_Busqueda.Exferia_TextBox_Permitir_CambioFuenteAutomatico = true;
|
|
this.ex_txt_Busqueda.Exferia_TextBox_ReadOnly = false;
|
|
this.ex_txt_Busqueda.Exferia_TextBox_ScrollBars = System.Windows.Forms.ScrollBars.None;
|
|
this.ex_txt_Busqueda.Exferia_TextBox_SelectionLength = 0;
|
|
this.ex_txt_Busqueda.Exferia_TextBox_SelectionStart = 0;
|
|
this.ex_txt_Busqueda.Exferia_TextBox_TabStop_Txt = true;
|
|
this.ex_txt_Busqueda.Exferia_TextBox_TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.ex_txt_Busqueda.Exferia_TextBox_Texto_Inicial = "";
|
|
this.ex_txt_Busqueda.Exferia_TextBox_Tipo_Decimal_Decimales = 2;
|
|
this.ex_txt_Busqueda.Exferia_TextBox_Tipo_Decimal_Enteros = 9;
|
|
this.ex_txt_Busqueda.Exferia_TextBox_Tipos = Exferia_Aplicacion.General.Enumerados.G_ENUM_TEXTBOX_TIPODATO.Textos;
|
|
this.ex_txt_Busqueda.Exferia_TextBox_UseSystemPasswordChar = false;
|
|
this.ex_txt_Busqueda.Location = new System.Drawing.Point(3, 16);
|
|
this.ex_txt_Busqueda.Name = "ex_txt_Busqueda";
|
|
this.ex_txt_Busqueda.Padding = new System.Windows.Forms.Padding(2);
|
|
this.ex_txt_Busqueda.Size = new System.Drawing.Size(142, 22);
|
|
this.ex_txt_Busqueda.TabIndex = 6;
|
|
this.ex_txt_Busqueda.Exferia_TextBox_Evento_TextChanged += new System.EventHandler(this.ex_txt_Busqueda_Exferia_TextBox_Evento_TextChanged);
|
|
//
|
|
// ex_trv_Principal
|
|
//
|
|
this.ex_trv_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.ex_trv_Principal.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.ex_trv_Principal.Location = new System.Drawing.Point(3, 42);
|
|
this.ex_trv_Principal.Name = "ex_trv_Principal";
|
|
this.ex_trv_Principal.Size = new System.Drawing.Size(142, 436);
|
|
this.ex_trv_Principal.TabIndex = 0;
|
|
this.ex_trv_Principal.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.ex_trv_Principal_NodeMouseClick);
|
|
//
|
|
// Exferia_ArbolSecundarioSeleccion
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.Controls.Add(this.exferia_Label1);
|
|
this.Controls.Add(this.ex_txt_Busqueda);
|
|
this.Controls.Add(this.ex_trv_Principal);
|
|
this.Name = "Exferia_ArbolSecundarioSeleccion";
|
|
this.Size = new System.Drawing.Size(150, 483);
|
|
this.Load += new System.EventHandler(this.Exferia_ArbolSecundarioSeleccion_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Exferia_TreeView ex_trv_Principal;
|
|
private Exferia_Label exferia_Label1;
|
|
private Exferia_TextBox ex_txt_Busqueda;
|
|
}
|
|
}
|