Descargo Cambios de CARLOS

This commit is contained in:
Michael Robles
2024-01-23 22:32:30 -07:00
parent 881295d920
commit 624b6b0bb9
5 changed files with 18 additions and 2 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
{ {
"ExpandedNodes": [ "ExpandedNodes": [
"", "",
"\\Empleados" "\\Principal"
], ],
"SelectedNode": "\\Empleados\\EditarEmpleado.cs", "SelectedNode": "\\Principal\\MenuPrincipal.cs",
"PreviewInSolutionExplorer": false "PreviewInSolutionExplorer": false
} }
Binary file not shown.
+16
View File
@@ -56,8 +56,10 @@
this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.lbImg = new System.Windows.Forms.Label(); this.lbImg = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
this.SuspendLayout(); this.SuspendLayout();
// //
// txtNombre // txtNombre
@@ -379,6 +381,17 @@
this.button1.UseVisualStyleBackColor = true; this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click); 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 // EditarEmpleado1
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
@@ -388,6 +401,7 @@
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ClientSize = new System.Drawing.Size(915, 622); this.ClientSize = new System.Drawing.Size(915, 622);
this.ControlBox = false; this.ControlBox = false;
this.Controls.Add(this.pictureBox3);
this.Controls.Add(this.button1); this.Controls.Add(this.button1);
this.Controls.Add(this.lbImg); this.Controls.Add(this.lbImg);
this.Controls.Add(this.pictureBox2); this.Controls.Add(this.pictureBox2);
@@ -423,6 +437,7 @@
this.Load += new System.EventHandler(this.EditarEmpleado1_Load); this.Load += new System.EventHandler(this.EditarEmpleado1_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
this.ResumeLayout(false); this.ResumeLayout(false);
this.PerformLayout(); this.PerformLayout();
@@ -458,5 +473,6 @@
private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label lbImg; private System.Windows.Forms.Label lbImg;
private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button1;
private System.Windows.Forms.PictureBox pictureBox3;
} }
} }
Binary file not shown.
Binary file not shown.