343 lines
17 KiB
C#
343 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 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.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.cbo_Mantenimiento_Opcion = new System.Windows.Forms.ComboBox();
|
|
this.cbo_Listado_Opcion = new System.Windows.Forms.ComboBox();
|
|
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.button1 = new System.Windows.Forms.Button();
|
|
this.spl_Principal = new System.Windows.Forms.SplitContainer();
|
|
this.ex_msp_Menu = new Exferia_Controles.Exferia_MenuSuperior();
|
|
((System.ComponentModel.ISupportInitialize)(this.spl_Principal)).BeginInit();
|
|
this.spl_Principal.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// btn_CodigoPrueba
|
|
//
|
|
this.btn_CodigoPrueba.BackColor = System.Drawing.SystemColors.ActiveCaption;
|
|
this.btn_CodigoPrueba.Location = new System.Drawing.Point(916, 52);
|
|
this.btn_CodigoPrueba.Name = "btn_CodigoPrueba";
|
|
this.btn_CodigoPrueba.Size = new System.Drawing.Size(81, 45);
|
|
this.btn_CodigoPrueba.TabIndex = 24;
|
|
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(483, 85);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(41, 13);
|
|
this.label3.TabIndex = 23;
|
|
this.label3.Text = "Opcion";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(483, 56);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(41, 13);
|
|
this.label4.TabIndex = 22;
|
|
this.label4.Text = "Libreria";
|
|
//
|
|
// txt_Mantenimiento_Libreria
|
|
//
|
|
this.txt_Mantenimiento_Libreria.Location = new System.Drawing.Point(530, 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 = 20;
|
|
this.txt_Mantenimiento_Libreria.Text = "Exferia_Expedientes";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(16, 86);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(41, 13);
|
|
this.label2.TabIndex = 19;
|
|
this.label2.Text = "Opcion";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(16, 57);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(41, 13);
|
|
this.label1.TabIndex = 18;
|
|
this.label1.Text = "Libreria";
|
|
//
|
|
// txt_Listado_Libreria
|
|
//
|
|
this.txt_Listado_Libreria.Location = new System.Drawing.Point(63, 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 = 16;
|
|
this.txt_Listado_Libreria.Text = "Exferia_Expedientes";
|
|
//
|
|
// btn_Abrir_Mantenimiento
|
|
//
|
|
this.btn_Abrir_Mantenimiento.BackColor = System.Drawing.SystemColors.ActiveCaption;
|
|
this.btn_Abrir_Mantenimiento.Location = new System.Drawing.Point(790, 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 = 15;
|
|
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(342, 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 = 14;
|
|
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);
|
|
//
|
|
// cbo_Mantenimiento_Opcion
|
|
//
|
|
this.cbo_Mantenimiento_Opcion.FormattingEnabled = true;
|
|
this.cbo_Mantenimiento_Opcion.Items.AddRange(new object[] {
|
|
"OTROS_EPD_CITACIONES_INFORME",
|
|
"OTROS_EPD_CITACIONESPOREXPEDIENTE_INFORME"});
|
|
this.cbo_Mantenimiento_Opcion.Location = new System.Drawing.Point(530, 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 = 25;
|
|
this.cbo_Mantenimiento_Opcion.Text = "OTROS_EPD_CITACIONESPOREXPEDIENTE_INFORME";
|
|
//
|
|
// cbo_Listado_Opcion
|
|
//
|
|
this.cbo_Listado_Opcion.FormattingEnabled = true;
|
|
this.cbo_Listado_Opcion.Items.AddRange(new object[] {
|
|
"EPD_ACTORES",
|
|
"EPD_ASESORES",
|
|
"EPD_CITACIONES",
|
|
"EPD_DEMANDADOS",
|
|
"EPD_EXPEDIENTES",
|
|
"EPD_JUZGADOS",
|
|
"EPD_MATERIAS",
|
|
"EPD_PROCEDIMIENTOS"});
|
|
this.cbo_Listado_Opcion.Location = new System.Drawing.Point(63, 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 = 26;
|
|
//
|
|
// lbl_Perfil
|
|
//
|
|
this.lbl_Perfil.AutoSize = true;
|
|
this.lbl_Perfil.Location = new System.Drawing.Point(1074, 85);
|
|
this.lbl_Perfil.Name = "lbl_Perfil";
|
|
this.lbl_Perfil.Size = new System.Drawing.Size(41, 13);
|
|
this.lbl_Perfil.TabIndex = 44;
|
|
this.lbl_Perfil.Text = "label11";
|
|
//
|
|
// lbl_BaseDatos
|
|
//
|
|
this.lbl_BaseDatos.AutoSize = true;
|
|
this.lbl_BaseDatos.Location = new System.Drawing.Point(1102, 67);
|
|
this.lbl_BaseDatos.Name = "lbl_BaseDatos";
|
|
this.lbl_BaseDatos.Size = new System.Drawing.Size(41, 13);
|
|
this.lbl_BaseDatos.TabIndex = 43;
|
|
this.lbl_BaseDatos.Text = "label10";
|
|
//
|
|
// lbl_Servidor
|
|
//
|
|
this.lbl_Servidor.AutoSize = true;
|
|
this.lbl_Servidor.Location = new System.Drawing.Point(1067, 52);
|
|
this.lbl_Servidor.Name = "lbl_Servidor";
|
|
this.lbl_Servidor.Size = new System.Drawing.Size(35, 13);
|
|
this.lbl_Servidor.TabIndex = 42;
|
|
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(1003, 86);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(65, 13);
|
|
this.label8.TabIndex = 41;
|
|
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(1234, 52);
|
|
this.btn_CambiarConexion.Name = "btn_CambiarConexion";
|
|
this.btn_CambiarConexion.Size = new System.Drawing.Size(104, 45);
|
|
this.btn_CambiarConexion.TabIndex = 40;
|
|
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(1003, 67);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(93, 13);
|
|
this.label7.TabIndex = 39;
|
|
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(1003, 52);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(58, 13);
|
|
this.label6.TabIndex = 38;
|
|
this.label6.Text = "Servidor:";
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.button1.Location = new System.Drawing.Point(1207, 56);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(21, 39);
|
|
this.button1.TabIndex = 45;
|
|
this.button1.Text = "A";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// 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(19, 109);
|
|
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(1319, 608);
|
|
this.spl_Principal.SplitterDistance = 658;
|
|
this.spl_Principal.TabIndex = 46;
|
|
//
|
|
// 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(1326, 35);
|
|
this.ex_msp_Menu.TabIndex = 1;
|
|
//
|
|
// Form1
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1350, 729);
|
|
this.Controls.Add(this.spl_Principal);
|
|
this.Controls.Add(this.button1);
|
|
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.Controls.Add(this.ex_msp_Menu);
|
|
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 Exferia_Controles.Exferia_MenuSuperior ex_msp_Menu;
|
|
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 System.Windows.Forms.ComboBox cbo_Mantenimiento_Opcion;
|
|
private System.Windows.Forms.ComboBox cbo_Listado_Opcion;
|
|
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.Button button1;
|
|
private System.Windows.Forms.SplitContainer spl_Principal;
|
|
}
|
|
}
|
|
|
|
|