This commit is contained in:
Michael Robles
2024-01-22 02:49:19 -07:00
parent 38de489250
commit d2128fefe1
16 changed files with 296 additions and 321 deletions
+4 -4
View File
@@ -62,7 +62,7 @@
this.flowLayoutPanel1.Controls.Add(this.button2);
this.flowLayoutPanel1.Controls.Add(this.button3);
this.flowLayoutPanel1.Controls.Add(this.button5);
this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.flowLayoutPanel1.Location = new System.Drawing.Point(-1, 2);
this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(324, 1061);
@@ -166,7 +166,7 @@
// btnAgregarStock
//
this.btnAgregarStock.Location = new System.Drawing.Point(992, 181);
this.btnAgregarStock.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnAgregarStock.Margin = new System.Windows.Forms.Padding(4);
this.btnAgregarStock.Name = "btnAgregarStock";
this.btnAgregarStock.Size = new System.Drawing.Size(133, 28);
this.btnAgregarStock.TabIndex = 12;
@@ -177,7 +177,7 @@
// stockPanel
//
this.stockPanel.Location = new System.Drawing.Point(525, 245);
this.stockPanel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.stockPanel.Margin = new System.Windows.Forms.Padding(4);
this.stockPanel.Name = "stockPanel";
this.stockPanel.Size = new System.Drawing.Size(1112, 638);
this.stockPanel.TabIndex = 13;
@@ -188,13 +188,13 @@
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1827, 922);
this.ControlBox = false;
this.Controls.Add(this.stockPanel);
this.Controls.Add(this.btnAgregarStock);
this.Controls.Add(this.lblhora);
this.Controls.Add(this.flowLayoutPanel1);
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.Name = "inventario";
this.Text = "inventario";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.inventario_Load);
this.flowLayoutPanel1.ResumeLayout(false);