afino detalles

This commit is contained in:
Michael Robles
2024-01-22 03:05:09 -07:00
parent d2128fefe1
commit 29c502b923
13 changed files with 129 additions and 58 deletions
+2 -1
View File
@@ -150,7 +150,7 @@
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(104)))), ((int)(((byte)(255)))));
this.BackgroundImage = global::compabetov2.Properties.Resources.Form;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ClientSize = new System.Drawing.Size(1102, 776);
this.ClientSize = new System.Drawing.Size(1050, 776);
this.ControlBox = false;
this.Controls.Add(this.pictureBox2);
this.Controls.Add(this.pictureBox1);
@@ -162,6 +162,7 @@
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "ActualizarMerma";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
+3 -2
View File
@@ -80,7 +80,7 @@
//
this.dtFecha.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.dtFecha.Location = new System.Drawing.Point(371, 314);
this.dtFecha.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.dtFecha.Margin = new System.Windows.Forms.Padding(4);
this.dtFecha.Name = "dtFecha";
this.dtFecha.Size = new System.Drawing.Size(463, 34);
this.dtFecha.TabIndex = 3;
@@ -101,7 +101,7 @@
//
this.txtResponsable.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtResponsable.Location = new System.Drawing.Point(371, 233);
this.txtResponsable.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtResponsable.Margin = new System.Windows.Forms.Padding(4);
this.txtResponsable.Name = "txtResponsable";
this.txtResponsable.Size = new System.Drawing.Size(463, 34);
this.txtResponsable.TabIndex = 5;
@@ -162,6 +162,7 @@
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.Name = "agregarmermas";
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
+1
View File
@@ -145,6 +145,7 @@
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "verMerma";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;