namespace ECV
{
partial class Proveedor
{
///
/// 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()
{
this.components = new System.ComponentModel.Container();
this.Com_proveedor = new System.Windows.Forms.ComboBox();
this.Label14 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.Btn_registrar = new System.Windows.Forms.Button();
this.Btn_Modificar = new System.Windows.Forms.Button();
this.Btn_Eliminar = new System.Windows.Forms.Button();
this.Txt_RUC = new System.Windows.Forms.TextBox();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.label_id = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// Com_proveedor
//
this.Com_proveedor.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append;
this.Com_proveedor.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.Com_proveedor.FormattingEnabled = true;
this.Com_proveedor.ItemHeight = 20;
this.Com_proveedor.Location = new System.Drawing.Point(13, 42);
this.Com_proveedor.Name = "Com_proveedor";
this.Com_proveedor.Size = new System.Drawing.Size(571, 28);
this.Com_proveedor.Sorted = true;
this.Com_proveedor.TabIndex = 165;
this.Com_proveedor.SelectedIndexChanged += new System.EventHandler(this.Com_proveedor_SelectedIndexChanged);
//
// Label14
//
this.Label14.BackColor = System.Drawing.Color.Transparent;
this.Label14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.Label14.Location = new System.Drawing.Point(13, 21);
this.Label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.Label14.Name = "Label14";
this.Label14.Size = new System.Drawing.Size(192, 18);
this.Label14.TabIndex = 166;
this.Label14.Text = "Razón Social";
//
// label1
//
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.label1.Location = new System.Drawing.Point(13, 75);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(192, 18);
this.label1.TabIndex = 168;
this.label1.Text = "RUC";
//
// Btn_registrar
//
this.Btn_registrar.BackColor = System.Drawing.Color.LightSteelBlue;
this.Btn_registrar.Location = new System.Drawing.Point(17, 140);
this.Btn_registrar.Name = "Btn_registrar";
this.Btn_registrar.Size = new System.Drawing.Size(126, 28);
this.Btn_registrar.TabIndex = 169;
this.Btn_registrar.Text = "Registrar";
this.Btn_registrar.UseVisualStyleBackColor = false;
this.Btn_registrar.Click += new System.EventHandler(this.Btn_registrar_Click);
//
// Btn_Modificar
//
this.Btn_Modificar.BackColor = System.Drawing.Color.PaleTurquoise;
this.Btn_Modificar.Location = new System.Drawing.Point(241, 140);
this.Btn_Modificar.Name = "Btn_Modificar";
this.Btn_Modificar.Size = new System.Drawing.Size(126, 28);
this.Btn_Modificar.TabIndex = 170;
this.Btn_Modificar.Text = "Modificar";
this.Btn_Modificar.UseVisualStyleBackColor = false;
this.Btn_Modificar.Click += new System.EventHandler(this.Btn_Modificar_Click);
//
// Btn_Eliminar
//
this.Btn_Eliminar.BackColor = System.Drawing.Color.IndianRed;
this.Btn_Eliminar.Location = new System.Drawing.Point(458, 140);
this.Btn_Eliminar.Name = "Btn_Eliminar";
this.Btn_Eliminar.Size = new System.Drawing.Size(126, 28);
this.Btn_Eliminar.TabIndex = 171;
this.Btn_Eliminar.Text = "Eliminar";
this.Btn_Eliminar.UseVisualStyleBackColor = false;
this.Btn_Eliminar.Click += new System.EventHandler(this.Btn_Eliminar_Click);
//
// Txt_RUC
//
this.Txt_RUC.Location = new System.Drawing.Point(13, 96);
this.Txt_RUC.Name = "Txt_RUC";
this.Txt_RUC.Size = new System.Drawing.Size(210, 26);
this.Txt_RUC.TabIndex = 172;
this.Txt_RUC.TextChanged += new System.EventHandler(this.Txt_RUC_TextChanged);
//
// timer1
//
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// label_id
//
this.label_id.AutoSize = true;
this.label_id.ForeColor = System.Drawing.Color.DimGray;
this.label_id.Location = new System.Drawing.Point(13, 1);
this.label_id.Name = "label_id";
this.label_id.Size = new System.Drawing.Size(16, 20);
this.label_id.TabIndex = 173;
this.label_id.Text = "0";
//
// Proveedor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(608, 181);
this.Controls.Add(this.label_id);
this.Controls.Add(this.Txt_RUC);
this.Controls.Add(this.Btn_Eliminar);
this.Controls.Add(this.Btn_Modificar);
this.Controls.Add(this.Btn_registrar);
this.Controls.Add(this.label1);
this.Controls.Add(this.Com_proveedor);
this.Controls.Add(this.Label14);
this.Font = new System.Drawing.Font("Arial Narrow", 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, 5, 4, 5);
this.Name = "Proveedor";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Proveedores";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Proveedor_FormClosed);
this.Load += new System.EventHandler(this.Proveedor_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
internal System.Windows.Forms.Label Label14;
internal System.Windows.Forms.Label label1;
private System.Windows.Forms.Button Btn_registrar;
private System.Windows.Forms.Button Btn_Modificar;
private System.Windows.Forms.Button Btn_Eliminar;
private System.Windows.Forms.Timer timer1;
public System.Windows.Forms.ComboBox Com_proveedor;
public System.Windows.Forms.TextBox Txt_RUC;
public System.Windows.Forms.Label label_id;
}
}