Sin responsable no hay venta
This commit is contained in:
Generated
+48
-11
@@ -43,7 +43,6 @@
|
||||
this.textBox3 = new System.Windows.Forms.TextBox();
|
||||
this.textBox4 = new System.Windows.Forms.TextBox();
|
||||
this.textBox5 = new System.Windows.Forms.TextBox();
|
||||
this.textBox8 = new System.Windows.Forms.TextBox();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
@@ -64,6 +63,9 @@
|
||||
this.timer2 = new System.Windows.Forms.Timer(this.components);
|
||||
this.lblfecha = new System.Windows.Forms.Label();
|
||||
this.lblhora = new System.Windows.Forms.Label();
|
||||
this.responsablecb = new System.Windows.Forms.ComboBox();
|
||||
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
||||
this.label10 = new System.Windows.Forms.Label();
|
||||
this.flowLayoutPanel1.SuspendLayout();
|
||||
this.panel2.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
|
||||
@@ -237,14 +239,6 @@
|
||||
this.textBox5.Size = new System.Drawing.Size(365, 70);
|
||||
this.textBox5.TabIndex = 33;
|
||||
//
|
||||
// textBox8
|
||||
//
|
||||
this.textBox8.Font = new System.Drawing.Font("Poppins", 25F);
|
||||
this.textBox8.Location = new System.Drawing.Point(555, 694);
|
||||
this.textBox8.Name = "textBox8";
|
||||
this.textBox8.Size = new System.Drawing.Size(365, 70);
|
||||
this.textBox8.TabIndex = 34;
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
@@ -441,11 +435,53 @@
|
||||
this.lblhora.TabIndex = 53;
|
||||
this.lblhora.Text = "label1";
|
||||
//
|
||||
// responsablecb
|
||||
//
|
||||
this.responsablecb.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F);
|
||||
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(566, 711);
|
||||
this.responsablecb.Name = "responsablecb";
|
||||
this.responsablecb.Size = new System.Drawing.Size(354, 46);
|
||||
this.responsablecb.TabIndex = 55;
|
||||
//
|
||||
// comboBox1
|
||||
//
|
||||
this.comboBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F);
|
||||
this.comboBox1.FormattingEnabled = true;
|
||||
this.comboBox1.Items.AddRange(new object[] {
|
||||
"Enviado",
|
||||
"Completado"});
|
||||
this.comboBox1.Location = new System.Drawing.Point(422, 839);
|
||||
this.comboBox1.Name = "comboBox1";
|
||||
this.comboBox1.Size = new System.Drawing.Size(354, 46);
|
||||
this.comboBox1.TabIndex = 56;
|
||||
//
|
||||
// label10
|
||||
//
|
||||
this.label10.AutoSize = true;
|
||||
this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F);
|
||||
this.label10.ForeColor = System.Drawing.Color.Navy;
|
||||
this.label10.Location = new System.Drawing.Point(415, 788);
|
||||
this.label10.Name = "label10";
|
||||
this.label10.Size = new System.Drawing.Size(123, 39);
|
||||
this.label10.TabIndex = 57;
|
||||
this.label10.Text = "Estado";
|
||||
this.label10.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
||||
this.label10.Click += new System.EventHandler(this.label10_Click);
|
||||
//
|
||||
// envios
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(1924, 1055);
|
||||
this.Controls.Add(this.label10);
|
||||
this.Controls.Add(this.comboBox1);
|
||||
this.Controls.Add(this.responsablecb);
|
||||
this.Controls.Add(this.lblfecha);
|
||||
this.Controls.Add(this.lblhora);
|
||||
this.Controls.Add(this.button9);
|
||||
@@ -463,7 +499,6 @@
|
||||
this.Controls.Add(this.label3);
|
||||
this.Controls.Add(this.label2);
|
||||
this.Controls.Add(this.label1);
|
||||
this.Controls.Add(this.textBox8);
|
||||
this.Controls.Add(this.textBox5);
|
||||
this.Controls.Add(this.textBox3);
|
||||
this.Controls.Add(this.textBox4);
|
||||
@@ -499,7 +534,6 @@
|
||||
private System.Windows.Forms.TextBox textBox3;
|
||||
private System.Windows.Forms.TextBox textBox4;
|
||||
private System.Windows.Forms.TextBox textBox5;
|
||||
private System.Windows.Forms.TextBox textBox8;
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private System.Windows.Forms.Label label3;
|
||||
@@ -520,5 +554,8 @@
|
||||
private System.Windows.Forms.Timer timer2;
|
||||
private System.Windows.Forms.Label lblfecha;
|
||||
private System.Windows.Forms.Label lblhora;
|
||||
private System.Windows.Forms.ComboBox responsablecb;
|
||||
private System.Windows.Forms.ComboBox comboBox1;
|
||||
private System.Windows.Forms.Label label10;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user