Agregue Responsables de las ventas

This commit is contained in:
Michael Robles
2024-01-21 20:51:37 -07:00
parent f2352c1078
commit 2ac592a901
9 changed files with 18 additions and 13 deletions
+14 -12
View File
@@ -50,7 +50,7 @@
this.textBox1 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.bntImprimir = new System.Windows.Forms.Button();
this.btnVender = new System.Windows.Forms.Button();
this.responsablecb = new System.Windows.Forms.ComboBox();
this.flowLayoutPanel2.SuspendLayout();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).BeginInit();
@@ -313,16 +313,18 @@
this.bntImprimir.UseVisualStyleBackColor = true;
this.bntImprimir.Click += new System.EventHandler(this.bntImprimir_Click);
//
// btnVender
// responsablecb
//
this.btnVender.Location = new System.Drawing.Point(1311, 135);
this.btnVender.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnVender.Name = "btnVender";
this.btnVender.Size = new System.Drawing.Size(100, 28);
this.btnVender.TabIndex = 19;
this.btnVender.Text = "Vender";
this.btnVender.UseVisualStyleBackColor = true;
this.btnVender.Click += new System.EventHandler(this.button7_Click);
this.responsablecb.FormattingEnabled = true;
this.responsablecb.Items.AddRange(new object[] {
"Fabian Herrera",
"Cristofer Perez ",
"Angel Alexander",
"Emilio Urenda"});
this.responsablecb.Location = new System.Drawing.Point(1441, 76);
this.responsablecb.Name = "responsablecb";
this.responsablecb.Size = new System.Drawing.Size(121, 24);
this.responsablecb.TabIndex = 18;
//
// vender
//
@@ -330,7 +332,7 @@
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(1783, 750);
this.Controls.Add(this.btnVender);
this.Controls.Add(this.responsablecb);
this.Controls.Add(this.bntImprimir);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.textBox1);
@@ -381,6 +383,6 @@
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label labeltotal;
private System.Windows.Forms.Button bntImprimir;
private System.Windows.Forms.Button btnVender;
private System.Windows.Forms.ComboBox responsablecb;
}
}