namespace CKUERA
{
partial class Vendedores
{
///
/// 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(Vendedores));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
this.button4 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.No_Buscar = new System.Windows.Forms.CheckBox();
this.ID_LABEL = new System.Windows.Forms.Label();
this.DataG1 = new System.Windows.Forms.DataGridView();
this.ID = new System.Windows.Forms.DataGridViewButtonColumn();
this.Nombre = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Label7 = new System.Windows.Forms.Label();
this.TextBox5 = new System.Windows.Forms.TextBox();
this.RadioButton2 = new System.Windows.Forms.RadioButton();
this.RadioButton1 = new System.Windows.Forms.RadioButton();
this.Button3 = new System.Windows.Forms.Button();
this.Button2 = new System.Windows.Forms.Button();
this.Button1 = new System.Windows.Forms.Button();
this.Label5 = new System.Windows.Forms.Label();
this.TextBox4 = new System.Windows.Forms.TextBox();
this.Label4 = new System.Windows.Forms.Label();
this.TextBox3 = new System.Windows.Forms.TextBox();
this.Label3 = new System.Windows.Forms.Label();
this.TextBox2 = new System.Windows.Forms.TextBox();
this.Label2 = new System.Windows.Forms.Label();
this.TextBox1 = new System.Windows.Forms.TextBox();
this.Label1 = new System.Windows.Forms.Label();
this.Comi = new System.Windows.Forms.TextBox();
this.button6 = new System.Windows.Forms.Button();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.Fhasta = new System.Windows.Forms.DateTimePicker();
this.Fdesde = new System.Windows.Forms.DateTimePicker();
this.Saldo = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.Btn_Cerrar = new System.Windows.Forms.Button();
this.Lb_Titulo = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.DataG1)).BeginInit();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// button4
//
this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(146)))), ((int)(((byte)(230)))));
this.button4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.button4.FlatAppearance.BorderSize = 0;
this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button4.ForeColor = System.Drawing.Color.White;
this.button4.Image = ((System.Drawing.Image)(resources.GetObject("button4.Image")));
this.button4.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button4.Location = new System.Drawing.Point(637, 134);
this.button4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(130, 52);
this.button4.TabIndex = 5;
this.button4.Text = "Modificar";
this.button4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.button4.UseVisualStyleBackColor = false;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button5
//
this.button5.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.button5.Location = new System.Drawing.Point(1086, 353);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(67, 51);
this.button5.TabIndex = 74;
this.button5.Text = "button5";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// No_Buscar
//
this.No_Buscar.AutoSize = true;
this.No_Buscar.Location = new System.Drawing.Point(662, 315);
this.No_Buscar.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.No_Buscar.Name = "No_Buscar";
this.No_Buscar.Size = new System.Drawing.Size(105, 22);
this.No_Buscar.TabIndex = 73;
this.No_Buscar.Text = "No_Buscar";
this.No_Buscar.UseVisualStyleBackColor = true;
this.No_Buscar.Visible = false;
//
// ID_LABEL
//
this.ID_LABEL.AutoSize = true;
this.ID_LABEL.Location = new System.Drawing.Point(459, 115);
this.ID_LABEL.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.ID_LABEL.Name = "ID_LABEL";
this.ID_LABEL.Size = new System.Drawing.Size(0, 18);
this.ID_LABEL.TabIndex = 72;
this.ID_LABEL.Visible = false;
//
// DataG1
//
this.DataG1.AllowUserToAddRows = false;
this.DataG1.AllowUserToDeleteRows = false;
this.DataG1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.DataG1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.ActiveCaption;
dataGridViewCellStyle1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.DataG1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.DataG1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.DataG1.ColumnHeadersVisible = false;
this.DataG1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.ID,
this.Nombre});
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.ScrollBar;
dataGridViewCellStyle2.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.DataG1.DefaultCellStyle = dataGridViewCellStyle2;
this.DataG1.GridColor = System.Drawing.Color.White;
this.DataG1.Location = new System.Drawing.Point(218, 118);
this.DataG1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.DataG1.Name = "DataG1";
this.DataG1.Size = new System.Drawing.Size(307, 195);
this.DataG1.TabIndex = 69;
this.DataG1.Visible = false;
this.DataG1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataG1_CellContentClick);
this.DataG1.Click += new System.EventHandler(this.DataG1_Click);
//
// ID
//
this.ID.HeaderText = "ID";
this.ID.Name = "ID";
this.ID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.ID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.ID.Width = 30;
//
// Nombre
//
this.Nombre.HeaderText = "Nombre";
this.Nombre.Name = "Nombre";
this.Nombre.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.Nombre.Width = 500;
//
// Label7
//
this.Label7.BackColor = System.Drawing.Color.White;
this.Label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.Label7.Location = new System.Drawing.Point(334, 243);
this.Label7.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.Label7.Name = "Label7";
this.Label7.Size = new System.Drawing.Size(284, 20);
this.Label7.TabIndex = 70;
this.Label7.Text = "Clave";
//
// TextBox5
//
this.TextBox5.Location = new System.Drawing.Point(335, 266);
this.TextBox5.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.TextBox5.Name = "TextBox5";
this.TextBox5.Size = new System.Drawing.Size(283, 26);
this.TextBox5.TabIndex = 71;
this.TextBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// RadioButton2
//
this.RadioButton2.AutoSize = true;
this.RadioButton2.BackColor = System.Drawing.Color.White;
this.RadioButton2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.RadioButton2.Location = new System.Drawing.Point(522, 26);
this.RadioButton2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.RadioButton2.Name = "RadioButton2";
this.RadioButton2.Size = new System.Drawing.Size(245, 22);
this.RadioButton2.TabIndex = 9;
this.RadioButton2.TabStop = true;
this.RadioButton2.Text = "&Consultar o Modificar Registros";
this.RadioButton2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.RadioButton2.UseVisualStyleBackColor = false;
this.RadioButton2.CheckedChanged += new System.EventHandler(this.RadioButton2_CheckedChanged);
//
// RadioButton1
//
this.RadioButton1.AutoSize = true;
this.RadioButton1.BackColor = System.Drawing.Color.White;
this.RadioButton1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.RadioButton1.Location = new System.Drawing.Point(296, 26);
this.RadioButton1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.RadioButton1.Name = "RadioButton1";
this.RadioButton1.Size = new System.Drawing.Size(138, 22);
this.RadioButton1.TabIndex = 8;
this.RadioButton1.TabStop = true;
this.RadioButton1.Text = "&Registrar Nuevo";
this.RadioButton1.UseVisualStyleBackColor = false;
this.RadioButton1.CheckedChanged += new System.EventHandler(this.RadioButton1_CheckedChanged);
//
// Button3
//
this.Button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(146)))), ((int)(((byte)(230)))));
this.Button3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.Button3.FlatAppearance.BorderSize = 0;
this.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.Button3.ForeColor = System.Drawing.Color.White;
this.Button3.Image = ((System.Drawing.Image)(resources.GetObject("Button3.Image")));
this.Button3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.Button3.Location = new System.Drawing.Point(637, 251);
this.Button3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Button3.Name = "Button3";
this.Button3.Size = new System.Drawing.Size(130, 52);
this.Button3.TabIndex = 7;
this.Button3.Text = "Eliminar";
this.Button3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.Button3.UseVisualStyleBackColor = false;
this.Button3.Click += new System.EventHandler(this.Button3_Click);
//
// Button2
//
this.Button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(146)))), ((int)(((byte)(230)))));
this.Button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.Button2.FlatAppearance.BorderSize = 0;
this.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.Button2.ForeColor = System.Drawing.Color.White;
this.Button2.Image = ((System.Drawing.Image)(resources.GetObject("Button2.Image")));
this.Button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.Button2.Location = new System.Drawing.Point(637, 192);
this.Button2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Button2.Name = "Button2";
this.Button2.Size = new System.Drawing.Size(130, 52);
this.Button2.TabIndex = 6;
this.Button2.Text = "Limpiar";
this.Button2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.Button2.UseVisualStyleBackColor = false;
this.Button2.Click += new System.EventHandler(this.Button2_Click);
//
// Button1
//
this.Button1.AccessibleName = "";
this.Button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(146)))), ((int)(((byte)(230)))));
this.Button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
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(637, 76);
this.Button1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Button1.Name = "Button1";
this.Button1.Size = new System.Drawing.Size(130, 52);
this.Button1.TabIndex = 4;
this.Button1.Text = "Registrar";
this.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.Button1.UseVisualStyleBackColor = false;
this.Button1.Click += new System.EventHandler(this.Button1_Click);
//
// Label5
//
this.Label5.BackColor = System.Drawing.Color.White;
this.Label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.Label5.Location = new System.Drawing.Point(32, 243);
this.Label5.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.Label5.Name = "Label5";
this.Label5.Size = new System.Drawing.Size(157, 20);
this.Label5.TabIndex = 62;
this.Label5.Text = "Comisión %";
//
// TextBox4
//
this.TextBox4.Location = new System.Drawing.Point(32, 204);
this.TextBox4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.TextBox4.Name = "TextBox4";
this.TextBox4.Size = new System.Drawing.Size(586, 26);
this.TextBox4.TabIndex = 2;
this.TextBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// 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(32, 181);
this.Label4.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.Label4.Name = "Label4";
this.Label4.Size = new System.Drawing.Size(157, 20);
this.Label4.TabIndex = 58;
this.Label4.Text = "Dirección";
//
// TextBox3
//
this.TextBox3.Location = new System.Drawing.Point(335, 140);
this.TextBox3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.TextBox3.Name = "TextBox3";
this.TextBox3.Size = new System.Drawing.Size(283, 26);
this.TextBox3.TabIndex = 57;
this.TextBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// 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(334, 116);
this.Label3.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.Label3.Name = "Label3";
this.Label3.Size = new System.Drawing.Size(284, 20);
this.Label3.TabIndex = 56;
this.Label3.Text = "Teléfono";
//
// TextBox2
//
this.TextBox2.Location = new System.Drawing.Point(32, 140);
this.TextBox2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.TextBox2.Name = "TextBox2";
this.TextBox2.Size = new System.Drawing.Size(283, 26);
this.TextBox2.TabIndex = 1;
this.TextBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// 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(32, 116);
this.Label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.Label2.Name = "Label2";
this.Label2.Size = new System.Drawing.Size(280, 20);
this.Label2.TabIndex = 53;
this.Label2.Text = "Documento N°";
//
// TextBox1
//
this.TextBox1.Location = new System.Drawing.Point(32, 76);
this.TextBox1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.TextBox1.Name = "TextBox1";
this.TextBox1.Size = new System.Drawing.Size(586, 26);
this.TextBox1.TabIndex = 0;
this.TextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TextBox1.TextChanged += new System.EventHandler(this.TextBox1_TextChanged);
//
// 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(32, 52);
this.Label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.Label1.Name = "Label1";
this.Label1.Size = new System.Drawing.Size(247, 20);
this.Label1.TabIndex = 51;
this.Label1.Text = "Nombre y Apellido";
//
// Comi
//
this.Comi.Location = new System.Drawing.Point(35, 265);
this.Comi.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Comi.Name = "Comi";
this.Comi.Size = new System.Drawing.Size(283, 26);
this.Comi.TabIndex = 3;
this.Comi.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.Comi.TextChanged += new System.EventHandler(this.Comi_TextChanged);
//
// button6
//
this.button6.Location = new System.Drawing.Point(419, 312);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(199, 26);
this.button6.TabIndex = 93;
this.button6.Text = "Reporte de Ventas";
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.button6_Click);
//
// label8
//
this.label8.AutoSize = true;
this.label8.BackColor = System.Drawing.Color.White;
this.label8.Location = new System.Drawing.Point(215, 316);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(49, 18);
this.label8.TabIndex = 92;
this.label8.Text = "Hasta";
this.label8.Click += new System.EventHandler(this.label8_Click);
//
// label9
//
this.label9.AutoSize = true;
this.label9.BackColor = System.Drawing.Color.White;
this.label9.Location = new System.Drawing.Point(33, 316);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(55, 18);
this.label9.TabIndex = 91;
this.label9.Text = "Desde";
//
// Fhasta
//
this.Fhasta.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Fhasta.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.Fhasta.Location = new System.Drawing.Point(270, 312);
this.Fhasta.Name = "Fhasta";
this.Fhasta.Size = new System.Drawing.Size(115, 26);
this.Fhasta.TabIndex = 90;
this.Fhasta.ValueChanged += new System.EventHandler(this.Fhasta_ValueChanged);
//
// Fdesde
//
this.Fdesde.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Fdesde.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.Fdesde.Location = new System.Drawing.Point(94, 312);
this.Fdesde.Name = "Fdesde";
this.Fdesde.Size = new System.Drawing.Size(115, 26);
this.Fdesde.TabIndex = 89;
//
// Saldo
//
this.Saldo.BackColor = System.Drawing.Color.White;
this.Saldo.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Saldo.ForeColor = System.Drawing.Color.Black;
this.Saldo.Location = new System.Drawing.Point(331, 180);
this.Saldo.Name = "Saldo";
this.Saldo.Size = new System.Drawing.Size(285, 18);
this.Saldo.TabIndex = 94;
this.Saldo.Text = "_";
this.Saldo.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.White;
this.panel1.Controls.Add(this.Btn_Cerrar);
this.panel1.Controls.Add(this.Lb_Titulo);
this.panel1.Controls.Add(this.DataG1);
this.panel1.Controls.Add(this.RadioButton1);
this.panel1.Controls.Add(this.button6);
this.panel1.Controls.Add(this.Saldo);
this.panel1.Controls.Add(this.label8);
this.panel1.Controls.Add(this.Comi);
this.panel1.Controls.Add(this.label9);
this.panel1.Controls.Add(this.Label1);
this.panel1.Controls.Add(this.Fhasta);
this.panel1.Controls.Add(this.TextBox1);
this.panel1.Controls.Add(this.Fdesde);
this.panel1.Controls.Add(this.Label2);
this.panel1.Controls.Add(this.button4);
this.panel1.Controls.Add(this.TextBox2);
this.panel1.Controls.Add(this.Label3);
this.panel1.Controls.Add(this.No_Buscar);
this.panel1.Controls.Add(this.TextBox3);
this.panel1.Controls.Add(this.ID_LABEL);
this.panel1.Controls.Add(this.Label4);
this.panel1.Controls.Add(this.TextBox4);
this.panel1.Controls.Add(this.Label7);
this.panel1.Controls.Add(this.Label5);
this.panel1.Controls.Add(this.TextBox5);
this.panel1.Controls.Add(this.Button1);
this.panel1.Controls.Add(this.RadioButton2);
this.panel1.Controls.Add(this.Button2);
this.panel1.Controls.Add(this.Button3);
this.panel1.Location = new System.Drawing.Point(12, 12);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(796, 361);
this.panel1.TabIndex = 95;
//
// Btn_Cerrar
//
this.Btn_Cerrar.BackColor = System.Drawing.Color.Gray;
this.Btn_Cerrar.FlatAppearance.BorderSize = 0;
this.Btn_Cerrar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.Btn_Cerrar.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Btn_Cerrar.ForeColor = System.Drawing.Color.Red;
this.Btn_Cerrar.Location = new System.Drawing.Point(768, 3);
this.Btn_Cerrar.Name = "Btn_Cerrar";
this.Btn_Cerrar.Size = new System.Drawing.Size(25, 23);
this.Btn_Cerrar.TabIndex = 184;
this.Btn_Cerrar.Text = "X";
this.Btn_Cerrar.TextAlign = System.Drawing.ContentAlignment.TopLeft;
this.Btn_Cerrar.UseVisualStyleBackColor = false;
this.Btn_Cerrar.Click += new System.EventHandler(this.Btn_Cerrar_Click);
//
// Lb_Titulo
//
this.Lb_Titulo.BackColor = System.Drawing.Color.Gray;
this.Lb_Titulo.ForeColor = System.Drawing.Color.White;
this.Lb_Titulo.Location = new System.Drawing.Point(-3, -3);
this.Lb_Titulo.Name = "Lb_Titulo";
this.Lb_Titulo.Size = new System.Drawing.Size(806, 23);
this.Lb_Titulo.TabIndex = 185;
this.Lb_Titulo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// Vendedores
//
this.AcceptButton = this.Button1;
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.button5;
this.ClientSize = new System.Drawing.Size(1210, 845);
this.Controls.Add(this.panel1);
this.Controls.Add(this.button5);
this.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "Vendedores";
this.Text = "Vendedores";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.Vendedores_Load);
this.Resize += new System.EventHandler(this.Vendedores_Resize);
((System.ComponentModel.ISupportInitialize)(this.DataG1)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
internal System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5;
internal System.Windows.Forms.CheckBox No_Buscar;
internal System.Windows.Forms.Label ID_LABEL;
internal System.Windows.Forms.DataGridView DataG1;
private System.Windows.Forms.DataGridViewButtonColumn ID;
private System.Windows.Forms.DataGridViewTextBoxColumn Nombre;
internal System.Windows.Forms.Label Label7;
internal System.Windows.Forms.TextBox TextBox5;
internal System.Windows.Forms.RadioButton RadioButton2;
internal System.Windows.Forms.RadioButton RadioButton1;
internal System.Windows.Forms.Button Button3;
internal System.Windows.Forms.Button Button2;
internal System.Windows.Forms.Button Button1;
internal System.Windows.Forms.Label Label5;
internal System.Windows.Forms.TextBox TextBox4;
internal System.Windows.Forms.Label Label4;
internal System.Windows.Forms.TextBox TextBox3;
internal System.Windows.Forms.Label Label3;
internal System.Windows.Forms.TextBox TextBox2;
internal System.Windows.Forms.Label Label2;
internal System.Windows.Forms.TextBox TextBox1;
internal System.Windows.Forms.Label Label1;
internal System.Windows.Forms.TextBox Comi;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.DateTimePicker Fhasta;
private System.Windows.Forms.DateTimePicker Fdesde;
private System.Windows.Forms.Label Saldo;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button Btn_Cerrar;
private System.Windows.Forms.Label Lb_Titulo;
}
}