namespace CKUERA
{
partial class Usuarios
{
///
/// 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(Usuarios));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
this.No_Buscar = new System.Windows.Forms.CheckBox();
this.button5 = new System.Windows.Forms.Button();
this.Label1 = new System.Windows.Forms.Label();
this.TextBox1 = new System.Windows.Forms.TextBox();
this.Label2 = new System.Windows.Forms.Label();
this.TextBox2 = new System.Windows.Forms.TextBox();
this.Label3 = new System.Windows.Forms.Label();
this.TextBox3 = new System.Windows.Forms.TextBox();
this.Label4 = new System.Windows.Forms.Label();
this.TextBox4 = new System.Windows.Forms.TextBox();
this.ComboBox1 = new System.Windows.Forms.ComboBox();
this.Label5 = new System.Windows.Forms.Label();
this.Button1 = new System.Windows.Forms.Button();
this.Button2 = new System.Windows.Forms.Button();
this.Button3 = new System.Windows.Forms.Button();
this.RadioButton1 = new System.Windows.Forms.RadioButton();
this.RadioButton2 = new System.Windows.Forms.RadioButton();
this.TextBox5 = new System.Windows.Forms.TextBox();
this.Label7 = new System.Windows.Forms.Label();
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.button4 = new System.Windows.Forms.Button();
this.Lb_Titulo = new System.Windows.Forms.Label();
this.Btn_Cerrar = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.chec_config = new System.Windows.Forms.CheckBox();
this.chec_verreport = new System.Windows.Forms.CheckBox();
this.chec_regProd = new System.Windows.Forms.CheckBox();
this.CheckBox2 = new System.Windows.Forms.CheckBox();
this.CheckBox1 = new System.Windows.Forms.CheckBox();
this.label6 = new System.Windows.Forms.Label();
this.chec_reg_comp = new System.Windows.Forms.CheckBox();
((System.ComponentModel.ISupportInitialize)(this.DataG1)).BeginInit();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// No_Buscar
//
this.No_Buscar.AutoSize = true;
this.No_Buscar.Location = new System.Drawing.Point(872, 19);
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 = 48;
this.No_Buscar.Text = "No_Buscar";
this.No_Buscar.UseVisualStyleBackColor = true;
this.No_Buscar.Visible = false;
//
// button5
//
this.button5.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.button5.Location = new System.Drawing.Point(782, 414);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(67, 51);
this.button5.TabIndex = 49;
this.button5.Text = "button5";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// 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(28, 47);
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";
//
// TextBox1
//
this.TextBox1.Location = new System.Drawing.Point(28, 71);
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 = 52;
this.TextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TextBox1.TextChanged += new System.EventHandler(this.TextBox1_TextChanged_1);
//
// 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(28, 111);
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°";
//
// TextBox2
//
this.TextBox2.Location = new System.Drawing.Point(28, 135);
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 = 55;
this.TextBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TextBox2.TextChanged += new System.EventHandler(this.TextBox2_TextChanged);
//
// 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(330, 111);
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";
//
// TextBox3
//
this.TextBox3.Location = new System.Drawing.Point(331, 135);
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;
this.TextBox3.TextChanged += new System.EventHandler(this.TextBox3_TextChanged);
//
// 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(28, 176);
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";
//
// TextBox4
//
this.TextBox4.Location = new System.Drawing.Point(28, 199);
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 = 59;
this.TextBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TextBox4.TextChanged += new System.EventHandler(this.TextBox4_TextChanged);
//
// ComboBox1
//
this.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.ComboBox1.FormattingEnabled = true;
this.ComboBox1.Location = new System.Drawing.Point(28, 262);
this.ComboBox1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.ComboBox1.Name = "ComboBox1";
this.ComboBox1.Size = new System.Drawing.Size(283, 26);
this.ComboBox1.TabIndex = 54;
this.ComboBox1.SelectedIndexChanged += new System.EventHandler(this.ComboBox1_SelectedIndexChanged);
//
// 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(28, 238);
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 = "Rango";
//
// 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(636, 63);
this.Button1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Button1.Name = "Button1";
this.Button1.Size = new System.Drawing.Size(127, 52);
this.Button1.TabIndex = 63;
this.Button1.Text = "&Registrar";
this.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.Button1.UseVisualStyleBackColor = false;
this.Button1.Click += new System.EventHandler(this.Button1_Click_1);
//
// 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(636, 179);
this.Button2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Button2.Name = "Button2";
this.Button2.Size = new System.Drawing.Size(127, 52);
this.Button2.TabIndex = 64;
this.Button2.Text = "&Limpiar";
this.Button2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.Button2.UseVisualStyleBackColor = false;
this.Button2.Click += new System.EventHandler(this.Button2_Click_1);
//
// 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(636, 238);
this.Button3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Button3.Name = "Button3";
this.Button3.Size = new System.Drawing.Size(127, 52);
this.Button3.TabIndex = 65;
this.Button3.Text = "&Eliminar";
this.Button3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.Button3.UseVisualStyleBackColor = false;
this.Button3.Click += new System.EventHandler(this.Button3_Click_1);
//
// 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(292, 36);
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 = 66;
this.RadioButton1.TabStop = true;
this.RadioButton1.Text = "&Registrar Nuevo";
this.RadioButton1.UseVisualStyleBackColor = false;
this.RadioButton1.CheckedChanged += new System.EventHandler(this.RadioButton1_CheckedChanged_1);
//
// 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(518, 36);
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 = 67;
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_1);
//
// TextBox5
//
this.TextBox5.Location = new System.Drawing.Point(331, 261);
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 = 69;
this.TextBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// 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(330, 238);
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 = 68;
this.Label7.Text = "Clave";
//
// ID_LABEL
//
this.ID_LABEL.AutoSize = true;
this.ID_LABEL.Location = new System.Drawing.Point(455, 110);
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 = 70;
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(166, 13);
this.DataG1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.DataG1.Name = "DataG1";
this.DataG1.RowHeadersWidth = 51;
this.DataG1.Size = new System.Drawing.Size(109, 195);
this.DataG1.TabIndex = 44;
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.MinimumWidth = 6;
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.MinimumWidth = 6;
this.Nombre.Name = "Nombre";
this.Nombre.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.Nombre.Width = 500;
//
// 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(636, 121);
this.button4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(127, 52);
this.button4.TabIndex = 71;
this.button4.Text = "&Modificar";
this.button4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.button4.UseVisualStyleBackColor = false;
this.button4.Click += new System.EventHandler(this.button4_Click_1);
//
// 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(1, 0);
this.Lb_Titulo.Name = "Lb_Titulo";
this.Lb_Titulo.Size = new System.Drawing.Size(964, 23);
this.Lb_Titulo.TabIndex = 182;
this.Lb_Titulo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// 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(754, 7);
this.Btn_Cerrar.Name = "Btn_Cerrar";
this.Btn_Cerrar.Size = new System.Drawing.Size(25, 23);
this.Btn_Cerrar.TabIndex = 181;
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);
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.White;
this.panel1.Controls.Add(this.panel2);
this.panel1.Controls.Add(this.Btn_Cerrar);
this.panel1.Controls.Add(this.Lb_Titulo);
this.panel1.Controls.Add(this.button4);
this.panel1.Controls.Add(this.DataG1);
this.panel1.Controls.Add(this.ID_LABEL);
this.panel1.Controls.Add(this.Label7);
this.panel1.Controls.Add(this.TextBox5);
this.panel1.Controls.Add(this.RadioButton2);
this.panel1.Controls.Add(this.RadioButton1);
this.panel1.Controls.Add(this.Button3);
this.panel1.Controls.Add(this.Button2);
this.panel1.Controls.Add(this.Button1);
this.panel1.Controls.Add(this.Label5);
this.panel1.Controls.Add(this.ComboBox1);
this.panel1.Controls.Add(this.TextBox4);
this.panel1.Controls.Add(this.Label4);
this.panel1.Controls.Add(this.TextBox3);
this.panel1.Controls.Add(this.Label3);
this.panel1.Controls.Add(this.TextBox2);
this.panel1.Controls.Add(this.Label2);
this.panel1.Controls.Add(this.TextBox1);
this.panel1.Controls.Add(this.Label1);
this.panel1.Location = new System.Drawing.Point(0, -1);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(791, 365);
this.panel1.TabIndex = 51;
//
// panel2
//
this.panel2.Controls.Add(this.chec_reg_comp);
this.panel2.Controls.Add(this.chec_config);
this.panel2.Controls.Add(this.chec_verreport);
this.panel2.Controls.Add(this.chec_regProd);
this.panel2.Controls.Add(this.CheckBox2);
this.panel2.Controls.Add(this.CheckBox1);
this.panel2.Controls.Add(this.label6);
this.panel2.Location = new System.Drawing.Point(29, 294);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(737, 68);
this.panel2.TabIndex = 183;
//
// chec_config
//
this.chec_config.AutoSize = true;
this.chec_config.BackColor = System.Drawing.Color.White;
this.chec_config.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.chec_config.Location = new System.Drawing.Point(241, 37);
this.chec_config.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.chec_config.Name = "chec_config";
this.chec_config.Size = new System.Drawing.Size(100, 22);
this.chec_config.TabIndex = 192;
this.chec_config.Text = "Configurar";
this.chec_config.UseVisualStyleBackColor = false;
//
// chec_verreport
//
this.chec_verreport.AutoSize = true;
this.chec_verreport.BackColor = System.Drawing.Color.White;
this.chec_verreport.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.chec_verreport.Location = new System.Drawing.Point(86, 37);
this.chec_verreport.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.chec_verreport.Name = "chec_verreport";
this.chec_verreport.Size = new System.Drawing.Size(119, 22);
this.chec_verreport.TabIndex = 191;
this.chec_verreport.Text = "Ver Reportes";
this.chec_verreport.UseVisualStyleBackColor = false;
//
// chec_regProd
//
this.chec_regProd.AutoSize = true;
this.chec_regProd.BackColor = System.Drawing.Color.White;
this.chec_regProd.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.chec_regProd.Location = new System.Drawing.Point(459, 10);
this.chec_regProd.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.chec_regProd.Name = "chec_regProd";
this.chec_regProd.Size = new System.Drawing.Size(234, 22);
this.chec_regProd.TabIndex = 190;
this.chec_regProd.Text = "Registra y modifica productos";
this.chec_regProd.UseVisualStyleBackColor = false;
//
// CheckBox2
//
this.CheckBox2.AutoSize = true;
this.CheckBox2.BackColor = System.Drawing.Color.White;
this.CheckBox2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.CheckBox2.Location = new System.Drawing.Point(241, 9);
this.CheckBox2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.CheckBox2.Name = "CheckBox2";
this.CheckBox2.Size = new System.Drawing.Size(210, 22);
this.CheckBox2.TabIndex = 188;
this.CheckBox2.Text = "Modifica precios al vender";
this.CheckBox2.UseVisualStyleBackColor = false;
//
// CheckBox1
//
this.CheckBox1.AutoSize = true;
this.CheckBox1.BackColor = System.Drawing.Color.White;
this.CheckBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.CheckBox1.Location = new System.Drawing.Point(86, 9);
this.CheckBox1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.CheckBox1.Name = "CheckBox1";
this.CheckBox1.Size = new System.Drawing.Size(147, 22);
this.CheckBox1.TabIndex = 187;
this.CheckBox1.Text = "Vende por precio";
this.CheckBox1.UseVisualStyleBackColor = false;
//
// label6
//
this.label6.BackColor = System.Drawing.Color.White;
this.label6.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.label6.Location = new System.Drawing.Point(-2, 9);
this.label6.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(157, 20);
this.label6.TabIndex = 189;
this.label6.Text = "Permisos:";
//
// chec_reg_comp
//
this.chec_reg_comp.AutoSize = true;
this.chec_reg_comp.BackColor = System.Drawing.Color.White;
this.chec_reg_comp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.chec_reg_comp.Location = new System.Drawing.Point(459, 37);
this.chec_reg_comp.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.chec_reg_comp.Name = "chec_reg_comp";
this.chec_reg_comp.Size = new System.Drawing.Size(227, 22);
this.chec_reg_comp.TabIndex = 193;
this.chec_reg_comp.Text = "Acceder a Reg. de Compras";
this.chec_reg_comp.UseVisualStyleBackColor = false;
//
// Usuarios
//
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(977, 477);
this.Controls.Add(this.panel1);
this.Controls.Add(this.button5);
this.Controls.Add(this.No_Buscar);
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 = "Usuarios";
this.Text = "Usuarios";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Activated += new System.EventHandler(this.Usuarios_Activated);
this.Load += new System.EventHandler(this.Usuarios_Load);
this.Resize += new System.EventHandler(this.Usuarios_Resize);
((System.ComponentModel.ISupportInitialize)(this.DataG1)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
internal System.Windows.Forms.CheckBox No_Buscar;
private System.Windows.Forms.Button button5;
internal System.Windows.Forms.Label Label1;
internal System.Windows.Forms.TextBox TextBox1;
internal System.Windows.Forms.Label Label2;
internal System.Windows.Forms.TextBox TextBox2;
internal System.Windows.Forms.Label Label3;
internal System.Windows.Forms.TextBox TextBox3;
internal System.Windows.Forms.Label Label4;
internal System.Windows.Forms.TextBox TextBox4;
protected internal System.Windows.Forms.ComboBox ComboBox1;
internal System.Windows.Forms.Label Label5;
internal System.Windows.Forms.Button Button1;
internal System.Windows.Forms.Button Button2;
internal System.Windows.Forms.Button Button3;
internal System.Windows.Forms.RadioButton RadioButton1;
internal System.Windows.Forms.RadioButton RadioButton2;
internal System.Windows.Forms.TextBox TextBox5;
internal System.Windows.Forms.Label Label7;
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.Button button4;
private System.Windows.Forms.Label Lb_Titulo;
private System.Windows.Forms.Button Btn_Cerrar;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
internal System.Windows.Forms.CheckBox chec_config;
internal System.Windows.Forms.CheckBox chec_verreport;
internal System.Windows.Forms.CheckBox chec_regProd;
internal System.Windows.Forms.CheckBox CheckBox2;
internal System.Windows.Forms.CheckBox CheckBox1;
internal System.Windows.Forms.Label label6;
internal System.Windows.Forms.CheckBox chec_reg_comp;
}
}