Exferia/Exferia_Controles/Exferia_Controles/Exferia_FicheroSeleccion.De...

118 lines
6.4 KiB
C#

using Exferia_Aplicacion.General;
namespace Exferia_Controles
{
partial class Exferia_FicheroSeleccion
{
/// <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.ex_lbl_Descripcion = new Exferia_Controles.Exferia_Label();
this.ex_btn_FicheroSeleccion = new Exferia_Controles.Exferia_Button();
this.ex_txt_Ruta = new Exferia_Controles.Exferia_TextBox();
this.SuspendLayout();
//
// ex_lbl_Descripcion
//
this.ex_lbl_Descripcion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ex_lbl_Descripcion.Location = new System.Drawing.Point(3, 8);
this.ex_lbl_Descripcion.Name = "ex_lbl_Descripcion";
this.ex_lbl_Descripcion.Size = new System.Drawing.Size(55, 16);
this.ex_lbl_Descripcion.TabIndex = 238;
this.ex_lbl_Descripcion.Text = "Fichero";
//
// ex_btn_FicheroSeleccion
//
this.ex_btn_FicheroSeleccion.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.ex_btn_FicheroSeleccion.BackColor = System.Drawing.Color.Maroon;
this.ex_btn_FicheroSeleccion.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ex_btn_FicheroSeleccion.Exferia_Button_Bloqueable = true;
this.ex_btn_FicheroSeleccion.Exferia_Button_Imagen = Exferia_Aplicacion.General.Imagenes.G_ENUM_IMAGENES.G_IMG_BUSCARFICHERO;
this.ex_btn_FicheroSeleccion.Exferia_Button_Permitir_CambioFuenteAutomatico = true;
this.ex_btn_FicheroSeleccion.Exferia_Button_ReadOnly = false;
this.ex_btn_FicheroSeleccion.Exferia_Button_ToolTip = "Seleccionar Fecha desde el Calendario";
this.ex_btn_FicheroSeleccion.FlatAppearance.BorderSize = 0;
this.ex_btn_FicheroSeleccion.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ex_btn_FicheroSeleccion.Location = new System.Drawing.Point(144, 3);
this.ex_btn_FicheroSeleccion.Name = "ex_btn_FicheroSeleccion";
this.ex_btn_FicheroSeleccion.Size = new System.Drawing.Size(21, 21);
this.ex_btn_FicheroSeleccion.TabIndex = 239;
this.ex_btn_FicheroSeleccion.TabStop = false;
this.ex_btn_FicheroSeleccion.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.ex_btn_FicheroSeleccion.UseVisualStyleBackColor = false;
this.ex_btn_FicheroSeleccion.Click += new System.EventHandler(this.ex_btn_FicheroSeleccion_Click);
//
// ex_txt_Ruta
//
this.ex_txt_Ruta.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ex_txt_Ruta.Exferia_TextBox_BordeColor_Foco = System.Drawing.Color.Red;
this.ex_txt_Ruta.Exferia_TextBox_BordeColor_Normal = System.Drawing.Color.Black;
this.ex_txt_Ruta.Exferia_TextBox_Fondo = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.ex_txt_Ruta.Exferia_TextBox_MaxLength = 250;
this.ex_txt_Ruta.Exferia_TextBox_Multiline = false;
this.ex_txt_Ruta.Exferia_TextBox_NoBloquear = true;
this.ex_txt_Ruta.Exferia_TextBox_Obligatorio = false;
this.ex_txt_Ruta.Exferia_TextBox_PasswordChar = '\0';
this.ex_txt_Ruta.Exferia_TextBox_ReadOnly = false;
this.ex_txt_Ruta.Exferia_TextBox_ScrollBars = System.Windows.Forms.ScrollBars.None;
this.ex_txt_Ruta.Exferia_TextBox_SelectionStart = 0;
this.ex_txt_Ruta.Exferia_TextBox_TabStop_Txt = true;
this.ex_txt_Ruta.Exferia_TextBox_TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.ex_txt_Ruta.Exferia_TextBox_Texto_Inicial = "";
this.ex_txt_Ruta.Exferia_TextBox_Tipo_Decimal_Decimales = 2;
this.ex_txt_Ruta.Exferia_TextBox_Tipo_Decimal_Enteros = 9;
this.ex_txt_Ruta.Exferia_TextBox_Tipos = Exferia_Aplicacion.General.Enumerados.G_ENUM_TEXTBOX_TIPODATO.Textos;
this.ex_txt_Ruta.Exferia_TextBox_UseSystemPasswordChar = false;
this.ex_txt_Ruta.Location = new System.Drawing.Point(64, 4);
this.ex_txt_Ruta.Name = "ex_txt_Ruta";
this.ex_txt_Ruta.Padding = new System.Windows.Forms.Padding(2);
this.ex_txt_Ruta.Size = new System.Drawing.Size(75, 20);
this.ex_txt_Ruta.TabIndex = 240;
this.ex_txt_Ruta.Exferia_TextBox_Evento_TextChanged += new System.EventHandler(this.ex_txt_Ruta_Exferia_TextBox_Evento_TextChanged);
//
// Exferia_FicheroSeleccion
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.ex_txt_Ruta);
this.Controls.Add(this.ex_btn_FicheroSeleccion);
this.Controls.Add(this.ex_lbl_Descripcion);
this.Name = "Exferia_FicheroSeleccion";
this.Size = new System.Drawing.Size(175, 26);
this.ResumeLayout(false);
}
#endregion
private Exferia_Button ex_btn_FicheroSeleccion;
private Exferia_Label ex_lbl_Descripcion;
private Exferia_TextBox ex_txt_Ruta;
}
}