Exferia/Exferia_Controles/Exferia_Controles/Exferia_F3_SoloSeleccion_Si...

140 lines
7.8 KiB
C#

using Exferia_Aplicacion.General;
using static Exferia_Aplicacion.General.Enumerados;
namespace Exferia_Controles
{
partial class Exferia_F3_SoloSeleccion_Simple
{
/// <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 Component Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.ex_btn_F3_Codigo = new Exferia_Controles.Exferia_Button();
this.ex_txt_Codigo = new Exferia_Controles.Exferia_TextBox();
this.ex_lbl_Titulo = new Exferia_Controles.Exferia_Label();
this.ex_lbl_DatoAuxiliar = new Exferia_Controles.Exferia_Label_SinColor();
this.SuspendLayout();
//
// ex_btn_F3_Codigo
//
this.ex_btn_F3_Codigo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.ex_btn_F3_Codigo.BackColor = System.Drawing.Color.Maroon;
this.ex_btn_F3_Codigo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.ex_btn_F3_Codigo.Exferia_Button_Bloqueable = true;
this.ex_btn_F3_Codigo.Exferia_Button_Imagen = Exferia_Aplicacion.General.Imagenes.G_ENUM_IMAGENES.G_IMG_F3_P;
this.ex_btn_F3_Codigo.Exferia_Button_Permitir_CambioFuenteAutomatico = true;
this.ex_btn_F3_Codigo.Exferia_Button_ReadOnly = false;
this.ex_btn_F3_Codigo.Exferia_Button_TabStop = false;
this.ex_btn_F3_Codigo.Exferia_Button_ToolTip = "Seleccionar registro";
this.ex_btn_F3_Codigo.FlatAppearance.BorderSize = 0;
this.ex_btn_F3_Codigo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ex_btn_F3_Codigo.Location = new System.Drawing.Point(404, 2);
this.ex_btn_F3_Codigo.Name = "ex_btn_F3_Codigo";
this.ex_btn_F3_Codigo.Size = new System.Drawing.Size(20, 20);
this.ex_btn_F3_Codigo.TabIndex = 246;
this.ex_btn_F3_Codigo.TabStop = false;
this.ex_btn_F3_Codigo.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.ex_btn_F3_Codigo.UseVisualStyleBackColor = false;
this.ex_btn_F3_Codigo.Click += new System.EventHandler(this.ex_btn_F3_Codigo_Click);
//
// ex_txt_Codigo
//
this.ex_txt_Codigo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ex_txt_Codigo.Exferia_TextBox_BordeColor_Foco = System.Drawing.Color.Red;
this.ex_txt_Codigo.Exferia_TextBox_BordeColor_Normal = System.Drawing.Color.Black;
this.ex_txt_Codigo.Exferia_TextBox_Fondo = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.ex_txt_Codigo.Exferia_TextBox_MaxLength = 32767;
this.ex_txt_Codigo.Exferia_TextBox_Multiline = false;
this.ex_txt_Codigo.Exferia_TextBox_NoBloquear = true;
this.ex_txt_Codigo.Exferia_TextBox_Obligatorio = false;
this.ex_txt_Codigo.Exferia_TextBox_PasswordChar = '\0';
this.ex_txt_Codigo.Exferia_TextBox_ReadOnly = false;
this.ex_txt_Codigo.Exferia_TextBox_ScrollBars = System.Windows.Forms.ScrollBars.None;
this.ex_txt_Codigo.Exferia_TextBox_SelectionLength = 0;
this.ex_txt_Codigo.Exferia_TextBox_SelectionStart = 0;
this.ex_txt_Codigo.Exferia_TextBox_TabStop_Txt = true;
this.ex_txt_Codigo.Exferia_TextBox_TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.ex_txt_Codigo.Exferia_TextBox_Texto_Inicial = "";
this.ex_txt_Codigo.Exferia_TextBox_Tipo_Decimal_Decimales = 2;
this.ex_txt_Codigo.Exferia_TextBox_Tipo_Decimal_Enteros = 9;
this.ex_txt_Codigo.Exferia_TextBox_Tipos = Exferia_Aplicacion.General.Enumerados.G_ENUM_TEXTBOX_TIPODATO.Textos;
this.ex_txt_Codigo.Exferia_TextBox_UseSystemPasswordChar = false;
this.ex_txt_Codigo.Location = new System.Drawing.Point(106, 2);
this.ex_txt_Codigo.Name = "ex_txt_Codigo";
this.ex_txt_Codigo.Padding = new System.Windows.Forms.Padding(2);
this.ex_txt_Codigo.Size = new System.Drawing.Size(292, 20);
this.ex_txt_Codigo.TabIndex = 239;
this.ex_txt_Codigo.Tag = "0";
this.ex_txt_Codigo.Exferia_TextBox_Evento_KeyDown += new System.Windows.Forms.KeyEventHandler(this.ex_txt_Codigo_Exferia_TextBox_Evento_KeyDown);
this.ex_txt_Codigo.Exferia_TextBox_Evento_TextChanged += new System.EventHandler(this.ex_txt_Codigo_Exferia_TextBox_Evento_TextChanged);
this.ex_txt_Codigo.Exferia_TextBox_Evento_GotFocus += new System.EventHandler(this.ex_txt_Codigo_Exferia_TextBox_Evento_GotFocus);
this.ex_txt_Codigo.Exferia_TextBox_Evento_LostFocus += new System.EventHandler(this.ex_txt_Codigo_Exferia_TextBox_Evento_LostFocus);
//
// ex_lbl_Titulo
//
this.ex_lbl_Titulo.Location = new System.Drawing.Point(0, 3);
this.ex_lbl_Titulo.Name = "ex_lbl_Titulo";
this.ex_lbl_Titulo.Size = new System.Drawing.Size(100, 18);
this.ex_lbl_Titulo.TabIndex = 0;
this.ex_lbl_Titulo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// ex_lbl_DatoAuxiliar
//
this.ex_lbl_DatoAuxiliar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ex_lbl_DatoAuxiliar.BackColor = System.Drawing.Color.Gainsboro;
this.ex_lbl_DatoAuxiliar.Location = new System.Drawing.Point(268, 2);
this.ex_lbl_DatoAuxiliar.Name = "ex_lbl_DatoAuxiliar";
this.ex_lbl_DatoAuxiliar.Size = new System.Drawing.Size(158, 18);
this.ex_lbl_DatoAuxiliar.TabIndex = 247;
this.ex_lbl_DatoAuxiliar.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.ex_lbl_DatoAuxiliar.Visible = false;
//
// Exferia_F3_SoloSeleccion_Simple
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Transparent;
this.Controls.Add(this.ex_btn_F3_Codigo);
this.Controls.Add(this.ex_txt_Codigo);
this.Controls.Add(this.ex_lbl_Titulo);
this.Controls.Add(this.ex_lbl_DatoAuxiliar);
this.Name = "Exferia_F3_SoloSeleccion_Simple";
this.Size = new System.Drawing.Size(429, 22);
this.Load += new System.EventHandler(this.Exferia_F3_SoloSeleccion_Simple_Load);
this.ResumeLayout(false);
}
#endregion
private Exferia_Label ex_lbl_Titulo;
private Exferia_TextBox ex_txt_Codigo;
private Exferia_Button ex_btn_F3_Codigo;
private Exferia_Label_SinColor ex_lbl_DatoAuxiliar;
}
}