namespace ECV
{
partial class Rep_Cliente_Prod
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Rep_Cliente_Prod));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
this.Fecha_hasta = new System.Windows.Forms.DateTimePicker();
this.Label1 = new System.Windows.Forms.Label();
this.combo_cliente = new System.Windows.Forms.ComboBox();
this.Fecha_desde = new System.Windows.Forms.DateTimePicker();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.combo_producto = new System.Windows.Forms.ComboBox();
this.Button1 = new System.Windows.Forms.Button();
this.DataG3 = new System.Windows.Forms.DataGridView();
this.NOMBRE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.RUC = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.DataG3)).BeginInit();
this.SuspendLayout();
//
// Fecha_hasta
//
this.Fecha_hasta.Location = new System.Drawing.Point(309, 43);
this.Fecha_hasta.Name = "Fecha_hasta";
this.Fecha_hasta.Size = new System.Drawing.Size(286, 26);
this.Fecha_hasta.TabIndex = 67;
this.Fecha_hasta.Value = new System.DateTime(2020, 8, 21, 0, 0, 0, 0);
//
// Label1
//
this.Label1.BackColor = System.Drawing.Color.White;
this.Label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.Label1.Location = new System.Drawing.Point(14, 78);
this.Label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.Label1.Name = "Label1";
this.Label1.Size = new System.Drawing.Size(148, 18);
this.Label1.TabIndex = 64;
this.Label1.Text = "Cliente";
//
// combo_cliente
//
this.combo_cliente.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.combo_cliente.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.combo_cliente.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.combo_cliente.FormattingEnabled = true;
this.combo_cliente.Location = new System.Drawing.Point(17, 99);
this.combo_cliente.Name = "combo_cliente";
this.combo_cliente.Size = new System.Drawing.Size(578, 26);
this.combo_cliente.Sorted = true;
this.combo_cliente.TabIndex = 63;
this.combo_cliente.SelectedIndexChanged += new System.EventHandler(this.combo_cliente_SelectedIndexChanged);
this.combo_cliente.TextChanged += new System.EventHandler(this.combo_cliente_TextChanged);
//
// Fecha_desde
//
this.Fecha_desde.Location = new System.Drawing.Point(17, 43);
this.Fecha_desde.Name = "Fecha_desde";
this.Fecha_desde.Size = new System.Drawing.Size(286, 26);
this.Fecha_desde.TabIndex = 65;
this.Fecha_desde.Value = new System.DateTime(2020, 8, 21, 0, 0, 0, 0);
//
// label2
//
this.label2.BackColor = System.Drawing.Color.White;
this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.label2.Location = new System.Drawing.Point(14, 22);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(196, 18);
this.label2.TabIndex = 66;
this.label2.Text = "Fecha desde";
//
// label3
//
this.label3.BackColor = System.Drawing.Color.White;
this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.label3.Location = new System.Drawing.Point(306, 22);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(157, 18);
this.label3.TabIndex = 68;
this.label3.Text = "Fecha hasta";
//
// label4
//
this.label4.BackColor = System.Drawing.Color.White;
this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.label4.Location = new System.Drawing.Point(14, 132);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(324, 18);
this.label4.TabIndex = 70;
this.label4.Text = "Producto (Descripción o Código)";
//
// combo_producto
//
this.combo_producto.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.combo_producto.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.combo_producto.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.combo_producto.FormattingEnabled = true;
this.combo_producto.Location = new System.Drawing.Point(17, 153);
this.combo_producto.Name = "combo_producto";
this.combo_producto.Size = new System.Drawing.Size(578, 26);
this.combo_producto.Sorted = true;
this.combo_producto.TabIndex = 69;
this.combo_producto.SelectedIndexChanged += new System.EventHandler(this.combo_producto_SelectedIndexChanged);
this.combo_producto.TextChanged += new System.EventHandler(this.combo_producto_TextChanged);
//
// Button1
//
this.Button1.AccessibleName = "";
this.Button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(146)))), ((int)(((byte)(230)))));
this.Button1.FlatAppearance.BorderSize = 0;
this.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.Button1.ForeColor = System.Drawing.Color.White;
this.Button1.Image = ((System.Drawing.Image)(resources.GetObject("Button1.Image")));
this.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.Button1.Location = new System.Drawing.Point(433, 270);
this.Button1.Name = "Button1";
this.Button1.Size = new System.Drawing.Size(162, 46);
this.Button1.TabIndex = 71;
this.Button1.Text = " Reportar";
this.Button1.UseVisualStyleBackColor = false;
this.Button1.Click += new System.EventHandler(this.Button1_Click);
//
// DataG3
//
this.DataG3.AllowUserToAddRows = false;
this.DataG3.AllowUserToDeleteRows = false;
this.DataG3.AllowUserToResizeColumns = false;
this.DataG3.AllowUserToResizeRows = false;
this.DataG3.BackgroundColor = System.Drawing.Color.Gainsboro;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.DataG3.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.DataG3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.DataG3.ColumnHeadersVisible = false;
this.DataG3.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.NOMBRE,
this.RUC,
this.ID});
this.DataG3.EnableHeadersVisualStyles = false;
this.DataG3.Location = new System.Drawing.Point(17, 132);
this.DataG3.Name = "DataG3";
this.DataG3.ReadOnly = true;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle2.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.DataG3.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.DataG3.RowHeadersVisible = false;
this.DataG3.RowHeadersWidth = 51;
dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.DataG3.RowsDefaultCellStyle = dataGridViewCellStyle3;
this.DataG3.Size = new System.Drawing.Size(578, 131);
this.DataG3.TabIndex = 111;
this.DataG3.Visible = false;
this.DataG3.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataG3_CellContentClick);
this.DataG3.Click += new System.EventHandler(this.DataG3_Click);
//
// NOMBRE
//
this.NOMBRE.HeaderText = "NOMBRE";
this.NOMBRE.MinimumWidth = 6;
this.NOMBRE.Name = "NOMBRE";
this.NOMBRE.ReadOnly = true;
this.NOMBRE.Width = 125;
//
// RUC
//
this.RUC.HeaderText = "RUC";
this.RUC.MinimumWidth = 6;
this.RUC.Name = "RUC";
this.RUC.ReadOnly = true;
this.RUC.Width = 125;
//
// ID
//
this.ID.HeaderText = "ID";
this.ID.MinimumWidth = 6;
this.ID.Name = "ID";
this.ID.ReadOnly = true;
this.ID.Visible = false;
this.ID.Width = 125;
//
// Rep_Cliente_Prod
//
this.AcceptButton = this.Button1;
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(612, 329);
this.Controls.Add(this.DataG3);
this.Controls.Add(this.Button1);
this.Controls.Add(this.label4);
this.Controls.Add(this.combo_producto);
this.Controls.Add(this.Fecha_hasta);
this.Controls.Add(this.Label1);
this.Controls.Add(this.combo_cliente);
this.Controls.Add(this.Fecha_desde);
this.Controls.Add(this.label2);
this.Controls.Add(this.label3);
this.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "Rep_Cliente_Prod";
this.Text = "Cliente & Productos";
this.Load += new System.EventHandler(this.Rep_Cliente_Prod_Load);
((System.ComponentModel.ISupportInitialize)(this.DataG3)).EndInit();
this.ResumeLayout(false);
}
#endregion
public System.Windows.Forms.DateTimePicker Fecha_hasta;
internal System.Windows.Forms.Label Label1;
public System.Windows.Forms.ComboBox combo_cliente;
public System.Windows.Forms.DateTimePicker Fecha_desde;
internal System.Windows.Forms.Label label2;
internal System.Windows.Forms.Label label3;
internal System.Windows.Forms.Label label4;
public System.Windows.Forms.ComboBox combo_producto;
internal System.Windows.Forms.Button Button1;
private System.Windows.Forms.DataGridView DataG3;
private System.Windows.Forms.DataGridViewTextBoxColumn NOMBRE;
private System.Windows.Forms.DataGridViewTextBoxColumn RUC;
private System.Windows.Forms.DataGridViewTextBoxColumn ID;
}
}