Se agrega el form de crud1

This commit is contained in:
Michael Robles
2024-06-18 17:08:29 -07:00
parent 5f6b020f61
commit 9ce48e32b7
+12
View File
@@ -35,6 +35,7 @@
this.button2 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button();
this.stockPanel = new System.Windows.Forms.FlowLayoutPanel();
this.flowLayoutPanel1.SuspendLayout(); this.flowLayoutPanel1.SuspendLayout();
this.panel2.SuspendLayout(); this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
@@ -148,12 +149,22 @@
this.button5.Text = "Salir"; this.button5.Text = "Salir";
this.button5.UseVisualStyleBackColor = false; 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 // crud
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1677, 1037); this.ClientSize = new System.Drawing.Size(1677, 1037);
this.ControlBox = false; this.ControlBox = false;
this.Controls.Add(this.stockPanel);
this.Controls.Add(this.flowLayoutPanel1); this.Controls.Add(this.flowLayoutPanel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "crud"; this.Name = "crud";
@@ -177,5 +188,6 @@
private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button5;
private System.Windows.Forms.FlowLayoutPanel stockPanel;
} }
} }