subo pagina de editar

This commit is contained in:
Michael Robles
2024-06-18 23:43:14 -07:00
parent d7747f272c
commit 24f7b01847
8 changed files with 406 additions and 69 deletions
+52 -68
View File
@@ -56,40 +56,38 @@
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.lbImg = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
this.SuspendLayout();
//
// txtNombre
//
this.txtNombre.Font = new System.Drawing.Font("Poppins", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtNombre.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtNombre.Location = new System.Drawing.Point(23, 208);
this.txtNombre.Margin = new System.Windows.Forms.Padding(4);
this.txtNombre.Name = "txtNombre";
this.txtNombre.Size = new System.Drawing.Size(231, 37);
this.txtNombre.Size = new System.Drawing.Size(231, 30);
this.txtNombre.TabIndex = 2;
//
// txtApellido
//
this.txtApellido.Font = new System.Drawing.Font("Poppins", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtApellido.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtApellido.Location = new System.Drawing.Point(328, 205);
this.txtApellido.Margin = new System.Windows.Forms.Padding(4);
this.txtApellido.Name = "txtApellido";
this.txtApellido.Size = new System.Drawing.Size(231, 42);
this.txtApellido.Size = new System.Drawing.Size(231, 34);
this.txtApellido.TabIndex = 3;
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("Poppins", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.ForeColor = System.Drawing.Color.Transparent;
this.label1.Location = new System.Drawing.Point(16, 164);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(128, 40);
this.label1.Size = new System.Drawing.Size(119, 29);
this.label1.TabIndex = 4;
this.label1.Text = "Nombres:";
this.label1.Click += new System.EventHandler(this.label1_Click);
@@ -98,131 +96,131 @@
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Font = new System.Drawing.Font("Poppins", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.ForeColor = System.Drawing.Color.Transparent;
this.label2.Location = new System.Drawing.Point(321, 164);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(128, 40);
this.label2.Size = new System.Drawing.Size(120, 29);
this.label2.TabIndex = 5;
this.label2.Text = "Apellidos:";
//
// txtCalle
//
this.txtCalle.Font = new System.Drawing.Font("Poppins", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtCalle.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtCalle.Location = new System.Drawing.Point(631, 205);
this.txtCalle.Margin = new System.Windows.Forms.Padding(4);
this.txtCalle.Name = "txtCalle";
this.txtCalle.Size = new System.Drawing.Size(231, 42);
this.txtCalle.Size = new System.Drawing.Size(231, 34);
this.txtCalle.TabIndex = 6;
//
// label3
//
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.Color.Transparent;
this.label3.Font = new System.Drawing.Font("Poppins", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.ForeColor = System.Drawing.Color.Transparent;
this.label3.Location = new System.Drawing.Point(624, 164);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(113, 40);
this.label3.Size = new System.Drawing.Size(102, 29);
this.label3.TabIndex = 7;
this.label3.Text = "Colonia:";
//
// txtColonia
//
this.txtColonia.Font = new System.Drawing.Font("Poppins", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtColonia.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtColonia.Location = new System.Drawing.Point(23, 291);
this.txtColonia.Margin = new System.Windows.Forms.Padding(4);
this.txtColonia.Name = "txtColonia";
this.txtColonia.Size = new System.Drawing.Size(231, 42);
this.txtColonia.Size = new System.Drawing.Size(231, 34);
this.txtColonia.TabIndex = 8;
//
// label4
//
this.label4.AutoSize = true;
this.label4.BackColor = System.Drawing.Color.Transparent;
this.label4.Font = new System.Drawing.Font("Poppins", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.ForeColor = System.Drawing.Color.Transparent;
this.label4.Location = new System.Drawing.Point(16, 249);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(113, 40);
this.label4.Size = new System.Drawing.Size(102, 29);
this.label4.TabIndex = 9;
this.label4.Text = "Colonia:";
//
// txtCp
//
this.txtCp.Font = new System.Drawing.Font("Poppins", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtCp.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtCp.Location = new System.Drawing.Point(328, 291);
this.txtCp.Margin = new System.Windows.Forms.Padding(4);
this.txtCp.Name = "txtCp";
this.txtCp.Size = new System.Drawing.Size(231, 42);
this.txtCp.Size = new System.Drawing.Size(231, 34);
this.txtCp.TabIndex = 10;
//
// label5
//
this.label5.AutoSize = true;
this.label5.BackColor = System.Drawing.Color.Transparent;
this.label5.Font = new System.Drawing.Font("Poppins", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.ForeColor = System.Drawing.Color.Transparent;
this.label5.Location = new System.Drawing.Point(321, 251);
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(184, 40);
this.label5.Size = new System.Drawing.Size(171, 29);
this.label5.TabIndex = 11;
this.label5.Text = "Codigo Postal:";
//
// txtNoExt
//
this.txtNoExt.Font = new System.Drawing.Font("Poppins", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtNoExt.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtNoExt.Location = new System.Drawing.Point(631, 291);
this.txtNoExt.Margin = new System.Windows.Forms.Padding(4);
this.txtNoExt.Name = "txtNoExt";
this.txtNoExt.Size = new System.Drawing.Size(231, 42);
this.txtNoExt.Size = new System.Drawing.Size(231, 34);
this.txtNoExt.TabIndex = 12;
//
// label6
//
this.label6.AutoSize = true;
this.label6.BackColor = System.Drawing.Color.Transparent;
this.label6.Font = new System.Drawing.Font("Poppins", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.ForeColor = System.Drawing.Color.Transparent;
this.label6.Location = new System.Drawing.Point(624, 251);
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(142, 40);
this.label6.Size = new System.Drawing.Size(140, 29);
this.label6.TabIndex = 13;
this.label6.Text = "No.Exterior:";
//
// txtNoInt
//
this.txtNoInt.Font = new System.Drawing.Font("Poppins", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtNoInt.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtNoInt.Location = new System.Drawing.Point(23, 377);
this.txtNoInt.Margin = new System.Windows.Forms.Padding(4);
this.txtNoInt.Name = "txtNoInt";
this.txtNoInt.Size = new System.Drawing.Size(231, 42);
this.txtNoInt.Size = new System.Drawing.Size(231, 34);
this.txtNoInt.TabIndex = 14;
//
// txtReferencia
//
this.txtReferencia.Font = new System.Drawing.Font("Poppins", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtReferencia.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtReferencia.Location = new System.Drawing.Point(328, 377);
this.txtReferencia.Margin = new System.Windows.Forms.Padding(4);
this.txtReferencia.Name = "txtReferencia";
this.txtReferencia.Size = new System.Drawing.Size(231, 42);
this.txtReferencia.Size = new System.Drawing.Size(231, 34);
this.txtReferencia.TabIndex = 15;
//
// label7
//
this.label7.AutoSize = true;
this.label7.BackColor = System.Drawing.Color.Transparent;
this.label7.Font = new System.Drawing.Font("Poppins", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label7.ForeColor = System.Drawing.Color.Transparent;
this.label7.Location = new System.Drawing.Point(26, 337);
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(87, 40);
this.label7.Size = new System.Drawing.Size(82, 29);
this.label7.TabIndex = 16;
this.label7.Text = "No.Int:";
//
@@ -230,85 +228,85 @@
//
this.label8.AutoSize = true;
this.label8.BackColor = System.Drawing.Color.Transparent;
this.label8.Font = new System.Drawing.Font("Poppins", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label8.ForeColor = System.Drawing.Color.Transparent;
this.label8.Location = new System.Drawing.Point(321, 337);
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(146, 40);
this.label8.Size = new System.Drawing.Size(136, 29);
this.label8.TabIndex = 17;
this.label8.Text = "Referencia:";
//
// dtFechaNac
//
this.dtFechaNac.CalendarFont = new System.Drawing.Font("Poppins", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.dtFechaNac.Font = new System.Drawing.Font("Poppins", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.dtFechaNac.CalendarFont = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.dtFechaNac.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.dtFechaNac.Location = new System.Drawing.Point(631, 377);
this.dtFechaNac.Margin = new System.Windows.Forms.Padding(4);
this.dtFechaNac.Name = "dtFechaNac";
this.dtFechaNac.Size = new System.Drawing.Size(231, 42);
this.dtFechaNac.Size = new System.Drawing.Size(231, 34);
this.dtFechaNac.TabIndex = 18;
//
// label9
//
this.label9.AutoSize = true;
this.label9.BackColor = System.Drawing.Color.Transparent;
this.label9.Font = new System.Drawing.Font("Poppins", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label9.ForeColor = System.Drawing.Color.Transparent;
this.label9.Location = new System.Drawing.Point(624, 342);
this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(269, 40);
this.label9.Size = new System.Drawing.Size(248, 29);
this.label9.TabIndex = 19;
this.label9.Text = "Fecha de Nacimiento:";
//
// dtFechaCon
//
this.dtFechaCon.Font = new System.Drawing.Font("Poppins", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.dtFechaCon.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.dtFechaCon.Location = new System.Drawing.Point(23, 467);
this.dtFechaCon.Margin = new System.Windows.Forms.Padding(4);
this.dtFechaCon.Name = "dtFechaCon";
this.dtFechaCon.Size = new System.Drawing.Size(231, 42);
this.dtFechaCon.Size = new System.Drawing.Size(231, 34);
this.dtFechaCon.TabIndex = 20;
//
// label10
//
this.label10.AutoSize = true;
this.label10.BackColor = System.Drawing.Color.Transparent;
this.label10.Font = new System.Drawing.Font("Poppins", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label10.ForeColor = System.Drawing.Color.Transparent;
this.label10.Location = new System.Drawing.Point(16, 423);
this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(290, 40);
this.label10.Size = new System.Drawing.Size(261, 29);
this.label10.TabIndex = 21;
this.label10.Text = "Fecha de Contratación:";
//
// txtTelefono
//
this.txtTelefono.Font = new System.Drawing.Font("Poppins", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtTelefono.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtTelefono.Location = new System.Drawing.Point(328, 467);
this.txtTelefono.Margin = new System.Windows.Forms.Padding(4);
this.txtTelefono.Name = "txtTelefono";
this.txtTelefono.Size = new System.Drawing.Size(231, 42);
this.txtTelefono.Size = new System.Drawing.Size(231, 34);
this.txtTelefono.TabIndex = 22;
//
// label11
//
this.label11.AutoSize = true;
this.label11.BackColor = System.Drawing.Color.Transparent;
this.label11.Font = new System.Drawing.Font("Poppins", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label11.ForeColor = System.Drawing.Color.Transparent;
this.label11.Location = new System.Drawing.Point(321, 423);
this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(121, 40);
this.label11.Size = new System.Drawing.Size(116, 29);
this.label11.TabIndex = 23;
this.label11.Text = "Telefono:";
//
// cbEstado
//
this.cbEstado.Font = new System.Drawing.Font("Poppins", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.cbEstado.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.cbEstado.FormattingEnabled = true;
this.cbEstado.Items.AddRange(new object[] {
"Activo",
@@ -316,7 +314,7 @@
this.cbEstado.Location = new System.Drawing.Point(631, 461);
this.cbEstado.Margin = new System.Windows.Forms.Padding(4);
this.cbEstado.Name = "cbEstado";
this.cbEstado.Size = new System.Drawing.Size(231, 48);
this.cbEstado.Size = new System.Drawing.Size(231, 37);
this.cbEstado.TabIndex = 24;
this.cbEstado.Text = "Activo";
//
@@ -324,12 +322,12 @@
//
this.label12.AutoSize = true;
this.label12.BackColor = System.Drawing.Color.Transparent;
this.label12.Font = new System.Drawing.Font("Poppins", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label12.ForeColor = System.Drawing.Color.Transparent;
this.label12.Location = new System.Drawing.Point(624, 423);
this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(101, 40);
this.label12.Size = new System.Drawing.Size(94, 29);
this.label12.TabIndex = 25;
this.label12.Text = "Estado:";
//
@@ -361,18 +359,18 @@
//
this.lbImg.AutoSize = true;
this.lbImg.BackColor = System.Drawing.Color.Transparent;
this.lbImg.Font = new System.Drawing.Font("Poppins", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lbImg.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lbImg.ForeColor = System.Drawing.Color.Transparent;
this.lbImg.Location = new System.Drawing.Point(653, 530);
this.lbImg.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lbImg.Name = "lbImg";
this.lbImg.Size = new System.Drawing.Size(113, 40);
this.lbImg.Size = new System.Drawing.Size(99, 29);
this.lbImg.TabIndex = 28;
this.lbImg.Text = "Imagen:";
//
// button1
//
this.button1.Font = new System.Drawing.Font("Poppins", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button1.Location = new System.Drawing.Point(660, 564);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(103, 46);
@@ -381,17 +379,6 @@
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// pictureBox3
//
this.pictureBox3.BackColor = System.Drawing.Color.Transparent;
this.pictureBox3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.pictureBox3.Image = global::compabetov2.Properties.Resources.check1;
this.pictureBox3.Location = new System.Drawing.Point(206, 135);
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.Size = new System.Drawing.Size(100, 69);
this.pictureBox3.TabIndex = 30;
this.pictureBox3.TabStop = false;
//
// EditarEmpleado1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
@@ -401,7 +388,6 @@
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ClientSize = new System.Drawing.Size(915, 622);
this.ControlBox = false;
this.Controls.Add(this.pictureBox3);
this.Controls.Add(this.button1);
this.Controls.Add(this.lbImg);
this.Controls.Add(this.pictureBox2);
@@ -437,7 +423,6 @@
this.Load += new System.EventHandler(this.EditarEmpleado1_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
@@ -473,6 +458,5 @@
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label lbImg;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.PictureBox pictureBox3;
}
}
+5
View File
@@ -139,5 +139,10 @@ namespace compabetov2.Empleados
MessageBox.Show("Por favor, ingrese solo letras.", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
}
}
private void pictureBox3_Click(object sender, EventArgs e)
{
}
}
}