Detalles
This commit is contained in:
Generated
+4
-3
@@ -54,7 +54,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(-1, -1);
|
||||
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);
|
||||
@@ -208,7 +208,8 @@
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(1827, 922);
|
||||
this.ClientSize = new System.Drawing.Size(1827, 1055);
|
||||
this.ControlBox = false;
|
||||
this.Controls.Add(this.btnAgregar);
|
||||
this.Controls.Add(this.mermaPanel);
|
||||
this.Controls.Add(this.lblfecha);
|
||||
@@ -216,7 +217,7 @@
|
||||
this.Controls.Add(this.flowLayoutPanel1);
|
||||
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.Name = "mermas";
|
||||
this.Text = "mermas";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
||||
this.Load += new System.EventHandler(this.mermas_Load);
|
||||
this.flowLayoutPanel1.ResumeLayout(false);
|
||||
|
||||
Reference in New Issue
Block a user