Exferia/Exferia_Informes/Test/Form2.Designer.cs

174 lines
7.0 KiB
C#

namespace Test
{
partial class Form2
{
/// <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.txt_IdUsuario = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.btn_Actualizar = new System.Windows.Forms.Button();
this.txt_Clave = new System.Windows.Forms.TextBox();
this.txt_Usuario = new System.Windows.Forms.TextBox();
this.txt_BaseDatos = new System.Windows.Forms.TextBox();
this.txt_Servidor = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// txt_IdUsuario
//
this.txt_IdUsuario.Location = new System.Drawing.Point(105, 167);
this.txt_IdUsuario.Name = "txt_IdUsuario";
this.txt_IdUsuario.Size = new System.Drawing.Size(89, 20);
this.txt_IdUsuario.TabIndex = 18;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(18, 170);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(52, 13);
this.label5.TabIndex = 19;
this.label5.Text = "IdUsuario";
//
// btn_Actualizar
//
this.btn_Actualizar.Location = new System.Drawing.Point(150, 209);
this.btn_Actualizar.Name = "btn_Actualizar";
this.btn_Actualizar.Size = new System.Drawing.Size(75, 28);
this.btn_Actualizar.TabIndex = 20;
this.btn_Actualizar.Text = "Actualizar";
this.btn_Actualizar.UseVisualStyleBackColor = true;
this.btn_Actualizar.Click += new System.EventHandler(this.btn_Actualizar_Click);
//
// txt_Clave
//
this.txt_Clave.Location = new System.Drawing.Point(105, 128);
this.txt_Clave.Name = "txt_Clave";
this.txt_Clave.Size = new System.Drawing.Size(147, 20);
this.txt_Clave.TabIndex = 17;
//
// txt_Usuario
//
this.txt_Usuario.Location = new System.Drawing.Point(105, 90);
this.txt_Usuario.Name = "txt_Usuario";
this.txt_Usuario.Size = new System.Drawing.Size(147, 20);
this.txt_Usuario.TabIndex = 16;
//
// txt_BaseDatos
//
this.txt_BaseDatos.Location = new System.Drawing.Point(105, 53);
this.txt_BaseDatos.Name = "txt_BaseDatos";
this.txt_BaseDatos.Size = new System.Drawing.Size(147, 20);
this.txt_BaseDatos.TabIndex = 15;
//
// txt_Servidor
//
this.txt_Servidor.Location = new System.Drawing.Point(105, 17);
this.txt_Servidor.Name = "txt_Servidor";
this.txt_Servidor.Size = new System.Drawing.Size(147, 20);
this.txt_Servidor.TabIndex = 14;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(18, 131);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(61, 13);
this.label4.TabIndex = 13;
this.label4.Text = "Contraseña";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(15, 56);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(75, 13);
this.label3.TabIndex = 12;
this.label3.Text = "Base de datos";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(18, 93);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(43, 13);
this.label2.TabIndex = 11;
this.label2.Text = "Usuario";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(15, 20);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(46, 13);
this.label1.TabIndex = 10;
this.label1.Text = "Servidor";
//
// Form2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(299, 254);
this.Controls.Add(this.txt_IdUsuario);
this.Controls.Add(this.label5);
this.Controls.Add(this.btn_Actualizar);
this.Controls.Add(this.txt_Clave);
this.Controls.Add(this.txt_Usuario);
this.Controls.Add(this.txt_BaseDatos);
this.Controls.Add(this.txt_Servidor);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form2";
this.Text = "Form2";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form2_FormClosing);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txt_IdUsuario;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button btn_Actualizar;
private System.Windows.Forms.TextBox txt_Clave;
private System.Windows.Forms.TextBox txt_Usuario;
private System.Windows.Forms.TextBox txt_BaseDatos;
private System.Windows.Forms.TextBox txt_Servidor;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
}
}