Exferia/Exferia_Formularios/Exferia_Formularios/PE_Calendario.Designer.cs

159 lines
8.7 KiB
C#

using static Exferia_Aplicacion.General.Enumerados;
namespace Exferia_Formularios
{
partial class PE_Calendario
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form 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.exferia_Label1 = new Exferia_Controles.Exferia_Label();
this.lbl_FechaSeleccionada = new Exferia_Controles.Exferia_Label();
this.ex_btn_Seleccionar = new Exferia_Controles.Exferia_Button();
this.mtc_Calendario = new CustomControls.MonthCalendar();
this.Anyo_NumericUpDown = new System.Windows.Forms.NumericUpDown();
this.ex_pnl_CubrirAnyoAnterior = new Exferia_Controles.Exferia_Panel_Degradado();
this.ex_pnl_CubrirAnyoSiguiente = new Exferia_Controles.Exferia_Panel_Degradado();
((System.ComponentModel.ISupportInitialize)(this.Anyo_NumericUpDown)).BeginInit();
this.SuspendLayout();
//
// exferia_Label1
//
this.exferia_Label1.AutoSize = true;
this.exferia_Label1.Location = new System.Drawing.Point(15, 51);
this.exferia_Label1.Name = "exferia_Label1";
this.exferia_Label1.Size = new System.Drawing.Size(105, 13);
this.exferia_Label1.TabIndex = 39;
this.exferia_Label1.Text = "Fecha Seleccionada";
//
// lbl_FechaSeleccionada
//
this.lbl_FechaSeleccionada.AutoSize = true;
this.lbl_FechaSeleccionada.Location = new System.Drawing.Point(126, 51);
this.lbl_FechaSeleccionada.Name = "lbl_FechaSeleccionada";
this.lbl_FechaSeleccionada.Size = new System.Drawing.Size(65, 13);
this.lbl_FechaSeleccionada.TabIndex = 40;
this.lbl_FechaSeleccionada.Text = "01/01/2012";
//
// ex_btn_Seleccionar
//
this.ex_btn_Seleccionar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.ex_btn_Seleccionar.BackColor = System.Drawing.Color.Maroon;
this.ex_btn_Seleccionar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ex_btn_Seleccionar.Exferia_Button_Bloqueable = true;
this.ex_btn_Seleccionar.Exferia_Button_Imagen = Exferia_Aplicacion.General.Imagenes.G_ENUM_IMAGENES.G_IMG_ELEGIR;
this.ex_btn_Seleccionar.Exferia_Button_Permitir_CambioFuenteAutomatico = true;
this.ex_btn_Seleccionar.Exferia_Button_ReadOnly = false;
this.ex_btn_Seleccionar.Exferia_Button_ToolTip = "Seleccionar Fecha (Enter)";
this.ex_btn_Seleccionar.FlatAppearance.BorderSize = 0;
this.ex_btn_Seleccionar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ex_btn_Seleccionar.Location = new System.Drawing.Point(754, 44);
this.ex_btn_Seleccionar.Name = "ex_btn_Seleccionar";
this.ex_btn_Seleccionar.Size = new System.Drawing.Size(34, 36);
this.ex_btn_Seleccionar.TabIndex = 46;
this.ex_btn_Seleccionar.TabStop = false;
this.ex_btn_Seleccionar.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.ex_btn_Seleccionar.UseVisualStyleBackColor = false;
this.ex_btn_Seleccionar.Click += new System.EventHandler(this.ex_btn_Seleccionar_Click);
//
// mtc_Calendario
//
this.mtc_Calendario.CalendarDimensions = new System.Drawing.Size(4, 3);
this.mtc_Calendario.Location = new System.Drawing.Point(50, 88);
this.mtc_Calendario.Name = "mtc_Calendario";
this.mtc_Calendario.TabIndex = 48;
this.mtc_Calendario.DateSelected += new System.EventHandler<System.Windows.Forms.DateRangeEventArgs>(this.mtc_Calendario_DateSelected);
this.mtc_Calendario.DoubleClick += new System.EventHandler(this.mtc_Calendario_DoubleClick);
//
// Anyo_NumericUpDown
//
this.Anyo_NumericUpDown.Location = new System.Drawing.Point(241, 51);
this.Anyo_NumericUpDown.Name = "Anyo_NumericUpDown";
this.Anyo_NumericUpDown.Size = new System.Drawing.Size(120, 20);
this.Anyo_NumericUpDown.TabIndex = 49;
this.Anyo_NumericUpDown.ValueChanged += new System.EventHandler(this.Anyo_NumericUpDown_ValueChanged);
//
// ex_pnl_CubrirAnyoAnterior
//
this.ex_pnl_CubrirAnyoAnterior.Exferia_Panel_Degradado_Color_Borde = System.Drawing.Color.White;
this.ex_pnl_CubrirAnyoAnterior.Exferia_Panel_Degradado_Color_Desde = System.Drawing.Color.White;
this.ex_pnl_CubrirAnyoAnterior.Exferia_Panel_Degradado_Color_Hasta = System.Drawing.Color.White;
this.ex_pnl_CubrirAnyoAnterior.Exferia_Panel_Degradado_TipoDegradado = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
this.ex_pnl_CubrirAnyoAnterior.Location = new System.Drawing.Point(54, 90);
this.ex_pnl_CubrirAnyoAnterior.Name = "ex_pnl_CubrirAnyoAnterior";
this.ex_pnl_CubrirAnyoAnterior.Size = new System.Drawing.Size(16, 17);
this.ex_pnl_CubrirAnyoAnterior.TabIndex = 50;
//
// ex_pnl_CubrirAnyoSiguiente
//
this.ex_pnl_CubrirAnyoSiguiente.Exferia_Panel_Degradado_Color_Borde = System.Drawing.Color.White;
this.ex_pnl_CubrirAnyoSiguiente.Exferia_Panel_Degradado_Color_Desde = System.Drawing.Color.White;
this.ex_pnl_CubrirAnyoSiguiente.Exferia_Panel_Degradado_Color_Hasta = System.Drawing.Color.White;
this.ex_pnl_CubrirAnyoSiguiente.Exferia_Panel_Degradado_TipoDegradado = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
this.ex_pnl_CubrirAnyoSiguiente.Location = new System.Drawing.Point(726, 90);
this.ex_pnl_CubrirAnyoSiguiente.Name = "ex_pnl_CubrirAnyoSiguiente";
this.ex_pnl_CubrirAnyoSiguiente.Size = new System.Drawing.Size(16, 17);
this.ex_pnl_CubrirAnyoSiguiente.TabIndex = 51;
//
// PE_Calendario
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.ClientSize = new System.Drawing.Size(797, 541);
this.Controls.Add(this.ex_pnl_CubrirAnyoSiguiente);
this.Controls.Add(this.ex_pnl_CubrirAnyoAnterior);
this.Controls.Add(this.Anyo_NumericUpDown);
this.Controls.Add(this.mtc_Calendario);
this.Controls.Add(this.ex_btn_Seleccionar);
this.Controls.Add(this.lbl_FechaSeleccionada);
this.Controls.Add(this.exferia_Label1);
this.Name = "PE_Calendario";
this.P_Base_TituloPantalla = "CALENDARIO";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.Controls.SetChildIndex(this.exferia_Label1, 0);
this.Controls.SetChildIndex(this.lbl_FechaSeleccionada, 0);
this.Controls.SetChildIndex(this.ex_btn_Seleccionar, 0);
this.Controls.SetChildIndex(this.mtc_Calendario, 0);
this.Controls.SetChildIndex(this.Anyo_NumericUpDown, 0);
this.Controls.SetChildIndex(this.ex_pnl_CubrirAnyoAnterior, 0);
this.Controls.SetChildIndex(this.ex_pnl_CubrirAnyoSiguiente, 0);
((System.ComponentModel.ISupportInitialize)(this.Anyo_NumericUpDown)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Exferia_Controles.Exferia_Label exferia_Label1;
private Exferia_Controles.Exferia_Label lbl_FechaSeleccionada;
private Exferia_Controles.Exferia_Button ex_btn_Seleccionar;
private CustomControls.MonthCalendar mtc_Calendario;
private System.Windows.Forms.NumericUpDown Anyo_NumericUpDown;
private Exferia_Controles.Exferia_Panel_Degradado ex_pnl_CubrirAnyoAnterior;
private Exferia_Controles.Exferia_Panel_Degradado ex_pnl_CubrirAnyoSiguiente;
}
}