namespace Exferia_KairosPRO._4_Vistas
{
partial class P_HorasExtrasCabecera
{
///
/// Variable del diseñador necesaria.
///
private System.ComponentModel.IContainer components = null;
///
/// Limpiar los recursos que se estén usando.
///
/// true si los recursos administrados se deben desechar; false en caso contrario.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Código generado por el Diseñador de Windows Forms
///
/// Método necesario para admitir el Diseñador. No se puede modificar
/// el contenido de este método con el editor de código.
///
private void InitializeComponent()
{
this.ex_btn_P_HorasExtrasCabecera_Borrar = new Exferia_Controles.Exferia_Button();
this.ex_btn_P_HorasExtrasCabecera_Grabar = new Exferia_Controles.Exferia_Button();
this.ex_btn_P_HorasExtrasCabecera_BuscarCodigoSiguiente = new Exferia_Controles.Exferia_Button();
this.ex_txt_P_HorasExtrasCabecera_Descripcion = new Exferia_Controles.Exferia_TextBox();
this.ex_txt_P_HorasExtrasCabecera_Codigo = new Exferia_Controles.Exferia_TextBox();
this.ex_lbl_P_HorasExtrasCabecera_Descripcion = new Exferia_Controles.Exferia_Label();
this.ex_lbl_P_HorasExtrasCabecera_Codigo = new Exferia_Controles.Exferia_Label();
this.ex_Paginador = new Exferia_Controles.Exferia_Paginador();
this.ex_btn_P_HorasExtrasCabecera_Lineas_Borrar = new Exferia_Controles.Exferia_Button();
this.ex_btn_P_HorasExtrasCabecera_Lineas_Ver = new Exferia_Controles.Exferia_Button();
this.ex_btn_P_HorasExtrasCabecera_Lineas_Add = new Exferia_Controles.Exferia_Button();
this.ex_btn_P_HorasExtrasCabecera_Lineas_Filtros = new Exferia_Controles.Exferia_Button();
this.ex_pgb_BarraProgreso_Lineas = new Exferia_Controles.Exferia_BarraProgreso();
this.ex_dgv_P_HorasExtrasCabecera_Lineas = new Exferia_Controles.Exferia_DataGridView();
this.ex_btn_P_HorasExtrasCabecera_Lineas_CambiarOrden = new Exferia_Controles.Exferia_Button();
((System.ComponentModel.ISupportInitialize)(this.ex_dgv_P_HorasExtrasCabecera_Lineas)).BeginInit();
this.SuspendLayout();
//
// ex_btn_P_HorasExtrasCabecera_Borrar
//
this.ex_btn_P_HorasExtrasCabecera_Borrar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.ex_btn_P_HorasExtrasCabecera_Borrar.BackColor = System.Drawing.Color.Maroon;
this.ex_btn_P_HorasExtrasCabecera_Borrar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ex_btn_P_HorasExtrasCabecera_Borrar.Exferia_Button_Bloqueable = true;
this.ex_btn_P_HorasExtrasCabecera_Borrar.Exferia_Button_Imagen = Exferia_Aplicacion.General.Imagenes.G_ENUM_IMAGENES.G_IMG_BORRAR;
this.ex_btn_P_HorasExtrasCabecera_Borrar.Exferia_Button_Permitir_CambioFuenteAutomatico = true;
this.ex_btn_P_HorasExtrasCabecera_Borrar.Exferia_Button_ReadOnly = false;
this.ex_btn_P_HorasExtrasCabecera_Borrar.Exferia_Button_TabStop = false;
this.ex_btn_P_HorasExtrasCabecera_Borrar.Exferia_Button_ToolTip = "Grabar (F2)";
this.ex_btn_P_HorasExtrasCabecera_Borrar.FlatAppearance.BorderSize = 0;
this.ex_btn_P_HorasExtrasCabecera_Borrar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ex_btn_P_HorasExtrasCabecera_Borrar.Location = new System.Drawing.Point(754, 86);
this.ex_btn_P_HorasExtrasCabecera_Borrar.Name = "ex_btn_P_HorasExtrasCabecera_Borrar";
this.ex_btn_P_HorasExtrasCabecera_Borrar.Size = new System.Drawing.Size(31, 36);
this.ex_btn_P_HorasExtrasCabecera_Borrar.TabIndex = 98;
this.ex_btn_P_HorasExtrasCabecera_Borrar.TabStop = false;
this.ex_btn_P_HorasExtrasCabecera_Borrar.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.ex_btn_P_HorasExtrasCabecera_Borrar.UseVisualStyleBackColor = false;
this.ex_btn_P_HorasExtrasCabecera_Borrar.Click += new System.EventHandler(this.ex_btn_P_AusenciasProgramdasTipos_Borrar_Click);
//
// ex_btn_P_HorasExtrasCabecera_Grabar
//
this.ex_btn_P_HorasExtrasCabecera_Grabar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.ex_btn_P_HorasExtrasCabecera_Grabar.BackColor = System.Drawing.Color.Maroon;
this.ex_btn_P_HorasExtrasCabecera_Grabar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ex_btn_P_HorasExtrasCabecera_Grabar.Exferia_Button_Bloqueable = true;
this.ex_btn_P_HorasExtrasCabecera_Grabar.Exferia_Button_Imagen = Exferia_Aplicacion.General.Imagenes.G_ENUM_IMAGENES.G_IMG_GUARDAR;
this.ex_btn_P_HorasExtrasCabecera_Grabar.Exferia_Button_Permitir_CambioFuenteAutomatico = true;
this.ex_btn_P_HorasExtrasCabecera_Grabar.Exferia_Button_ReadOnly = false;
this.ex_btn_P_HorasExtrasCabecera_Grabar.Exferia_Button_TabStop = false;
this.ex_btn_P_HorasExtrasCabecera_Grabar.Exferia_Button_ToolTip = "Grabar (F2)";
this.ex_btn_P_HorasExtrasCabecera_Grabar.FlatAppearance.BorderSize = 0;
this.ex_btn_P_HorasExtrasCabecera_Grabar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ex_btn_P_HorasExtrasCabecera_Grabar.Location = new System.Drawing.Point(754, 44);
this.ex_btn_P_HorasExtrasCabecera_Grabar.Name = "ex_btn_P_HorasExtrasCabecera_Grabar";
this.ex_btn_P_HorasExtrasCabecera_Grabar.Size = new System.Drawing.Size(31, 36);
this.ex_btn_P_HorasExtrasCabecera_Grabar.TabIndex = 97;
this.ex_btn_P_HorasExtrasCabecera_Grabar.TabStop = false;
this.ex_btn_P_HorasExtrasCabecera_Grabar.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.ex_btn_P_HorasExtrasCabecera_Grabar.UseVisualStyleBackColor = false;
this.ex_btn_P_HorasExtrasCabecera_Grabar.Click += new System.EventHandler(this.ex_btn_P_AusenciasProgramdasTipos_Grabar_Click);
//
// ex_btn_P_HorasExtrasCabecera_BuscarCodigoSiguiente
//
this.ex_btn_P_HorasExtrasCabecera_BuscarCodigoSiguiente.BackColor = System.Drawing.Color.Maroon;
this.ex_btn_P_HorasExtrasCabecera_BuscarCodigoSiguiente.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ex_btn_P_HorasExtrasCabecera_BuscarCodigoSiguiente.Exferia_Button_Bloqueable = true;
this.ex_btn_P_HorasExtrasCabecera_BuscarCodigoSiguiente.Exferia_Button_Imagen = Exferia_Aplicacion.General.Imagenes.G_ENUM_IMAGENES.G_IMG_BUSCARCODIGO_P;
this.ex_btn_P_HorasExtrasCabecera_BuscarCodigoSiguiente.Exferia_Button_Permitir_CambioFuenteAutomatico = true;
this.ex_btn_P_HorasExtrasCabecera_BuscarCodigoSiguiente.Exferia_Button_ReadOnly = false;
this.ex_btn_P_HorasExtrasCabecera_BuscarCodigoSiguiente.Exferia_Button_TabStop = false;
this.ex_btn_P_HorasExtrasCabecera_BuscarCodigoSiguiente.Exferia_Button_ToolTip = "Código siguiente";
this.ex_btn_P_HorasExtrasCabecera_BuscarCodigoSiguiente.FlatAppearance.BorderSize = 0;
this.ex_btn_P_HorasExtrasCabecera_BuscarCodigoSiguiente.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ex_btn_P_HorasExtrasCabecera_BuscarCodigoSiguiente.Location = new System.Drawing.Point(210, 86);
this.ex_btn_P_HorasExtrasCabecera_BuscarCodigoSiguiente.Name = "ex_btn_P_HorasExtrasCabecera_BuscarCodigoSiguiente";
this.ex_btn_P_HorasExtrasCabecera_BuscarCodigoSiguiente.Size = new System.Drawing.Size(21, 21);
this.ex_btn_P_HorasExtrasCabecera_BuscarCodigoSiguiente.TabIndex = 103;
this.ex_btn_P_HorasExtrasCabecera_BuscarCodigoSiguiente.TabStop = false;
this.ex_btn_P_HorasExtrasCabecera_BuscarCodigoSiguiente.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.ex_btn_P_HorasExtrasCabecera_BuscarCodigoSiguiente.UseVisualStyleBackColor = false;
this.ex_btn_P_HorasExtrasCabecera_BuscarCodigoSiguiente.Click += new System.EventHandler(this.ex_btn_P_AusenciasProgramdasTipos_BuscarCodigoSiguiente_Click);
//
// ex_txt_P_HorasExtrasCabecera_Descripcion
//
this.ex_txt_P_HorasExtrasCabecera_Descripcion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ex_txt_P_HorasExtrasCabecera_Descripcion.Exferia_TextBox_BordeColor_Foco = System.Drawing.Color.Red;
this.ex_txt_P_HorasExtrasCabecera_Descripcion.Exferia_TextBox_BordeColor_Normal = System.Drawing.Color.Black;
this.ex_txt_P_HorasExtrasCabecera_Descripcion.Exferia_TextBox_Fondo = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(237)))), ((int)(((byte)(175)))));
this.ex_txt_P_HorasExtrasCabecera_Descripcion.Exferia_TextBox_MaxLength = 50;
this.ex_txt_P_HorasExtrasCabecera_Descripcion.Exferia_TextBox_Multiline = false;
this.ex_txt_P_HorasExtrasCabecera_Descripcion.Exferia_TextBox_NoBloquear = true;
this.ex_txt_P_HorasExtrasCabecera_Descripcion.Exferia_TextBox_Obligatorio = true;
this.ex_txt_P_HorasExtrasCabecera_Descripcion.Exferia_TextBox_PasswordChar = '\0';
this.ex_txt_P_HorasExtrasCabecera_Descripcion.Exferia_TextBox_Permitir_CambioFuenteAutomatico = true;
this.ex_txt_P_HorasExtrasCabecera_Descripcion.Exferia_TextBox_ReadOnly = false;
this.ex_txt_P_HorasExtrasCabecera_Descripcion.Exferia_TextBox_ScrollBars = System.Windows.Forms.ScrollBars.None;
this.ex_txt_P_HorasExtrasCabecera_Descripcion.Exferia_TextBox_SelectionLength = 0;
this.ex_txt_P_HorasExtrasCabecera_Descripcion.Exferia_TextBox_SelectionStart = 0;
this.ex_txt_P_HorasExtrasCabecera_Descripcion.Exferia_TextBox_TabStop_Txt = true;
this.ex_txt_P_HorasExtrasCabecera_Descripcion.Exferia_TextBox_TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.ex_txt_P_HorasExtrasCabecera_Descripcion.Exferia_TextBox_Texto_Inicial = "";
this.ex_txt_P_HorasExtrasCabecera_Descripcion.Exferia_TextBox_Tipo_Decimal_Decimales = 2;
this.ex_txt_P_HorasExtrasCabecera_Descripcion.Exferia_TextBox_Tipo_Decimal_Enteros = 9;
this.ex_txt_P_HorasExtrasCabecera_Descripcion.Exferia_TextBox_Tipos = Exferia_Aplicacion.General.Enumerados.G_ENUM_TEXTBOX_TIPODATO.Textos;
this.ex_txt_P_HorasExtrasCabecera_Descripcion.Exferia_TextBox_UseSystemPasswordChar = false;
this.ex_txt_P_HorasExtrasCabecera_Descripcion.Location = new System.Drawing.Point(112, 112);
this.ex_txt_P_HorasExtrasCabecera_Descripcion.Name = "ex_txt_P_HorasExtrasCabecera_Descripcion";
this.ex_txt_P_HorasExtrasCabecera_Descripcion.Padding = new System.Windows.Forms.Padding(2);
this.ex_txt_P_HorasExtrasCabecera_Descripcion.Size = new System.Drawing.Size(614, 20);
this.ex_txt_P_HorasExtrasCabecera_Descripcion.TabIndex = 10;
this.ex_txt_P_HorasExtrasCabecera_Descripcion.Exferia_TextBox_Evento_TextChanged += new System.EventHandler(this.Controlar_Modificaciones_TextBox_TextChanged);
//
// ex_txt_P_HorasExtrasCabecera_Codigo
//
this.ex_txt_P_HorasExtrasCabecera_Codigo.Exferia_TextBox_BordeColor_Foco = System.Drawing.Color.Red;
this.ex_txt_P_HorasExtrasCabecera_Codigo.Exferia_TextBox_BordeColor_Normal = System.Drawing.Color.Black;
this.ex_txt_P_HorasExtrasCabecera_Codigo.Exferia_TextBox_Fondo = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(237)))), ((int)(((byte)(175)))));
this.ex_txt_P_HorasExtrasCabecera_Codigo.Exferia_TextBox_MaxLength = 10;
this.ex_txt_P_HorasExtrasCabecera_Codigo.Exferia_TextBox_Multiline = false;
this.ex_txt_P_HorasExtrasCabecera_Codigo.Exferia_TextBox_NoBloquear = true;
this.ex_txt_P_HorasExtrasCabecera_Codigo.Exferia_TextBox_Obligatorio = true;
this.ex_txt_P_HorasExtrasCabecera_Codigo.Exferia_TextBox_PasswordChar = '\0';
this.ex_txt_P_HorasExtrasCabecera_Codigo.Exferia_TextBox_Permitir_CambioFuenteAutomatico = true;
this.ex_txt_P_HorasExtrasCabecera_Codigo.Exferia_TextBox_ReadOnly = false;
this.ex_txt_P_HorasExtrasCabecera_Codigo.Exferia_TextBox_ScrollBars = System.Windows.Forms.ScrollBars.None;
this.ex_txt_P_HorasExtrasCabecera_Codigo.Exferia_TextBox_SelectionLength = 0;
this.ex_txt_P_HorasExtrasCabecera_Codigo.Exferia_TextBox_SelectionStart = 0;
this.ex_txt_P_HorasExtrasCabecera_Codigo.Exferia_TextBox_TabStop_Txt = true;
this.ex_txt_P_HorasExtrasCabecera_Codigo.Exferia_TextBox_TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.ex_txt_P_HorasExtrasCabecera_Codigo.Exferia_TextBox_Texto_Inicial = "";
this.ex_txt_P_HorasExtrasCabecera_Codigo.Exferia_TextBox_Tipo_Decimal_Decimales = 2;
this.ex_txt_P_HorasExtrasCabecera_Codigo.Exferia_TextBox_Tipo_Decimal_Enteros = 9;
this.ex_txt_P_HorasExtrasCabecera_Codigo.Exferia_TextBox_Tipos = Exferia_Aplicacion.General.Enumerados.G_ENUM_TEXTBOX_TIPODATO.Textos;
this.ex_txt_P_HorasExtrasCabecera_Codigo.Exferia_TextBox_UseSystemPasswordChar = false;
this.ex_txt_P_HorasExtrasCabecera_Codigo.Location = new System.Drawing.Point(112, 86);
this.ex_txt_P_HorasExtrasCabecera_Codigo.Name = "ex_txt_P_HorasExtrasCabecera_Codigo";
this.ex_txt_P_HorasExtrasCabecera_Codigo.Padding = new System.Windows.Forms.Padding(2);
this.ex_txt_P_HorasExtrasCabecera_Codigo.Size = new System.Drawing.Size(92, 20);
this.ex_txt_P_HorasExtrasCabecera_Codigo.TabIndex = 5;
this.ex_txt_P_HorasExtrasCabecera_Codigo.Exferia_TextBox_Evento_TextChanged += new System.EventHandler(this.Controlar_Modificaciones_TextBox_TextChanged);
//
// ex_lbl_P_HorasExtrasCabecera_Descripcion
//
this.ex_lbl_P_HorasExtrasCabecera_Descripcion.AutoSize = true;
this.ex_lbl_P_HorasExtrasCabecera_Descripcion.BackColor = System.Drawing.Color.Transparent;
this.ex_lbl_P_HorasExtrasCabecera_Descripcion.Location = new System.Drawing.Point(10, 114);
this.ex_lbl_P_HorasExtrasCabecera_Descripcion.Name = "ex_lbl_P_HorasExtrasCabecera_Descripcion";
this.ex_lbl_P_HorasExtrasCabecera_Descripcion.Size = new System.Drawing.Size(63, 13);
this.ex_lbl_P_HorasExtrasCabecera_Descripcion.TabIndex = 102;
this.ex_lbl_P_HorasExtrasCabecera_Descripcion.Text = "Descripción";
//
// ex_lbl_P_HorasExtrasCabecera_Codigo
//
this.ex_lbl_P_HorasExtrasCabecera_Codigo.AutoSize = true;
this.ex_lbl_P_HorasExtrasCabecera_Codigo.BackColor = System.Drawing.Color.Transparent;
this.ex_lbl_P_HorasExtrasCabecera_Codigo.Location = new System.Drawing.Point(10, 89);
this.ex_lbl_P_HorasExtrasCabecera_Codigo.Name = "ex_lbl_P_HorasExtrasCabecera_Codigo";
this.ex_lbl_P_HorasExtrasCabecera_Codigo.Size = new System.Drawing.Size(40, 13);
this.ex_lbl_P_HorasExtrasCabecera_Codigo.TabIndex = 101;
this.ex_lbl_P_HorasExtrasCabecera_Codigo.Text = "Código";
//
// ex_Paginador
//
this.ex_Paginador.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.ex_Paginador.Location = new System.Drawing.Point(11, 622);
this.ex_Paginador.Name = "ex_Paginador";
this.ex_Paginador.PaginaActual = 1;
this.ex_Paginador.PaginasTotales = 1;
this.ex_Paginador.Size = new System.Drawing.Size(364, 39);
this.ex_Paginador.TabIndex = 104;
this.ex_Paginador.TabStop = false;
this.ex_Paginador.txt_ValorPaginaActual = 999999999;
this.ex_Paginador.Exferia_Paginador_Evento_Primera_Click += new System.EventHandler(this.ctu_Paginacion_Primera_Click);
this.ex_Paginador.Exferia_Paginador_Evento_Anterior_Click += new System.EventHandler(this.ctu_Paginacion_Anterior_Click);
this.ex_Paginador.Exferia_Paginador_Evento_Siguiente_Click += new System.EventHandler(this.ctu_Paginacion_Siguiente_Click);
this.ex_Paginador.Exferia_Paginador_Evento_Ultima_Click += new System.EventHandler(this.ctu_Paginacion_Ultima_Click);
this.ex_Paginador.Exferia_Paginador_Evento_PaginaActual_KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_PaginaActual_KeyPress);
//
// ex_btn_P_HorasExtrasCabecera_Lineas_Borrar
//
this.ex_btn_P_HorasExtrasCabecera_Lineas_Borrar.BackColor = System.Drawing.Color.Maroon;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Borrar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Borrar.Exferia_Button_Bloqueable = true;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Borrar.Exferia_Button_Imagen = Exferia_Aplicacion.General.Imagenes.G_ENUM_IMAGENES.G_IMG_BORRAR;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Borrar.Exferia_Button_Permitir_CambioFuenteAutomatico = true;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Borrar.Exferia_Button_ReadOnly = false;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Borrar.Exferia_Button_TabStop = false;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Borrar.Exferia_Button_ToolTip = "Borrar Línea (CTRL+F5)";
this.ex_btn_P_HorasExtrasCabecera_Lineas_Borrar.FlatAppearance.BorderSize = 0;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Borrar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Borrar.Location = new System.Drawing.Point(102, 149);
this.ex_btn_P_HorasExtrasCabecera_Lineas_Borrar.Name = "ex_btn_P_HorasExtrasCabecera_Lineas_Borrar";
this.ex_btn_P_HorasExtrasCabecera_Lineas_Borrar.Size = new System.Drawing.Size(25, 25);
this.ex_btn_P_HorasExtrasCabecera_Lineas_Borrar.TabIndex = 1010;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Borrar.TabStop = false;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Borrar.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Borrar.UseVisualStyleBackColor = false;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Borrar.Click += new System.EventHandler(this.ex_btn_P_HorasExtrasCabecera_Lineas_Borrar_Click);
//
// ex_btn_P_HorasExtrasCabecera_Lineas_Ver
//
this.ex_btn_P_HorasExtrasCabecera_Lineas_Ver.BackColor = System.Drawing.Color.Maroon;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Ver.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Ver.Exferia_Button_Bloqueable = true;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Ver.Exferia_Button_Imagen = Exferia_Aplicacion.General.Imagenes.G_ENUM_IMAGENES.G_IMG_VER;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Ver.Exferia_Button_Permitir_CambioFuenteAutomatico = true;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Ver.Exferia_Button_ReadOnly = false;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Ver.Exferia_Button_TabStop = false;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Ver.Exferia_Button_ToolTip = "Ver Línea (F6)";
this.ex_btn_P_HorasExtrasCabecera_Lineas_Ver.FlatAppearance.BorderSize = 0;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Ver.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Ver.Location = new System.Drawing.Point(40, 149);
this.ex_btn_P_HorasExtrasCabecera_Lineas_Ver.Name = "ex_btn_P_HorasExtrasCabecera_Lineas_Ver";
this.ex_btn_P_HorasExtrasCabecera_Lineas_Ver.Size = new System.Drawing.Size(25, 25);
this.ex_btn_P_HorasExtrasCabecera_Lineas_Ver.TabIndex = 1012;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Ver.TabStop = false;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Ver.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Ver.UseVisualStyleBackColor = false;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Ver.Click += new System.EventHandler(this.ex_btn_P_HorasExtrasCabecera_Lineas_Ver_Click);
//
// ex_btn_P_HorasExtrasCabecera_Lineas_Add
//
this.ex_btn_P_HorasExtrasCabecera_Lineas_Add.BackColor = System.Drawing.Color.Maroon;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Add.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Add.Exferia_Button_Bloqueable = true;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Add.Exferia_Button_Imagen = Exferia_Aplicacion.General.Imagenes.G_ENUM_IMAGENES.G_IMG_ADD;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Add.Exferia_Button_Permitir_CambioFuenteAutomatico = true;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Add.Exferia_Button_ReadOnly = false;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Add.Exferia_Button_TabStop = false;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Add.Exferia_Button_ToolTip = "Nueva Línea (F4)";
this.ex_btn_P_HorasExtrasCabecera_Lineas_Add.FlatAppearance.BorderSize = 0;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Add.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Add.Location = new System.Drawing.Point(9, 149);
this.ex_btn_P_HorasExtrasCabecera_Lineas_Add.Name = "ex_btn_P_HorasExtrasCabecera_Lineas_Add";
this.ex_btn_P_HorasExtrasCabecera_Lineas_Add.Size = new System.Drawing.Size(25, 25);
this.ex_btn_P_HorasExtrasCabecera_Lineas_Add.TabIndex = 1011;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Add.TabStop = false;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Add.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Add.UseVisualStyleBackColor = false;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Add.Click += new System.EventHandler(this.ex_btn_P_HorasExtrasCabecera_Lineas_Add_Click);
//
// ex_btn_P_HorasExtrasCabecera_Lineas_Filtros
//
this.ex_btn_P_HorasExtrasCabecera_Lineas_Filtros.BackColor = System.Drawing.Color.Maroon;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Filtros.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Filtros.Exferia_Button_Bloqueable = true;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Filtros.Exferia_Button_Imagen = Exferia_Aplicacion.General.Imagenes.G_ENUM_IMAGENES.G_IMG_FILTROS;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Filtros.Exferia_Button_Permitir_CambioFuenteAutomatico = true;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Filtros.Exferia_Button_ReadOnly = false;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Filtros.Exferia_Button_TabStop = false;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Filtros.Exferia_Button_ToolTip = "Mostrar/Filtrar (F7)";
this.ex_btn_P_HorasExtrasCabecera_Lineas_Filtros.FlatAppearance.BorderSize = 0;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Filtros.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Filtros.Location = new System.Drawing.Point(71, 149);
this.ex_btn_P_HorasExtrasCabecera_Lineas_Filtros.Name = "ex_btn_P_HorasExtrasCabecera_Lineas_Filtros";
this.ex_btn_P_HorasExtrasCabecera_Lineas_Filtros.Size = new System.Drawing.Size(25, 25);
this.ex_btn_P_HorasExtrasCabecera_Lineas_Filtros.TabIndex = 1014;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Filtros.TabStop = false;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Filtros.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Filtros.UseVisualStyleBackColor = false;
this.ex_btn_P_HorasExtrasCabecera_Lineas_Filtros.Click += new System.EventHandler(this.ex_btn_P_HorasExtrasCabecera_Lineas_Filtros_Click);
//
// ex_pgb_BarraProgreso_Lineas
//
this.ex_pgb_BarraProgreso_Lineas.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ex_pgb_BarraProgreso_Lineas.BackColor = System.Drawing.Color.Transparent;
this.ex_pgb_BarraProgreso_Lineas.Exferia_BarraProgreso_Total = 0;
this.ex_pgb_BarraProgreso_Lineas.Location = new System.Drawing.Point(9, 595);
this.ex_pgb_BarraProgreso_Lineas.Name = "ex_pgb_BarraProgreso_Lineas";
this.ex_pgb_BarraProgreso_Lineas.Size = new System.Drawing.Size(717, 21);
this.ex_pgb_BarraProgreso_Lineas.TabIndex = 1015;
this.ex_pgb_BarraProgreso_Lineas.TabStop = false;
//
// ex_dgv_P_HorasExtrasCabecera_Lineas
//
this.ex_dgv_P_HorasExtrasCabecera_Lineas.AllowDrop = true;
this.ex_dgv_P_HorasExtrasCabecera_Lineas.AllowUserToAddRows = false;
this.ex_dgv_P_HorasExtrasCabecera_Lineas.AllowUserToDeleteRows = false;
this.ex_dgv_P_HorasExtrasCabecera_Lineas.AllowUserToOrderColumns = true;
this.ex_dgv_P_HorasExtrasCabecera_Lineas.AllowUserToResizeRows = false;
this.ex_dgv_P_HorasExtrasCabecera_Lineas.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_dgv_P_HorasExtrasCabecera_Lineas.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
this.ex_dgv_P_HorasExtrasCabecera_Lineas.ColumnHeadersHeight = 17;
this.ex_dgv_P_HorasExtrasCabecera_Lineas.EnableHeadersVisualStyles = false;
this.ex_dgv_P_HorasExtrasCabecera_Lineas.Location = new System.Drawing.Point(9, 180);
this.ex_dgv_P_HorasExtrasCabecera_Lineas.Name = "ex_dgv_P_HorasExtrasCabecera_Lineas";
this.ex_dgv_P_HorasExtrasCabecera_Lineas.ReadOnly = true;
this.ex_dgv_P_HorasExtrasCabecera_Lineas.RowHeadersVisible = false;
this.ex_dgv_P_HorasExtrasCabecera_Lineas.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.ex_dgv_P_HorasExtrasCabecera_Lineas.Size = new System.Drawing.Size(717, 409);
this.ex_dgv_P_HorasExtrasCabecera_Lineas.TabIndex = 1013;
this.ex_dgv_P_HorasExtrasCabecera_Lineas.TabStop = false;
this.ex_dgv_P_HorasExtrasCabecera_Lineas.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.ex_dgv_P_HorasExtrasCabecera_Lineas_CellDoubleClick);
//
// ex_btn_P_HorasExtrasCabecera_Lineas_CambiarOrden
//
this.ex_btn_P_HorasExtrasCabecera_Lineas_CambiarOrden.BackColor = System.Drawing.Color.Maroon;
this.ex_btn_P_HorasExtrasCabecera_Lineas_CambiarOrden.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ex_btn_P_HorasExtrasCabecera_Lineas_CambiarOrden.Exferia_Button_Bloqueable = true;
this.ex_btn_P_HorasExtrasCabecera_Lineas_CambiarOrden.Exferia_Button_Imagen = Exferia_Aplicacion.General.Imagenes.G_ENUM_IMAGENES.G_IMG_ACTUALIZAR;
this.ex_btn_P_HorasExtrasCabecera_Lineas_CambiarOrden.Exferia_Button_Permitir_CambioFuenteAutomatico = true;
this.ex_btn_P_HorasExtrasCabecera_Lineas_CambiarOrden.Exferia_Button_ReadOnly = false;
this.ex_btn_P_HorasExtrasCabecera_Lineas_CambiarOrden.Exferia_Button_TabStop = false;
this.ex_btn_P_HorasExtrasCabecera_Lineas_CambiarOrden.Exferia_Button_ToolTip = "Cambiar orden";
this.ex_btn_P_HorasExtrasCabecera_Lineas_CambiarOrden.FlatAppearance.BorderSize = 0;
this.ex_btn_P_HorasExtrasCabecera_Lineas_CambiarOrden.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ex_btn_P_HorasExtrasCabecera_Lineas_CambiarOrden.Location = new System.Drawing.Point(133, 149);
this.ex_btn_P_HorasExtrasCabecera_Lineas_CambiarOrden.Name = "ex_btn_P_HorasExtrasCabecera_Lineas_CambiarOrden";
this.ex_btn_P_HorasExtrasCabecera_Lineas_CambiarOrden.Size = new System.Drawing.Size(25, 25);
this.ex_btn_P_HorasExtrasCabecera_Lineas_CambiarOrden.TabIndex = 1016;
this.ex_btn_P_HorasExtrasCabecera_Lineas_CambiarOrden.TabStop = false;
this.ex_btn_P_HorasExtrasCabecera_Lineas_CambiarOrden.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.ex_btn_P_HorasExtrasCabecera_Lineas_CambiarOrden.UseVisualStyleBackColor = false;
this.ex_btn_P_HorasExtrasCabecera_Lineas_CambiarOrden.Click += new System.EventHandler(this.ex_btn_P_HorasExtrasCabecera_Lineas_CambiarOrden_Click);
//
// P_HorasExtrasCabecera
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.ClientSize = new System.Drawing.Size(797, 670);
this.Controls.Add(this.ex_btn_P_HorasExtrasCabecera_Lineas_CambiarOrden);
this.Controls.Add(this.ex_btn_P_HorasExtrasCabecera_Lineas_Borrar);
this.Controls.Add(this.ex_btn_P_HorasExtrasCabecera_Lineas_Ver);
this.Controls.Add(this.ex_btn_P_HorasExtrasCabecera_Lineas_Add);
this.Controls.Add(this.ex_btn_P_HorasExtrasCabecera_Lineas_Filtros);
this.Controls.Add(this.ex_pgb_BarraProgreso_Lineas);
this.Controls.Add(this.ex_dgv_P_HorasExtrasCabecera_Lineas);
this.Controls.Add(this.ex_Paginador);
this.Controls.Add(this.ex_btn_P_HorasExtrasCabecera_BuscarCodigoSiguiente);
this.Controls.Add(this.ex_txt_P_HorasExtrasCabecera_Descripcion);
this.Controls.Add(this.ex_txt_P_HorasExtrasCabecera_Codigo);
this.Controls.Add(this.ex_lbl_P_HorasExtrasCabecera_Descripcion);
this.Controls.Add(this.ex_lbl_P_HorasExtrasCabecera_Codigo);
this.Controls.Add(this.ex_btn_P_HorasExtrasCabecera_Borrar);
this.Controls.Add(this.ex_btn_P_HorasExtrasCabecera_Grabar);
this.Name = "P_HorasExtrasCabecera";
this.Load += new System.EventHandler(this.P_HorasExtrasCabecera_Load);
this.Shown += new System.EventHandler(this.P_HorasExtrasCabecera_Shown);
this.Controls.SetChildIndex(this.ex_btn_P_HorasExtrasCabecera_Grabar, 0);
this.Controls.SetChildIndex(this.ex_btn_P_HorasExtrasCabecera_Borrar, 0);
this.Controls.SetChildIndex(this.ex_lbl_P_HorasExtrasCabecera_Codigo, 0);
this.Controls.SetChildIndex(this.ex_lbl_P_HorasExtrasCabecera_Descripcion, 0);
this.Controls.SetChildIndex(this.ex_txt_P_HorasExtrasCabecera_Codigo, 0);
this.Controls.SetChildIndex(this.ex_txt_P_HorasExtrasCabecera_Descripcion, 0);
this.Controls.SetChildIndex(this.ex_btn_P_HorasExtrasCabecera_BuscarCodigoSiguiente, 0);
this.Controls.SetChildIndex(this.ex_Paginador, 0);
this.Controls.SetChildIndex(this.ex_dgv_P_HorasExtrasCabecera_Lineas, 0);
this.Controls.SetChildIndex(this.ex_pgb_BarraProgreso_Lineas, 0);
this.Controls.SetChildIndex(this.ex_btn_P_HorasExtrasCabecera_Lineas_Filtros, 0);
this.Controls.SetChildIndex(this.ex_btn_P_HorasExtrasCabecera_Lineas_Add, 0);
this.Controls.SetChildIndex(this.ex_btn_P_HorasExtrasCabecera_Lineas_Ver, 0);
this.Controls.SetChildIndex(this.ex_btn_P_HorasExtrasCabecera_Lineas_Borrar, 0);
this.Controls.SetChildIndex(this.ex_btn_P_HorasExtrasCabecera_Lineas_CambiarOrden, 0);
((System.ComponentModel.ISupportInitialize)(this.ex_dgv_P_HorasExtrasCabecera_Lineas)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Exferia_Controles.Exferia_Button ex_btn_P_HorasExtrasCabecera_Borrar;
private Exferia_Controles.Exferia_Button ex_btn_P_HorasExtrasCabecera_Grabar;
private Exferia_Controles.Exferia_Button ex_btn_P_HorasExtrasCabecera_BuscarCodigoSiguiente;
private Exferia_Controles.Exferia_TextBox ex_txt_P_HorasExtrasCabecera_Descripcion;
private Exferia_Controles.Exferia_TextBox ex_txt_P_HorasExtrasCabecera_Codigo;
private Exferia_Controles.Exferia_Label ex_lbl_P_HorasExtrasCabecera_Descripcion;
private Exferia_Controles.Exferia_Label ex_lbl_P_HorasExtrasCabecera_Codigo;
private Exferia_Controles.Exferia_Paginador ex_Paginador;
private Exferia_Controles.Exferia_Button ex_btn_P_HorasExtrasCabecera_Lineas_Borrar;
private Exferia_Controles.Exferia_Button ex_btn_P_HorasExtrasCabecera_Lineas_Ver;
private Exferia_Controles.Exferia_Button ex_btn_P_HorasExtrasCabecera_Lineas_Add;
private Exferia_Controles.Exferia_Button ex_btn_P_HorasExtrasCabecera_Lineas_Filtros;
private Exferia_Controles.Exferia_BarraProgreso ex_pgb_BarraProgreso_Lineas;
private Exferia_Controles.Exferia_DataGridView ex_dgv_P_HorasExtrasCabecera_Lineas;
private Exferia_Controles.Exferia_Button ex_btn_P_HorasExtrasCabecera_Lineas_CambiarOrden;
}
}