Se agrega el form de crud1
This commit is contained in:
Generated
+12
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user