namespace CKUERA { partial class Rep_ventas { /// /// 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(Rep_ventas)); this.Operador_box = new System.Windows.Forms.ComboBox(); this.Button1 = new System.Windows.Forms.Button(); this.Label1 = new System.Windows.Forms.Label(); this.Fecha_desde = new System.Windows.Forms.DateTimePicker(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.Fecha_hasta = new System.Windows.Forms.DateTimePicker(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.chec_rep_cliente = new System.Windows.Forms.CheckBox(); this.Op_Productos = new System.Windows.Forms.RadioButton(); this.Opcion_Ambos_Ing_Egr = new System.Windows.Forms.RadioButton(); this.Opcion_Ing_Egr = new System.Windows.Forms.RadioButton(); this.Opcion_Ambos = new System.Windows.Forms.RadioButton(); this.Opcion_Credito = new System.Windows.Forms.RadioButton(); this.Opcion_Contado = new System.Windows.Forms.RadioButton(); this.mensaje_lab = new System.Windows.Forms.Label(); this.Btn_Libro = new System.Windows.Forms.Button(); this.panel5 = new System.Windows.Forms.Panel(); this.CerrarRegLic = new System.Windows.Forms.Label(); this.label35 = new System.Windows.Forms.Label(); this.button3 = new System.Windows.Forms.Button(); this.Lic = new System.Windows.Forms.TextBox(); this.panel1 = new System.Windows.Forms.Panel(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.label4 = new System.Windows.Forms.Label(); this.NoVenta_ing_egr_ambos = new System.Windows.Forms.RadioButton(); this.NoVenta_Opcion_S_egr = new System.Windows.Forms.RadioButton(); this.NoVenta_Opcion_S_ingr = new System.Windows.Forms.RadioButton(); this.panel2 = new System.Windows.Forms.Panel(); this.Txt_Lote2 = new System.Windows.Forms.TextBox(); this.Txt_Lote1 = new System.Windows.Forms.TextBox(); this.Txt_Codigo = new System.Windows.Forms.TextBox(); this.button6 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.Btn_Cerrar = new System.Windows.Forms.Button(); this.Lb_Titulo = new System.Windows.Forms.Label(); this.button2 = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.panel5.SuspendLayout(); this.panel1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // Operador_box // this.Operador_box.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest; this.Operador_box.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.Operador_box.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Operador_box.FormattingEnabled = true; this.Operador_box.Location = new System.Drawing.Point(599, 54); this.Operador_box.Name = "Operador_box"; this.Operador_box.Size = new System.Drawing.Size(162, 26); this.Operador_box.Sorted = true; this.Operador_box.TabIndex = 55; // // 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(599, 189); this.Button1.Name = "Button1"; this.Button1.Size = new System.Drawing.Size(162, 46); this.Button1.TabIndex = 57; this.Button1.Text = " Reportar"; 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(596, 33); this.Label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.Label1.Name = "Label1"; this.Label1.Size = new System.Drawing.Size(148, 18); this.Label1.TabIndex = 56; this.Label1.Text = "Por operador"; this.Label1.Click += new System.EventHandler(this.Label1_Click); // // Fecha_desde // this.Fecha_desde.Location = new System.Drawing.Point(15, 54); this.Fecha_desde.Name = "Fecha_desde"; this.Fecha_desde.Size = new System.Drawing.Size(286, 26); this.Fecha_desde.TabIndex = 59; this.Fecha_desde.Value = new System.DateTime(2020, 8, 21, 0, 0, 0, 0); // // 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(12, 33); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(196, 18); this.label2.TabIndex = 60; this.label2.Text = "Fecha desde"; // // 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(304, 33); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(157, 18); this.label3.TabIndex = 62; this.label3.Text = "Fecha hasta"; // // Fecha_hasta // this.Fecha_hasta.Location = new System.Drawing.Point(307, 54); this.Fecha_hasta.Name = "Fecha_hasta"; this.Fecha_hasta.Size = new System.Drawing.Size(286, 26); this.Fecha_hasta.TabIndex = 61; this.Fecha_hasta.Value = new System.DateTime(2020, 8, 21, 0, 0, 0, 0); // // groupBox1 // this.groupBox1.BackColor = System.Drawing.Color.White; this.groupBox1.Controls.Add(this.chec_rep_cliente); this.groupBox1.Controls.Add(this.Op_Productos); this.groupBox1.Controls.Add(this.Opcion_Ambos_Ing_Egr); this.groupBox1.Controls.Add(this.Opcion_Ing_Egr); this.groupBox1.Controls.Add(this.Opcion_Ambos); this.groupBox1.Controls.Add(this.Opcion_Credito); this.groupBox1.Controls.Add(this.Opcion_Contado); this.groupBox1.Location = new System.Drawing.Point(15, 93); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(578, 85); this.groupBox1.TabIndex = 71; this.groupBox1.TabStop = false; this.groupBox1.Text = "Ventas"; // // chec_rep_cliente // this.chec_rep_cliente.AutoSize = true; this.chec_rep_cliente.Location = new System.Drawing.Point(396, 21); this.chec_rep_cliente.Name = "chec_rep_cliente"; this.chec_rep_cliente.Size = new System.Drawing.Size(176, 22); this.chec_rep_cliente.TabIndex = 103; this.chec_rep_cliente.Text = "Por Cliente & Producto"; this.chec_rep_cliente.UseVisualStyleBackColor = true; this.chec_rep_cliente.CheckedChanged += new System.EventHandler(this.chec_rep_cliente_CheckedChanged); this.chec_rep_cliente.Click += new System.EventHandler(this.chec_rep_cliente_Click); // // Op_Productos // this.Op_Productos.AutoSize = true; this.Op_Productos.BackColor = System.Drawing.Color.White; this.Op_Productos.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.Op_Productos.Location = new System.Drawing.Point(446, 52); this.Op_Productos.Name = "Op_Productos"; this.Op_Productos.Size = new System.Drawing.Size(126, 22); this.Op_Productos.TabIndex = 102; this.Op_Productos.Text = "Por Productos"; this.Op_Productos.UseVisualStyleBackColor = false; this.Op_Productos.CheckedChanged += new System.EventHandler(this.Op_Productos_CheckedChanged); // // Opcion_Ambos_Ing_Egr // this.Opcion_Ambos_Ing_Egr.AutoSize = true; this.Opcion_Ambos_Ing_Egr.BackColor = System.Drawing.Color.White; this.Opcion_Ambos_Ing_Egr.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.Opcion_Ambos_Ing_Egr.Location = new System.Drawing.Point(223, 53); this.Opcion_Ambos_Ing_Egr.Name = "Opcion_Ambos_Ing_Egr"; this.Opcion_Ambos_Ing_Egr.Size = new System.Drawing.Size(218, 22); this.Opcion_Ambos_Ing_Egr.TabIndex = 77; this.Opcion_Ambos_Ing_Egr.Text = "Cont. && Crédito Incl. Ing-Egr"; this.Opcion_Ambos_Ing_Egr.UseVisualStyleBackColor = false; // // Opcion_Ing_Egr // this.Opcion_Ing_Egr.AutoSize = true; this.Opcion_Ing_Egr.BackColor = System.Drawing.Color.White; this.Opcion_Ing_Egr.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.Opcion_Ing_Egr.Location = new System.Drawing.Point(12, 53); this.Opcion_Ing_Egr.Name = "Opcion_Ing_Egr"; this.Opcion_Ing_Egr.Size = new System.Drawing.Size(202, 22); this.Opcion_Ing_Egr.TabIndex = 76; this.Opcion_Ing_Egr.Text = "Contado, Incluyen Ing-Egr"; this.Opcion_Ing_Egr.UseVisualStyleBackColor = false; // // Opcion_Ambos // this.Opcion_Ambos.AutoSize = true; this.Opcion_Ambos.BackColor = System.Drawing.Color.White; this.Opcion_Ambos.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.Opcion_Ambos.Location = new System.Drawing.Point(223, 21); this.Opcion_Ambos.Name = "Opcion_Ambos"; this.Opcion_Ambos.Size = new System.Drawing.Size(157, 22); this.Opcion_Ambos.TabIndex = 75; this.Opcion_Ambos.Text = "Contado && Crédito"; this.Opcion_Ambos.UseVisualStyleBackColor = false; // // Opcion_Credito // this.Opcion_Credito.AutoSize = true; this.Opcion_Credito.BackColor = System.Drawing.Color.White; this.Opcion_Credito.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.Opcion_Credito.Location = new System.Drawing.Point(122, 21); this.Opcion_Credito.Name = "Opcion_Credito"; this.Opcion_Credito.Size = new System.Drawing.Size(78, 22); this.Opcion_Credito.TabIndex = 74; this.Opcion_Credito.Text = "Crédito"; this.Opcion_Credito.UseVisualStyleBackColor = false; // // Opcion_Contado // this.Opcion_Contado.AutoSize = true; this.Opcion_Contado.BackColor = System.Drawing.Color.White; this.Opcion_Contado.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.Opcion_Contado.Location = new System.Drawing.Point(12, 21); this.Opcion_Contado.Name = "Opcion_Contado"; this.Opcion_Contado.Size = new System.Drawing.Size(86, 22); this.Opcion_Contado.TabIndex = 73; this.Opcion_Contado.Text = "Contado"; this.Opcion_Contado.UseVisualStyleBackColor = false; // // mensaje_lab // this.mensaje_lab.BackColor = System.Drawing.Color.White; this.mensaje_lab.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.mensaje_lab.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.mensaje_lab.Location = new System.Drawing.Point(12, 83); this.mensaje_lab.Name = "mensaje_lab"; this.mensaje_lab.Size = new System.Drawing.Size(581, 24); this.mensaje_lab.TabIndex = 100; this.mensaje_lab.Text = "Espere por favor... Estamos trabajando en su pedido. "; this.mensaje_lab.Visible = false; // // Btn_Libro // this.Btn_Libro.AccessibleName = ""; this.Btn_Libro.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(146)))), ((int)(((byte)(230))))); this.Btn_Libro.FlatAppearance.BorderSize = 0; this.Btn_Libro.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.Btn_Libro.ForeColor = System.Drawing.Color.White; this.Btn_Libro.Image = ((System.Drawing.Image)(resources.GetObject("Btn_Libro.Image"))); this.Btn_Libro.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.Btn_Libro.Location = new System.Drawing.Point(599, 102); this.Btn_Libro.Name = "Btn_Libro"; this.Btn_Libro.Size = new System.Drawing.Size(162, 46); this.Btn_Libro.TabIndex = 101; this.Btn_Libro.Text = " Libro de Ventas"; this.Btn_Libro.UseVisualStyleBackColor = false; this.Btn_Libro.Click += new System.EventHandler(this.Btn_Libro_Click); // // panel5 // this.panel5.Controls.Add(this.CerrarRegLic); this.panel5.Controls.Add(this.label35); this.panel5.Controls.Add(this.button3); this.panel5.Controls.Add(this.Lic); this.panel5.Location = new System.Drawing.Point(865, 279); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(381, 145); this.panel5.TabIndex = 195; // // CerrarRegLic // this.CerrarRegLic.AutoSize = true; this.CerrarRegLic.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.CerrarRegLic.ForeColor = System.Drawing.Color.Yellow; this.CerrarRegLic.Location = new System.Drawing.Point(352, 2); this.CerrarRegLic.Name = "CerrarRegLic"; this.CerrarRegLic.Size = new System.Drawing.Size(18, 18); this.CerrarRegLic.TabIndex = 34; this.CerrarRegLic.Text = "X"; this.CerrarRegLic.Click += new System.EventHandler(this.CerrarRegLic_Click); // // label35 // this.label35.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label35.ForeColor = System.Drawing.Color.Yellow; this.label35.Location = new System.Drawing.Point(18, 10); this.label35.Name = "label35"; this.label35.Size = new System.Drawing.Size(331, 20); this.label35.TabIndex = 33; this.label35.Text = "Copiar - Pegar la licencia y hacer clic en Registrar Licencia"; // // button3 // this.button3.ForeColor = System.Drawing.Color.Black; this.button3.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.button3.Location = new System.Drawing.Point(17, 88); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(340, 31); this.button3.TabIndex = 32; this.button3.Text = "Registrar Licencia"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // Lic // this.Lic.Location = new System.Drawing.Point(17, 30); this.Lic.Multiline = true; this.Lic.Name = "Lic"; this.Lic.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.Lic.Size = new System.Drawing.Size(340, 50); this.Lic.TabIndex = 31; // // panel1 // this.panel1.BackColor = System.Drawing.Color.White; this.panel1.Controls.Add(this.groupBox2); this.panel1.Controls.Add(this.panel2); this.panel1.Controls.Add(this.button4); this.panel1.Controls.Add(this.Btn_Cerrar); this.panel1.Controls.Add(this.Lb_Titulo); this.panel1.Controls.Add(this.Fecha_hasta); this.panel1.Controls.Add(this.Label1); this.panel1.Controls.Add(this.mensaje_lab); this.panel1.Controls.Add(this.Btn_Libro); this.panel1.Controls.Add(this.Button1); this.panel1.Controls.Add(this.Operador_box); this.panel1.Controls.Add(this.groupBox1); this.panel1.Controls.Add(this.Fecha_desde); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.label3); this.panel1.Location = new System.Drawing.Point(7, 246); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(776, 258); this.panel1.TabIndex = 196; // // groupBox2 // this.groupBox2.Controls.Add(this.label4); this.groupBox2.Controls.Add(this.NoVenta_ing_egr_ambos); this.groupBox2.Controls.Add(this.NoVenta_Opcion_S_egr); this.groupBox2.Controls.Add(this.NoVenta_Opcion_S_ingr); this.groupBox2.Location = new System.Drawing.Point(15, 184); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(577, 62); this.groupBox2.TabIndex = 188; this.groupBox2.TabStop = false; this.groupBox2.Text = "Operaciones (que no son a través de ventas)"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(42, 10); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(0, 18); this.label4.TabIndex = 115; // // NoVenta_ing_egr_ambos // this.NoVenta_ing_egr_ambos.AutoSize = true; this.NoVenta_ing_egr_ambos.BackColor = System.Drawing.Color.White; this.NoVenta_ing_egr_ambos.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.NoVenta_ing_egr_ambos.Location = new System.Drawing.Point(275, 31); this.NoVenta_ing_egr_ambos.Name = "NoVenta_ing_egr_ambos"; this.NoVenta_ing_egr_ambos.Size = new System.Drawing.Size(227, 22); this.NoVenta_ing_egr_ambos.TabIndex = 114; this.NoVenta_ing_egr_ambos.TabStop = true; this.NoVenta_ing_egr_ambos.Text = "Ambos (Ingresos && Egresos)"; this.NoVenta_ing_egr_ambos.UseVisualStyleBackColor = false; // // NoVenta_Opcion_S_egr // this.NoVenta_Opcion_S_egr.AutoSize = true; this.NoVenta_Opcion_S_egr.BackColor = System.Drawing.Color.White; this.NoVenta_Opcion_S_egr.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.NoVenta_Opcion_S_egr.Location = new System.Drawing.Point(149, 31); this.NoVenta_Opcion_S_egr.Name = "NoVenta_Opcion_S_egr"; this.NoVenta_Opcion_S_egr.Size = new System.Drawing.Size(85, 22); this.NoVenta_Opcion_S_egr.TabIndex = 113; this.NoVenta_Opcion_S_egr.TabStop = true; this.NoVenta_Opcion_S_egr.Text = "Egresos"; this.NoVenta_Opcion_S_egr.UseVisualStyleBackColor = false; // // NoVenta_Opcion_S_ingr // this.NoVenta_Opcion_S_ingr.AutoSize = true; this.NoVenta_Opcion_S_ingr.BackColor = System.Drawing.Color.White; this.NoVenta_Opcion_S_ingr.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.NoVenta_Opcion_S_ingr.Location = new System.Drawing.Point(12, 31); this.NoVenta_Opcion_S_ingr.Name = "NoVenta_Opcion_S_ingr"; this.NoVenta_Opcion_S_ingr.Size = new System.Drawing.Size(85, 22); this.NoVenta_Opcion_S_ingr.TabIndex = 112; this.NoVenta_Opcion_S_ingr.TabStop = true; this.NoVenta_Opcion_S_ingr.Text = "Ingresos"; this.NoVenta_Opcion_S_ingr.UseVisualStyleBackColor = false; // // panel2 // this.panel2.Controls.Add(this.Txt_Lote2); this.panel2.Controls.Add(this.Txt_Lote1); this.panel2.Controls.Add(this.Txt_Codigo); this.panel2.Controls.Add(this.button6); this.panel2.Controls.Add(this.button5); this.panel2.Location = new System.Drawing.Point(15, 3400); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(746, 201); this.panel2.TabIndex = 187; this.panel2.Visible = false; // // Txt_Lote2 // this.Txt_Lote2.Location = new System.Drawing.Point(424, 18); this.Txt_Lote2.Name = "Txt_Lote2"; this.Txt_Lote2.Size = new System.Drawing.Size(126, 26); this.Txt_Lote2.TabIndex = 4; // // Txt_Lote1 // this.Txt_Lote1.Location = new System.Drawing.Point(292, 18); this.Txt_Lote1.Name = "Txt_Lote1"; this.Txt_Lote1.Size = new System.Drawing.Size(126, 26); this.Txt_Lote1.TabIndex = 3; // // Txt_Codigo // this.Txt_Codigo.Location = new System.Drawing.Point(147, 18); this.Txt_Codigo.Name = "Txt_Codigo"; this.Txt_Codigo.Size = new System.Drawing.Size(126, 26); this.Txt_Codigo.TabIndex = 2; // // button6 // this.button6.Location = new System.Drawing.Point(583, 18); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(146, 27); this.button6.TabIndex = 1; this.button6.Text = "Cancelar"; this.button6.UseVisualStyleBackColor = true; this.button6.Click += new System.EventHandler(this.button6_Click); // // button5 // this.button5.Location = new System.Drawing.Point(583, 167); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(146, 28); this.button5.TabIndex = 0; this.button5.Text = "Reportar"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.button5_Click); // // button4 // this.button4.Location = new System.Drawing.Point(599, 154); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(162, 29); this.button4.TabIndex = 186; this.button4.Text = "button4"; this.button4.UseVisualStyleBackColor = true; this.button4.Visible = false; this.button4.Click += new System.EventHandler(this.button4_Click); // // 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(736, 10); 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, 0); this.Lb_Titulo.Name = "Lb_Titulo"; this.Lb_Titulo.Size = new System.Drawing.Size(776, 23); this.Lb_Titulo.TabIndex = 185; this.Lb_Titulo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // button2 // this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.button2.Location = new System.Drawing.Point(982, 147); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(90, 56); this.button2.TabIndex = 197; this.button2.Text = "button2"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // Rep_ventas // 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(1203, 561); this.Controls.Add(this.panel5); 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.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "Rep_ventas"; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "Reportes"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.Rep_ventas_Load); this.Resize += new System.EventHandler(this.Rep_ventas_Resize); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.panel5.ResumeLayout(false); this.panel5.PerformLayout(); this.panel1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.ResumeLayout(false); } #endregion internal System.Windows.Forms.Button Button1; internal System.Windows.Forms.Label Label1; internal System.Windows.Forms.Label label2; internal System.Windows.Forms.Label label3; public System.Windows.Forms.DateTimePicker Fecha_desde; public System.Windows.Forms.DateTimePicker Fecha_hasta; public System.Windows.Forms.GroupBox groupBox1; public System.Windows.Forms.ComboBox Operador_box; public System.Windows.Forms.RadioButton Opcion_Ambos; public System.Windows.Forms.RadioButton Opcion_Credito; public System.Windows.Forms.RadioButton Opcion_Contado; private System.Windows.Forms.Label mensaje_lab; public System.Windows.Forms.RadioButton Op_Productos; public System.Windows.Forms.RadioButton Opcion_Ambos_Ing_Egr; public System.Windows.Forms.RadioButton Opcion_Ing_Egr; internal System.Windows.Forms.Button Btn_Libro; private System.Windows.Forms.Panel panel5; private System.Windows.Forms.Label CerrarRegLic; private System.Windows.Forms.Label label35; private System.Windows.Forms.Button button3; private System.Windows.Forms.TextBox Lic; 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; private System.Windows.Forms.Button button4; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button6; private System.Windows.Forms.TextBox Txt_Lote2; private System.Windows.Forms.TextBox Txt_Lote1; private System.Windows.Forms.TextBox Txt_Codigo; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Label label4; public System.Windows.Forms.RadioButton NoVenta_ing_egr_ambos; public System.Windows.Forms.RadioButton NoVenta_Opcion_S_egr; public System.Windows.Forms.RadioButton NoVenta_Opcion_S_ingr; private System.Windows.Forms.CheckBox chec_rep_cliente; } }