diff --git a/admin/crud.Designer.cs b/admin/crud.Designer.cs index cb69b2a..769c661 100644 --- a/admin/crud.Designer.cs +++ b/admin/crud.Designer.cs @@ -35,6 +35,7 @@ this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); + this.stockPanel = new System.Windows.Forms.FlowLayoutPanel(); this.flowLayoutPanel1.SuspendLayout(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit(); @@ -148,12 +149,22 @@ this.button5.Text = "Salir"; this.button5.UseVisualStyleBackColor = false; // + // stockPanel + // + this.stockPanel.AutoScroll = true; + this.stockPanel.Location = new System.Drawing.Point(410, 233); + this.stockPanel.Margin = new System.Windows.Forms.Padding(4); + this.stockPanel.Name = "stockPanel"; + this.stockPanel.Size = new System.Drawing.Size(1109, 757); + this.stockPanel.TabIndex = 14; + // // crud // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1677, 1037); this.ControlBox = false; + this.Controls.Add(this.stockPanel); this.Controls.Add(this.flowLayoutPanel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "crud"; @@ -177,5 +188,6 @@ private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button5; + private System.Windows.Forms.FlowLayoutPanel stockPanel; } } \ No newline at end of file