174 lines
7.0 KiB
C#
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.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.txt_Servidor = new System.Windows.Forms.TextBox();
|
|
this.txt_BaseDatos = new System.Windows.Forms.TextBox();
|
|
this.txt_Usuario = new System.Windows.Forms.TextBox();
|
|
this.txt_Clave = new System.Windows.Forms.TextBox();
|
|
this.btn_Actualizar = new System.Windows.Forms.Button();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.txt_IdUsuario = new System.Windows.Forms.TextBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(12, 15);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(46, 13);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Servidor";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(15, 88);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(43, 13);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "Usuario";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(12, 51);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(75, 13);
|
|
this.label3.TabIndex = 2;
|
|
this.label3.Text = "Base de datos";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(15, 126);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(61, 13);
|
|
this.label4.TabIndex = 3;
|
|
this.label4.Text = "Contraseña";
|
|
//
|
|
// txt_Servidor
|
|
//
|
|
this.txt_Servidor.Location = new System.Drawing.Point(102, 12);
|
|
this.txt_Servidor.Name = "txt_Servidor";
|
|
this.txt_Servidor.Size = new System.Drawing.Size(147, 20);
|
|
this.txt_Servidor.TabIndex = 4;
|
|
//
|
|
// txt_BaseDatos
|
|
//
|
|
this.txt_BaseDatos.Location = new System.Drawing.Point(102, 48);
|
|
this.txt_BaseDatos.Name = "txt_BaseDatos";
|
|
this.txt_BaseDatos.Size = new System.Drawing.Size(147, 20);
|
|
this.txt_BaseDatos.TabIndex = 5;
|
|
//
|
|
// txt_Usuario
|
|
//
|
|
this.txt_Usuario.Location = new System.Drawing.Point(102, 85);
|
|
this.txt_Usuario.Name = "txt_Usuario";
|
|
this.txt_Usuario.Size = new System.Drawing.Size(147, 20);
|
|
this.txt_Usuario.TabIndex = 6;
|
|
//
|
|
// txt_Clave
|
|
//
|
|
this.txt_Clave.Location = new System.Drawing.Point(102, 123);
|
|
this.txt_Clave.Name = "txt_Clave";
|
|
this.txt_Clave.Size = new System.Drawing.Size(147, 20);
|
|
this.txt_Clave.TabIndex = 7;
|
|
//
|
|
// btn_Actualizar
|
|
//
|
|
this.btn_Actualizar.Location = new System.Drawing.Point(147, 204);
|
|
this.btn_Actualizar.Name = "btn_Actualizar";
|
|
this.btn_Actualizar.Size = new System.Drawing.Size(75, 28);
|
|
this.btn_Actualizar.TabIndex = 9;
|
|
this.btn_Actualizar.Text = "Actualizar";
|
|
this.btn_Actualizar.UseVisualStyleBackColor = true;
|
|
this.btn_Actualizar.Click += new System.EventHandler(this.btn_Actualizar_Click);
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(15, 165);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(52, 13);
|
|
this.label5.TabIndex = 9;
|
|
this.label5.Text = "IdUsuario";
|
|
//
|
|
// txt_IdUsuario
|
|
//
|
|
this.txt_IdUsuario.Location = new System.Drawing.Point(102, 162);
|
|
this.txt_IdUsuario.Name = "txt_IdUsuario";
|
|
this.txt_IdUsuario.Size = new System.Drawing.Size(89, 20);
|
|
this.txt_IdUsuario.TabIndex = 8;
|
|
//
|
|
// Form2
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(290, 244);
|
|
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 = "Conexion";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form2_FormClosing);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox txt_Servidor;
|
|
private System.Windows.Forms.TextBox txt_BaseDatos;
|
|
private System.Windows.Forms.TextBox txt_Usuario;
|
|
private System.Windows.Forms.TextBox txt_Clave;
|
|
private System.Windows.Forms.Button btn_Actualizar;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.TextBox txt_IdUsuario;
|
|
}
|
|
} |