359 lines
29 KiB
C#
359 lines
29 KiB
C#
namespace Exferia_KairosPRO._4_Vistas
|
|
{
|
|
partial class P_Configuraciones
|
|
{
|
|
/// <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.ex_Paginador = new Exferia_Controles.Exferia_Paginador();
|
|
this.ex_btn_P_Configuraciones_Borrar = new Exferia_Controles.Exferia_Button();
|
|
this.ex_btn_P_Configuraciones_Grabar = new Exferia_Controles.Exferia_Button();
|
|
this.ex_rdb_P_Configuraciones_Oficina = new Exferia_Controles.Exferia_RadioButton();
|
|
this.ex_rdb_P_Configuraciones_Particular = new Exferia_Controles.Exferia_RadioButton();
|
|
this.ex_rdb_P_Configuraciones_Mythos = new Exferia_Controles.Exferia_RadioButton();
|
|
this.ex_lbl_P_Configuraciones_TipoDispositivo = new Exferia_Controles.Exferia_Label();
|
|
this.ex_chk_P_Configuraciones_Sincronizacion_PorEventos = new Exferia_Controles.Exferia_CheckBox();
|
|
this.ex_chk_P_Configuraciones_SincronizacionAutomatica = new Exferia_Controles.Exferia_CheckBox();
|
|
this.ex_lbl_P_Configuraciones_Cadencia_SincronizacionAutomatica = new Exferia_Controles.Exferia_Label();
|
|
this.ex_lbl_P_Configuracion_TiempoEsperaPantallaFichaje = new Exferia_Controles.Exferia_Label();
|
|
this.ex_txt_P_Configuracion_TiempoEsperaPantallaFichaje = new Exferia_Controles.Exferia_TextBox();
|
|
this.ex_txt_P_Configuraciones_Cadencia_SincronizacionAutomatica = new Exferia_Controles.Exferia_TextBox();
|
|
this.ex_txt_P_Configuracion_Tiempo_FichajeValido_Horas = new Exferia_Controles.Exferia_TextBox();
|
|
this.ex_lbl_P_Configuracion_Tiempo_FichajeValido_Horas = new Exferia_Controles.Exferia_Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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(8, 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 = 92;
|
|
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_Configuraciones_Borrar
|
|
//
|
|
this.ex_btn_P_Configuraciones_Borrar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ex_btn_P_Configuraciones_Borrar.BackColor = System.Drawing.Color.Maroon;
|
|
this.ex_btn_P_Configuraciones_Borrar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.ex_btn_P_Configuraciones_Borrar.Exferia_Button_Bloqueable = true;
|
|
this.ex_btn_P_Configuraciones_Borrar.Exferia_Button_Imagen = Exferia_Aplicacion.General.Imagenes.G_ENUM_IMAGENES.G_IMG_BORRAR;
|
|
this.ex_btn_P_Configuraciones_Borrar.Exferia_Button_Permitir_CambioFuenteAutomatico = true;
|
|
this.ex_btn_P_Configuraciones_Borrar.Exferia_Button_ReadOnly = false;
|
|
this.ex_btn_P_Configuraciones_Borrar.Exferia_Button_ToolTip = "Borrar (F5)";
|
|
this.ex_btn_P_Configuraciones_Borrar.FlatAppearance.BorderSize = 0;
|
|
this.ex_btn_P_Configuraciones_Borrar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.ex_btn_P_Configuraciones_Borrar.Location = new System.Drawing.Point(757, 91);
|
|
this.ex_btn_P_Configuraciones_Borrar.Name = "ex_btn_P_Configuraciones_Borrar";
|
|
this.ex_btn_P_Configuraciones_Borrar.Size = new System.Drawing.Size(31, 36);
|
|
this.ex_btn_P_Configuraciones_Borrar.TabIndex = 91;
|
|
this.ex_btn_P_Configuraciones_Borrar.TabStop = false;
|
|
this.ex_btn_P_Configuraciones_Borrar.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
|
this.ex_btn_P_Configuraciones_Borrar.UseVisualStyleBackColor = false;
|
|
this.ex_btn_P_Configuraciones_Borrar.Click += new System.EventHandler(this.ex_btn_P_Terminales_Borrar_Click);
|
|
//
|
|
// ex_btn_P_Configuraciones_Grabar
|
|
//
|
|
this.ex_btn_P_Configuraciones_Grabar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ex_btn_P_Configuraciones_Grabar.BackColor = System.Drawing.Color.Maroon;
|
|
this.ex_btn_P_Configuraciones_Grabar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.ex_btn_P_Configuraciones_Grabar.Exferia_Button_Bloqueable = true;
|
|
this.ex_btn_P_Configuraciones_Grabar.Exferia_Button_Imagen = Exferia_Aplicacion.General.Imagenes.G_ENUM_IMAGENES.G_IMG_GUARDAR;
|
|
this.ex_btn_P_Configuraciones_Grabar.Exferia_Button_Permitir_CambioFuenteAutomatico = true;
|
|
this.ex_btn_P_Configuraciones_Grabar.Exferia_Button_ReadOnly = false;
|
|
this.ex_btn_P_Configuraciones_Grabar.Exferia_Button_ToolTip = "Grabar (F2)";
|
|
this.ex_btn_P_Configuraciones_Grabar.FlatAppearance.BorderSize = 0;
|
|
this.ex_btn_P_Configuraciones_Grabar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.ex_btn_P_Configuraciones_Grabar.Location = new System.Drawing.Point(757, 49);
|
|
this.ex_btn_P_Configuraciones_Grabar.Name = "ex_btn_P_Configuraciones_Grabar";
|
|
this.ex_btn_P_Configuraciones_Grabar.Size = new System.Drawing.Size(31, 36);
|
|
this.ex_btn_P_Configuraciones_Grabar.TabIndex = 90;
|
|
this.ex_btn_P_Configuraciones_Grabar.TabStop = false;
|
|
this.ex_btn_P_Configuraciones_Grabar.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
|
this.ex_btn_P_Configuraciones_Grabar.UseVisualStyleBackColor = false;
|
|
this.ex_btn_P_Configuraciones_Grabar.Click += new System.EventHandler(this.ex_btn_P_Terminales_Grabar_Click);
|
|
//
|
|
// ex_rdb_P_Configuraciones_Oficina
|
|
//
|
|
this.ex_rdb_P_Configuraciones_Oficina.AutoSize = true;
|
|
this.ex_rdb_P_Configuraciones_Oficina.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(237)))), ((int)(((byte)(175)))));
|
|
this.ex_rdb_P_Configuraciones_Oficina.Exferia_RadioButton_Obligatorio = true;
|
|
this.ex_rdb_P_Configuraciones_Oficina.Exferia_RadioButton_ReadOnly = false;
|
|
this.ex_rdb_P_Configuraciones_Oficina.Location = new System.Drawing.Point(205, 94);
|
|
this.ex_rdb_P_Configuraciones_Oficina.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.ex_rdb_P_Configuraciones_Oficina.Name = "ex_rdb_P_Configuraciones_Oficina";
|
|
this.ex_rdb_P_Configuraciones_Oficina.Size = new System.Drawing.Size(58, 17);
|
|
this.ex_rdb_P_Configuraciones_Oficina.TabIndex = 93;
|
|
this.ex_rdb_P_Configuraciones_Oficina.TabStop = true;
|
|
this.ex_rdb_P_Configuraciones_Oficina.Text = "Oficina";
|
|
this.ex_rdb_P_Configuraciones_Oficina.UseVisualStyleBackColor = false;
|
|
//
|
|
// ex_rdb_P_Configuraciones_Particular
|
|
//
|
|
this.ex_rdb_P_Configuraciones_Particular.AutoSize = true;
|
|
this.ex_rdb_P_Configuraciones_Particular.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(237)))), ((int)(((byte)(175)))));
|
|
this.ex_rdb_P_Configuraciones_Particular.Exferia_RadioButton_Obligatorio = true;
|
|
this.ex_rdb_P_Configuraciones_Particular.Exferia_RadioButton_ReadOnly = false;
|
|
this.ex_rdb_P_Configuraciones_Particular.Location = new System.Drawing.Point(375, 94);
|
|
this.ex_rdb_P_Configuraciones_Particular.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.ex_rdb_P_Configuraciones_Particular.Name = "ex_rdb_P_Configuraciones_Particular";
|
|
this.ex_rdb_P_Configuraciones_Particular.Size = new System.Drawing.Size(69, 17);
|
|
this.ex_rdb_P_Configuraciones_Particular.TabIndex = 94;
|
|
this.ex_rdb_P_Configuraciones_Particular.TabStop = true;
|
|
this.ex_rdb_P_Configuraciones_Particular.Text = "Particular";
|
|
this.ex_rdb_P_Configuraciones_Particular.UseVisualStyleBackColor = false;
|
|
//
|
|
// ex_rdb_P_Configuraciones_Mythos
|
|
//
|
|
this.ex_rdb_P_Configuraciones_Mythos.AutoSize = true;
|
|
this.ex_rdb_P_Configuraciones_Mythos.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(237)))), ((int)(((byte)(175)))));
|
|
this.ex_rdb_P_Configuraciones_Mythos.Exferia_RadioButton_Obligatorio = true;
|
|
this.ex_rdb_P_Configuraciones_Mythos.Exferia_RadioButton_ReadOnly = false;
|
|
this.ex_rdb_P_Configuraciones_Mythos.Location = new System.Drawing.Point(289, 94);
|
|
this.ex_rdb_P_Configuraciones_Mythos.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.ex_rdb_P_Configuraciones_Mythos.Name = "ex_rdb_P_Configuraciones_Mythos";
|
|
this.ex_rdb_P_Configuraciones_Mythos.Size = new System.Drawing.Size(59, 17);
|
|
this.ex_rdb_P_Configuraciones_Mythos.TabIndex = 95;
|
|
this.ex_rdb_P_Configuraciones_Mythos.TabStop = true;
|
|
this.ex_rdb_P_Configuraciones_Mythos.Text = "Mythos";
|
|
this.ex_rdb_P_Configuraciones_Mythos.UseVisualStyleBackColor = false;
|
|
//
|
|
// ex_lbl_P_Configuraciones_TipoDispositivo
|
|
//
|
|
this.ex_lbl_P_Configuraciones_TipoDispositivo.AutoSize = true;
|
|
this.ex_lbl_P_Configuraciones_TipoDispositivo.BackColor = System.Drawing.Color.Transparent;
|
|
this.ex_lbl_P_Configuraciones_TipoDispositivo.Location = new System.Drawing.Point(26, 96);
|
|
this.ex_lbl_P_Configuraciones_TipoDispositivo.Name = "ex_lbl_P_Configuraciones_TipoDispositivo";
|
|
this.ex_lbl_P_Configuraciones_TipoDispositivo.Size = new System.Drawing.Size(80, 13);
|
|
this.ex_lbl_P_Configuraciones_TipoDispositivo.TabIndex = 96;
|
|
this.ex_lbl_P_Configuraciones_TipoDispositivo.Text = "Tipo dispositivo";
|
|
//
|
|
// ex_chk_P_Configuraciones_Sincronizacion_PorEventos
|
|
//
|
|
this.ex_chk_P_Configuraciones_Sincronizacion_PorEventos.AutoSize = true;
|
|
this.ex_chk_P_Configuraciones_Sincronizacion_PorEventos.BackColor = System.Drawing.Color.Transparent;
|
|
this.ex_chk_P_Configuraciones_Sincronizacion_PorEventos.Exferia_CheckBox_Bloqueable = true;
|
|
this.ex_chk_P_Configuraciones_Sincronizacion_PorEventos.Exferia_CheckBox_Obligatorio = false;
|
|
this.ex_chk_P_Configuraciones_Sincronizacion_PorEventos.Exferia_CheckBox_ToolTip = "";
|
|
this.ex_chk_P_Configuraciones_Sincronizacion_PorEventos.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.ex_chk_P_Configuraciones_Sincronizacion_PorEventos.Location = new System.Drawing.Point(205, 201);
|
|
this.ex_chk_P_Configuraciones_Sincronizacion_PorEventos.Name = "ex_chk_P_Configuraciones_Sincronizacion_PorEventos";
|
|
this.ex_chk_P_Configuraciones_Sincronizacion_PorEventos.Size = new System.Drawing.Size(137, 17);
|
|
this.ex_chk_P_Configuraciones_Sincronizacion_PorEventos.TabIndex = 97;
|
|
this.ex_chk_P_Configuraciones_Sincronizacion_PorEventos.Text = "Sincronizar por eventos";
|
|
this.ex_chk_P_Configuraciones_Sincronizacion_PorEventos.UseVisualStyleBackColor = false;
|
|
//
|
|
// ex_chk_P_Configuraciones_SincronizacionAutomatica
|
|
//
|
|
this.ex_chk_P_Configuraciones_SincronizacionAutomatica.AutoSize = true;
|
|
this.ex_chk_P_Configuraciones_SincronizacionAutomatica.BackColor = System.Drawing.Color.Transparent;
|
|
this.ex_chk_P_Configuraciones_SincronizacionAutomatica.Exferia_CheckBox_Bloqueable = true;
|
|
this.ex_chk_P_Configuraciones_SincronizacionAutomatica.Exferia_CheckBox_Obligatorio = false;
|
|
this.ex_chk_P_Configuraciones_SincronizacionAutomatica.Exferia_CheckBox_ToolTip = "";
|
|
this.ex_chk_P_Configuraciones_SincronizacionAutomatica.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.ex_chk_P_Configuraciones_SincronizacionAutomatica.Location = new System.Drawing.Point(348, 201);
|
|
this.ex_chk_P_Configuraciones_SincronizacionAutomatica.Name = "ex_chk_P_Configuraciones_SincronizacionAutomatica";
|
|
this.ex_chk_P_Configuraciones_SincronizacionAutomatica.Size = new System.Drawing.Size(150, 17);
|
|
this.ex_chk_P_Configuraciones_SincronizacionAutomatica.TabIndex = 98;
|
|
this.ex_chk_P_Configuraciones_SincronizacionAutomatica.Text = "Sincronización automática";
|
|
this.ex_chk_P_Configuraciones_SincronizacionAutomatica.UseVisualStyleBackColor = false;
|
|
//
|
|
// ex_lbl_P_Configuraciones_Cadencia_SincronizacionAutomatica
|
|
//
|
|
this.ex_lbl_P_Configuraciones_Cadencia_SincronizacionAutomatica.AutoSize = true;
|
|
this.ex_lbl_P_Configuraciones_Cadencia_SincronizacionAutomatica.Location = new System.Drawing.Point(26, 127);
|
|
this.ex_lbl_P_Configuraciones_Cadencia_SincronizacionAutomatica.Name = "ex_lbl_P_Configuraciones_Cadencia_SincronizacionAutomatica";
|
|
this.ex_lbl_P_Configuraciones_Cadencia_SincronizacionAutomatica.Size = new System.Drawing.Size(147, 13);
|
|
this.ex_lbl_P_Configuraciones_Cadencia_SincronizacionAutomatica.TabIndex = 99;
|
|
this.ex_lbl_P_Configuraciones_Cadencia_SincronizacionAutomatica.Text = "Cadencia sincronización(min.)";
|
|
//
|
|
// ex_lbl_P_Configuracion_TiempoEsperaPantallaFichaje
|
|
//
|
|
this.ex_lbl_P_Configuracion_TiempoEsperaPantallaFichaje.AutoSize = true;
|
|
this.ex_lbl_P_Configuracion_TiempoEsperaPantallaFichaje.Location = new System.Drawing.Point(26, 155);
|
|
this.ex_lbl_P_Configuracion_TiempoEsperaPantallaFichaje.Name = "ex_lbl_P_Configuracion_TiempoEsperaPantallaFichaje";
|
|
this.ex_lbl_P_Configuracion_TiempoEsperaPantallaFichaje.Size = new System.Drawing.Size(177, 13);
|
|
this.ex_lbl_P_Configuracion_TiempoEsperaPantallaFichaje.TabIndex = 100;
|
|
this.ex_lbl_P_Configuracion_TiempoEsperaPantallaFichaje.Text = "Tiempo espera pantalla fichaje(seg.)";
|
|
//
|
|
// ex_txt_P_Configuracion_TiempoEsperaPantallaFichaje
|
|
//
|
|
this.ex_txt_P_Configuracion_TiempoEsperaPantallaFichaje.Exferia_TextBox_BordeColor_Foco = System.Drawing.Color.Red;
|
|
this.ex_txt_P_Configuracion_TiempoEsperaPantallaFichaje.Exferia_TextBox_BordeColor_Normal = System.Drawing.Color.Black;
|
|
this.ex_txt_P_Configuracion_TiempoEsperaPantallaFichaje.Exferia_TextBox_Fondo = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(237)))), ((int)(((byte)(175)))));
|
|
this.ex_txt_P_Configuracion_TiempoEsperaPantallaFichaje.Exferia_TextBox_MaxLength = 32767;
|
|
this.ex_txt_P_Configuracion_TiempoEsperaPantallaFichaje.Exferia_TextBox_Multiline = false;
|
|
this.ex_txt_P_Configuracion_TiempoEsperaPantallaFichaje.Exferia_TextBox_NoBloquear = true;
|
|
this.ex_txt_P_Configuracion_TiempoEsperaPantallaFichaje.Exferia_TextBox_Obligatorio = true;
|
|
this.ex_txt_P_Configuracion_TiempoEsperaPantallaFichaje.Exferia_TextBox_PasswordChar = '\0';
|
|
this.ex_txt_P_Configuracion_TiempoEsperaPantallaFichaje.Exferia_TextBox_ReadOnly = false;
|
|
this.ex_txt_P_Configuracion_TiempoEsperaPantallaFichaje.Exferia_TextBox_ScrollBars = System.Windows.Forms.ScrollBars.None;
|
|
this.ex_txt_P_Configuracion_TiempoEsperaPantallaFichaje.Exferia_TextBox_SelectionStart = 0;
|
|
this.ex_txt_P_Configuracion_TiempoEsperaPantallaFichaje.Exferia_TextBox_TabStop_Txt = true;
|
|
this.ex_txt_P_Configuracion_TiempoEsperaPantallaFichaje.Exferia_TextBox_TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.ex_txt_P_Configuracion_TiempoEsperaPantallaFichaje.Exferia_TextBox_Texto_Inicial = "";
|
|
this.ex_txt_P_Configuracion_TiempoEsperaPantallaFichaje.Exferia_TextBox_Tipo_Decimal_Decimales = 2;
|
|
this.ex_txt_P_Configuracion_TiempoEsperaPantallaFichaje.Exferia_TextBox_Tipo_Decimal_Enteros = 9;
|
|
this.ex_txt_P_Configuracion_TiempoEsperaPantallaFichaje.Exferia_TextBox_Tipos = Exferia_Aplicacion.General.Enumerados.G_ENUM_TEXTBOX_TIPODATO.Digitos;
|
|
this.ex_txt_P_Configuracion_TiempoEsperaPantallaFichaje.Exferia_TextBox_UseSystemPasswordChar = false;
|
|
this.ex_txt_P_Configuracion_TiempoEsperaPantallaFichaje.Location = new System.Drawing.Point(205, 146);
|
|
this.ex_txt_P_Configuracion_TiempoEsperaPantallaFichaje.Name = "ex_txt_P_Configuracion_TiempoEsperaPantallaFichaje";
|
|
this.ex_txt_P_Configuracion_TiempoEsperaPantallaFichaje.Padding = new System.Windows.Forms.Padding(2);
|
|
this.ex_txt_P_Configuracion_TiempoEsperaPantallaFichaje.Size = new System.Drawing.Size(58, 22);
|
|
this.ex_txt_P_Configuracion_TiempoEsperaPantallaFichaje.TabIndex = 101;
|
|
//
|
|
// ex_txt_P_Configuraciones_Cadencia_SincronizacionAutomatica
|
|
//
|
|
this.ex_txt_P_Configuraciones_Cadencia_SincronizacionAutomatica.Exferia_TextBox_BordeColor_Foco = System.Drawing.Color.Red;
|
|
this.ex_txt_P_Configuraciones_Cadencia_SincronizacionAutomatica.Exferia_TextBox_BordeColor_Normal = System.Drawing.Color.Black;
|
|
this.ex_txt_P_Configuraciones_Cadencia_SincronizacionAutomatica.Exferia_TextBox_Fondo = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(237)))), ((int)(((byte)(175)))));
|
|
this.ex_txt_P_Configuraciones_Cadencia_SincronizacionAutomatica.Exferia_TextBox_MaxLength = 32767;
|
|
this.ex_txt_P_Configuraciones_Cadencia_SincronizacionAutomatica.Exferia_TextBox_Multiline = false;
|
|
this.ex_txt_P_Configuraciones_Cadencia_SincronizacionAutomatica.Exferia_TextBox_NoBloquear = true;
|
|
this.ex_txt_P_Configuraciones_Cadencia_SincronizacionAutomatica.Exferia_TextBox_Obligatorio = true;
|
|
this.ex_txt_P_Configuraciones_Cadencia_SincronizacionAutomatica.Exferia_TextBox_PasswordChar = '\0';
|
|
this.ex_txt_P_Configuraciones_Cadencia_SincronizacionAutomatica.Exferia_TextBox_ReadOnly = false;
|
|
this.ex_txt_P_Configuraciones_Cadencia_SincronizacionAutomatica.Exferia_TextBox_ScrollBars = System.Windows.Forms.ScrollBars.None;
|
|
this.ex_txt_P_Configuraciones_Cadencia_SincronizacionAutomatica.Exferia_TextBox_SelectionStart = 0;
|
|
this.ex_txt_P_Configuraciones_Cadencia_SincronizacionAutomatica.Exferia_TextBox_TabStop_Txt = true;
|
|
this.ex_txt_P_Configuraciones_Cadencia_SincronizacionAutomatica.Exferia_TextBox_TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.ex_txt_P_Configuraciones_Cadencia_SincronizacionAutomatica.Exferia_TextBox_Texto_Inicial = "";
|
|
this.ex_txt_P_Configuraciones_Cadencia_SincronizacionAutomatica.Exferia_TextBox_Tipo_Decimal_Decimales = 2;
|
|
this.ex_txt_P_Configuraciones_Cadencia_SincronizacionAutomatica.Exferia_TextBox_Tipo_Decimal_Enteros = 9;
|
|
this.ex_txt_P_Configuraciones_Cadencia_SincronizacionAutomatica.Exferia_TextBox_Tipos = Exferia_Aplicacion.General.Enumerados.G_ENUM_TEXTBOX_TIPODATO.Digitos;
|
|
this.ex_txt_P_Configuraciones_Cadencia_SincronizacionAutomatica.Exferia_TextBox_UseSystemPasswordChar = false;
|
|
this.ex_txt_P_Configuraciones_Cadencia_SincronizacionAutomatica.Location = new System.Drawing.Point(205, 118);
|
|
this.ex_txt_P_Configuraciones_Cadencia_SincronizacionAutomatica.Name = "ex_txt_P_Configuraciones_Cadencia_SincronizacionAutomatica";
|
|
this.ex_txt_P_Configuraciones_Cadencia_SincronizacionAutomatica.Padding = new System.Windows.Forms.Padding(2);
|
|
this.ex_txt_P_Configuraciones_Cadencia_SincronizacionAutomatica.Size = new System.Drawing.Size(58, 22);
|
|
this.ex_txt_P_Configuraciones_Cadencia_SincronizacionAutomatica.TabIndex = 102;
|
|
//
|
|
// ex_txt_P_Configuracion_Tiempo_FichajeValido_Horas
|
|
//
|
|
this.ex_txt_P_Configuracion_Tiempo_FichajeValido_Horas.Exferia_TextBox_BordeColor_Foco = System.Drawing.Color.Red;
|
|
this.ex_txt_P_Configuracion_Tiempo_FichajeValido_Horas.Exferia_TextBox_BordeColor_Normal = System.Drawing.Color.Black;
|
|
this.ex_txt_P_Configuracion_Tiempo_FichajeValido_Horas.Exferia_TextBox_Fondo = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(237)))), ((int)(((byte)(175)))));
|
|
this.ex_txt_P_Configuracion_Tiempo_FichajeValido_Horas.Exferia_TextBox_MaxLength = 9;
|
|
this.ex_txt_P_Configuracion_Tiempo_FichajeValido_Horas.Exferia_TextBox_Multiline = false;
|
|
this.ex_txt_P_Configuracion_Tiempo_FichajeValido_Horas.Exferia_TextBox_NoBloquear = true;
|
|
this.ex_txt_P_Configuracion_Tiempo_FichajeValido_Horas.Exferia_TextBox_Obligatorio = true;
|
|
this.ex_txt_P_Configuracion_Tiempo_FichajeValido_Horas.Exferia_TextBox_PasswordChar = '\0';
|
|
this.ex_txt_P_Configuracion_Tiempo_FichajeValido_Horas.Exferia_TextBox_ReadOnly = false;
|
|
this.ex_txt_P_Configuracion_Tiempo_FichajeValido_Horas.Exferia_TextBox_ScrollBars = System.Windows.Forms.ScrollBars.None;
|
|
this.ex_txt_P_Configuracion_Tiempo_FichajeValido_Horas.Exferia_TextBox_SelectionStart = 0;
|
|
this.ex_txt_P_Configuracion_Tiempo_FichajeValido_Horas.Exferia_TextBox_TabStop_Txt = true;
|
|
this.ex_txt_P_Configuracion_Tiempo_FichajeValido_Horas.Exferia_TextBox_TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.ex_txt_P_Configuracion_Tiempo_FichajeValido_Horas.Exferia_TextBox_Texto_Inicial = "";
|
|
this.ex_txt_P_Configuracion_Tiempo_FichajeValido_Horas.Exferia_TextBox_Tipo_Decimal_Decimales = 0;
|
|
this.ex_txt_P_Configuracion_Tiempo_FichajeValido_Horas.Exferia_TextBox_Tipo_Decimal_Enteros = 9;
|
|
this.ex_txt_P_Configuracion_Tiempo_FichajeValido_Horas.Exferia_TextBox_Tipos = Exferia_Aplicacion.General.Enumerados.G_ENUM_TEXTBOX_TIPODATO.Digitos;
|
|
this.ex_txt_P_Configuracion_Tiempo_FichajeValido_Horas.Exferia_TextBox_UseSystemPasswordChar = false;
|
|
this.ex_txt_P_Configuracion_Tiempo_FichajeValido_Horas.Location = new System.Drawing.Point(205, 173);
|
|
this.ex_txt_P_Configuracion_Tiempo_FichajeValido_Horas.Name = "ex_txt_P_Configuracion_Tiempo_FichajeValido_Horas";
|
|
this.ex_txt_P_Configuracion_Tiempo_FichajeValido_Horas.Padding = new System.Windows.Forms.Padding(2);
|
|
this.ex_txt_P_Configuracion_Tiempo_FichajeValido_Horas.Size = new System.Drawing.Size(58, 22);
|
|
this.ex_txt_P_Configuracion_Tiempo_FichajeValido_Horas.TabIndex = 104;
|
|
//
|
|
// ex_lbl_P_Configuracion_Tiempo_FichajeValido_Horas
|
|
//
|
|
this.ex_lbl_P_Configuracion_Tiempo_FichajeValido_Horas.AutoSize = true;
|
|
this.ex_lbl_P_Configuracion_Tiempo_FichajeValido_Horas.Location = new System.Drawing.Point(26, 182);
|
|
this.ex_lbl_P_Configuracion_Tiempo_FichajeValido_Horas.Name = "ex_lbl_P_Configuracion_Tiempo_FichajeValido_Horas";
|
|
this.ex_lbl_P_Configuracion_Tiempo_FichajeValido_Horas.Size = new System.Drawing.Size(142, 13);
|
|
this.ex_lbl_P_Configuracion_Tiempo_FichajeValido_Horas.TabIndex = 103;
|
|
this.ex_lbl_P_Configuracion_Tiempo_FichajeValido_Horas.Text = "Tiempo fichaje válido (horas)";
|
|
//
|
|
// P_Configuraciones
|
|
//
|
|
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.ex_txt_P_Configuracion_Tiempo_FichajeValido_Horas);
|
|
this.Controls.Add(this.ex_lbl_P_Configuracion_Tiempo_FichajeValido_Horas);
|
|
this.Controls.Add(this.ex_txt_P_Configuraciones_Cadencia_SincronizacionAutomatica);
|
|
this.Controls.Add(this.ex_txt_P_Configuracion_TiempoEsperaPantallaFichaje);
|
|
this.Controls.Add(this.ex_lbl_P_Configuracion_TiempoEsperaPantallaFichaje);
|
|
this.Controls.Add(this.ex_lbl_P_Configuraciones_Cadencia_SincronizacionAutomatica);
|
|
this.Controls.Add(this.ex_chk_P_Configuraciones_SincronizacionAutomatica);
|
|
this.Controls.Add(this.ex_chk_P_Configuraciones_Sincronizacion_PorEventos);
|
|
this.Controls.Add(this.ex_lbl_P_Configuraciones_TipoDispositivo);
|
|
this.Controls.Add(this.ex_rdb_P_Configuraciones_Mythos);
|
|
this.Controls.Add(this.ex_rdb_P_Configuraciones_Particular);
|
|
this.Controls.Add(this.ex_rdb_P_Configuraciones_Oficina);
|
|
this.Controls.Add(this.ex_Paginador);
|
|
this.Controls.Add(this.ex_btn_P_Configuraciones_Borrar);
|
|
this.Controls.Add(this.ex_btn_P_Configuraciones_Grabar);
|
|
this.Name = "P_Configuraciones";
|
|
this.Text = "P_Configuraciones";
|
|
this.Load += new System.EventHandler(this.P_Configuraciones_Load);
|
|
this.Shown += new System.EventHandler(this.P_Configuraciones_Shown);
|
|
this.Controls.SetChildIndex(this.ex_btn_P_Configuraciones_Grabar, 0);
|
|
this.Controls.SetChildIndex(this.ex_btn_P_Configuraciones_Borrar, 0);
|
|
this.Controls.SetChildIndex(this.ex_Paginador, 0);
|
|
this.Controls.SetChildIndex(this.ex_rdb_P_Configuraciones_Oficina, 0);
|
|
this.Controls.SetChildIndex(this.ex_rdb_P_Configuraciones_Particular, 0);
|
|
this.Controls.SetChildIndex(this.ex_rdb_P_Configuraciones_Mythos, 0);
|
|
this.Controls.SetChildIndex(this.ex_lbl_P_Configuraciones_TipoDispositivo, 0);
|
|
this.Controls.SetChildIndex(this.ex_chk_P_Configuraciones_Sincronizacion_PorEventos, 0);
|
|
this.Controls.SetChildIndex(this.ex_chk_P_Configuraciones_SincronizacionAutomatica, 0);
|
|
this.Controls.SetChildIndex(this.ex_lbl_P_Configuraciones_Cadencia_SincronizacionAutomatica, 0);
|
|
this.Controls.SetChildIndex(this.ex_lbl_P_Configuracion_TiempoEsperaPantallaFichaje, 0);
|
|
this.Controls.SetChildIndex(this.ex_txt_P_Configuracion_TiempoEsperaPantallaFichaje, 0);
|
|
this.Controls.SetChildIndex(this.ex_txt_P_Configuraciones_Cadencia_SincronizacionAutomatica, 0);
|
|
this.Controls.SetChildIndex(this.ex_lbl_P_Configuracion_Tiempo_FichajeValido_Horas, 0);
|
|
this.Controls.SetChildIndex(this.ex_txt_P_Configuracion_Tiempo_FichajeValido_Horas, 0);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Exferia_Controles.Exferia_Paginador ex_Paginador;
|
|
private Exferia_Controles.Exferia_Button ex_btn_P_Configuraciones_Borrar;
|
|
private Exferia_Controles.Exferia_Button ex_btn_P_Configuraciones_Grabar;
|
|
private Exferia_Controles.Exferia_RadioButton ex_rdb_P_Configuraciones_Oficina;
|
|
private Exferia_Controles.Exferia_RadioButton ex_rdb_P_Configuraciones_Particular;
|
|
private Exferia_Controles.Exferia_RadioButton ex_rdb_P_Configuraciones_Mythos;
|
|
private Exferia_Controles.Exferia_Label ex_lbl_P_Configuraciones_TipoDispositivo;
|
|
private Exferia_Controles.Exferia_CheckBox ex_chk_P_Configuraciones_Sincronizacion_PorEventos;
|
|
private Exferia_Controles.Exferia_CheckBox ex_chk_P_Configuraciones_SincronizacionAutomatica;
|
|
private Exferia_Controles.Exferia_Label ex_lbl_P_Configuraciones_Cadencia_SincronizacionAutomatica;
|
|
private Exferia_Controles.Exferia_Label ex_lbl_P_Configuracion_TiempoEsperaPantallaFichaje;
|
|
private Exferia_Controles.Exferia_TextBox ex_txt_P_Configuracion_TiempoEsperaPantallaFichaje;
|
|
private Exferia_Controles.Exferia_TextBox ex_txt_P_Configuraciones_Cadencia_SincronizacionAutomatica;
|
|
private Exferia_Controles.Exferia_TextBox ex_txt_P_Configuracion_Tiempo_FichajeValido_Horas;
|
|
private Exferia_Controles.Exferia_Label ex_lbl_P_Configuracion_Tiempo_FichajeValido_Horas;
|
|
}
|
|
} |