diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json index a586758..cb779de 100644 --- a/.vs/VSWorkspaceState.json +++ b/.vs/VSWorkspaceState.json @@ -1,8 +1,8 @@ { "ExpandedNodes": [ "", - "\\Empleados" + "\\Principal" ], - "SelectedNode": "\\Empleados\\EditarEmpleado.cs", + "SelectedNode": "\\Principal\\MenuPrincipal.cs", "PreviewInSolutionExplorer": false } \ No newline at end of file diff --git a/.vs/compabetoOG/v17/.wsuo b/.vs/compabetoOG/v17/.wsuo index 970c0a3..ba86313 100644 Binary files a/.vs/compabetoOG/v17/.wsuo and b/.vs/compabetoOG/v17/.wsuo differ diff --git a/Empleados/EditarEmpleado1.Designer.cs b/Empleados/EditarEmpleado1.Designer.cs index 2404a7d..c155aed 100644 --- a/Empleados/EditarEmpleado1.Designer.cs +++ b/Empleados/EditarEmpleado1.Designer.cs @@ -56,8 +56,10 @@ 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 @@ -379,6 +381,17 @@ 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); @@ -388,6 +401,7 @@ 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); @@ -423,6 +437,7 @@ 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(); @@ -458,5 +473,6 @@ private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label lbImg; private System.Windows.Forms.Button button1; + private System.Windows.Forms.PictureBox pictureBox3; } } \ No newline at end of file diff --git a/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/obj/Debug/DesignTimeResolveAssemblyReferences.cache index 54dcc38..10a1a65 100644 Binary files a/obj/Debug/DesignTimeResolveAssemblyReferences.cache and b/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ diff --git a/obj/Debug/compabetov2.csproj.AssemblyReference.cache b/obj/Debug/compabetov2.csproj.AssemblyReference.cache index a853f99..a98f1ed 100644 Binary files a/obj/Debug/compabetov2.csproj.AssemblyReference.cache and b/obj/Debug/compabetov2.csproj.AssemblyReference.cache differ