313 lines
24 KiB
C#
313 lines
24 KiB
C#
namespace Exferia_KairosPRO._4_Vistas
|
|
{
|
|
partial class P_Calendario_Detalle
|
|
{
|
|
/// <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.usc_ex_P_Calendario_Detalle_FechaDesde = new Exferia_Controles.Exferia_FechaSeleccion();
|
|
this.usc_ex_P_Calendario_Detalle_FechaHasta = new Exferia_Controles.Exferia_FechaSeleccion();
|
|
this.ex_lbl_P_Calendario_Detalle_Descripcion = new Exferia_Controles.Exferia_Label();
|
|
this.ex_txt_P_Calendario_Detalle_Descripcion = new Exferia_Controles.Exferia_TextBox();
|
|
this.ex_btn_P_Calendario_Detalle_Grabar = new Exferia_Controles.Exferia_Button();
|
|
this.ex_cbo_P_Calendario_Detalle_AUPRE_Programadas = new Exferia_Controles.Exferia_ComboBox();
|
|
this.ex_lbl_P_Calendario_Detalle_AUPRE_Programadas = new Exferia_Controles.Exferia_Label();
|
|
this.pnl_P_Calendario_Detalle_TipoAUPRE_Jornada = new System.Windows.Forms.Panel();
|
|
this.ex_btn_P_Calendario_Detalle_Borrar = new Exferia_Controles.Exferia_Button();
|
|
this.pnl_P_Calendario_Detalle_Descripcion = new System.Windows.Forms.Panel();
|
|
this.ex_lbl_P_Calendario_Detalle_JornadaCabecera = new Exferia_Controles.Exferia_Label();
|
|
this.ex_cbo_P_Calendario_Detalle_JornadaCabecera = new Exferia_Controles.Exferia_ComboBox();
|
|
this.pnl_P_Calendario_Detalle_JornadaCabecera = new System.Windows.Forms.Panel();
|
|
this.lbl_P_Calendario_Detalle_NombreEmpleado = new System.Windows.Forms.Label();
|
|
this.pnl_P_Calendario_Detalle_FechasDinamicas = new System.Windows.Forms.Panel();
|
|
this.pnl_P_Calendario_Detalle_TipoAUPRE_Jornada.SuspendLayout();
|
|
this.pnl_P_Calendario_Detalle_Descripcion.SuspendLayout();
|
|
this.pnl_P_Calendario_Detalle_JornadaCabecera.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// usc_ex_P_Calendario_Detalle_FechaDesde
|
|
//
|
|
this.usc_ex_P_Calendario_Detalle_FechaDesde.BackColor = System.Drawing.Color.Transparent;
|
|
this.usc_ex_P_Calendario_Detalle_FechaDesde.Exferia_FechaSeleccion_Descripcion = "Fecha desde";
|
|
this.usc_ex_P_Calendario_Detalle_FechaDesde.Exferia_FechaSeleccion_Fecha = " / /";
|
|
this.usc_ex_P_Calendario_Detalle_FechaDesde.Exferia_FechaSeleccion_Obligatorio = true;
|
|
this.usc_ex_P_Calendario_Detalle_FechaDesde.Location = new System.Drawing.Point(12, 236);
|
|
this.usc_ex_P_Calendario_Detalle_FechaDesde.Name = "usc_ex_P_Calendario_Detalle_FechaDesde";
|
|
this.usc_ex_P_Calendario_Detalle_FechaDesde.Size = new System.Drawing.Size(267, 26);
|
|
this.usc_ex_P_Calendario_Detalle_FechaDesde.TabIndex = 5;
|
|
this.usc_ex_P_Calendario_Detalle_FechaDesde.Exferia_FechaSeleccion_TextBox_TextChanged += new System.EventHandler(this.Controlar_Modificaciones_Exferia_FechaSeleccion_TextChanged);
|
|
//
|
|
// usc_ex_P_Calendario_Detalle_FechaHasta
|
|
//
|
|
this.usc_ex_P_Calendario_Detalle_FechaHasta.BackColor = System.Drawing.Color.Transparent;
|
|
this.usc_ex_P_Calendario_Detalle_FechaHasta.Exferia_FechaSeleccion_Descripcion = "Fecha hasta";
|
|
this.usc_ex_P_Calendario_Detalle_FechaHasta.Exferia_FechaSeleccion_Fecha = " / /";
|
|
this.usc_ex_P_Calendario_Detalle_FechaHasta.Exferia_FechaSeleccion_Obligatorio = true;
|
|
this.usc_ex_P_Calendario_Detalle_FechaHasta.Location = new System.Drawing.Point(11, 268);
|
|
this.usc_ex_P_Calendario_Detalle_FechaHasta.Name = "usc_ex_P_Calendario_Detalle_FechaHasta";
|
|
this.usc_ex_P_Calendario_Detalle_FechaHasta.Size = new System.Drawing.Size(267, 26);
|
|
this.usc_ex_P_Calendario_Detalle_FechaHasta.TabIndex = 10;
|
|
this.usc_ex_P_Calendario_Detalle_FechaHasta.Exferia_FechaSeleccion_TextBox_TextChanged += new System.EventHandler(this.Controlar_Modificaciones_Exferia_FechaSeleccion_TextChanged);
|
|
//
|
|
// ex_lbl_P_Calendario_Detalle_Descripcion
|
|
//
|
|
this.ex_lbl_P_Calendario_Detalle_Descripcion.AutoSize = true;
|
|
this.ex_lbl_P_Calendario_Detalle_Descripcion.BackColor = System.Drawing.Color.Transparent;
|
|
this.ex_lbl_P_Calendario_Detalle_Descripcion.Location = new System.Drawing.Point(5, 13);
|
|
this.ex_lbl_P_Calendario_Detalle_Descripcion.Name = "ex_lbl_P_Calendario_Detalle_Descripcion";
|
|
this.ex_lbl_P_Calendario_Detalle_Descripcion.Size = new System.Drawing.Size(63, 13);
|
|
this.ex_lbl_P_Calendario_Detalle_Descripcion.TabIndex = 41;
|
|
this.ex_lbl_P_Calendario_Detalle_Descripcion.Text = "Descripción";
|
|
//
|
|
// ex_txt_P_Calendario_Detalle_Descripcion
|
|
//
|
|
this.ex_txt_P_Calendario_Detalle_Descripcion.Exferia_TextBox_BordeColor_Foco = System.Drawing.Color.Red;
|
|
this.ex_txt_P_Calendario_Detalle_Descripcion.Exferia_TextBox_BordeColor_Normal = System.Drawing.Color.Black;
|
|
this.ex_txt_P_Calendario_Detalle_Descripcion.Exferia_TextBox_Fondo = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(237)))), ((int)(((byte)(175)))));
|
|
this.ex_txt_P_Calendario_Detalle_Descripcion.Exferia_TextBox_MaxLength = 50;
|
|
this.ex_txt_P_Calendario_Detalle_Descripcion.Exferia_TextBox_Multiline = false;
|
|
this.ex_txt_P_Calendario_Detalle_Descripcion.Exferia_TextBox_NoBloquear = true;
|
|
this.ex_txt_P_Calendario_Detalle_Descripcion.Exferia_TextBox_Obligatorio = true;
|
|
this.ex_txt_P_Calendario_Detalle_Descripcion.Exferia_TextBox_PasswordChar = '\0';
|
|
this.ex_txt_P_Calendario_Detalle_Descripcion.Exferia_TextBox_ReadOnly = false;
|
|
this.ex_txt_P_Calendario_Detalle_Descripcion.Exferia_TextBox_ScrollBars = System.Windows.Forms.ScrollBars.None;
|
|
this.ex_txt_P_Calendario_Detalle_Descripcion.Exferia_TextBox_SelectionStart = 0;
|
|
this.ex_txt_P_Calendario_Detalle_Descripcion.Exferia_TextBox_TabStop_Txt = true;
|
|
this.ex_txt_P_Calendario_Detalle_Descripcion.Exferia_TextBox_TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.ex_txt_P_Calendario_Detalle_Descripcion.Exferia_TextBox_Texto_Inicial = "";
|
|
this.ex_txt_P_Calendario_Detalle_Descripcion.Exferia_TextBox_Tipo_Decimal_Decimales = 2;
|
|
this.ex_txt_P_Calendario_Detalle_Descripcion.Exferia_TextBox_Tipo_Decimal_Enteros = 9;
|
|
this.ex_txt_P_Calendario_Detalle_Descripcion.Exferia_TextBox_Tipos = Exferia_Aplicacion.General.Enumerados.G_ENUM_TEXTBOX_TIPODATO.Textos;
|
|
this.ex_txt_P_Calendario_Detalle_Descripcion.Exferia_TextBox_UseSystemPasswordChar = false;
|
|
this.ex_txt_P_Calendario_Detalle_Descripcion.Location = new System.Drawing.Point(74, 7);
|
|
this.ex_txt_P_Calendario_Detalle_Descripcion.Name = "ex_txt_P_Calendario_Detalle_Descripcion";
|
|
this.ex_txt_P_Calendario_Detalle_Descripcion.Padding = new System.Windows.Forms.Padding(2);
|
|
this.ex_txt_P_Calendario_Detalle_Descripcion.Size = new System.Drawing.Size(275, 22);
|
|
this.ex_txt_P_Calendario_Detalle_Descripcion.TabIndex = 15;
|
|
this.ex_txt_P_Calendario_Detalle_Descripcion.Exferia_TextBox_Evento_TextChanged += new System.EventHandler(this.Controlar_Modificaciones_TextBox_TextChanged);
|
|
//
|
|
// ex_btn_P_Calendario_Detalle_Grabar
|
|
//
|
|
this.ex_btn_P_Calendario_Detalle_Grabar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ex_btn_P_Calendario_Detalle_Grabar.BackColor = System.Drawing.Color.Maroon;
|
|
this.ex_btn_P_Calendario_Detalle_Grabar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.ex_btn_P_Calendario_Detalle_Grabar.Exferia_Button_Bloqueable = true;
|
|
this.ex_btn_P_Calendario_Detalle_Grabar.Exferia_Button_Imagen = Exferia_Aplicacion.General.Imagenes.G_ENUM_IMAGENES.G_IMG_GUARDAR;
|
|
this.ex_btn_P_Calendario_Detalle_Grabar.Exferia_Button_Permitir_CambioFuenteAutomatico = true;
|
|
this.ex_btn_P_Calendario_Detalle_Grabar.Exferia_Button_ReadOnly = false;
|
|
this.ex_btn_P_Calendario_Detalle_Grabar.Exferia_Button_ToolTip = "Grabar (F2)";
|
|
this.ex_btn_P_Calendario_Detalle_Grabar.FlatAppearance.BorderSize = 0;
|
|
this.ex_btn_P_Calendario_Detalle_Grabar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.ex_btn_P_Calendario_Detalle_Grabar.Location = new System.Drawing.Point(754, 44);
|
|
this.ex_btn_P_Calendario_Detalle_Grabar.Name = "ex_btn_P_Calendario_Detalle_Grabar";
|
|
this.ex_btn_P_Calendario_Detalle_Grabar.Size = new System.Drawing.Size(31, 36);
|
|
this.ex_btn_P_Calendario_Detalle_Grabar.TabIndex = 30;
|
|
this.ex_btn_P_Calendario_Detalle_Grabar.TabStop = false;
|
|
this.ex_btn_P_Calendario_Detalle_Grabar.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
|
this.ex_btn_P_Calendario_Detalle_Grabar.UseVisualStyleBackColor = false;
|
|
this.ex_btn_P_Calendario_Detalle_Grabar.Click += new System.EventHandler(this.ex_btn_P_Calendario_Detalle_Grabar_Click);
|
|
//
|
|
// ex_cbo_P_Calendario_Detalle_AUPRE_Programadas
|
|
//
|
|
this.ex_cbo_P_Calendario_Detalle_AUPRE_Programadas.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(237)))), ((int)(((byte)(175)))));
|
|
this.ex_cbo_P_Calendario_Detalle_AUPRE_Programadas.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
|
this.ex_cbo_P_Calendario_Detalle_AUPRE_Programadas.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.ex_cbo_P_Calendario_Detalle_AUPRE_Programadas.Exferia_ComboBox_Bloqueable = true;
|
|
this.ex_cbo_P_Calendario_Detalle_AUPRE_Programadas.Exferia_ComboBox_BorderColor = System.Drawing.Color.Black;
|
|
this.ex_cbo_P_Calendario_Detalle_AUPRE_Programadas.Exferia_ComboBox_BorderStyle = System.Windows.Forms.ButtonBorderStyle.Solid;
|
|
this.ex_cbo_P_Calendario_Detalle_AUPRE_Programadas.Exferia_ComboBox_Obligatorio = true;
|
|
this.ex_cbo_P_Calendario_Detalle_AUPRE_Programadas.FormattingEnabled = true;
|
|
this.ex_cbo_P_Calendario_Detalle_AUPRE_Programadas.Location = new System.Drawing.Point(160, 11);
|
|
this.ex_cbo_P_Calendario_Detalle_AUPRE_Programadas.Name = "ex_cbo_P_Calendario_Detalle_AUPRE_Programadas";
|
|
this.ex_cbo_P_Calendario_Detalle_AUPRE_Programadas.Size = new System.Drawing.Size(170, 21);
|
|
this.ex_cbo_P_Calendario_Detalle_AUPRE_Programadas.TabIndex = 20;
|
|
this.ex_cbo_P_Calendario_Detalle_AUPRE_Programadas.SelectedIndexChanged += new System.EventHandler(this.Controlar_Modificaciones_ComboBox_SelectedIndexChanged);
|
|
//
|
|
// ex_lbl_P_Calendario_Detalle_AUPRE_Programadas
|
|
//
|
|
this.ex_lbl_P_Calendario_Detalle_AUPRE_Programadas.AutoSize = true;
|
|
this.ex_lbl_P_Calendario_Detalle_AUPRE_Programadas.BackColor = System.Drawing.Color.Transparent;
|
|
this.ex_lbl_P_Calendario_Detalle_AUPRE_Programadas.Location = new System.Drawing.Point(3, 14);
|
|
this.ex_lbl_P_Calendario_Detalle_AUPRE_Programadas.Name = "ex_lbl_P_Calendario_Detalle_AUPRE_Programadas";
|
|
this.ex_lbl_P_Calendario_Detalle_AUPRE_Programadas.Size = new System.Drawing.Size(136, 13);
|
|
this.ex_lbl_P_Calendario_Detalle_AUPRE_Programadas.TabIndex = 98;
|
|
this.ex_lbl_P_Calendario_Detalle_AUPRE_Programadas.Text = "Tipo presencia programada";
|
|
//
|
|
// pnl_P_Calendario_Detalle_TipoAUPRE_Jornada
|
|
//
|
|
this.pnl_P_Calendario_Detalle_TipoAUPRE_Jornada.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.pnl_P_Calendario_Detalle_TipoAUPRE_Jornada.BackColor = System.Drawing.Color.Transparent;
|
|
this.pnl_P_Calendario_Detalle_TipoAUPRE_Jornada.Controls.Add(this.ex_cbo_P_Calendario_Detalle_AUPRE_Programadas);
|
|
this.pnl_P_Calendario_Detalle_TipoAUPRE_Jornada.Controls.Add(this.ex_lbl_P_Calendario_Detalle_AUPRE_Programadas);
|
|
this.pnl_P_Calendario_Detalle_TipoAUPRE_Jornada.Location = new System.Drawing.Point(12, 147);
|
|
this.pnl_P_Calendario_Detalle_TipoAUPRE_Jornada.Name = "pnl_P_Calendario_Detalle_TipoAUPRE_Jornada";
|
|
this.pnl_P_Calendario_Detalle_TipoAUPRE_Jornada.Size = new System.Drawing.Size(344, 80);
|
|
this.pnl_P_Calendario_Detalle_TipoAUPRE_Jornada.TabIndex = 100;
|
|
//
|
|
// ex_btn_P_Calendario_Detalle_Borrar
|
|
//
|
|
this.ex_btn_P_Calendario_Detalle_Borrar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ex_btn_P_Calendario_Detalle_Borrar.BackColor = System.Drawing.Color.Maroon;
|
|
this.ex_btn_P_Calendario_Detalle_Borrar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.ex_btn_P_Calendario_Detalle_Borrar.Exferia_Button_Bloqueable = true;
|
|
this.ex_btn_P_Calendario_Detalle_Borrar.Exferia_Button_Imagen = Exferia_Aplicacion.General.Imagenes.G_ENUM_IMAGENES.G_IMG_BORRAR;
|
|
this.ex_btn_P_Calendario_Detalle_Borrar.Exferia_Button_Permitir_CambioFuenteAutomatico = true;
|
|
this.ex_btn_P_Calendario_Detalle_Borrar.Exferia_Button_ReadOnly = false;
|
|
this.ex_btn_P_Calendario_Detalle_Borrar.Exferia_Button_ToolTip = "Borrar (F5)";
|
|
this.ex_btn_P_Calendario_Detalle_Borrar.FlatAppearance.BorderSize = 0;
|
|
this.ex_btn_P_Calendario_Detalle_Borrar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.ex_btn_P_Calendario_Detalle_Borrar.Location = new System.Drawing.Point(755, 85);
|
|
this.ex_btn_P_Calendario_Detalle_Borrar.Name = "ex_btn_P_Calendario_Detalle_Borrar";
|
|
this.ex_btn_P_Calendario_Detalle_Borrar.Size = new System.Drawing.Size(31, 36);
|
|
this.ex_btn_P_Calendario_Detalle_Borrar.TabIndex = 35;
|
|
this.ex_btn_P_Calendario_Detalle_Borrar.TabStop = false;
|
|
this.ex_btn_P_Calendario_Detalle_Borrar.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
|
this.ex_btn_P_Calendario_Detalle_Borrar.UseVisualStyleBackColor = false;
|
|
this.ex_btn_P_Calendario_Detalle_Borrar.Click += new System.EventHandler(this.ex_btn_P_Calendario_Detalle_Borrar_Click);
|
|
//
|
|
// pnl_P_Calendario_Detalle_Descripcion
|
|
//
|
|
this.pnl_P_Calendario_Detalle_Descripcion.BackColor = System.Drawing.Color.Transparent;
|
|
this.pnl_P_Calendario_Detalle_Descripcion.Controls.Add(this.ex_txt_P_Calendario_Detalle_Descripcion);
|
|
this.pnl_P_Calendario_Detalle_Descripcion.Controls.Add(this.ex_lbl_P_Calendario_Detalle_Descripcion);
|
|
this.pnl_P_Calendario_Detalle_Descripcion.Location = new System.Drawing.Point(13, 104);
|
|
this.pnl_P_Calendario_Detalle_Descripcion.Name = "pnl_P_Calendario_Detalle_Descripcion";
|
|
this.pnl_P_Calendario_Detalle_Descripcion.Size = new System.Drawing.Size(361, 37);
|
|
this.pnl_P_Calendario_Detalle_Descripcion.TabIndex = 102;
|
|
//
|
|
// ex_lbl_P_Calendario_Detalle_JornadaCabecera
|
|
//
|
|
this.ex_lbl_P_Calendario_Detalle_JornadaCabecera.AutoSize = true;
|
|
this.ex_lbl_P_Calendario_Detalle_JornadaCabecera.BackColor = System.Drawing.Color.Transparent;
|
|
this.ex_lbl_P_Calendario_Detalle_JornadaCabecera.Location = new System.Drawing.Point(1, 12);
|
|
this.ex_lbl_P_Calendario_Detalle_JornadaCabecera.Name = "ex_lbl_P_Calendario_Detalle_JornadaCabecera";
|
|
this.ex_lbl_P_Calendario_Detalle_JornadaCabecera.Size = new System.Drawing.Size(45, 13);
|
|
this.ex_lbl_P_Calendario_Detalle_JornadaCabecera.TabIndex = 101;
|
|
this.ex_lbl_P_Calendario_Detalle_JornadaCabecera.Text = "Jornada";
|
|
//
|
|
// ex_cbo_P_Calendario_Detalle_JornadaCabecera
|
|
//
|
|
this.ex_cbo_P_Calendario_Detalle_JornadaCabecera.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(237)))), ((int)(((byte)(175)))));
|
|
this.ex_cbo_P_Calendario_Detalle_JornadaCabecera.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
|
this.ex_cbo_P_Calendario_Detalle_JornadaCabecera.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.ex_cbo_P_Calendario_Detalle_JornadaCabecera.Exferia_ComboBox_Bloqueable = true;
|
|
this.ex_cbo_P_Calendario_Detalle_JornadaCabecera.Exferia_ComboBox_BorderColor = System.Drawing.Color.Black;
|
|
this.ex_cbo_P_Calendario_Detalle_JornadaCabecera.Exferia_ComboBox_BorderStyle = System.Windows.Forms.ButtonBorderStyle.Solid;
|
|
this.ex_cbo_P_Calendario_Detalle_JornadaCabecera.Exferia_ComboBox_Obligatorio = true;
|
|
this.ex_cbo_P_Calendario_Detalle_JornadaCabecera.FormattingEnabled = true;
|
|
this.ex_cbo_P_Calendario_Detalle_JornadaCabecera.Location = new System.Drawing.Point(158, 9);
|
|
this.ex_cbo_P_Calendario_Detalle_JornadaCabecera.Name = "ex_cbo_P_Calendario_Detalle_JornadaCabecera";
|
|
this.ex_cbo_P_Calendario_Detalle_JornadaCabecera.Size = new System.Drawing.Size(170, 21);
|
|
this.ex_cbo_P_Calendario_Detalle_JornadaCabecera.TabIndex = 25;
|
|
//
|
|
// pnl_P_Calendario_Detalle_JornadaCabecera
|
|
//
|
|
this.pnl_P_Calendario_Detalle_JornadaCabecera.BackColor = System.Drawing.Color.Transparent;
|
|
this.pnl_P_Calendario_Detalle_JornadaCabecera.Controls.Add(this.ex_lbl_P_Calendario_Detalle_JornadaCabecera);
|
|
this.pnl_P_Calendario_Detalle_JornadaCabecera.Controls.Add(this.ex_cbo_P_Calendario_Detalle_JornadaCabecera);
|
|
this.pnl_P_Calendario_Detalle_JornadaCabecera.Location = new System.Drawing.Point(14, 183);
|
|
this.pnl_P_Calendario_Detalle_JornadaCabecera.Name = "pnl_P_Calendario_Detalle_JornadaCabecera";
|
|
this.pnl_P_Calendario_Detalle_JornadaCabecera.Size = new System.Drawing.Size(339, 37);
|
|
this.pnl_P_Calendario_Detalle_JornadaCabecera.TabIndex = 103;
|
|
//
|
|
// lbl_P_Calendario_Detalle_NombreEmpleado
|
|
//
|
|
this.lbl_P_Calendario_Detalle_NombreEmpleado.AutoSize = true;
|
|
this.lbl_P_Calendario_Detalle_NombreEmpleado.BackColor = System.Drawing.Color.Transparent;
|
|
this.lbl_P_Calendario_Detalle_NombreEmpleado.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbl_P_Calendario_Detalle_NombreEmpleado.Location = new System.Drawing.Point(173, 81);
|
|
this.lbl_P_Calendario_Detalle_NombreEmpleado.Name = "lbl_P_Calendario_Detalle_NombreEmpleado";
|
|
this.lbl_P_Calendario_Detalle_NombreEmpleado.Size = new System.Drawing.Size(41, 15);
|
|
this.lbl_P_Calendario_Detalle_NombreEmpleado.TabIndex = 104;
|
|
this.lbl_P_Calendario_Detalle_NombreEmpleado.Text = "label1";
|
|
//
|
|
// pnl_P_Calendario_Detalle_FechasDinamicas
|
|
//
|
|
this.pnl_P_Calendario_Detalle_FechasDinamicas.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.pnl_P_Calendario_Detalle_FechasDinamicas.AutoScroll = true;
|
|
this.pnl_P_Calendario_Detalle_FechasDinamicas.BackColor = System.Drawing.Color.Transparent;
|
|
this.pnl_P_Calendario_Detalle_FechasDinamicas.Location = new System.Drawing.Point(14, 297);
|
|
this.pnl_P_Calendario_Detalle_FechasDinamicas.Name = "pnl_P_Calendario_Detalle_FechasDinamicas";
|
|
this.pnl_P_Calendario_Detalle_FechasDinamicas.Size = new System.Drawing.Size(402, 361);
|
|
this.pnl_P_Calendario_Detalle_FechasDinamicas.TabIndex = 105;
|
|
//
|
|
// P_Calendario_Detalle
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(797, 670);
|
|
this.Controls.Add(this.pnl_P_Calendario_Detalle_Descripcion);
|
|
this.Controls.Add(this.pnl_P_Calendario_Detalle_FechasDinamicas);
|
|
this.Controls.Add(this.lbl_P_Calendario_Detalle_NombreEmpleado);
|
|
this.Controls.Add(this.pnl_P_Calendario_Detalle_JornadaCabecera);
|
|
this.Controls.Add(this.ex_btn_P_Calendario_Detalle_Borrar);
|
|
this.Controls.Add(this.pnl_P_Calendario_Detalle_TipoAUPRE_Jornada);
|
|
this.Controls.Add(this.ex_btn_P_Calendario_Detalle_Grabar);
|
|
this.Controls.Add(this.usc_ex_P_Calendario_Detalle_FechaHasta);
|
|
this.Controls.Add(this.usc_ex_P_Calendario_Detalle_FechaDesde);
|
|
this.Name = "P_Calendario_Detalle";
|
|
this.Text = "P_Calendario_Detalle";
|
|
this.Shown += new System.EventHandler(this.P_Calendario_Detalle_Shown);
|
|
this.Controls.SetChildIndex(this.usc_ex_P_Calendario_Detalle_FechaDesde, 0);
|
|
this.Controls.SetChildIndex(this.usc_ex_P_Calendario_Detalle_FechaHasta, 0);
|
|
this.Controls.SetChildIndex(this.ex_btn_P_Calendario_Detalle_Grabar, 0);
|
|
this.Controls.SetChildIndex(this.pnl_P_Calendario_Detalle_TipoAUPRE_Jornada, 0);
|
|
this.Controls.SetChildIndex(this.ex_btn_P_Calendario_Detalle_Borrar, 0);
|
|
this.Controls.SetChildIndex(this.pnl_P_Calendario_Detalle_JornadaCabecera, 0);
|
|
this.Controls.SetChildIndex(this.lbl_P_Calendario_Detalle_NombreEmpleado, 0);
|
|
this.Controls.SetChildIndex(this.pnl_P_Calendario_Detalle_FechasDinamicas, 0);
|
|
this.Controls.SetChildIndex(this.pnl_P_Calendario_Detalle_Descripcion, 0);
|
|
this.pnl_P_Calendario_Detalle_TipoAUPRE_Jornada.ResumeLayout(false);
|
|
this.pnl_P_Calendario_Detalle_TipoAUPRE_Jornada.PerformLayout();
|
|
this.pnl_P_Calendario_Detalle_Descripcion.ResumeLayout(false);
|
|
this.pnl_P_Calendario_Detalle_Descripcion.PerformLayout();
|
|
this.pnl_P_Calendario_Detalle_JornadaCabecera.ResumeLayout(false);
|
|
this.pnl_P_Calendario_Detalle_JornadaCabecera.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Exferia_Controles.Exferia_FechaSeleccion usc_ex_P_Calendario_Detalle_FechaDesde;
|
|
private Exferia_Controles.Exferia_FechaSeleccion usc_ex_P_Calendario_Detalle_FechaHasta;
|
|
private Exferia_Controles.Exferia_Label ex_lbl_P_Calendario_Detalle_Descripcion;
|
|
private Exferia_Controles.Exferia_TextBox ex_txt_P_Calendario_Detalle_Descripcion;
|
|
private Exferia_Controles.Exferia_Button ex_btn_P_Calendario_Detalle_Grabar;
|
|
private Exferia_Controles.Exferia_ComboBox ex_cbo_P_Calendario_Detalle_AUPRE_Programadas;
|
|
private Exferia_Controles.Exferia_Label ex_lbl_P_Calendario_Detalle_AUPRE_Programadas;
|
|
private System.Windows.Forms.Panel pnl_P_Calendario_Detalle_TipoAUPRE_Jornada;
|
|
private Exferia_Controles.Exferia_Button ex_btn_P_Calendario_Detalle_Borrar;
|
|
private System.Windows.Forms.Panel pnl_P_Calendario_Detalle_Descripcion;
|
|
private Exferia_Controles.Exferia_Label ex_lbl_P_Calendario_Detalle_JornadaCabecera;
|
|
private Exferia_Controles.Exferia_ComboBox ex_cbo_P_Calendario_Detalle_JornadaCabecera;
|
|
private System.Windows.Forms.Panel pnl_P_Calendario_Detalle_JornadaCabecera;
|
|
private System.Windows.Forms.Label lbl_P_Calendario_Detalle_NombreEmpleado;
|
|
private System.Windows.Forms.Panel pnl_P_Calendario_Detalle_FechasDinamicas;
|
|
}
|
|
} |