namespace ECV
{
partial class Prod_Lista_Precios
{
///
/// 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(Prod_Lista_Precios));
this.chec_precio1 = new System.Windows.Forms.CheckBox();
this.chec_precio2 = new System.Windows.Forms.CheckBox();
this.chec_precio3 = new System.Windows.Forms.CheckBox();
this.button2 = new System.Windows.Forms.Button();
this.chec_costo = new System.Windows.Forms.CheckBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label1 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// chec_precio1
//
this.chec_precio1.AutoSize = true;
this.chec_precio1.Checked = true;
this.chec_precio1.CheckState = System.Windows.Forms.CheckState.Checked;
this.chec_precio1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.chec_precio1.Location = new System.Drawing.Point(103, 25);
this.chec_precio1.Name = "chec_precio1";
this.chec_precio1.Size = new System.Drawing.Size(79, 24);
this.chec_precio1.TabIndex = 0;
this.chec_precio1.Text = "Precio 1";
this.chec_precio1.UseVisualStyleBackColor = true;
//
// chec_precio2
//
this.chec_precio2.AutoSize = true;
this.chec_precio2.Checked = true;
this.chec_precio2.CheckState = System.Windows.Forms.CheckState.Checked;
this.chec_precio2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
this.chec_precio2.Location = new System.Drawing.Point(214, 25);
this.chec_precio2.Name = "chec_precio2";
this.chec_precio2.Size = new System.Drawing.Size(79, 24);
this.chec_precio2.TabIndex = 1;
this.chec_precio2.Text = "Precio 2";
this.chec_precio2.UseVisualStyleBackColor = true;
//
// chec_precio3
//
this.chec_precio3.AutoSize = true;
this.chec_precio3.Checked = true;
this.chec_precio3.CheckState = System.Windows.Forms.CheckState.Checked;
this.chec_precio3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
this.chec_precio3.Location = new System.Drawing.Point(337, 25);
this.chec_precio3.Name = "chec_precio3";
this.chec_precio3.Size = new System.Drawing.Size(79, 24);
this.chec_precio3.TabIndex = 2;
this.chec_precio3.Text = "Precio 3";
this.chec_precio3.UseVisualStyleBackColor = true;
//
// button2
//
this.button2.AccessibleName = "";
this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(146)))), ((int)(((byte)(230)))));
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(266, 97);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(162, 46);
this.button2.TabIndex = 72;
this.button2.Text = " Reportar";
this.button2.UseVisualStyleBackColor = false;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// chec_costo
//
this.chec_costo.AutoSize = true;
this.chec_costo.Checked = true;
this.chec_costo.CheckState = System.Windows.Forms.CheckState.Checked;
this.chec_costo.ForeColor = System.Drawing.Color.Teal;
this.chec_costo.Location = new System.Drawing.Point(6, 25);
this.chec_costo.Name = "chec_costo";
this.chec_costo.Size = new System.Drawing.Size(64, 24);
this.chec_costo.TabIndex = 73;
this.chec_costo.Text = "Costo";
this.chec_costo.UseVisualStyleBackColor = true;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.chec_precio1);
this.groupBox1.Controls.Add(this.chec_costo);
this.groupBox1.Controls.Add(this.chec_precio2);
this.groupBox1.Controls.Add(this.chec_precio3);
this.groupBox1.Font = new System.Drawing.Font("Arial Narrow", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(422, 60);
this.groupBox1.TabIndex = 74;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Incluir estos datos";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Arial", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.ForeColor = System.Drawing.Color.Red;
this.label1.Location = new System.Drawing.Point(244, 75);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(184, 18);
this.label1.TabIndex = 75;
this.label1.Text = "Aguarde un momento...";
this.label1.Visible = false;
//
// Prod_Lista_Precios
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(449, 162);
this.Controls.Add(this.label1);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.button2);
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 = "Prod_Lista_Precios";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Lista De Precios";
this.Load += new System.EventHandler(this.Prod_Lista_Precios_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.CheckBox chec_precio1;
private System.Windows.Forms.CheckBox chec_precio2;
private System.Windows.Forms.CheckBox chec_precio3;
internal System.Windows.Forms.Button button2;
private System.Windows.Forms.CheckBox chec_costo;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label1;
}
}