casi interfaz

This commit is contained in:
Michael Robles
2023-12-28 17:23:47 -07:00
parent 85d9f5caa9
commit a54a28b3cc
3 changed files with 138 additions and 0 deletions
+3
View File
@@ -241,6 +241,7 @@
this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox5.TabIndex = 5; this.pictureBox5.TabIndex = 5;
this.pictureBox5.TabStop = false; this.pictureBox5.TabStop = false;
this.pictureBox5.Click += new System.EventHandler(this.pictureBox5_Click);
// //
// pictureBox6 // pictureBox6
// //
@@ -251,6 +252,7 @@
this.pictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox6.TabIndex = 4; this.pictureBox6.TabIndex = 4;
this.pictureBox6.TabStop = false; this.pictureBox6.TabStop = false;
this.pictureBox6.Click += new System.EventHandler(this.pictureBox6_Click);
// //
// pictureBox3 // pictureBox3
// //
@@ -261,6 +263,7 @@
this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox3.TabIndex = 3; this.pictureBox3.TabIndex = 3;
this.pictureBox3.TabStop = false; this.pictureBox3.TabStop = false;
this.pictureBox3.Click += new System.EventHandler(this.pictureBox3_Click);
// //
// pictureBox2 // pictureBox2
// //
+26
View File
@@ -86,5 +86,31 @@ namespace compabetov2
this.Dispose(true); this.Dispose(true);
} }
private void pictureBox3_Click(object sender, EventArgs e)
{
envios envios = new envios();
envios.Show();
this.Dispose(true);
}
private void pictureBox5_Click(object sender, EventArgs e)
{
cuentas cuentas = new cuentas();
cuentas.Show();
this.Dispose(true);
}
private void pictureBox6_Click(object sender, EventArgs e)
{
mermas mermas = new mermas();
mermas.Show();
this.Dispose(true);
}
} }
} }
+109
View File
@@ -36,6 +36,15 @@
this.button4 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.textBox8 = new System.Windows.Forms.TextBox();
this.textBox9 = new System.Windows.Forms.TextBox();
this.textBox11 = new System.Windows.Forms.TextBox();
this.textBox4 = new System.Windows.Forms.TextBox();
this.textBox5 = new System.Windows.Forms.TextBox();
this.textBox6 = new System.Windows.Forms.TextBox();
this.textBox7 = new System.Windows.Forms.TextBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.txtnombreproducto = new System.Windows.Forms.TextBox();
this.panel2.SuspendLayout(); this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
this.flowLayoutPanel1.SuspendLayout(); this.flowLayoutPanel1.SuspendLayout();
@@ -160,11 +169,101 @@
this.flowLayoutPanel1.Size = new System.Drawing.Size(324, 1061); this.flowLayoutPanel1.Size = new System.Drawing.Size(324, 1061);
this.flowLayoutPanel1.TabIndex = 8; this.flowLayoutPanel1.TabIndex = 8;
// //
// textBox8
//
this.textBox8.Font = new System.Drawing.Font("Microsoft Sans Serif", 25F);
this.textBox8.Location = new System.Drawing.Point(1465, 521);
this.textBox8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.textBox8.Name = "textBox8";
this.textBox8.Size = new System.Drawing.Size(299, 55);
this.textBox8.TabIndex = 33;
//
// textBox9
//
this.textBox9.Font = new System.Drawing.Font("Microsoft Sans Serif", 25F);
this.textBox9.Location = new System.Drawing.Point(1148, 310);
this.textBox9.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.textBox9.Name = "textBox9";
this.textBox9.Size = new System.Drawing.Size(299, 55);
this.textBox9.TabIndex = 32;
//
// textBox11
//
this.textBox11.Font = new System.Drawing.Font("Microsoft Sans Serif", 25F);
this.textBox11.Location = new System.Drawing.Point(494, 521);
this.textBox11.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.textBox11.Name = "textBox11";
this.textBox11.Size = new System.Drawing.Size(299, 55);
this.textBox11.TabIndex = 31;
//
// textBox4
//
this.textBox4.Font = new System.Drawing.Font("Microsoft Sans Serif", 25F);
this.textBox4.Location = new System.Drawing.Point(1465, 414);
this.textBox4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(299, 55);
this.textBox4.TabIndex = 30;
//
// textBox5
//
this.textBox5.Font = new System.Drawing.Font("Microsoft Sans Serif", 25F);
this.textBox5.Location = new System.Drawing.Point(819, 521);
this.textBox5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(299, 55);
this.textBox5.TabIndex = 29;
//
// textBox6
//
this.textBox6.Font = new System.Drawing.Font("Microsoft Sans Serif", 25F);
this.textBox6.Location = new System.Drawing.Point(819, 414);
this.textBox6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.textBox6.Name = "textBox6";
this.textBox6.Size = new System.Drawing.Size(299, 55);
this.textBox6.TabIndex = 28;
//
// textBox7
//
this.textBox7.Font = new System.Drawing.Font("Microsoft Sans Serif", 25F);
this.textBox7.Location = new System.Drawing.Point(494, 414);
this.textBox7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.textBox7.Name = "textBox7";
this.textBox7.Size = new System.Drawing.Size(299, 55);
this.textBox7.TabIndex = 27;
//
// textBox1
//
this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 25F);
this.textBox1.Location = new System.Drawing.Point(819, 310);
this.textBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(299, 55);
this.textBox1.TabIndex = 26;
//
// txtnombreproducto
//
this.txtnombreproducto.Font = new System.Drawing.Font("Microsoft Sans Serif", 25F);
this.txtnombreproducto.Location = new System.Drawing.Point(494, 310);
this.txtnombreproducto.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txtnombreproducto.Name = "txtnombreproducto";
this.txtnombreproducto.Size = new System.Drawing.Size(299, 55);
this.txtnombreproducto.TabIndex = 25;
//
// cuentas // cuentas
// //
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(1924, 1055); this.ClientSize = new System.Drawing.Size(1924, 1055);
this.Controls.Add(this.textBox8);
this.Controls.Add(this.textBox9);
this.Controls.Add(this.textBox11);
this.Controls.Add(this.textBox4);
this.Controls.Add(this.textBox5);
this.Controls.Add(this.textBox6);
this.Controls.Add(this.textBox7);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.txtnombreproducto);
this.Controls.Add(this.flowLayoutPanel1); this.Controls.Add(this.flowLayoutPanel1);
this.Name = "cuentas"; this.Name = "cuentas";
this.Text = "cuentas"; this.Text = "cuentas";
@@ -174,6 +273,7 @@
((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
this.flowLayoutPanel1.ResumeLayout(false); this.flowLayoutPanel1.ResumeLayout(false);
this.ResumeLayout(false); this.ResumeLayout(false);
this.PerformLayout();
} }
@@ -187,5 +287,14 @@
private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button5;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private System.Windows.Forms.TextBox textBox8;
private System.Windows.Forms.TextBox textBox9;
private System.Windows.Forms.TextBox textBox11;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.TextBox textBox5;
private System.Windows.Forms.TextBox textBox6;
private System.Windows.Forms.TextBox textBox7;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox txtnombreproducto;
} }
} }