subo cambiosvineconsefe

This commit is contained in:
Michael Robles
2024-07-02 13:45:17 -07:00
parent d64ebe7f69
commit 28149a6df4
4 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -5,6 +5,6 @@
"\\Empleados", "\\Empleados",
"\\Ventas" "\\Ventas"
], ],
"SelectedNode": "\\admin\\addvariante.cs", "SelectedNode": "\\admin\\crud.cs",
"PreviewInSolutionExplorer": false "PreviewInSolutionExplorer": false
} }
Binary file not shown.
+2 -3
View File
@@ -98,12 +98,11 @@
this.pictureBox1.BackColor = System.Drawing.Color.Transparent; this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.pictureBox1.Image = global::compabetov2.Properties.Resources.cancel1; this.pictureBox1.Image = global::compabetov2.Properties.Resources.cancel1;
this.pictureBox1.Location = new System.Drawing.Point(1182, 12); this.pictureBox1.Location = new System.Drawing.Point(746, 101);
this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(100, 69); this.pictureBox1.Size = new System.Drawing.Size(100, 69);
this.pictureBox1.TabIndex = 22; this.pictureBox1.TabIndex = 23;
this.pictureBox1.TabStop = false; this.pictureBox1.TabStop = false;
this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
// //
// RegistroVentas // RegistroVentas
// //
Binary file not shown.