Subo cambios en plena produccion2

This commit is contained in:
Michael Robles
2024-02-02 10:59:48 -07:00
parent 17d66fa4d3
commit 2b7658cca2
9 changed files with 6 additions and 47 deletions
+2 -1
View File
@@ -172,6 +172,7 @@
this.button2.Padding = new System.Windows.Forms.Padding(51, 0, 0, 0);
this.button2.Size = new System.Drawing.Size(312, 114);
this.button2.TabIndex = 9;
this.button2.Text = "Reportes";
this.button2.UseVisualStyleBackColor = false;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
@@ -297,7 +298,7 @@
this.ControlBox = false;
this.Controls.Add(this.panel1);
this.IsMdiContainer = true;
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "MenuPrincipal";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.MenuPrincipal_Load);