Exferia/Exferia_KairosPro/Test/Form1.Designer.cs

361 lines
17 KiB
C#

namespace Test
{
partial class Form1
{
/// <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 Windows Forms
/// <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.lbl_Perfil = new System.Windows.Forms.Label();
this.lbl_BaseDatos = new System.Windows.Forms.Label();
this.lbl_Servidor = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.btn_CambiarConexion = new System.Windows.Forms.Button();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.cbo_Listado_Opcion = new System.Windows.Forms.ComboBox();
this.cbo_Mantenimiento_Opcion = new System.Windows.Forms.ComboBox();
this.btn_CodigoPrueba = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.txt_Mantenimiento_Libreria = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.txt_Listado_Libreria = new System.Windows.Forms.TextBox();
this.btn_Abrir_Mantenimiento = new System.Windows.Forms.Button();
this.btn_Abrir_Listado = new System.Windows.Forms.Button();
this.ex_msp_Menu = new Exferia_Controles.Exferia_MenuSuperior();
this.spl_Principal = new System.Windows.Forms.SplitContainer();
this.textBox1 = new System.Windows.Forms.TextBox();
((System.ComponentModel.ISupportInitialize)(this.spl_Principal)).BeginInit();
this.spl_Principal.SuspendLayout();
this.SuspendLayout();
//
// lbl_Perfil
//
this.lbl_Perfil.AutoSize = true;
this.lbl_Perfil.Location = new System.Drawing.Point(1078, 85);
this.lbl_Perfil.Name = "lbl_Perfil";
this.lbl_Perfil.Size = new System.Drawing.Size(41, 13);
this.lbl_Perfil.TabIndex = 62;
this.lbl_Perfil.Text = "label11";
//
// lbl_BaseDatos
//
this.lbl_BaseDatos.AutoSize = true;
this.lbl_BaseDatos.Location = new System.Drawing.Point(1106, 67);
this.lbl_BaseDatos.Name = "lbl_BaseDatos";
this.lbl_BaseDatos.Size = new System.Drawing.Size(41, 13);
this.lbl_BaseDatos.TabIndex = 61;
this.lbl_BaseDatos.Text = "label10";
//
// lbl_Servidor
//
this.lbl_Servidor.AutoSize = true;
this.lbl_Servidor.Location = new System.Drawing.Point(1071, 52);
this.lbl_Servidor.Name = "lbl_Servidor";
this.lbl_Servidor.Size = new System.Drawing.Size(35, 13);
this.lbl_Servidor.TabIndex = 60;
this.lbl_Servidor.Text = "label9";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label8.Location = new System.Drawing.Point(1007, 86);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(65, 13);
this.label8.TabIndex = 59;
this.label8.Text = "IdUsuario:";
//
// btn_CambiarConexion
//
this.btn_CambiarConexion.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_CambiarConexion.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.btn_CambiarConexion.Location = new System.Drawing.Point(1221, 52);
this.btn_CambiarConexion.Name = "btn_CambiarConexion";
this.btn_CambiarConexion.Size = new System.Drawing.Size(104, 45);
this.btn_CambiarConexion.TabIndex = 58;
this.btn_CambiarConexion.Text = "CAMBIAR CONEXION";
this.btn_CambiarConexion.UseVisualStyleBackColor = false;
this.btn_CambiarConexion.Click += new System.EventHandler(this.btn_CambiarConexion_Click);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label7.Location = new System.Drawing.Point(1007, 67);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(93, 13);
this.label7.TabIndex = 57;
this.label7.Text = "Dase de datos:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.Location = new System.Drawing.Point(1007, 52);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(58, 13);
this.label6.TabIndex = 56;
this.label6.Text = "Servidor:";
//
// cbo_Listado_Opcion
//
this.cbo_Listado_Opcion.FormattingEnabled = true;
this.cbo_Listado_Opcion.Items.AddRange(new object[] {
"KRS_AUSENCIASPROGRAMADASTIPOS",
"KRS_CONFIGURACIONES",
"KRS_CONFIGURACIONES_EMAILS",
"KRS_EMAILS",
"KRS_EMPLEADOS",
"KRS_EVENTOSTIPOS",
"KRS_HORASEXTRASCABECERA",
"KRS_JORNADASCABECERA",
"KRS_PAUSASTIPOS",
"KRS_PERFILESCABECERA",
"KRS_PRESENCIASPROGRAMADASTIPOS",
"KRS_SOLICITUDESAUSENCIASPROGRAMADAS",
"KRS_TERMINALES",
"OTROS_KRS_SOLICITUDHORASEXTRAS"});
this.cbo_Listado_Opcion.Location = new System.Drawing.Point(67, 79);
this.cbo_Listado_Opcion.Name = "cbo_Listado_Opcion";
this.cbo_Listado_Opcion.Size = new System.Drawing.Size(273, 21);
this.cbo_Listado_Opcion.TabIndex = 55;
this.cbo_Listado_Opcion.Text = "KRS_SOLICITUDESAUSENCIASPROGRAMADAS";
//
// cbo_Mantenimiento_Opcion
//
this.cbo_Mantenimiento_Opcion.FormattingEnabled = true;
this.cbo_Mantenimiento_Opcion.Items.AddRange(new object[] {
"KRS_ARBOLJERARQUICO",
"KRS_CALENDARIO",
"KRS_CALENDARIO_DETALLE",
"KRS_CONFIGURACIONES_EMAILS",
"KRS_CONFIGURACIONGENERAL",
"KRS_DIASFESTIVOS",
"KRS_JORNADAS",
"KRS_SOLICITUDESAUSENCIASPROGRAMADASCOLORES",
"KRS_SOLICITUDESAUSENCIASPROGRAMADAS_SUPERVISOR",
"KRS_PERFILES",
"KRS_PRESENCIASPROGRAMADASTIPOS",
"KRS_VALORESGENERALES",
"KRS_UTILIDADESKAIROS_EXFERIA",
"OTROS_KRSS_INCIDENCIAS",
"OTROS_KRS_CONSULTADETALLADA_POREMPLEADO",
"OTROS_KRS_SOLICITUDHORASEXTRAS_SUPERVISORES",
"OTROS_KRS_CONSULTADETALLADA_PORDIAEMPLEADO",
"OTROS_KRS_CONSULTADETALLADA_PORJORNADAEMPLEADO"});
this.cbo_Mantenimiento_Opcion.Location = new System.Drawing.Point(534, 78);
this.cbo_Mantenimiento_Opcion.Name = "cbo_Mantenimiento_Opcion";
this.cbo_Mantenimiento_Opcion.Size = new System.Drawing.Size(252, 21);
this.cbo_Mantenimiento_Opcion.TabIndex = 54;
//
// btn_CodigoPrueba
//
this.btn_CodigoPrueba.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.btn_CodigoPrueba.Location = new System.Drawing.Point(920, 52);
this.btn_CodigoPrueba.Name = "btn_CodigoPrueba";
this.btn_CodigoPrueba.Size = new System.Drawing.Size(81, 45);
this.btn_CodigoPrueba.TabIndex = 53;
this.btn_CodigoPrueba.Text = "CODIGO PRUEBA";
this.btn_CodigoPrueba.UseVisualStyleBackColor = false;
this.btn_CodigoPrueba.Click += new System.EventHandler(this.btn_CodigoPrueba_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(487, 85);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 13);
this.label3.TabIndex = 52;
this.label3.Text = "Opcion";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(487, 56);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 13);
this.label4.TabIndex = 51;
this.label4.Text = "Libreria";
//
// txt_Mantenimiento_Libreria
//
this.txt_Mantenimiento_Libreria.Location = new System.Drawing.Point(534, 52);
this.txt_Mantenimiento_Libreria.Name = "txt_Mantenimiento_Libreria";
this.txt_Mantenimiento_Libreria.Size = new System.Drawing.Size(252, 20);
this.txt_Mantenimiento_Libreria.TabIndex = 50;
this.txt_Mantenimiento_Libreria.Text = "Exferia_KairosPRO";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(20, 86);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 13);
this.label2.TabIndex = 49;
this.label2.Text = "Opcion";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(20, 57);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 13);
this.label1.TabIndex = 48;
this.label1.Text = "Libreria";
//
// txt_Listado_Libreria
//
this.txt_Listado_Libreria.Location = new System.Drawing.Point(67, 53);
this.txt_Listado_Libreria.Name = "txt_Listado_Libreria";
this.txt_Listado_Libreria.Size = new System.Drawing.Size(273, 20);
this.txt_Listado_Libreria.TabIndex = 47;
this.txt_Listado_Libreria.Text = "Exferia_KairosPRO";
//
// btn_Abrir_Mantenimiento
//
this.btn_Abrir_Mantenimiento.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.btn_Abrir_Mantenimiento.Location = new System.Drawing.Point(794, 50);
this.btn_Abrir_Mantenimiento.Name = "btn_Abrir_Mantenimiento";
this.btn_Abrir_Mantenimiento.Size = new System.Drawing.Size(120, 47);
this.btn_Abrir_Mantenimiento.TabIndex = 46;
this.btn_Abrir_Mantenimiento.Text = "ABRIR MANTENIMIENTO";
this.btn_Abrir_Mantenimiento.UseVisualStyleBackColor = false;
this.btn_Abrir_Mantenimiento.Click += new System.EventHandler(this.btn_Abrir_Mantenimiento_Click);
//
// btn_Abrir_Listado
//
this.btn_Abrir_Listado.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.btn_Abrir_Listado.Location = new System.Drawing.Point(346, 53);
this.btn_Abrir_Listado.Name = "btn_Abrir_Listado";
this.btn_Abrir_Listado.Size = new System.Drawing.Size(111, 47);
this.btn_Abrir_Listado.TabIndex = 45;
this.btn_Abrir_Listado.Text = "ABRIR LISTADO";
this.btn_Abrir_Listado.UseVisualStyleBackColor = false;
this.btn_Abrir_Listado.Click += new System.EventHandler(this.btn_Abrir_Listado_Click);
//
// ex_msp_Menu
//
this.ex_msp_Menu.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ex_msp_Menu.BackColor = System.Drawing.Color.Maroon;
this.ex_msp_Menu.Exferia_MenuSuperior_Total_NumeroProcesosAbiertos = "0";
this.ex_msp_Menu.Location = new System.Drawing.Point(12, 12);
this.ex_msp_Menu.Name = "ex_msp_Menu";
this.ex_msp_Menu.Size = new System.Drawing.Size(1309, 35);
this.ex_msp_Menu.TabIndex = 63;
//
// spl_Principal
//
this.spl_Principal.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.spl_Principal.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.spl_Principal.Location = new System.Drawing.Point(12, 106);
this.spl_Principal.Name = "spl_Principal";
//
// spl_Principal.Panel1
//
this.spl_Principal.Panel1.BackColor = System.Drawing.Color.Transparent;
//
// spl_Principal.Panel2
//
this.spl_Principal.Panel2.BackColor = System.Drawing.Color.Transparent;
this.spl_Principal.Size = new System.Drawing.Size(1313, 619);
this.spl_Principal.SplitterDistance = 653;
this.spl_Principal.TabIndex = 64;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(1129, 80);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(86, 20);
this.textBox1.TabIndex = 65;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1350, 747);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.spl_Principal);
this.Controls.Add(this.ex_msp_Menu);
this.Controls.Add(this.lbl_Perfil);
this.Controls.Add(this.lbl_BaseDatos);
this.Controls.Add(this.lbl_Servidor);
this.Controls.Add(this.label8);
this.Controls.Add(this.btn_CambiarConexion);
this.Controls.Add(this.label7);
this.Controls.Add(this.label6);
this.Controls.Add(this.cbo_Listado_Opcion);
this.Controls.Add(this.cbo_Mantenimiento_Opcion);
this.Controls.Add(this.btn_CodigoPrueba);
this.Controls.Add(this.label3);
this.Controls.Add(this.label4);
this.Controls.Add(this.txt_Mantenimiento_Libreria);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.txt_Listado_Libreria);
this.Controls.Add(this.btn_Abrir_Mantenimiento);
this.Controls.Add(this.btn_Abrir_Listado);
this.Name = "Form1";
this.Text = "Form1";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
((System.ComponentModel.ISupportInitialize)(this.spl_Principal)).EndInit();
this.spl_Principal.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lbl_Perfil;
private System.Windows.Forms.Label lbl_BaseDatos;
private System.Windows.Forms.Label lbl_Servidor;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Button btn_CambiarConexion;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.ComboBox cbo_Listado_Opcion;
private System.Windows.Forms.ComboBox cbo_Mantenimiento_Opcion;
private System.Windows.Forms.Button btn_CodigoPrueba;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txt_Mantenimiento_Libreria;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txt_Listado_Libreria;
private System.Windows.Forms.Button btn_Abrir_Mantenimiento;
private System.Windows.Forms.Button btn_Abrir_Listado;
private Exferia_Controles.Exferia_MenuSuperior ex_msp_Menu;
private System.Windows.Forms.SplitContainer spl_Principal;
private System.Windows.Forms.TextBox textBox1;
}
}