namespace CKUERA
{
partial class Ingresos
{
///
/// 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();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Ingresos));
this.Auto_num = new System.Windows.Forms.CheckBox();
this.Compr_box = new System.Windows.Forms.TextBox();
this.Label4 = new System.Windows.Forms.Label();
this.Nombre_box = new System.Windows.Forms.ComboBox();
this.Label3 = new System.Windows.Forms.Label();
this.Concepto_box = new System.Windows.Forms.ComboBox();
this.Monto_box = new System.Windows.Forms.TextBox();
this.Button1 = new System.Windows.Forms.Button();
this.Label1 = new System.Windows.Forms.Label();
this.ChecCajaChica = new System.Windows.Forms.RadioButton();
this.ChecContable = new System.Windows.Forms.RadioButton();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.panel1 = new System.Windows.Forms.Panel();
this.Lab_mon4 = new System.Windows.Forms.Label();
this.Monto_box4 = new System.Windows.Forms.TextBox();
this.Lab_mon3 = new System.Windows.Forms.Label();
this.Monto_box3 = new System.Windows.Forms.TextBox();
this.Lab_mon2 = new System.Windows.Forms.Label();
this.Monto_box2 = new System.Windows.Forms.TextBox();
this.Lab_mon1 = new System.Windows.Forms.Label();
this.Btn_Cerrar = new System.Windows.Forms.Button();
this.Lb_Titulo = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// Auto_num
//
this.Auto_num.AutoSize = true;
this.Auto_num.BackColor = System.Drawing.Color.White;
this.Auto_num.Checked = true;
this.Auto_num.CheckState = System.Windows.Forms.CheckState.Checked;
this.Auto_num.Location = new System.Drawing.Point(140, 223);
this.Auto_num.Name = "Auto_num";
this.Auto_num.Size = new System.Drawing.Size(111, 22);
this.Auto_num.TabIndex = 62;
this.Auto_num.Text = "&Autonúmero";
this.Auto_num.UseVisualStyleBackColor = false;
//
// Compr_box
//
this.Compr_box.Location = new System.Drawing.Point(12, 219);
this.Compr_box.Name = "Compr_box";
this.Compr_box.Size = new System.Drawing.Size(122, 26);
this.Compr_box.TabIndex = 8;
this.Compr_box.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// Label4
//
this.Label4.AutoSize = true;
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(8, 200);
this.Label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.Label4.Name = "Label4";
this.Label4.Size = new System.Drawing.Size(104, 18);
this.Label4.TabIndex = 60;
this.Label4.Text = "Comprobante";
//
// Nombre_box
//
this.Nombre_box.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.Nombre_box.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.Nombre_box.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Nombre_box.FormattingEnabled = true;
this.Nombre_box.Location = new System.Drawing.Point(12, 161);
this.Nombre_box.Name = "Nombre_box";
this.Nombre_box.Size = new System.Drawing.Size(546, 26);
this.Nombre_box.Sorted = true;
this.Nombre_box.TabIndex = 5;
//
// 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(8, 142);
this.Label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.Label3.Name = "Label3";
this.Label3.Size = new System.Drawing.Size(490, 18);
this.Label3.TabIndex = 58;
this.Label3.Text = "De parte de (Nombre y Apellido - RUC o CI)";
//
// Concepto_box
//
this.Concepto_box.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.Concepto_box.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.Concepto_box.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Concepto_box.FormattingEnabled = true;
this.Concepto_box.Location = new System.Drawing.Point(12, 106);
this.Concepto_box.Name = "Concepto_box";
this.Concepto_box.Size = new System.Drawing.Size(546, 26);
this.Concepto_box.Sorted = true;
this.Concepto_box.TabIndex = 4;
//
// Monto_box
//
this.Monto_box.Location = new System.Drawing.Point(12, 51);
this.Monto_box.Name = "Monto_box";
this.Monto_box.Size = new System.Drawing.Size(122, 26);
this.Monto_box.TabIndex = 0;
this.Monto_box.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.Monto_box.TextChanged += new System.EventHandler(this.Monto_box_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, 199);
this.Button1.Name = "Button1";
this.Button1.Size = new System.Drawing.Size(125, 46);
this.Button1.TabIndex = 9;
this.Button1.Text = "Registrar";
this.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.Button1.UseVisualStyleBackColor = false;
this.Button1.Click += new System.EventHandler(this.Button1_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(9, 85);
this.Label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.Label1.Name = "Label1";
this.Label1.Size = new System.Drawing.Size(400, 18);
this.Label1.TabIndex = 52;
this.Label1.Text = "En concepto de";
//
// ChecCajaChica
//
this.ChecCajaChica.AutoSize = true;
this.ChecCajaChica.BackColor = System.Drawing.Color.White;
this.ChecCajaChica.Location = new System.Drawing.Point(266, 193);
this.ChecCajaChica.Name = "ChecCajaChica";
this.ChecCajaChica.Size = new System.Drawing.Size(100, 22);
this.ChecCajaChica.TabIndex = 6;
this.ChecCajaChica.TabStop = true;
this.ChecCajaChica.Text = "&Caja chica";
this.toolTip1.SetToolTip(this.ChecCajaChica, "Cuando el registro es sólo para el control de la caja de turno.");
this.ChecCajaChica.UseVisualStyleBackColor = false;
//
// ChecContable
//
this.ChecContable.AutoSize = true;
this.ChecContable.BackColor = System.Drawing.Color.White;
this.ChecContable.Location = new System.Drawing.Point(266, 223);
this.ChecContable.Name = "ChecContable";
this.ChecContable.Size = new System.Drawing.Size(152, 22);
this.ChecContable.TabIndex = 7;
this.ChecContable.TabStop = true;
this.ChecContable.Text = "&Registro Contable";
this.toolTip1.SetToolTip(this.ChecContable, "Cuando el registro es contable y deba aparcer en los reportes de ingreso general." +
"");
this.ChecContable.UseVisualStyleBackColor = false;
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.White;
this.panel1.Controls.Add(this.Lab_mon4);
this.panel1.Controls.Add(this.Monto_box4);
this.panel1.Controls.Add(this.Lab_mon3);
this.panel1.Controls.Add(this.Monto_box3);
this.panel1.Controls.Add(this.Lab_mon2);
this.panel1.Controls.Add(this.Monto_box2);
this.panel1.Controls.Add(this.Lab_mon1);
this.panel1.Controls.Add(this.Btn_Cerrar);
this.panel1.Controls.Add(this.Lb_Titulo);
this.panel1.Controls.Add(this.Label1);
this.panel1.Controls.Add(this.ChecContable);
this.panel1.Controls.Add(this.Button1);
this.panel1.Controls.Add(this.ChecCajaChica);
this.panel1.Controls.Add(this.Monto_box);
this.panel1.Controls.Add(this.Auto_num);
this.panel1.Controls.Add(this.Concepto_box);
this.panel1.Controls.Add(this.Compr_box);
this.panel1.Controls.Add(this.Label3);
this.panel1.Controls.Add(this.Label4);
this.panel1.Controls.Add(this.Nombre_box);
this.panel1.Location = new System.Drawing.Point(12, 12);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(571, 259);
this.panel1.TabIndex = 66;
//
// Lab_mon4
//
this.Lab_mon4.AutoEllipsis = true;
this.Lab_mon4.BackColor = System.Drawing.Color.White;
this.Lab_mon4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.Lab_mon4.Location = new System.Drawing.Point(432, 32);
this.Lab_mon4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.Lab_mon4.Name = "Lab_mon4";
this.Lab_mon4.Size = new System.Drawing.Size(126, 18);
this.Lab_mon4.TabIndex = 197;
this.Lab_mon4.Text = "Monto";
//
// Monto_box4
//
this.Monto_box4.Location = new System.Drawing.Point(436, 51);
this.Monto_box4.Name = "Monto_box4";
this.Monto_box4.Size = new System.Drawing.Size(122, 26);
this.Monto_box4.TabIndex = 3;
this.Monto_box4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.Monto_box4.TextChanged += new System.EventHandler(this.Monto_box4_TextChanged);
//
// Lab_mon3
//
this.Lab_mon3.AutoEllipsis = true;
this.Lab_mon3.BackColor = System.Drawing.Color.White;
this.Lab_mon3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.Lab_mon3.Location = new System.Drawing.Point(292, 32);
this.Lab_mon3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.Lab_mon3.Name = "Lab_mon3";
this.Lab_mon3.Size = new System.Drawing.Size(124, 18);
this.Lab_mon3.TabIndex = 195;
this.Lab_mon3.Text = "Monto";
//
// Monto_box3
//
this.Monto_box3.Location = new System.Drawing.Point(296, 51);
this.Monto_box3.Name = "Monto_box3";
this.Monto_box3.Size = new System.Drawing.Size(122, 26);
this.Monto_box3.TabIndex = 2;
this.Monto_box3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.Monto_box3.TextChanged += new System.EventHandler(this.Monto_box3_TextChanged);
//
// Lab_mon2
//
this.Lab_mon2.AutoEllipsis = true;
this.Lab_mon2.BackColor = System.Drawing.Color.White;
this.Lab_mon2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.Lab_mon2.Location = new System.Drawing.Point(150, 32);
this.Lab_mon2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.Lab_mon2.Name = "Lab_mon2";
this.Lab_mon2.Size = new System.Drawing.Size(125, 18);
this.Lab_mon2.TabIndex = 193;
this.Lab_mon2.Text = "Monto";
//
// Monto_box2
//
this.Monto_box2.Location = new System.Drawing.Point(154, 51);
this.Monto_box2.Name = "Monto_box2";
this.Monto_box2.Size = new System.Drawing.Size(122, 26);
this.Monto_box2.TabIndex = 1;
this.Monto_box2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.Monto_box2.TextChanged += new System.EventHandler(this.Monto_box2_TextChanged);
//
// Lab_mon1
//
this.Lab_mon1.AutoEllipsis = true;
this.Lab_mon1.BackColor = System.Drawing.Color.White;
this.Lab_mon1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.Lab_mon1.Location = new System.Drawing.Point(8, 32);
this.Lab_mon1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.Lab_mon1.Name = "Lab_mon1";
this.Lab_mon1.Size = new System.Drawing.Size(126, 18);
this.Lab_mon1.TabIndex = 191;
this.Lab_mon1.Text = "Monto";
//
// 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(533, 3);
this.Btn_Cerrar.Name = "Btn_Cerrar";
this.Btn_Cerrar.Size = new System.Drawing.Size(25, 23);
this.Btn_Cerrar.TabIndex = 183;
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(-68, -3);
this.Lb_Titulo.Name = "Lb_Titulo";
this.Lb_Titulo.Size = new System.Drawing.Size(674, 23);
this.Lb_Titulo.TabIndex = 184;
this.Lb_Titulo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// button2
//
this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.button2.Location = new System.Drawing.Point(12, 421);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(76, 40);
this.button2.TabIndex = 67;
this.button2.Text = "button2";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// Ingresos
//
this.AcceptButton = this.Button1;
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.button2;
this.ClientSize = new System.Drawing.Size(847, 588);
this.Controls.Add(this.button2);
this.Controls.Add(this.panel1);
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 = "Ingresos";
this.Text = "Ingresos";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Activated += new System.EventHandler(this.Ingresos_Activated);
this.Load += new System.EventHandler(this.Form2_Load);
this.Resize += new System.EventHandler(this.Ingresos_Resize);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
internal System.Windows.Forms.CheckBox Auto_num;
internal System.Windows.Forms.TextBox Compr_box;
internal System.Windows.Forms.Label Label4;
internal System.Windows.Forms.ComboBox Nombre_box;
internal System.Windows.Forms.Label Label3;
internal System.Windows.Forms.ComboBox Concepto_box;
internal System.Windows.Forms.TextBox Monto_box;
internal System.Windows.Forms.Button Button1;
internal System.Windows.Forms.Label Label1;
private System.Windows.Forms.RadioButton ChecCajaChica;
private System.Windows.Forms.RadioButton ChecContable;
private System.Windows.Forms.ToolTip toolTip1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button Btn_Cerrar;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Label Lb_Titulo;
internal System.Windows.Forms.Label Lab_mon4;
internal System.Windows.Forms.TextBox Monto_box4;
internal System.Windows.Forms.Label Lab_mon3;
internal System.Windows.Forms.TextBox Monto_box3;
internal System.Windows.Forms.Label Lab_mon2;
internal System.Windows.Forms.TextBox Monto_box2;
internal System.Windows.Forms.Label Lab_mon1;
}
}