/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_precios)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.btn_importar = new System.Windows.Forms.Button(); this.btn_exportar = new System.Windows.Forms.Button(); this.btn_CargarProductos = new System.Windows.Forms.Button(); this.dgb_listaPrecios = new System.Windows.Forms.DataGridView(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.cenestado = new System.Windows.Forms.RadioListBox(); this.label7 = new System.Windows.Forms.Label(); this.cboTiendaslist = new System.Windows.Forms.ComboBox(); this.label6 = new System.Windows.Forms.Label(); this.tcamb = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.fechafin = new System.Windows.Forms.DateTimePicker(); this.label3 = new System.Windows.Forms.Label(); this.fechaini = new System.Windows.Forms.DateTimePicker(); this.label16 = new System.Windows.Forms.Label(); this.listaprecid = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.listaprecname = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this._productname = new System.Windows.Forms.TextBox(); this.btn_filtrar = new System.Windows.Forms.Button(); this.Botonera = new System.Windows.Forms.ToolStrip(); this.btn_nuevo = new System.Windows.Forms.ToolStripButton(); this.btn_editar = new System.Windows.Forms.ToolStripButton(); this.btn_cancelar = new System.Windows.Forms.ToolStripButton(); this.btn_grabar = new System.Windows.Forms.ToolStripButton(); this.btn_eliminar = new System.Windows.Forms.ToolStripButton(); this.btn_imprimir = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.btn_primero = new System.Windows.Forms.ToolStripButton(); this.btn_anterior = new System.Windows.Forms.ToolStripButton(); this.btn_siguiente = new System.Windows.Forms.ToolStripButton(); this.btn_ultimo = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.btn_clave = new System.Windows.Forms.ToolStripButton(); this.btn_salir = new System.Windows.Forms.ToolStripButton(); this.xtraUserControl1 = new DevExpress.XtraEditors.XtraUserControl(); this.xtraUserControl2 = new DevExpress.XtraEditors.XtraUserControl(); this.item = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.lineaid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.grupoid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.subgrupoid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.lineaname = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.gruponame = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.subgrupoartic = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.stock = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.costoultimo = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ultcompra = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ultventa = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pventa1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pventa2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgb_listaPrecios)).BeginInit(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.Botonera.SuspendLayout(); this.SuspendLayout(); // // groupBox3 // this.groupBox3.Controls.Add(this.btn_importar); this.groupBox3.Controls.Add(this.btn_exportar); this.groupBox3.Controls.Add(this.btn_CargarProductos); this.groupBox3.Location = new System.Drawing.Point(480, 169); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(401, 59); this.groupBox3.TabIndex = 24; this.groupBox3.TabStop = false; this.groupBox3.Text = "Botones"; // // btn_importar // this.btn_importar.BackColor = System.Drawing.Color.Transparent; this.btn_importar.Cursor = System.Windows.Forms.Cursors.Hand; this.btn_importar.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.btn_importar.Image = global::BapFormulariosNet.Properties.Resources.go_excel3; this.btn_importar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btn_importar.Location = new System.Drawing.Point(148, 16); this.btn_importar.Name = "btn_importar"; this.btn_importar.Size = new System.Drawing.Size(112, 31); this.btn_importar.TabIndex = 21; this.btn_importar.Text = "&Importar Excel"; this.btn_importar.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.btn_importar.UseVisualStyleBackColor = false; this.btn_importar.Click += new System.EventHandler(this.btn_importar_Click); // // btn_exportar // this.btn_exportar.BackColor = System.Drawing.Color.Transparent; this.btn_exportar.Cursor = System.Windows.Forms.Cursors.Hand; this.btn_exportar.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.btn_exportar.Image = global::BapFormulariosNet.Properties.Resources.go_excel3; this.btn_exportar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btn_exportar.Location = new System.Drawing.Point(274, 16); this.btn_exportar.Name = "btn_exportar"; this.btn_exportar.Size = new System.Drawing.Size(112, 31); this.btn_exportar.TabIndex = 23; this.btn_exportar.Text = "&Exportar Excel"; this.btn_exportar.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.btn_exportar.UseVisualStyleBackColor = false; this.btn_exportar.Click += new System.EventHandler(this.btn_exportar_Click); // // btn_CargarProductos // this.btn_CargarProductos.BackColor = System.Drawing.Color.Transparent; this.btn_CargarProductos.Cursor = System.Windows.Forms.Cursors.Hand; this.btn_CargarProductos.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.btn_CargarProductos.Image = global::BapFormulariosNet.Properties.Resources.go_check; this.btn_CargarProductos.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btn_CargarProductos.Location = new System.Drawing.Point(21, 16); this.btn_CargarProductos.Name = "btn_CargarProductos"; this.btn_CargarProductos.Size = new System.Drawing.Size(117, 31); this.btn_CargarProductos.TabIndex = 22; this.btn_CargarProductos.Text = "&Cargar Productos"; this.btn_CargarProductos.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.btn_CargarProductos.UseVisualStyleBackColor = false; this.btn_CargarProductos.Click += new System.EventHandler(this.btn_CargarProductos_Click); // // dgb_listaPrecios // this.dgb_listaPrecios.AllowUserToAddRows = false; this.dgb_listaPrecios.AllowUserToDeleteRows = false; this.dgb_listaPrecios.AllowUserToResizeColumns = false; this.dgb_listaPrecios.AllowUserToResizeRows = false; this.dgb_listaPrecios.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dgb_listaPrecios.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Sunken; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle1.BackColor = System.Drawing.Color.Teal; dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgb_listaPrecios.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dgb_listaPrecios.ColumnHeadersHeight = 20; this.dgb_listaPrecios.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.item, this.lineaid, this.grupoid, this.subgrupoid, this.lineaname, this.gruponame, this.subgrupoartic, this.stock, this.costoultimo, this.ultcompra, this.ultventa, this.pventa1, this.pventa2}); dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.GradientInactiveCaption; dataGridViewCellStyle9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgb_listaPrecios.DefaultCellStyle = dataGridViewCellStyle9; this.dgb_listaPrecios.Location = new System.Drawing.Point(4, 230); this.dgb_listaPrecios.MultiSelect = false; this.dgb_listaPrecios.Name = "dgb_listaPrecios"; dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle10.BackColor = System.Drawing.Color.LightSteelBlue; dataGridViewCellStyle10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgb_listaPrecios.RowHeadersDefaultCellStyle = dataGridViewCellStyle10; this.dgb_listaPrecios.RowHeadersVisible = false; this.dgb_listaPrecios.RowHeadersWidth = 10; dataGridViewCellStyle11.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle11.ForeColor = System.Drawing.Color.Black; dataGridViewCellStyle11.SelectionBackColor = System.Drawing.Color.LightCoral; this.dgb_listaPrecios.RowsDefaultCellStyle = dataGridViewCellStyle11; this.dgb_listaPrecios.RowTemplate.Height = 20; this.dgb_listaPrecios.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect; this.dgb_listaPrecios.Size = new System.Drawing.Size(927, 233); this.dgb_listaPrecios.TabIndex = 19; this.dgb_listaPrecios.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.gridgrupo_CellClick); this.dgb_listaPrecios.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.gridgrupo_CellEnter); this.dgb_listaPrecios.CellLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.gridgrupo_CellLeave); this.dgb_listaPrecios.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgb_listaPrecios_CellValueChanged); this.dgb_listaPrecios.KeyUp += new System.Windows.Forms.KeyEventHandler(this.gridgrupo_KeyUp); // // groupBox1 // this.groupBox1.Controls.Add(this.cenestado); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.cboTiendaslist); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.tcamb); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.fechafin); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.fechaini); this.groupBox1.Controls.Add(this.label16); this.groupBox1.Controls.Add(this.listaprecid); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.listaprecname); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Location = new System.Drawing.Point(156, 63); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(637, 105); this.groupBox1.TabIndex = 8; this.groupBox1.TabStop = false; this.groupBox1.Text = "Datos"; // // cenestado // this.cenestado.BackColor = System.Drawing.Color.Transparent; this.cenestado.BorderStyle = System.Windows.Forms.BorderStyle.None; this.cenestado.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cenestado.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cenestado.FormattingEnabled = true; this.cenestado.ItemHeight = 16; this.cenestado.Location = new System.Drawing.Point(483, 68); this.cenestado.Name = "cenestado"; this.cenestado.Size = new System.Drawing.Size(85, 32); this.cenestado.TabIndex = 62; // // label7 // this.label7.AutoSize = true; this.label7.BackColor = System.Drawing.Color.Transparent; this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.label7.ForeColor = System.Drawing.Color.RoyalBlue; this.label7.Location = new System.Drawing.Point(433, 76); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(43, 13); this.label7.TabIndex = 21; this.label7.Text = "Estado:"; // // cboTiendaslist // this.cboTiendaslist.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboTiendaslist.FormattingEnabled = true; this.cboTiendaslist.Location = new System.Drawing.Point(480, 44); this.cboTiendaslist.Name = "cboTiendaslist"; this.cboTiendaslist.Size = new System.Drawing.Size(146, 21); this.cboTiendaslist.TabIndex = 20; // // label6 // this.label6.AutoSize = true; this.label6.BackColor = System.Drawing.Color.Transparent; this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.label6.ForeColor = System.Drawing.Color.RoyalBlue; this.label6.Location = new System.Drawing.Point(403, 46); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(73, 13); this.label6.TabIndex = 19; this.label6.Text = "Lista Tiendas:"; // // tcamb // this.tcamb.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tcamb.Location = new System.Drawing.Point(480, 21); this.tcamb.MaxLength = 8; this.tcamb.Name = "tcamb"; this.tcamb.Size = new System.Drawing.Size(63, 20); this.tcamb.TabIndex = 18; // // label4 // this.label4.AutoSize = true; this.label4.BackColor = System.Drawing.Color.Transparent; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.label4.ForeColor = System.Drawing.Color.RoyalBlue; this.label4.Location = new System.Drawing.Point(421, 24); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(55, 13); this.label4.TabIndex = 17; this.label4.Text = "T-Cambio:"; // // fechafin // this.fechafin.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.fechafin.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.fechafin.Location = new System.Drawing.Point(234, 70); this.fechafin.Name = "fechafin"; this.fechafin.Size = new System.Drawing.Size(80, 20); this.fechafin.TabIndex = 16; this.fechafin.Value = new System.DateTime(2012, 12, 19, 0, 0, 0, 0); // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.label3.ForeColor = System.Drawing.Color.Black; this.label3.Location = new System.Drawing.Point(204, 72); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(24, 13); this.label3.TabIndex = 15; this.label3.Text = "Fin:"; // // fechaini // this.fechaini.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.fechaini.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.fechaini.Location = new System.Drawing.Point(98, 70); this.fechaini.Name = "fechaini"; this.fechaini.Size = new System.Drawing.Size(80, 20); this.fechaini.TabIndex = 14; this.fechaini.Value = new System.DateTime(2012, 12, 19, 0, 0, 0, 0); // // label16 // this.label16.AutoSize = true; this.label16.BackColor = System.Drawing.Color.Transparent; this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.label16.ForeColor = System.Drawing.Color.RoyalBlue; this.label16.Location = new System.Drawing.Point(54, 72); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(35, 13); this.label16.TabIndex = 13; this.label16.Text = "Inicio:"; // // listaprecid // this.listaprecid.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.listaprecid.Location = new System.Drawing.Point(98, 19); this.listaprecid.MaxLength = 3; this.listaprecid.Name = "listaprecid"; this.listaprecid.Size = new System.Drawing.Size(48, 20); this.listaprecid.TabIndex = 11; this.listaprecid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.listaprecid_KeyDown); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.label1.ForeColor = System.Drawing.Color.RoyalBlue; this.label1.Location = new System.Drawing.Point(11, 45); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(78, 13); this.label1.TabIndex = 10; this.label1.Text = "Denominación:"; // // listaprecname // this.listaprecname.Location = new System.Drawing.Point(98, 43); this.listaprecname.Name = "listaprecname"; this.listaprecname.Size = new System.Drawing.Size(290, 20); this.listaprecname.TabIndex = 12; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.label2.ForeColor = System.Drawing.Color.RoyalBlue; this.label2.Location = new System.Drawing.Point(46, 21); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(43, 13); this.label2.TabIndex = 9; this.label2.Text = "Código:"; // // label11 // this.label11.AutoSize = true; this.label11.BackColor = System.Drawing.Color.Transparent; this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label11.ForeColor = System.Drawing.Color.Black; this.label11.Location = new System.Drawing.Point(369, 34); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(195, 24); this.label11.TabIndex = 5; this.label11.Text = "LISTA DE PRECIOS"; // // groupBox2 // this.groupBox2.Controls.Add(this._productname); this.groupBox2.Controls.Add(this.btn_filtrar); this.groupBox2.Location = new System.Drawing.Point(195, 176); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(230, 49); this.groupBox2.TabIndex = 20; this.groupBox2.TabStop = false; this.groupBox2.Text = "&Filtrar Productos "; // // _productname // this._productname.Location = new System.Drawing.Point(4, 19); this._productname.Name = "_productname"; this._productname.Size = new System.Drawing.Size(187, 20); this._productname.TabIndex = 63; this._productname.KeyDown += new System.Windows.Forms.KeyEventHandler(this._productname_KeyDown); // // btn_filtrar // this.btn_filtrar.Cursor = System.Windows.Forms.Cursors.Hand; this.btn_filtrar.Image = global::BapFormulariosNet.Properties.Resources.filter; this.btn_filtrar.Location = new System.Drawing.Point(196, 13); this.btn_filtrar.Name = "btn_filtrar"; this.btn_filtrar.Size = new System.Drawing.Size(28, 30); this.btn_filtrar.TabIndex = 112; this.btn_filtrar.UseVisualStyleBackColor = true; this.btn_filtrar.Click += new System.EventHandler(this.btn_filtrar_Click); // // Botonera // this.Botonera.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.Botonera.ImageScalingSize = new System.Drawing.Size(22, 22); this.Botonera.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btn_nuevo, this.btn_editar, this.btn_cancelar, this.btn_grabar, this.btn_eliminar, this.btn_imprimir, this.toolStripSeparator1, this.btn_primero, this.btn_anterior, this.btn_siguiente, this.btn_ultimo, this.toolStripSeparator2, this.btn_clave, this.btn_salir}); this.Botonera.Location = new System.Drawing.Point(0, 0); this.Botonera.Name = "Botonera"; this.Botonera.Size = new System.Drawing.Size(936, 29); this.Botonera.TabIndex = 1; this.Botonera.Text = "ToolStrip1"; // // btn_nuevo // this.btn_nuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_nuevo.Image = global::BapFormulariosNet.Properties.Resources.go_new3; this.btn_nuevo.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.btn_nuevo.ImageTransparentColor = System.Drawing.SystemColors.ButtonFace; this.btn_nuevo.Name = "btn_nuevo"; this.btn_nuevo.Size = new System.Drawing.Size(23, 26); this.btn_nuevo.Text = "Nuevo"; this.btn_nuevo.ToolTipText = "Nuevo (Ctrl + N)"; this.btn_nuevo.Click += new System.EventHandler(this.btn_nuevo_Click); // // btn_editar // this.btn_editar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_editar.Image = global::BapFormulariosNet.Properties.Resources.Edit; this.btn_editar.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_editar.Name = "btn_editar"; this.btn_editar.Size = new System.Drawing.Size(26, 26); this.btn_editar.Text = "Editar"; this.btn_editar.Click += new System.EventHandler(this.btn_editar_Click); // // btn_cancelar // this.btn_cancelar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_cancelar.Image = global::BapFormulariosNet.Properties.Resources.go_undo2; this.btn_cancelar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.btn_cancelar.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_cancelar.Name = "btn_cancelar"; this.btn_cancelar.Size = new System.Drawing.Size(24, 26); this.btn_cancelar.Text = "Cancelar"; this.btn_cancelar.Click += new System.EventHandler(this.btn_cancelar_Click); // // btn_grabar // this.btn_grabar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_grabar.Image = ((System.Drawing.Image)(resources.GetObject("btn_grabar.Image"))); this.btn_grabar.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_grabar.Name = "btn_grabar"; this.btn_grabar.Size = new System.Drawing.Size(26, 26); this.btn_grabar.Text = "Grabar"; this.btn_grabar.ToolTipText = "Grabar (Ctrl + G)"; this.btn_grabar.Click += new System.EventHandler(this.btn_grabar_Click); // // btn_eliminar // this.btn_eliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_eliminar.Image = ((System.Drawing.Image)(resources.GetObject("btn_eliminar.Image"))); this.btn_eliminar.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_eliminar.Name = "btn_eliminar"; this.btn_eliminar.Size = new System.Drawing.Size(26, 26); this.btn_eliminar.Text = "Eliminar"; this.btn_eliminar.Click += new System.EventHandler(this.btn_eliminar_Click); // // btn_imprimir // this.btn_imprimir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_imprimir.Image = global::BapFormulariosNet.Properties.Resources.dev_printer; this.btn_imprimir.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_imprimir.Name = "btn_imprimir"; this.btn_imprimir.Size = new System.Drawing.Size(26, 26); this.btn_imprimir.Text = "Imprimir"; this.btn_imprimir.Click += new System.EventHandler(this.btn_imprimir_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 29); // // btn_primero // this.btn_primero.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_primero.Image = global::BapFormulariosNet.Properties.Resources.go_first_g; this.btn_primero.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_primero.Name = "btn_primero"; this.btn_primero.Size = new System.Drawing.Size(26, 26); this.btn_primero.Text = "Primero"; this.btn_primero.Click += new System.EventHandler(this.btn_primero_Click); // // btn_anterior // this.btn_anterior.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_anterior.Image = global::BapFormulariosNet.Properties.Resources.go_previous_g; this.btn_anterior.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_anterior.Name = "btn_anterior"; this.btn_anterior.Size = new System.Drawing.Size(26, 26); this.btn_anterior.Text = "Anterior"; this.btn_anterior.Click += new System.EventHandler(this.btn_anterior_Click); // // btn_siguiente // this.btn_siguiente.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_siguiente.Image = global::BapFormulariosNet.Properties.Resources.go_next_g; this.btn_siguiente.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_siguiente.Name = "btn_siguiente"; this.btn_siguiente.Size = new System.Drawing.Size(26, 26); this.btn_siguiente.Text = "Siguiente"; this.btn_siguiente.Click += new System.EventHandler(this.btn_siguiente_Click); // // btn_ultimo // this.btn_ultimo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_ultimo.Image = global::BapFormulariosNet.Properties.Resources.go_last_g; this.btn_ultimo.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_ultimo.Name = "btn_ultimo"; this.btn_ultimo.Size = new System.Drawing.Size(26, 26); this.btn_ultimo.Text = "Ultimo"; this.btn_ultimo.Click += new System.EventHandler(this.btn_ultimo_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 29); // // btn_clave // this.btn_clave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_clave.Image = global::BapFormulariosNet.Properties.Resources.btn_Lock20; this.btn_clave.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_clave.Name = "btn_clave"; this.btn_clave.Size = new System.Drawing.Size(26, 26); this.btn_clave.Text = "toolStripButton1"; this.btn_clave.ToolTipText = "Clave Administrador"; this.btn_clave.Click += new System.EventHandler(this.btn_clave_Click); // // btn_salir // this.btn_salir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_salir.Image = global::BapFormulariosNet.Properties.Resources.go_out2; this.btn_salir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.btn_salir.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_salir.Name = "btn_salir"; this.btn_salir.Size = new System.Drawing.Size(24, 26); this.btn_salir.Text = "Salir"; this.btn_salir.Click += new System.EventHandler(this.btn_salir_Click); // // xtraUserControl1 // this.xtraUserControl1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.xtraUserControl1.Appearance.BackColor2 = System.Drawing.Color.Teal; this.xtraUserControl1.Appearance.Options.UseBackColor = true; this.xtraUserControl1.Location = new System.Drawing.Point(-6, 32); this.xtraUserControl1.Name = "xtraUserControl1"; this.xtraUserControl1.Size = new System.Drawing.Size(369, 29); this.xtraUserControl1.TabIndex = 106; // // xtraUserControl2 // this.xtraUserControl2.Appearance.BackColor = System.Drawing.Color.Teal; this.xtraUserControl2.Appearance.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.xtraUserControl2.Appearance.Options.UseBackColor = true; this.xtraUserControl2.Location = new System.Drawing.Point(570, 32); this.xtraUserControl2.Name = "xtraUserControl2"; this.xtraUserControl2.Size = new System.Drawing.Size(376, 29); this.xtraUserControl2.TabIndex = 107; // // item // this.item.DataPropertyName = "item"; dataGridViewCellStyle2.Format = "000"; dataGridViewCellStyle2.NullValue = null; this.item.DefaultCellStyle = dataGridViewCellStyle2; this.item.Frozen = true; this.item.HeaderText = "Item"; this.item.Name = "item"; this.item.Width = 50; // // lineaid // this.lineaid.DataPropertyName = "lineaid"; this.lineaid.Frozen = true; this.lineaid.HeaderText = "lineaid"; this.lineaid.Name = "lineaid"; this.lineaid.Visible = false; this.lineaid.Width = 90; // // grupoid // this.grupoid.DataPropertyName = "grupoid"; this.grupoid.Frozen = true; this.grupoid.HeaderText = "grupoid"; this.grupoid.Name = "grupoid"; this.grupoid.Visible = false; this.grupoid.Width = 320; // // subgrupoid // this.subgrupoid.DataPropertyName = "subgrupoid"; this.subgrupoid.Frozen = true; this.subgrupoid.HeaderText = "subgrupoid"; this.subgrupoid.Name = "subgrupoid"; this.subgrupoid.Visible = false; // // lineaname // this.lineaname.DataPropertyName = "lineaname"; this.lineaname.Frozen = true; this.lineaname.HeaderText = "Linea"; this.lineaname.Name = "lineaname"; // // gruponame // this.gruponame.DataPropertyName = "gruponame"; this.gruponame.Frozen = true; this.gruponame.HeaderText = "Marca"; this.gruponame.Name = "gruponame"; // // subgrupoartic // this.subgrupoartic.DataPropertyName = "subgrupoartic"; this.subgrupoartic.Frozen = true; this.subgrupoartic.HeaderText = "Modelo"; this.subgrupoartic.Name = "subgrupoartic"; this.subgrupoartic.Width = 150; // // stock // this.stock.DataPropertyName = "stock"; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle3.Format = "N4"; dataGridViewCellStyle3.NullValue = null; this.stock.DefaultCellStyle = dataGridViewCellStyle3; this.stock.Frozen = true; this.stock.HeaderText = "Stock"; this.stock.Name = "stock"; this.stock.Width = 60; // // costoultimo // this.costoultimo.DataPropertyName = "costoultimo"; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle4.Format = "N4"; dataGridViewCellStyle4.NullValue = null; this.costoultimo.DefaultCellStyle = dataGridViewCellStyle4; this.costoultimo.Frozen = true; this.costoultimo.HeaderText = "Ult-Costo"; this.costoultimo.Name = "costoultimo"; this.costoultimo.Width = 80; // // ultcompra // this.ultcompra.DataPropertyName = "ultcompra"; dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle5.NullValue = null; this.ultcompra.DefaultCellStyle = dataGridViewCellStyle5; this.ultcompra.Frozen = true; this.ultcompra.HeaderText = "Ult-Compra"; this.ultcompra.Name = "ultcompra"; // // ultventa // this.ultventa.DataPropertyName = "ultventa"; dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle6.NullValue = null; this.ultventa.DefaultCellStyle = dataGridViewCellStyle6; this.ultventa.Frozen = true; this.ultventa.HeaderText = "Ult-Venta"; this.ultventa.Name = "ultventa"; // // pventa1 // this.pventa1.DataPropertyName = "pventa1"; dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle7.Format = "N2"; dataGridViewCellStyle7.NullValue = null; this.pventa1.DefaultCellStyle = dataGridViewCellStyle7; this.pventa1.Frozen = true; this.pventa1.HeaderText = "S/-Precio"; this.pventa1.Name = "pventa1"; this.pventa1.Width = 80; // // pventa2 // this.pventa2.DataPropertyName = "pventa2"; dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle8.Format = "N2"; dataGridViewCellStyle8.NullValue = null; this.pventa2.DefaultCellStyle = dataGridViewCellStyle8; this.pventa2.HeaderText = "$-Precio"; this.pventa2.Name = "pventa2"; this.pventa2.Width = 80; // // Frm_precios // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.ClientSize = new System.Drawing.Size(936, 488); this.Controls.Add(this.xtraUserControl2); this.Controls.Add(this.xtraUserControl1); this.Controls.Add(this.label11); this.Controls.Add(this.groupBox3); this.Controls.Add(this.dgb_listaPrecios); this.Controls.Add(this.groupBox1); this.Controls.Add(this.groupBox2); this.Controls.Add(this.Botonera); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.KeyPreview = true; this.MaximizeBox = false; this.Name = "Frm_precios"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "»» Lista de Precios"; this.Load += new System.EventHandler(this.Frm_precios_Load); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_grupo_KeyDown); this.groupBox3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgb_listaPrecios)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.Botonera.ResumeLayout(false); this.Botonera.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_reporte_mov_docsemitido)); this.radioListBox1 = new System.Windows.Forms.RadioListBox(); this.label2 = new System.Windows.Forms.Label(); this.mottrasladointname = new System.Windows.Forms.TextBox(); this.mottrasladointid = new System.Windows.Forms.TextBox(); this.serdoc = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.tipodoc = new System.Windows.Forms.ComboBox(); this.label9 = new System.Windows.Forms.Label(); this.fechdocfin = new System.Windows.Forms.DateTimePicker(); this.fechdocini = new System.Windows.Forms.DateTimePicker(); this.label7 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.ctactename = new System.Windows.Forms.TextBox(); this.ctacte = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.label11 = new System.Windows.Forms.Label(); this.btn_nuevo = new System.Windows.Forms.ToolStripButton(); this.btn_cancelar = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.btn_imprimir = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.btn_salir = new System.Windows.Forms.ToolStripButton(); this.Botonera = new System.Windows.Forms.ToolStrip(); this.btn_excel = new System.Windows.Forms.ToolStripButton(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.labelControl7 = new DevExpress.XtraEditors.LabelControl(); this.localdes = new System.Windows.Forms.ComboBox(); this.cbo_moduloides = new System.Windows.Forms.ComboBox(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.panel1.SuspendLayout(); this.Botonera.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); this.SuspendLayout(); // // radioListBox1 // this.radioListBox1.BackColor = System.Drawing.Color.Transparent; this.radioListBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.radioListBox1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.radioListBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.radioListBox1.FormattingEnabled = true; this.radioListBox1.ItemHeight = 16; this.radioListBox1.Location = new System.Drawing.Point(115, 112); this.radioListBox1.Name = "radioListBox1"; this.radioListBox1.Size = new System.Drawing.Size(144, 32); this.radioListBox1.TabIndex = 9; this.radioListBox1.SelectedIndexChanged += new System.EventHandler(this.radioListBox1_SelectedIndexChanged); // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(1, 119); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(106, 13); this.label2.TabIndex = 78; this.label2.Text = "Modo de Cálculo:"; // // mottrasladointname // this.mottrasladointname.Location = new System.Drawing.Point(167, 67); this.mottrasladointname.MaxLength = 10; this.mottrasladointname.Name = "mottrasladointname"; this.mottrasladointname.Size = new System.Drawing.Size(270, 21); this.mottrasladointname.TabIndex = 9; this.mottrasladointname.Text = "ventas al exterior"; // // mottrasladointid // this.mottrasladointid.Location = new System.Drawing.Point(118, 67); this.mottrasladointid.MaxLength = 4; this.mottrasladointid.Name = "mottrasladointid"; this.mottrasladointid.Size = new System.Drawing.Size(48, 21); this.mottrasladointid.TabIndex = 8; this.mottrasladointid.Text = "ventas al exterior"; this.mottrasladointid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.mottrasladointid_KeyDown); // // serdoc // this.serdoc.Location = new System.Drawing.Point(405, 41); this.serdoc.MaxLength = 4; this.serdoc.Name = "serdoc"; this.serdoc.Size = new System.Drawing.Size(48, 21); this.serdoc.TabIndex = 7; this.serdoc.Text = "ventas al exterior"; this.serdoc.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.serdoc_KeyPress); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(334, 46); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(67, 13); this.label1.TabIndex = 75; this.label1.Text = "Serie Doc:"; // // tipodoc // this.tipodoc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.tipodoc.Location = new System.Drawing.Point(117, 43); this.tipodoc.Name = "tipodoc"; this.tipodoc.Size = new System.Drawing.Size(191, 21); this.tipodoc.TabIndex = 6; // // label9 // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label9.Location = new System.Drawing.Point(46, 46); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(63, 13); this.label9.TabIndex = 73; this.label9.Text = "Tipo Doc:"; // // fechdocfin // this.fechdocfin.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.fechdocfin.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.fechdocfin.Location = new System.Drawing.Point(283, 149); this.fechdocfin.Name = "fechdocfin"; this.fechdocfin.Size = new System.Drawing.Size(80, 20); this.fechdocfin.TabIndex = 13; // // fechdocini // this.fechdocini.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.fechdocini.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.fechdocini.Location = new System.Drawing.Point(115, 148); this.fechdocini.Name = "fechdocini"; this.fechdocini.Size = new System.Drawing.Size(80, 20); this.fechdocini.TabIndex = 12; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label7.Location = new System.Drawing.Point(236, 153); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(44, 13); this.label7.TabIndex = 31; this.label7.Text = "Hasta:"; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.Location = new System.Drawing.Point(60, 150); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(47, 13); this.label5.TabIndex = 29; this.label5.Text = "Desde:"; // // ctactename // this.ctactename.Location = new System.Drawing.Point(167, 89); this.ctactename.MaxLength = 10; this.ctactename.Name = "ctactename"; this.ctactename.Size = new System.Drawing.Size(270, 21); this.ctactename.TabIndex = 11; this.ctactename.Text = "ventas al exterior"; // // ctacte // this.ctacte.Location = new System.Drawing.Point(118, 89); this.ctacte.MaxLength = 4; this.ctacte.Name = "ctacte"; this.ctacte.Size = new System.Drawing.Size(48, 21); this.ctacte.TabIndex = 10; this.ctacte.Text = "ventas al exterior"; this.ctacte.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ctacte_KeyDown); // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label6.Location = new System.Drawing.Point(13, 93); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(96, 13); this.label6.TabIndex = 16; this.label6.Text = "Provee/Cliente:"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(17, 69); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(92, 13); this.label3.TabIndex = 13; this.label3.Text = "Motivo interno:"; // // panel1 // this.panel1.BackColor = System.Drawing.Color.Teal; this.panel1.Controls.Add(this.label11); this.panel1.Location = new System.Drawing.Point(0, 11); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(554, 56); this.panel1.TabIndex = 2; // // label11 // this.label11.BackColor = System.Drawing.Color.Transparent; this.label11.Font = new System.Drawing.Font("Arial Black", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label11.ForeColor = System.Drawing.Color.White; this.label11.Location = new System.Drawing.Point(130, 22); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(305, 23); this.label11.TabIndex = 5; this.label11.Text = "DOCUMENTOS EMITIDOS"; this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // btn_nuevo // this.btn_nuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_nuevo.Image = global::BapFormulariosNet.Properties.Resources.go_new3; this.btn_nuevo.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.btn_nuevo.ImageTransparentColor = System.Drawing.SystemColors.ButtonFace; this.btn_nuevo.Name = "btn_nuevo"; this.btn_nuevo.Size = new System.Drawing.Size(23, 26); this.btn_nuevo.Text = "Nuevo"; this.btn_nuevo.Click += new System.EventHandler(this.btn_nuevo_Click); // // btn_cancelar // this.btn_cancelar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_cancelar.Image = global::BapFormulariosNet.Properties.Resources.go_undo2; this.btn_cancelar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.btn_cancelar.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_cancelar.Name = "btn_cancelar"; this.btn_cancelar.Size = new System.Drawing.Size(24, 26); this.btn_cancelar.Text = "Cancelar"; this.btn_cancelar.Click += new System.EventHandler(this.btn_cancelar_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 29); // // btn_imprimir // this.btn_imprimir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_imprimir.Image = global::BapFormulariosNet.Properties.Resources.dev_printer; this.btn_imprimir.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_imprimir.Name = "btn_imprimir"; this.btn_imprimir.Size = new System.Drawing.Size(26, 26); this.btn_imprimir.Text = "Imprimir"; this.btn_imprimir.Click += new System.EventHandler(this.btn_imprimir_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 29); // // btn_salir // this.btn_salir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_salir.Image = global::BapFormulariosNet.Properties.Resources.go_out2; this.btn_salir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.btn_salir.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_salir.Name = "btn_salir"; this.btn_salir.Size = new System.Drawing.Size(24, 26); this.btn_salir.Text = "Salir"; this.btn_salir.Click += new System.EventHandler(this.btn_salir_Click); // // Botonera // this.Botonera.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.Botonera.ImageScalingSize = new System.Drawing.Size(22, 22); this.Botonera.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btn_nuevo, this.btn_cancelar, this.toolStripSeparator1, this.btn_imprimir, this.btn_excel, this.toolStripSeparator2, this.btn_salir}); this.Botonera.Location = new System.Drawing.Point(0, 0); this.Botonera.Name = "Botonera"; this.Botonera.Size = new System.Drawing.Size(560, 29); this.Botonera.TabIndex = 1; this.Botonera.Text = "ToolStrip1"; // // btn_excel // this.btn_excel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_excel.Image = global::BapFormulariosNet.Properties.Resources.btn_excel20; this.btn_excel.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_excel.Name = "btn_excel"; this.btn_excel.Size = new System.Drawing.Size(26, 26); this.btn_excel.Text = "toolStripButton1"; this.btn_excel.ToolTipText = "Excel"; // // panelControl1 // this.panelControl1.Appearance.BackColor = System.Drawing.Color.Teal; this.panelControl1.Appearance.ForeColor = System.Drawing.Color.White; this.panelControl1.Appearance.Options.UseBackColor = true; this.panelControl1.Appearance.Options.UseForeColor = true; this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.labelControl7); this.panelControl1.Controls.Add(this.localdes); this.panelControl1.Controls.Add(this.cbo_moduloides); this.panelControl1.Controls.Add(this.labelControl2); this.panelControl1.Controls.Add(this.radioListBox1); this.panelControl1.Controls.Add(this.tipodoc); this.panelControl1.Controls.Add(this.label2); this.panelControl1.Controls.Add(this.label3); this.panelControl1.Controls.Add(this.mottrasladointname); this.panelControl1.Controls.Add(this.label6); this.panelControl1.Controls.Add(this.mottrasladointid); this.panelControl1.Controls.Add(this.ctacte); this.panelControl1.Controls.Add(this.serdoc); this.panelControl1.Controls.Add(this.ctactename); this.panelControl1.Controls.Add(this.label1); this.panelControl1.Controls.Add(this.label5); this.panelControl1.Controls.Add(this.label7); this.panelControl1.Controls.Add(this.label9); this.panelControl1.Controls.Add(this.fechdocini); this.panelControl1.Controls.Add(this.fechdocfin); this.panelControl1.Location = new System.Drawing.Point(0, 70); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(554, 177); this.panelControl1.TabIndex = 9; // // labelControl7 // this.labelControl7.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.labelControl7.Location = new System.Drawing.Point(352, 24); this.labelControl7.Name = "labelControl7"; this.labelControl7.Size = new System.Drawing.Size(49, 13); this.labelControl7.TabIndex = 87; this.labelControl7.Text = "» LOCAL:"; // // localdes // this.localdes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.localdes.DropDownWidth = 170; this.localdes.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.localdes.FormattingEnabled = true; this.localdes.Location = new System.Drawing.Point(405, 19); this.localdes.Name = "localdes"; this.localdes.Size = new System.Drawing.Size(144, 21); this.localdes.TabIndex = 86; // // cbo_moduloides // this.cbo_moduloides.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbo_moduloides.DropDownWidth = 250; this.cbo_moduloides.Location = new System.Drawing.Point(117, 20); this.cbo_moduloides.Name = "cbo_moduloides"; this.cbo_moduloides.Size = new System.Drawing.Size(229, 21); this.cbo_moduloides.TabIndex = 85; this.cbo_moduloides.SelectedIndexChanged += new System.EventHandler(this.cbo_moduloides_SelectedIndexChanged); // // labelControl2 // this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.labelControl2.Location = new System.Drawing.Point(40, 25); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(66, 13); this.labelControl2.TabIndex = 84; this.labelControl2.Text = "» ALMACEN:"; // // Frm_reporte_mov_docsemitido // this.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(218)))), ((int)(((byte)(224))))); this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.ClientSize = new System.Drawing.Size(560, 251); this.Controls.Add(this.panelControl1); this.Controls.Add(this.Botonera); this.Controls.Add(this.panel1); this.DoubleBuffered = true; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.KeyPreview = true; this.MaximizeBox = false; this.Name = "Frm_reporte_mov_docsemitido"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Documentos Emitidos"; this.Load += new System.EventHandler(this.Frm_reporte_mov_docsemitido_Load); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_reporte_mov_docsemitido_KeyDown); this.panel1.ResumeLayout(false); this.Botonera.ResumeLayout(false); this.Botonera.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_producto)); this.peso = new System.Windows.Forms.TextBox(); this.label30 = new System.Windows.Forms.Label(); this.moduloiddes = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.unmedpeso = new System.Windows.Forms.TextBox(); this.panel1 = new System.Windows.Forms.Panel(); this.fechadoc = new System.Windows.Forms.DateTimePicker(); this.label11 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.label31 = new System.Windows.Forms.Label(); this.Botonera = new System.Windows.Forms.ToolStrip(); this.btn_nuevo = new System.Windows.Forms.ToolStripButton(); this.btn_editar = new System.Windows.Forms.ToolStripButton(); this.btn_cancelar = new System.Windows.Forms.ToolStripButton(); this.btn_grabar = new System.Windows.Forms.ToolStripButton(); this.btn_eliminar = new System.Windows.Forms.ToolStripButton(); this.btn_imprimir = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.btn_primero = new System.Windows.Forms.ToolStripButton(); this.btn_anterior = new System.Windows.Forms.ToolStripButton(); this.btn_siguiente = new System.Windows.Forms.ToolStripButton(); this.btn_ultimo = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.btn_clave = new System.Windows.Forms.ToolStripButton(); this.btn_log = new System.Windows.Forms.ToolStripButton(); this.btn_salir = new System.Windows.Forms.ToolStripButton(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); this.temporadaid = new System.Windows.Forms.ComboBox(); this.label13 = new System.Windows.Forms.Label(); this.label19 = new System.Windows.Forms.Label(); this.generoid = new System.Windows.Forms.ComboBox(); this.colorname = new System.Windows.Forms.TextBox(); this.label12 = new System.Windows.Forms.Label(); this.colorid = new System.Windows.Forms.TextBox(); this.coleccionid = new System.Windows.Forms.ComboBox(); this.lblnombre = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.titulo = new System.Windows.Forms.TextBox(); this.marcaid = new System.Windows.Forms.TextBox(); this.productname = new System.Windows.Forms.TextBox(); this.marcaname = new System.Windows.Forms.TextBox(); this.label17 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.compo = new System.Windows.Forms.TextBox(); this.btnVer = new System.Windows.Forms.Button(); this.label14 = new System.Windows.Forms.Label(); this.btn_foto = new System.Windows.Forms.Button(); this.productid = new System.Windows.Forms.TextBox(); this.txt_paisname = new System.Windows.Forms.TextBox(); this.productidold = new System.Windows.Forms.TextBox(); this.label15 = new System.Windows.Forms.Label(); this.unmed = new System.Windows.Forms.ComboBox(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.estado = new System.Windows.Forms.RadioListBox(); this.label26 = new System.Windows.Forms.Label(); this.nserie = new System.Windows.Forms.TextBox(); this.label28 = new System.Windows.Forms.Label(); this.label33 = new System.Windows.Forms.Label(); this.label29 = new System.Windows.Forms.Label(); this.go_foto = new System.Windows.Forms.PictureBox(); this.unidenvase = new System.Windows.Forms.TextBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.procedenciaid = new System.Windows.Forms.RadioListBox(); this.unmedenvase = new System.Windows.Forms.ComboBox(); this.btn_pestacion = new System.Windows.Forms.Button(); this.btn_actualizar = new System.Windows.Forms.Button(); this.label32 = new System.Windows.Forms.Label(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.localdes = new System.Windows.Forms.ComboBox(); this.btnfijar = new DevExpress.XtraEditors.SimpleButton(); this.item = new System.Windows.Forms.TextBox(); this.subgruponame = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.subgrupoid = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.lineaid = new System.Windows.Forms.TextBox(); this.lineaname = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.gruponame = new System.Windows.Forms.TextBox(); this.grupoid = new System.Windows.Forms.TextBox(); this.pnl_busqueda = new DevExpress.XtraEditors.GroupControl(); this.labelControl7 = new DevExpress.XtraEditors.LabelControl(); this.cbo_localdes = new System.Windows.Forms.ComboBox(); this.btn_busqueda = new DevExpress.XtraEditors.SimpleButton(); this.txtbusqueda = new System.Windows.Forms.TextBox(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.cbo_moduloides = new System.Windows.Forms.ComboBox(); this.MDI_dgb_productos = new DevExpress.XtraGrid.GridControl(); this.dgb_productos = new DevExpress.XtraGrid.Views.Grid.GridView(); this._productid = new DevExpress.XtraGrid.Columns.GridColumn(); this._moduloid = new DevExpress.XtraGrid.Columns.GridColumn(); this._status = new DevExpress.XtraGrid.Columns.GridColumn(); this._productname = new DevExpress.XtraGrid.Columns.GridColumn(); this._unmed = new DevExpress.XtraGrid.Columns.GridColumn(); this._unmedenvase = new DevExpress.XtraGrid.Columns.GridColumn(); this._unidenvase = new DevExpress.XtraGrid.Columns.GridColumn(); this._colorid = new DevExpress.XtraGrid.Columns.GridColumn(); this._colorname = new DevExpress.XtraGrid.Columns.GridColumn(); this._marcaid = new DevExpress.XtraGrid.Columns.GridColumn(); this._coleccionid = new DevExpress.XtraGrid.Columns.GridColumn(); this._temporadaid = new DevExpress.XtraGrid.Columns.GridColumn(); this._categoriaid = new DevExpress.XtraGrid.Columns.GridColumn(); this._generoid = new DevExpress.XtraGrid.Columns.GridColumn(); this._conce = new DevExpress.XtraGrid.Columns.GridColumn(); this._diluc = new DevExpress.XtraGrid.Columns.GridColumn(); this.gctacte = new DevExpress.XtraGrid.Columns.GridColumn(); this._compo = new DevExpress.XtraGrid.Columns.GridColumn(); this._titulo = new DevExpress.XtraGrid.Columns.GridColumn(); this._foto = new DevExpress.XtraGrid.Columns.GridColumn(); this._productidold = new DevExpress.XtraGrid.Columns.GridColumn(); this._lineaid = new DevExpress.XtraGrid.Columns.GridColumn(); this._grupoid = new DevExpress.XtraGrid.Columns.GridColumn(); this._subgrupoid = new DevExpress.XtraGrid.Columns.GridColumn(); this._item = new DevExpress.XtraGrid.Columns.GridColumn(); this._usuar = new DevExpress.XtraGrid.Columns.GridColumn(); this._gruponame = new DevExpress.XtraGrid.Columns.GridColumn(); this._lineaname = new DevExpress.XtraGrid.Columns.GridColumn(); this._subgruponame = new DevExpress.XtraGrid.Columns.GridColumn(); this._procedenciaid = new DevExpress.XtraGrid.Columns.GridColumn(); this._marcaname = new DevExpress.XtraGrid.Columns.GridColumn(); this._coleccionname = new DevExpress.XtraGrid.Columns.GridColumn(); this._generoname = new DevExpress.XtraGrid.Columns.GridColumn(); this._temporadaname = new DevExpress.XtraGrid.Columns.GridColumn(); this._categorianame = new DevExpress.XtraGrid.Columns.GridColumn(); this.panel1.SuspendLayout(); this.Botonera.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); this.panelControl2.SuspendLayout(); this.groupBox4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.go_foto)).BeginInit(); this.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pnl_busqueda)).BeginInit(); this.pnl_busqueda.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.MDI_dgb_productos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dgb_productos)).BeginInit(); this.SuspendLayout(); // // peso // this.peso.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.peso.Location = new System.Drawing.Point(366, 650); this.peso.Name = "peso"; this.peso.Size = new System.Drawing.Size(124, 20); this.peso.TabIndex = 49; this.peso.Text = "ventas al exterior"; // // label30 // this.label30.AutoSize = true; this.label30.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label30.Location = new System.Drawing.Point(299, 650); this.label30.Name = "label30"; this.label30.Size = new System.Drawing.Size(61, 13); this.label30.TabIndex = 59; this.label30.Text = "Med. Peso:"; // // moduloiddes // this.moduloiddes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.moduloiddes.DropDownWidth = 200; this.moduloiddes.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.moduloiddes.FormattingEnabled = true; this.moduloiddes.Location = new System.Drawing.Point(93, 7); this.moduloiddes.Name = "moduloiddes"; this.moduloiddes.Size = new System.Drawing.Size(167, 21); this.moduloiddes.TabIndex = 31; this.moduloiddes.SelectedIndexChanged += new System.EventHandler(this.moduloiddes_SelectedIndexChanged); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(29, 10); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(59, 13); this.label1.TabIndex = 9; this.label1.Text = "Almacén:"; // // unmedpeso // this.unmedpeso.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.unmedpeso.Location = new System.Drawing.Point(112, 650); this.unmedpeso.Name = "unmedpeso"; this.unmedpeso.Size = new System.Drawing.Size(148, 20); this.unmedpeso.TabIndex = 48; this.unmedpeso.Text = "ventas al exterior"; // // panel1 // this.panel1.BackColor = System.Drawing.Color.Teal; this.panel1.Controls.Add(this.fechadoc); this.panel1.Controls.Add(this.label11); this.panel1.Controls.Add(this.label16); this.panel1.Location = new System.Drawing.Point(0, 12); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1132, 56); this.panel1.TabIndex = 2; // // fechadoc // this.fechadoc.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.fechadoc.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.fechadoc.Location = new System.Drawing.Point(1040, 26); this.fechadoc.Name = "fechadoc"; this.fechadoc.Size = new System.Drawing.Size(80, 20); this.fechadoc.TabIndex = 4; this.fechadoc.Value = new System.DateTime(2012, 12, 19, 0, 0, 0, 0); // // label11 // this.label11.AutoSize = true; this.label11.BackColor = System.Drawing.Color.Transparent; this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label11.ForeColor = System.Drawing.Color.White; this.label11.Location = new System.Drawing.Point(387, 24); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(350, 24); this.label11.TabIndex = 5; this.label11.Text = "MANTENIMIENTO DE PRODUCTOS"; // // label16 // this.label16.AutoSize = true; this.label16.BackColor = System.Drawing.Color.Transparent; this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label16.ForeColor = System.Drawing.Color.White; this.label16.Location = new System.Drawing.Point(994, 30); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(42, 13); this.label16.TabIndex = 3; this.label16.Text = "Fecha"; // // label31 // this.label31.AutoSize = true; this.label31.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label31.Location = new System.Drawing.Point(28, 650); this.label31.Name = "label31"; this.label31.Size = new System.Drawing.Size(62, 13); this.label31.TabIndex = 57; this.label31.Text = "Unid. Peso:"; // // Botonera // this.Botonera.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.Botonera.ImageScalingSize = new System.Drawing.Size(22, 22); this.Botonera.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btn_nuevo, this.btn_editar, this.btn_cancelar, this.btn_grabar, this.btn_eliminar, this.btn_imprimir, this.toolStripSeparator1, this.btn_primero, this.btn_anterior, this.btn_siguiente, this.btn_ultimo, this.toolStripSeparator2, this.btn_clave, this.btn_log, this.btn_salir, this.toolStripButton1}); this.Botonera.Location = new System.Drawing.Point(0, 0); this.Botonera.Name = "Botonera"; this.Botonera.Size = new System.Drawing.Size(1133, 29); this.Botonera.TabIndex = 1; this.Botonera.Text = "ToolStrip1"; // // btn_nuevo // this.btn_nuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_nuevo.Image = global::BapFormulariosNet.Properties.Resources.go_new3; this.btn_nuevo.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.btn_nuevo.ImageTransparentColor = System.Drawing.SystemColors.ButtonFace; this.btn_nuevo.Name = "btn_nuevo"; this.btn_nuevo.Size = new System.Drawing.Size(23, 26); this.btn_nuevo.Text = "Nuevo"; this.btn_nuevo.ToolTipText = "Nuevo (Ctrl + N)"; this.btn_nuevo.Click += new System.EventHandler(this.btn_nuevo_Click); // // btn_editar // this.btn_editar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_editar.Image = global::BapFormulariosNet.Properties.Resources.Edit; this.btn_editar.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_editar.Name = "btn_editar"; this.btn_editar.Size = new System.Drawing.Size(26, 26); this.btn_editar.Text = "Editar"; this.btn_editar.Click += new System.EventHandler(this.btn_editar_Click); // // btn_cancelar // this.btn_cancelar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_cancelar.Image = global::BapFormulariosNet.Properties.Resources.go_undo2; this.btn_cancelar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.btn_cancelar.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_cancelar.Name = "btn_cancelar"; this.btn_cancelar.Size = new System.Drawing.Size(24, 26); this.btn_cancelar.Text = "Cancelar"; this.btn_cancelar.Click += new System.EventHandler(this.btn_cancelar_Click); // // btn_grabar // this.btn_grabar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_grabar.Image = ((System.Drawing.Image)(resources.GetObject("btn_grabar.Image"))); this.btn_grabar.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_grabar.Name = "btn_grabar"; this.btn_grabar.Size = new System.Drawing.Size(26, 26); this.btn_grabar.Text = "Grabar"; this.btn_grabar.ToolTipText = "Grabar (Ctrl + G)"; this.btn_grabar.Click += new System.EventHandler(this.btn_grabar_Click); // // btn_eliminar // this.btn_eliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_eliminar.Image = ((System.Drawing.Image)(resources.GetObject("btn_eliminar.Image"))); this.btn_eliminar.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_eliminar.Name = "btn_eliminar"; this.btn_eliminar.Size = new System.Drawing.Size(26, 26); this.btn_eliminar.Text = "Eliminar"; this.btn_eliminar.Click += new System.EventHandler(this.btn_eliminar_Click); // // btn_imprimir // this.btn_imprimir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_imprimir.Image = global::BapFormulariosNet.Properties.Resources.dev_printer; this.btn_imprimir.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_imprimir.Name = "btn_imprimir"; this.btn_imprimir.Size = new System.Drawing.Size(26, 26); this.btn_imprimir.Text = "Imprimir"; this.btn_imprimir.Click += new System.EventHandler(this.btn_imprimir_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 29); // // btn_primero // this.btn_primero.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_primero.Image = global::BapFormulariosNet.Properties.Resources.go_first_g; this.btn_primero.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_primero.Name = "btn_primero"; this.btn_primero.Size = new System.Drawing.Size(26, 26); this.btn_primero.Text = "Primero"; this.btn_primero.Click += new System.EventHandler(this.btn_primero_Click); // // btn_anterior // this.btn_anterior.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_anterior.Image = global::BapFormulariosNet.Properties.Resources.go_previous_g; this.btn_anterior.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_anterior.Name = "btn_anterior"; this.btn_anterior.Size = new System.Drawing.Size(26, 26); this.btn_anterior.Text = "Anterior"; this.btn_anterior.Click += new System.EventHandler(this.btn_anterior_Click); // // btn_siguiente // this.btn_siguiente.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_siguiente.Image = global::BapFormulariosNet.Properties.Resources.go_next_g; this.btn_siguiente.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_siguiente.Name = "btn_siguiente"; this.btn_siguiente.Size = new System.Drawing.Size(26, 26); this.btn_siguiente.Text = "Siguiente"; this.btn_siguiente.Click += new System.EventHandler(this.btn_siguiente_Click); // // btn_ultimo // this.btn_ultimo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_ultimo.Image = global::BapFormulariosNet.Properties.Resources.go_last_g; this.btn_ultimo.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_ultimo.Name = "btn_ultimo"; this.btn_ultimo.Size = new System.Drawing.Size(26, 26); this.btn_ultimo.Text = "Ultimo"; this.btn_ultimo.Click += new System.EventHandler(this.btn_ultimo_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 29); // // btn_clave // this.btn_clave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_clave.Image = global::BapFormulariosNet.Properties.Resources.btn_Lock20; this.btn_clave.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_clave.Name = "btn_clave"; this.btn_clave.Size = new System.Drawing.Size(26, 26); this.btn_clave.Text = "toolStripButton1"; this.btn_clave.ToolTipText = "Clave Administrador"; this.btn_clave.Click += new System.EventHandler(this.btn_clave_Click); // // btn_log // this.btn_log.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_log.Image = ((System.Drawing.Image)(resources.GetObject("btn_log.Image"))); this.btn_log.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_log.Name = "btn_log"; this.btn_log.Size = new System.Drawing.Size(26, 26); this.btn_log.Text = "Auditoria"; this.btn_log.Click += new System.EventHandler(this.btn_log_Click); // // btn_salir // this.btn_salir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_salir.Image = global::BapFormulariosNet.Properties.Resources.go_out2; this.btn_salir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.btn_salir.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_salir.Name = "btn_salir"; this.btn_salir.Size = new System.Drawing.Size(24, 26); this.btn_salir.Text = "Salir"; this.btn_salir.Click += new System.EventHandler(this.btn_salir_Click); // // toolStripButton1 // this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton1.Image = global::BapFormulariosNet.Properties.Resources.Refresh; this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(26, 26); this.toolStripButton1.Text = "Actualiza Productos"; this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); // // panelControl2 // this.panelControl2.Appearance.BackColor = System.Drawing.Color.Teal; this.panelControl2.Appearance.ForeColor = System.Drawing.Color.White; this.panelControl2.Appearance.Options.UseBackColor = true; this.panelControl2.Appearance.Options.UseForeColor = true; this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl2.Controls.Add(this.temporadaid); this.panelControl2.Controls.Add(this.label13); this.panelControl2.Controls.Add(this.label19); this.panelControl2.Controls.Add(this.generoid); this.panelControl2.Controls.Add(this.colorname); this.panelControl2.Controls.Add(this.label12); this.panelControl2.Controls.Add(this.colorid); this.panelControl2.Controls.Add(this.coleccionid); this.panelControl2.Controls.Add(this.lblnombre); this.panelControl2.Controls.Add(this.label10); this.panelControl2.Controls.Add(this.titulo); this.panelControl2.Controls.Add(this.marcaid); this.panelControl2.Controls.Add(this.productname); this.panelControl2.Controls.Add(this.marcaname); this.panelControl2.Controls.Add(this.label17); this.panelControl2.Controls.Add(this.label9); this.panelControl2.Controls.Add(this.compo); this.panelControl2.Controls.Add(this.btnVer); this.panelControl2.Controls.Add(this.label14); this.panelControl2.Controls.Add(this.btn_foto); this.panelControl2.Controls.Add(this.productid); this.panelControl2.Controls.Add(this.txt_paisname); this.panelControl2.Controls.Add(this.productidold); this.panelControl2.Controls.Add(this.label15); this.panelControl2.Controls.Add(this.unmed); this.panelControl2.Controls.Add(this.groupBox4); this.panelControl2.Controls.Add(this.label26); this.panelControl2.Controls.Add(this.nserie); this.panelControl2.Controls.Add(this.label28); this.panelControl2.Controls.Add(this.label33); this.panelControl2.Controls.Add(this.label29); this.panelControl2.Controls.Add(this.go_foto); this.panelControl2.Controls.Add(this.unidenvase); this.panelControl2.Controls.Add(this.groupBox3); this.panelControl2.Controls.Add(this.unmedenvase); this.panelControl2.Controls.Add(this.btn_pestacion); this.panelControl2.Controls.Add(this.btn_actualizar); this.panelControl2.Controls.Add(this.label32); this.panelControl2.Location = new System.Drawing.Point(505, 194); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(627, 351); this.panelControl2.TabIndex = 65; // // temporadaid // this.temporadaid.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.temporadaid.FormattingEnabled = true; this.temporadaid.Location = new System.Drawing.Point(94, 200); this.temporadaid.Name = "temporadaid"; this.temporadaid.Size = new System.Drawing.Size(270, 21); this.temporadaid.TabIndex = 35; // // label13 // this.label13.AutoSize = true; this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label13.Location = new System.Drawing.Point(14, 205); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(74, 13); this.label13.TabIndex = 33; this.label13.Text = "Temporada:"; // // label19 // this.label19.AutoSize = true; this.label19.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label19.Location = new System.Drawing.Point(48, 117); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(40, 13); this.label19.TabIndex = 19; this.label19.Text = "Color:"; // // generoid // this.generoid.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.generoid.FormattingEnabled = true; this.generoid.Location = new System.Drawing.Point(94, 178); this.generoid.Name = "generoid"; this.generoid.Size = new System.Drawing.Size(270, 21); this.generoid.TabIndex = 34; // // colorname // this.colorname.Location = new System.Drawing.Point(143, 112); this.colorname.Name = "colorname"; this.colorname.Size = new System.Drawing.Size(221, 21); this.colorname.TabIndex = 30; // // label12 // this.label12.AutoSize = true; this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label12.Location = new System.Drawing.Point(36, 181); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(52, 13); this.label12.TabIndex = 31; this.label12.Text = "Género:"; // // colorid // this.colorid.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.colorid.Location = new System.Drawing.Point(95, 113); this.colorid.MaxLength = 3; this.colorid.Name = "colorid"; this.colorid.Size = new System.Drawing.Size(47, 20); this.colorid.TabIndex = 29; this.colorid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.colorid_KeyDown); // // coleccionid // this.coleccionid.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.coleccionid.FormattingEnabled = true; this.coleccionid.Location = new System.Drawing.Point(94, 156); this.coleccionid.Name = "coleccionid"; this.coleccionid.Size = new System.Drawing.Size(270, 21); this.coleccionid.TabIndex = 33; this.coleccionid.SelectedIndexChanged += new System.EventHandler(this.coleccionid_SelectedIndexChanged); // // lblnombre // this.lblnombre.AutoSize = true; this.lblnombre.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblnombre.Location = new System.Drawing.Point(5, 94); this.lblnombre.Name = "lblnombre"; this.lblnombre.Size = new System.Drawing.Size(98, 13); this.lblnombre.TabIndex = 13; this.lblnombre.Text = "Gram/Onz/Med:"; // // label10 // this.label10.AutoSize = true; this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label10.Location = new System.Drawing.Point(21, 160); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(67, 13); this.label10.TabIndex = 29; this.label10.Text = "Colección:"; // // titulo // this.titulo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.titulo.Location = new System.Drawing.Point(107, 89); this.titulo.MaxLength = 100; this.titulo.Name = "titulo"; this.titulo.Size = new System.Drawing.Size(192, 21); this.titulo.TabIndex = 27; // // marcaid // this.marcaid.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.marcaid.Location = new System.Drawing.Point(95, 135); this.marcaid.MaxLength = 2; this.marcaid.Name = "marcaid"; this.marcaid.Size = new System.Drawing.Size(47, 20); this.marcaid.TabIndex = 31; this.marcaid.Text = "ventas al exterior"; this.marcaid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.marcaid_KeyDown); // // productname // this.productname.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.productname.Location = new System.Drawing.Point(95, 27); this.productname.Multiline = true; this.productname.Name = "productname"; this.productname.Size = new System.Drawing.Size(520, 60); this.productname.TabIndex = 25; // // marcaname // this.marcaname.Location = new System.Drawing.Point(143, 134); this.marcaname.Name = "marcaname"; this.marcaname.Size = new System.Drawing.Size(220, 21); this.marcaname.TabIndex = 32; this.marcaname.Text = "ventas al exterior"; // // label17 // this.label17.AutoSize = true; this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label17.Location = new System.Drawing.Point(6, 229); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(82, 13); this.label17.TabIndex = 16; this.label17.Text = "Composición:"; // // label9 // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label9.Location = new System.Drawing.Point(42, 139); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(46, 13); this.label9.TabIndex = 26; this.label9.Text = "Marca:"; // // compo // this.compo.Location = new System.Drawing.Point(94, 223); this.compo.Name = "compo"; this.compo.Size = new System.Drawing.Size(270, 21); this.compo.TabIndex = 28; this.compo.TextChanged += new System.EventHandler(this.compo_TextChanged); this.compo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.compo_KeyDown); // // btnVer // this.btnVer.Cursor = System.Windows.Forms.Cursors.Hand; this.btnVer.Image = global::BapFormulariosNet.Properties.Resources.go_photoview; this.btnVer.Location = new System.Drawing.Point(581, 245); this.btnVer.Name = "btnVer"; this.btnVer.Size = new System.Drawing.Size(37, 30); this.btnVer.TabIndex = 77; this.btnVer.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnVer.UseVisualStyleBackColor = true; // // label14 // this.label14.AutoSize = true; this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label14.Location = new System.Drawing.Point(26, 24); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(62, 13); this.label14.TabIndex = 23; this.label14.Text = "Producto:"; // // btn_foto // this.btn_foto.Cursor = System.Windows.Forms.Cursors.Hand; this.btn_foto.Image = global::BapFormulariosNet.Properties.Resources.camera; this.btn_foto.Location = new System.Drawing.Point(515, 244); this.btn_foto.Name = "btn_foto"; this.btn_foto.Size = new System.Drawing.Size(38, 28); this.btn_foto.TabIndex = 76; this.btn_foto.UseVisualStyleBackColor = true; // // productid // this.productid.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.productid.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.productid.Location = new System.Drawing.Point(95, 5); this.productid.MaxLength = 13; this.productid.Name = "productid"; this.productid.Size = new System.Drawing.Size(105, 20); this.productid.TabIndex = 24; this.productid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.productid_KeyDown); // // txt_paisname // this.txt_paisname.Enabled = false; this.txt_paisname.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txt_paisname.Location = new System.Drawing.Point(374, 258); this.txt_paisname.MaxLength = 50; this.txt_paisname.Name = "txt_paisname"; this.txt_paisname.Size = new System.Drawing.Size(131, 20); this.txt_paisname.TabIndex = 75; // // productidold // this.productidold.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.productidold.Location = new System.Drawing.Point(496, 4); this.productidold.Name = "productidold"; this.productidold.Size = new System.Drawing.Size(119, 20); this.productidold.TabIndex = 26; // // label15 // this.label15.AutoSize = true; this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label15.Location = new System.Drawing.Point(334, 259); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(37, 13); this.label15.TabIndex = 74; this.label15.Text = "País:"; // // unmed // this.unmed.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.unmed.FormattingEnabled = true; this.unmed.Location = new System.Drawing.Point(94, 271); this.unmed.Name = "unmed"; this.unmed.Size = new System.Drawing.Size(148, 21); this.unmed.TabIndex = 44; // // groupBox4 // this.groupBox4.Controls.Add(this.estado); this.groupBox4.Location = new System.Drawing.Point(374, 178); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(131, 75); this.groupBox4.TabIndex = 73; this.groupBox4.TabStop = false; this.groupBox4.Text = "Estado"; // // estado // this.estado.BackColor = System.Drawing.Color.Transparent; this.estado.BorderStyle = System.Windows.Forms.BorderStyle.None; this.estado.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.estado.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.estado.FormattingEnabled = true; this.estado.ItemHeight = 16; this.estado.Location = new System.Drawing.Point(11, 18); this.estado.Name = "estado"; this.estado.Size = new System.Drawing.Size(108, 48); this.estado.TabIndex = 62; // // label26 // this.label26.AutoSize = true; this.label26.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label26.Location = new System.Drawing.Point(16, 275); this.label26.Name = "label26"; this.label26.Size = new System.Drawing.Size(72, 13); this.label26.TabIndex = 50; this.label26.Text = "Se Compra:"; // // nserie // this.nserie.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.nserie.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.nserie.Location = new System.Drawing.Point(94, 247); this.nserie.MaxLength = 50; this.nserie.Name = "nserie"; this.nserie.Size = new System.Drawing.Size(125, 20); this.nserie.TabIndex = 72; this.nserie.KeyDown += new System.Windows.Forms.KeyEventHandler(this.nserie_KeyDown); // // label28 // this.label28.AutoSize = true; this.label28.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label28.Location = new System.Drawing.Point(7, 297); this.label28.Name = "label28"; this.label28.Size = new System.Drawing.Size(81, 13); this.label28.TabIndex = 53; this.label28.Text = "Se Consume:"; // // label33 // this.label33.AutoSize = true; this.label33.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label33.Location = new System.Drawing.Point(48, 251); this.label33.Name = "label33"; this.label33.Size = new System.Drawing.Size(40, 13); this.label33.TabIndex = 71; this.label33.Text = "Serie:"; // // label29 // this.label29.AutoSize = true; this.label29.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label29.Location = new System.Drawing.Point(10, 320); this.label29.Name = "label29"; this.label29.Size = new System.Drawing.Size(78, 13); this.label29.TabIndex = 55; this.label29.Text = "Equivalente:"; // // go_foto // this.go_foto.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(37)))), ((int)(((byte)(37))))); this.go_foto.ErrorImage = global::BapFormulariosNet.Properties.Resources.error; this.go_foto.InitialImage = global::BapFormulariosNet.Properties.Resources.error; this.go_foto.Location = new System.Drawing.Point(515, 110); this.go_foto.Name = "go_foto"; this.go_foto.Size = new System.Drawing.Size(103, 130); this.go_foto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.go_foto.TabIndex = 70; this.go_foto.TabStop = false; // // unidenvase // this.unidenvase.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.unidenvase.Location = new System.Drawing.Point(95, 317); this.unidenvase.Name = "unidenvase"; this.unidenvase.Size = new System.Drawing.Size(74, 20); this.unidenvase.TabIndex = 47; this.unidenvase.Text = "Equivalente"; // // groupBox3 // this.groupBox3.Controls.Add(this.procedenciaid); this.groupBox3.Location = new System.Drawing.Point(374, 110); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(131, 62); this.groupBox3.TabIndex = 65; this.groupBox3.TabStop = false; this.groupBox3.Text = "Procedencia"; // // procedenciaid // this.procedenciaid.BackColor = System.Drawing.Color.Transparent; this.procedenciaid.BorderStyle = System.Windows.Forms.BorderStyle.None; this.procedenciaid.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.procedenciaid.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.procedenciaid.FormattingEnabled = true; this.procedenciaid.ItemHeight = 16; this.procedenciaid.Location = new System.Drawing.Point(11, 19); this.procedenciaid.Name = "procedenciaid"; this.procedenciaid.Size = new System.Drawing.Size(108, 32); this.procedenciaid.TabIndex = 62; // // unmedenvase // this.unmedenvase.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.unmedenvase.FormattingEnabled = true; this.unmedenvase.Location = new System.Drawing.Point(94, 294); this.unmedenvase.Name = "unmedenvase"; this.unmedenvase.Size = new System.Drawing.Size(148, 21); this.unmedenvase.TabIndex = 60; // // btn_pestacion // this.btn_pestacion.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.btn_pestacion.Cursor = System.Windows.Forms.Cursors.Hand; this.btn_pestacion.FlatAppearance.BorderSize = 0; this.btn_pestacion.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_pestacion.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_pestacion.Image = global::BapFormulariosNet.Properties.Resources.go_add; this.btn_pestacion.Location = new System.Drawing.Point(64, 42); this.btn_pestacion.Name = "btn_pestacion"; this.btn_pestacion.RightToLeft = System.Windows.Forms.RightToLeft.No; this.btn_pestacion.Size = new System.Drawing.Size(23, 27); this.btn_pestacion.TabIndex = 64; this.btn_pestacion.UseVisualStyleBackColor = true; this.btn_pestacion.Visible = false; // // btn_actualizar // this.btn_actualizar.Cursor = System.Windows.Forms.Cursors.Hand; this.btn_actualizar.FlatAppearance.BorderSize = 0; this.btn_actualizar.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_actualizar.Image = global::BapFormulariosNet.Properties.Resources.go_update2; this.btn_actualizar.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.btn_actualizar.Location = new System.Drawing.Point(245, 272); this.btn_actualizar.Name = "btn_actualizar"; this.btn_actualizar.Size = new System.Drawing.Size(22, 23); this.btn_actualizar.TabIndex = 61; this.btn_actualizar.UseVisualStyleBackColor = true; // // label32 // this.label32.AutoSize = true; this.label32.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label32.Location = new System.Drawing.Point(401, 8); this.label32.Name = "label32"; this.label32.Size = new System.Drawing.Size(89, 13); this.label32.TabIndex = 63; this.label32.Text = "Cod Asociado:"; // // panelControl1 // this.panelControl1.Appearance.BackColor = System.Drawing.Color.Teal; this.panelControl1.Appearance.ForeColor = System.Drawing.Color.White; this.panelControl1.Appearance.Options.UseBackColor = true; this.panelControl1.Appearance.Options.UseForeColor = true; this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.labelControl3); this.panelControl1.Controls.Add(this.localdes); this.panelControl1.Controls.Add(this.btnfijar); this.panelControl1.Controls.Add(this.item); this.panelControl1.Controls.Add(this.subgruponame); this.panelControl1.Controls.Add(this.label2); this.panelControl1.Controls.Add(this.label4); this.panelControl1.Controls.Add(this.moduloiddes); this.panelControl1.Controls.Add(this.subgrupoid); this.panelControl1.Controls.Add(this.label1); this.panelControl1.Controls.Add(this.label3); this.panelControl1.Controls.Add(this.lineaid); this.panelControl1.Controls.Add(this.lineaname); this.panelControl1.Controls.Add(this.label6); this.panelControl1.Controls.Add(this.gruponame); this.panelControl1.Controls.Add(this.grupoid); this.panelControl1.Location = new System.Drawing.Point(506, 72); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(626, 119); this.panelControl1.TabIndex = 64; // // labelControl3 // this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.labelControl3.Location = new System.Drawing.Point(277, 10); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(49, 13); this.labelControl3.TabIndex = 122; this.labelControl3.Text = "» LOCAL:"; // // localdes // this.localdes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.localdes.DropDownWidth = 170; this.localdes.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.localdes.FormattingEnabled = true; this.localdes.Location = new System.Drawing.Point(328, 7); this.localdes.Name = "localdes"; this.localdes.Size = new System.Drawing.Size(144, 21); this.localdes.TabIndex = 121; // // btnfijar // this.btnfijar.Cursor = System.Windows.Forms.Cursors.Hand; this.btnfijar.Image = ((System.Drawing.Image)(resources.GetObject("btnfijar.Image"))); this.btnfijar.Location = new System.Drawing.Point(478, 7); this.btnfijar.Name = "btnfijar"; this.btnfijar.Size = new System.Drawing.Size(22, 19); this.btnfijar.TabIndex = 33; this.btnfijar.Visible = false; this.btnfijar.Click += new System.EventHandler(this.btnfijar_Click); // // item // this.item.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.item.Location = new System.Drawing.Point(94, 94); this.item.Name = "item"; this.item.Size = new System.Drawing.Size(48, 20); this.item.TabIndex = 19; this.item.Text = "ventas al exterior"; // // subgruponame // this.subgruponame.Location = new System.Drawing.Point(144, 72); this.subgruponame.Name = "subgruponame"; this.subgruponame.Size = new System.Drawing.Size(442, 21); this.subgruponame.TabIndex = 18; this.subgruponame.Text = "ventas al exterior"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.ForeColor = System.Drawing.Color.White; this.label2.Location = new System.Drawing.Point(23, 75); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 13); this.label2.TabIndex = 19; this.label2.Text = "Subgrupo:"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.ForeColor = System.Drawing.Color.White; this.label4.Location = new System.Drawing.Point(53, 96); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(35, 13); this.label4.TabIndex = 25; this.label4.Text = "Item:"; // // subgrupoid // this.subgrupoid.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.subgrupoid.Location = new System.Drawing.Point(94, 72); this.subgrupoid.MaxLength = 3; this.subgrupoid.Name = "subgrupoid"; this.subgrupoid.Size = new System.Drawing.Size(48, 20); this.subgrupoid.TabIndex = 17; this.subgrupoid.Text = "ventas al exterior"; this.subgrupoid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.subgrupoid_KeyDown); // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.ForeColor = System.Drawing.Color.White; this.label3.Location = new System.Drawing.Point(44, 34); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(44, 13); this.label3.TabIndex = 11; this.label3.Text = "Línea:"; // // lineaid // this.lineaid.Location = new System.Drawing.Point(94, 30); this.lineaid.Name = "lineaid"; this.lineaid.Size = new System.Drawing.Size(48, 21); this.lineaid.TabIndex = 12; this.lineaid.Text = "ventas al exterior"; // // lineaname // this.lineaname.Location = new System.Drawing.Point(144, 30); this.lineaname.Name = "lineaname"; this.lineaname.Size = new System.Drawing.Size(259, 21); this.lineaname.TabIndex = 13; this.lineaname.Text = "ventas al exterior"; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label6.ForeColor = System.Drawing.Color.White; this.label6.Location = new System.Drawing.Point(43, 54); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(45, 13); this.label6.TabIndex = 14; this.label6.Text = "Grupo:"; // // gruponame // this.gruponame.Location = new System.Drawing.Point(144, 51); this.gruponame.Name = "gruponame"; this.gruponame.Size = new System.Drawing.Size(328, 21); this.gruponame.TabIndex = 16; this.gruponame.Text = "ventas al exterior"; // // grupoid // this.grupoid.Location = new System.Drawing.Point(94, 51); this.grupoid.Name = "grupoid"; this.grupoid.Size = new System.Drawing.Size(48, 21); this.grupoid.TabIndex = 15; this.grupoid.Text = "ventas al exterior"; // // pnl_busqueda // this.pnl_busqueda.Controls.Add(this.labelControl7); this.pnl_busqueda.Controls.Add(this.cbo_localdes); this.pnl_busqueda.Controls.Add(this.btn_busqueda); this.pnl_busqueda.Controls.Add(this.txtbusqueda); this.pnl_busqueda.Controls.Add(this.labelControl2); this.pnl_busqueda.Controls.Add(this.labelControl1); this.pnl_busqueda.Controls.Add(this.cbo_moduloides); this.pnl_busqueda.Controls.Add(this.MDI_dgb_productos); this.pnl_busqueda.Location = new System.Drawing.Point(3, 69); this.pnl_busqueda.Name = "pnl_busqueda"; this.pnl_busqueda.Size = new System.Drawing.Size(499, 476); this.pnl_busqueda.TabIndex = 63; this.pnl_busqueda.Text = "Productos"; // // labelControl7 // this.labelControl7.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.labelControl7.Location = new System.Drawing.Point(272, 26); this.labelControl7.Name = "labelControl7"; this.labelControl7.Size = new System.Drawing.Size(49, 13); this.labelControl7.TabIndex = 120; this.labelControl7.Text = "» LOCAL:"; // // cbo_localdes // this.cbo_localdes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbo_localdes.DropDownWidth = 170; this.cbo_localdes.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cbo_localdes.FormattingEnabled = true; this.cbo_localdes.Location = new System.Drawing.Point(323, 23); this.cbo_localdes.Name = "cbo_localdes"; this.cbo_localdes.Size = new System.Drawing.Size(144, 21); this.cbo_localdes.TabIndex = 119; // // btn_busqueda // this.btn_busqueda.Cursor = System.Windows.Forms.Cursors.Hand; this.btn_busqueda.Image = ((System.Drawing.Image)(resources.GetObject("btn_busqueda.Image"))); this.btn_busqueda.Location = new System.Drawing.Point(406, 45); this.btn_busqueda.Name = "btn_busqueda"; this.btn_busqueda.Size = new System.Drawing.Size(87, 28); this.btn_busqueda.TabIndex = 118; this.btn_busqueda.Text = "&Buscar"; this.btn_busqueda.Click += new System.EventHandler(this.btn_busqueda_Click); // // txtbusqueda // this.txtbusqueda.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtbusqueda.Location = new System.Drawing.Point(96, 48); this.txtbusqueda.Name = "txtbusqueda"; this.txtbusqueda.Size = new System.Drawing.Size(306, 21); this.txtbusqueda.TabIndex = 117; this.txtbusqueda.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtbusqueda_KeyDown); // // labelControl2 // this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.labelControl2.Location = new System.Drawing.Point(28, 27); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(63, 13); this.labelControl2.TabIndex = 116; this.labelControl2.Text = "» Almacen:"; // // labelControl1 // this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.labelControl1.Location = new System.Drawing.Point(12, 51); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(79, 13); this.labelControl1.TabIndex = 115; this.labelControl1.Text = "» Descripción:"; // // cbo_moduloides // this.cbo_moduloides.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbo_moduloides.DropDownWidth = 200; this.cbo_moduloides.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cbo_moduloides.FormattingEnabled = true; this.cbo_moduloides.Location = new System.Drawing.Point(96, 23); this.cbo_moduloides.Name = "cbo_moduloides"; this.cbo_moduloides.Size = new System.Drawing.Size(167, 21); this.cbo_moduloides.TabIndex = 114; this.cbo_moduloides.SelectedIndexChanged += new System.EventHandler(this.cbo_moduloides_SelectedIndexChanged); // // MDI_dgb_productos // this.MDI_dgb_productos.Location = new System.Drawing.Point(7, 75); this.MDI_dgb_productos.MainView = this.dgb_productos; this.MDI_dgb_productos.Name = "MDI_dgb_productos"; this.MDI_dgb_productos.Size = new System.Drawing.Size(487, 396); this.MDI_dgb_productos.TabIndex = 112; this.MDI_dgb_productos.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.dgb_productos}); this.MDI_dgb_productos.KeyUp += new System.Windows.Forms.KeyEventHandler(this.MDI_dgb_productos_KeyUp); // // dgb_productos // this.dgb_productos.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184))))); this.dgb_productos.Appearance.ColumnFilterButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204))))); this.dgb_productos.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184))))); this.dgb_productos.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.Gray; this.dgb_productos.Appearance.ColumnFilterButton.Options.UseBackColor = true; this.dgb_productos.Appearance.ColumnFilterButton.Options.UseBorderColor = true; this.dgb_productos.Appearance.ColumnFilterButton.Options.UseForeColor = true; this.dgb_productos.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204))))); this.dgb_productos.Appearance.ColumnFilterButtonActive.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(181)))), ((int)(((byte)(223)))), ((int)(((byte)(217))))); this.dgb_productos.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204))))); this.dgb_productos.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Blue; this.dgb_productos.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true; this.dgb_productos.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true; this.dgb_productos.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true; this.dgb_productos.Appearance.Empty.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204))))); this.dgb_productos.Appearance.Empty.Options.UseBackColor = true; this.dgb_productos.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200))))); this.dgb_productos.Appearance.FilterCloseButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(138)))), ((int)(((byte)(131))))); this.dgb_productos.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200))))); this.dgb_productos.Appearance.FilterCloseButton.ForeColor = System.Drawing.Color.Black; this.dgb_productos.Appearance.FilterCloseButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal; this.dgb_productos.Appearance.FilterCloseButton.Options.UseBackColor = true; this.dgb_productos.Appearance.FilterCloseButton.Options.UseBorderColor = true; this.dgb_productos.Appearance.FilterCloseButton.Options.UseForeColor = true; this.dgb_productos.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(48)))), ((int)(((byte)(41))))); this.dgb_productos.Appearance.FilterPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200))))); this.dgb_productos.Appearance.FilterPanel.ForeColor = System.Drawing.Color.White; this.dgb_productos.Appearance.FilterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal; this.dgb_productos.Appearance.FilterPanel.Options.UseBackColor = true; this.dgb_productos.Appearance.FilterPanel.Options.UseForeColor = true; this.dgb_productos.Appearance.FixedLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(2)))), ((int)(((byte)(74)))), ((int)(((byte)(66))))); this.dgb_productos.Appearance.FixedLine.Options.UseBackColor = true; this.dgb_productos.Appearance.FocusedCell.BackColor = System.Drawing.Color.Teal; this.dgb_productos.Appearance.FocusedCell.BackColor2 = System.Drawing.Color.Teal; this.dgb_productos.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Black; this.dgb_productos.Appearance.FocusedCell.Options.UseBackColor = true; this.dgb_productos.Appearance.FocusedCell.Options.UseForeColor = true; this.dgb_productos.Appearance.FocusedRow.BackColor = System.Drawing.Color.Teal; this.dgb_productos.Appearance.FocusedRow.BackColor2 = System.Drawing.Color.Teal; this.dgb_productos.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White; this.dgb_productos.Appearance.FocusedRow.Options.UseBackColor = true; this.dgb_productos.Appearance.FocusedRow.Options.UseForeColor = true; this.dgb_productos.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184))))); this.dgb_productos.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184))))); this.dgb_productos.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Black; this.dgb_productos.Appearance.FooterPanel.Options.UseBackColor = true; this.dgb_productos.Appearance.FooterPanel.Options.UseBorderColor = true; this.dgb_productos.Appearance.FooterPanel.Options.UseForeColor = true; this.dgb_productos.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184))))); this.dgb_productos.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184))))); this.dgb_productos.Appearance.GroupButton.ForeColor = System.Drawing.Color.Black; this.dgb_productos.Appearance.GroupButton.Options.UseBackColor = true; this.dgb_productos.Appearance.GroupButton.Options.UseBorderColor = true; this.dgb_productos.Appearance.GroupButton.Options.UseForeColor = true; this.dgb_productos.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(202)))), ((int)(((byte)(194))))); this.dgb_productos.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(202)))), ((int)(((byte)(194))))); this.dgb_productos.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black; this.dgb_productos.Appearance.GroupFooter.Options.UseBackColor = true; this.dgb_productos.Appearance.GroupFooter.Options.UseBorderColor = true; this.dgb_productos.Appearance.GroupFooter.Options.UseForeColor = true; this.dgb_productos.Appearance.GroupPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(78)))), ((int)(((byte)(71))))); this.dgb_productos.Appearance.GroupPanel.BackColor2 = System.Drawing.Color.White; this.dgb_productos.Appearance.GroupPanel.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold); this.dgb_productos.Appearance.GroupPanel.ForeColor = System.Drawing.Color.White; this.dgb_productos.Appearance.GroupPanel.Options.UseBackColor = true; this.dgb_productos.Appearance.GroupPanel.Options.UseFont = true; this.dgb_productos.Appearance.GroupPanel.Options.UseForeColor = true; this.dgb_productos.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(144)))), ((int)(((byte)(136))))); this.dgb_productos.Appearance.GroupRow.ForeColor = System.Drawing.Color.Silver; this.dgb_productos.Appearance.GroupRow.Options.UseBackColor = true; this.dgb_productos.Appearance.GroupRow.Options.UseForeColor = true; this.dgb_productos.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184))))); this.dgb_productos.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184))))); this.dgb_productos.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold); this.dgb_productos.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black; this.dgb_productos.Appearance.HeaderPanel.Options.UseBackColor = true; this.dgb_productos.Appearance.HeaderPanel.Options.UseBorderColor = true; this.dgb_productos.Appearance.HeaderPanel.Options.UseFont = true; this.dgb_productos.Appearance.HeaderPanel.Options.UseForeColor = true; this.dgb_productos.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.Teal; this.dgb_productos.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200))))); this.dgb_productos.Appearance.HideSelectionRow.Options.UseBackColor = true; this.dgb_productos.Appearance.HideSelectionRow.Options.UseForeColor = true; this.dgb_productos.Appearance.HorzLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184))))); this.dgb_productos.Appearance.HorzLine.Options.UseBackColor = true; this.dgb_productos.Appearance.Preview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(252)))), ((int)(((byte)(244))))); this.dgb_productos.Appearance.Preview.BackColor2 = System.Drawing.Color.White; this.dgb_productos.Appearance.Preview.ForeColor = System.Drawing.Color.Navy; this.dgb_productos.Appearance.Preview.Options.UseBackColor = true; this.dgb_productos.Appearance.Preview.Options.UseForeColor = true; this.dgb_productos.Appearance.Row.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(224)))), ((int)(((byte)(216))))); this.dgb_productos.Appearance.Row.ForeColor = System.Drawing.Color.Black; this.dgb_productos.Appearance.Row.Options.UseBackColor = true; this.dgb_productos.Appearance.Row.Options.UseForeColor = true; this.dgb_productos.Appearance.RowSeparator.BackColor = System.Drawing.Color.White; this.dgb_productos.Appearance.RowSeparator.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204))))); this.dgb_productos.Appearance.RowSeparator.Options.UseBackColor = true; this.dgb_productos.Appearance.SelectedRow.BackColor = System.Drawing.Color.Teal; this.dgb_productos.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White; this.dgb_productos.Appearance.SelectedRow.Options.UseBackColor = true; this.dgb_productos.Appearance.SelectedRow.Options.UseForeColor = true; this.dgb_productos.Appearance.TopNewRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(232)))), ((int)(((byte)(226))))); this.dgb_productos.Appearance.TopNewRow.Options.UseBackColor = true; this.dgb_productos.Appearance.VertLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184))))); this.dgb_productos.Appearance.VertLine.Options.UseBackColor = true; this.dgb_productos.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003; this.dgb_productos.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this._productid, this._moduloid, this._status, this._productname, this._unmed, this._unmedenvase, this._unidenvase, this._colorid, this._colorname, this._marcaid, this._coleccionid, this._temporadaid, this._categoriaid, this._generoid, this._conce, this._diluc, this.gctacte, this._compo, this._titulo, this._foto, this._productidold, this._lineaid, this._grupoid, this._subgrupoid, this._item, this._usuar, this._gruponame, this._lineaname, this._subgruponame, this._procedenciaid, this._marcaname, this._coleccionname, this._generoname, this._temporadaname, this._categorianame}); this.dgb_productos.GridControl = this.MDI_dgb_productos; this.dgb_productos.Name = "dgb_productos"; this.dgb_productos.OptionsView.ShowGroupPanel = false; this.dgb_productos.PaintStyleName = "Web"; this.dgb_productos.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.dgb_productos_RowCellClick); // // _productid // this._productid.Caption = "Codigo"; this._productid.FieldName = "productid"; this._productid.Name = "_productid"; this._productid.OptionsColumn.AllowEdit = false; this._productid.Visible = true; this._productid.VisibleIndex = 0; this._productid.Width = 91; // // _moduloid // this._moduloid.Caption = "moduloid"; this._moduloid.FieldName = "moduloid"; this._moduloid.Name = "_moduloid"; // // _status // this._status.Caption = "status"; this._status.FieldName = "status"; this._status.Name = "_status"; // // _productname // this._productname.Caption = "Producto"; this._productname.FieldName = "productname"; this._productname.Name = "_productname"; this._productname.OptionsColumn.AllowEdit = false; this._productname.Visible = true; this._productname.VisibleIndex = 1; this._productname.Width = 381; // // _unmed // this._unmed.Caption = "unmed"; this._unmed.FieldName = "unmed"; this._unmed.Name = "_unmed"; this._unmed.OptionsColumn.AllowEdit = false; // // _unmedenvase // this._unmedenvase.Caption = "unmedenvase"; this._unmedenvase.FieldName = "unmedenvase"; this._unmedenvase.Name = "_unmedenvase"; this._unmedenvase.OptionsColumn.AllowEdit = false; // // _unidenvase // this._unidenvase.Caption = "unidenvase"; this._unidenvase.FieldName = "unidenvase"; this._unidenvase.Name = "_unidenvase"; this._unidenvase.OptionsColumn.AllowEdit = false; // // _colorid // this._colorid.Caption = "colorid"; this._colorid.FieldName = "colorid"; this._colorid.Name = "_colorid"; this._colorid.OptionsColumn.AllowEdit = false; // // _colorname // this._colorname.Caption = "colorname"; this._colorname.FieldName = "colorname"; this._colorname.Name = "_colorname"; this._colorname.OptionsColumn.AllowEdit = false; // // _marcaid // this._marcaid.Caption = "marcaid"; this._marcaid.FieldName = "marcaid"; this._marcaid.Name = "_marcaid"; this._marcaid.OptionsColumn.AllowEdit = false; // // _coleccionid // this._coleccionid.Caption = "coleccionid"; this._coleccionid.FieldName = "coleccionid"; this._coleccionid.Name = "_coleccionid"; this._coleccionid.OptionsColumn.AllowEdit = false; // // _temporadaid // this._temporadaid.Caption = "temporadaid"; this._temporadaid.FieldName = "temporadaid"; this._temporadaid.Name = "_temporadaid"; this._temporadaid.OptionsColumn.AllowEdit = false; // // _categoriaid // this._categoriaid.Caption = "categoriaid"; this._categoriaid.FieldName = "categoriaid"; this._categoriaid.Name = "_categoriaid"; this._categoriaid.OptionsColumn.AllowEdit = false; // // _generoid // this._generoid.Caption = "generoid"; this._generoid.FieldName = "generoid"; this._generoid.Name = "_generoid"; this._generoid.OptionsColumn.AllowEdit = false; // // _conce // this._conce.Caption = "conce"; this._conce.FieldName = "conce"; this._conce.Name = "_conce"; this._conce.OptionsColumn.AllowEdit = false; // // _diluc // this._diluc.Caption = "diluc"; this._diluc.FieldName = "diluc"; this._diluc.Name = "_diluc"; this._diluc.OptionsColumn.AllowEdit = false; // // gctacte // this.gctacte.Caption = "ctacte"; this.gctacte.FieldName = "ctacte"; this.gctacte.Name = "gctacte"; this.gctacte.OptionsColumn.AllowEdit = false; // // _compo // this._compo.Caption = "compo"; this._compo.FieldName = "compo"; this._compo.Name = "_compo"; this._compo.OptionsColumn.AllowEdit = false; // // _titulo // this._titulo.Caption = "titulo"; this._titulo.FieldName = "titulo"; this._titulo.Name = "_titulo"; this._titulo.OptionsColumn.AllowEdit = false; // // _foto // this._foto.Caption = "foto"; this._foto.FieldName = "foto"; this._foto.Name = "_foto"; this._foto.OptionsColumn.AllowEdit = false; // // _productidold // this._productidold.Caption = "productidold"; this._productidold.FieldName = "productidold"; this._productidold.Name = "_productidold"; this._productidold.OptionsColumn.AllowEdit = false; // // _lineaid // this._lineaid.Caption = "lineaid"; this._lineaid.FieldName = "lineaid"; this._lineaid.Name = "_lineaid"; this._lineaid.OptionsColumn.AllowEdit = false; // // _grupoid // this._grupoid.Caption = "grupoid"; this._grupoid.FieldName = "grupoid"; this._grupoid.Name = "_grupoid"; this._grupoid.OptionsColumn.AllowEdit = false; // // _subgrupoid // this._subgrupoid.Caption = "subgrupoid"; this._subgrupoid.FieldName = "subgrupoid"; this._subgrupoid.Name = "_subgrupoid"; this._subgrupoid.OptionsColumn.AllowEdit = false; // // _item // this._item.Caption = "item"; this._item.FieldName = "item"; this._item.Name = "_item"; this._item.OptionsColumn.AllowEdit = false; // // _usuar // this._usuar.Caption = "usuar"; this._usuar.FieldName = "usuar"; this._usuar.Name = "_usuar"; this._usuar.OptionsColumn.AllowEdit = false; // // _gruponame // this._gruponame.Caption = "gruponame"; this._gruponame.FieldName = "gruponame"; this._gruponame.Name = "_gruponame"; this._gruponame.OptionsColumn.AllowEdit = false; // // _lineaname // this._lineaname.Caption = "lineaname"; this._lineaname.FieldName = "lineaname"; this._lineaname.Name = "_lineaname"; this._lineaname.OptionsColumn.AllowEdit = false; // // _subgruponame // this._subgruponame.Caption = "subgruponame"; this._subgruponame.FieldName = "subgruponame"; this._subgruponame.Name = "_subgruponame"; this._subgruponame.OptionsColumn.AllowEdit = false; // // _procedenciaid // this._procedenciaid.Caption = "procedenciaid"; this._procedenciaid.FieldName = "procedenciaid"; this._procedenciaid.Name = "_procedenciaid"; this._procedenciaid.OptionsColumn.AllowEdit = false; // // _marcaname // this._marcaname.Caption = "marcaname"; this._marcaname.FieldName = "marcaname"; this._marcaname.Name = "_marcaname"; this._marcaname.OptionsColumn.AllowEdit = false; // // _coleccionname // this._coleccionname.Caption = "coleccionname"; this._coleccionname.FieldName = "coleccionname"; this._coleccionname.Name = "_coleccionname"; this._coleccionname.OptionsColumn.AllowEdit = false; // // _generoname // this._generoname.Caption = "generoname"; this._generoname.FieldName = "generoname"; this._generoname.Name = "_generoname"; this._generoname.OptionsColumn.AllowEdit = false; // // _temporadaname // this._temporadaname.Caption = "temporadaname"; this._temporadaname.FieldName = "temporadaname"; this._temporadaname.Name = "_temporadaname"; this._temporadaname.OptionsColumn.AllowEdit = false; // // _categorianame // this._categorianame.Caption = "categorianame"; this._categorianame.FieldName = "categorianame"; this._categorianame.Name = "_categorianame"; this._categorianame.OptionsColumn.AllowEdit = false; // // Frm_producto // this.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(218)))), ((int)(((byte)(224))))); this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.ClientSize = new System.Drawing.Size(1133, 547); this.Controls.Add(this.panelControl2); this.Controls.Add(this.panelControl1); this.Controls.Add(this.pnl_busqueda); this.Controls.Add(this.peso); this.Controls.Add(this.label30); this.Controls.Add(this.unmedpeso); this.Controls.Add(this.label31); this.Controls.Add(this.Botonera); this.Controls.Add(this.panel1); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.KeyPreview = true; this.MaximizeBox = false; this.Name = "Frm_producto"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Mantenimiento de Productos"; this.Activated += new System.EventHandler(this.Frm_productos_Activated); this.Load += new System.EventHandler(this.Frm_productos_Load); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_productos_KeyDown); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.Botonera.ResumeLayout(false); this.Botonera.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); this.panelControl2.ResumeLayout(false); this.panelControl2.PerformLayout(); this.groupBox4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.go_foto)).EndInit(); this.groupBox3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pnl_busqueda)).EndInit(); this.pnl_busqueda.ResumeLayout(false); this.pnl_busqueda.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.MDI_dgb_productos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dgb_productos)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_reporte_productostock_old)); this.fechadoc = new System.Windows.Forms.DateTimePicker(); this.label16 = new System.Windows.Forms.Label(); this.Botonera = new System.Windows.Forms.ToolStrip(); this.btn_nuevo = new System.Windows.Forms.ToolStripButton(); this.btn_cancelar = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.btn_imprimir = new System.Windows.Forms.ToolStripButton(); this.btn_excel = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.btn_salir = new System.Windows.Forms.ToolStripButton(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.procedenciaid = new System.Windows.Forms.RadioListBox(); this.productidold = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.chkTodos = new System.Windows.Forms.CheckBox(); this.colorname = new System.Windows.Forms.TextBox(); this.colorid = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.productname = new System.Windows.Forms.TextBox(); this.productid = new System.Windows.Forms.TextBox(); this.gruponame = new System.Windows.Forms.TextBox(); this.grupoid = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.lineaname = new System.Windows.Forms.TextBox(); this.lineaid = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.subgrupoid = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.subgruponame = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.Examinar3 = new DevExpress.XtraGrid.GridControl(); this.CmMenuGrid = new System.Windows.Forms.ContextMenuStrip(this.components); this.exportarExcelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.glineaname = new DevExpress.XtraGrid.Columns.GridColumn(); this.gproductid = new DevExpress.XtraGrid.Columns.GridColumn(); this.gproductidold = new DevExpress.XtraGrid.Columns.GridColumn(); this.gproductname = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcolorname = new DevExpress.XtraGrid.Columns.GridColumn(); this.gstock = new DevExpress.XtraGrid.Columns.GridColumn(); this.gunmed = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcostopromed = new DevExpress.XtraGrid.Columns.GridColumn(); this.gimporte = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcompo = new DevExpress.XtraGrid.Columns.GridColumn(); this.ggruponame = new DevExpress.XtraGrid.Columns.GridColumn(); this.gprocedenciaid = new DevExpress.XtraGrid.Columns.GridColumn(); this.sfdconsolidado = new System.Windows.Forms.SaveFileDialog(); this.btn_busqueda = new DevExpress.XtraEditors.SimpleButton(); this.pnl_01 = new DevExpress.XtraEditors.PanelControl(); this.pnl_03 = new DevExpress.XtraEditors.PanelControl(); this.pnl_02 = new DevExpress.XtraEditors.PanelControl(); this.Botonera.SuspendLayout(); this.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.Examinar3)).BeginInit(); this.CmMenuGrid.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pnl_01)).BeginInit(); this.pnl_01.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pnl_03)).BeginInit(); this.pnl_03.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pnl_02)).BeginInit(); this.pnl_02.SuspendLayout(); this.SuspendLayout(); // // fechadoc // this.fechadoc.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.fechadoc.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.fechadoc.Location = new System.Drawing.Point(803, 9); this.fechadoc.Name = "fechadoc"; this.fechadoc.Size = new System.Drawing.Size(80, 20); this.fechadoc.TabIndex = 4; this.fechadoc.Value = new System.DateTime(2012, 12, 19, 0, 0, 0, 0); // // label16 // this.label16.AutoSize = true; this.label16.BackColor = System.Drawing.Color.Transparent; this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label16.ForeColor = System.Drawing.Color.Black; this.label16.Location = new System.Drawing.Point(751, 15); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(46, 13); this.label16.TabIndex = 3; this.label16.Text = "Fecha:"; // // Botonera // this.Botonera.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.Botonera.ImageScalingSize = new System.Drawing.Size(22, 22); this.Botonera.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btn_nuevo, this.btn_cancelar, this.toolStripSeparator1, this.btn_imprimir, this.btn_excel, this.toolStripSeparator2, this.btn_salir}); this.Botonera.Location = new System.Drawing.Point(0, 0); this.Botonera.Name = "Botonera"; this.Botonera.Size = new System.Drawing.Size(895, 29); this.Botonera.TabIndex = 1; this.Botonera.Text = "ToolStrip1"; // // btn_nuevo // this.btn_nuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_nuevo.Image = global::BapFormulariosNet.Properties.Resources.go_new3; this.btn_nuevo.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.btn_nuevo.ImageTransparentColor = System.Drawing.SystemColors.ButtonFace; this.btn_nuevo.Name = "btn_nuevo"; this.btn_nuevo.Size = new System.Drawing.Size(23, 26); this.btn_nuevo.Text = "Nuevo"; this.btn_nuevo.Click += new System.EventHandler(this.btn_nuevo_Click); // // btn_cancelar // this.btn_cancelar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_cancelar.Image = global::BapFormulariosNet.Properties.Resources.go_undo2; this.btn_cancelar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.btn_cancelar.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_cancelar.Name = "btn_cancelar"; this.btn_cancelar.Size = new System.Drawing.Size(24, 26); this.btn_cancelar.Text = "Cancelar"; this.btn_cancelar.Click += new System.EventHandler(this.btn_cancelar_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 29); // // btn_imprimir // this.btn_imprimir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_imprimir.Image = global::BapFormulariosNet.Properties.Resources.dev_printer; this.btn_imprimir.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_imprimir.Name = "btn_imprimir"; this.btn_imprimir.Size = new System.Drawing.Size(26, 26); this.btn_imprimir.Text = "Imprimir"; this.btn_imprimir.Click += new System.EventHandler(this.btn_imprimir_Click); // // btn_excel // this.btn_excel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_excel.Image = global::BapFormulariosNet.Properties.Resources.btn_excel20; this.btn_excel.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_excel.Name = "btn_excel"; this.btn_excel.Size = new System.Drawing.Size(26, 26); this.btn_excel.Text = "toolStripButton1"; this.btn_excel.ToolTipText = "Excel"; this.btn_excel.Click += new System.EventHandler(this.btn_excel_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 29); // // btn_salir // this.btn_salir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_salir.Image = global::BapFormulariosNet.Properties.Resources.go_out2; this.btn_salir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.btn_salir.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_salir.Name = "btn_salir"; this.btn_salir.Size = new System.Drawing.Size(24, 26); this.btn_salir.Text = "Salir"; this.btn_salir.Click += new System.EventHandler(this.btn_salir_Click); // // groupBox3 // this.groupBox3.Controls.Add(this.procedenciaid); this.groupBox3.Location = new System.Drawing.Point(222, 31); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(131, 75); this.groupBox3.TabIndex = 66; this.groupBox3.TabStop = false; this.groupBox3.Text = "Procedencia"; this.groupBox3.Visible = false; // // procedenciaid // this.procedenciaid.BackColor = System.Drawing.Color.Transparent; this.procedenciaid.BorderStyle = System.Windows.Forms.BorderStyle.None; this.procedenciaid.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.procedenciaid.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.procedenciaid.FormattingEnabled = true; this.procedenciaid.ItemHeight = 16; this.procedenciaid.Location = new System.Drawing.Point(11, 17); this.procedenciaid.Name = "procedenciaid"; this.procedenciaid.Size = new System.Drawing.Size(108, 48); this.procedenciaid.TabIndex = 62; // // productidold // this.productidold.Location = new System.Drawing.Point(124, 31); this.productidold.MaxLength = 4; this.productidold.Name = "productidold"; this.productidold.Size = new System.Drawing.Size(60, 21); this.productidold.TabIndex = 33; this.productidold.Text = "ventas al exterior"; // // label8 // this.label8.AutoSize = true; this.label8.BackColor = System.Drawing.Color.Transparent; this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label8.Location = new System.Drawing.Point(11, 36); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(106, 13); this.label8.TabIndex = 34; this.label8.Text = "Codigo Asociado:"; // // chkTodos // this.chkTodos.AutoSize = true; this.chkTodos.BackColor = System.Drawing.Color.Transparent; this.chkTodos.Location = new System.Drawing.Point(12, 58); this.chkTodos.Name = "chkTodos"; this.chkTodos.Size = new System.Drawing.Size(168, 17); this.chkTodos.TabIndex = 32; this.chkTodos.Text = "Incluir los que no tienen stock"; this.chkTodos.UseVisualStyleBackColor = false; // // colorname // this.colorname.Location = new System.Drawing.Point(174, 6); this.colorname.Name = "colorname"; this.colorname.Size = new System.Drawing.Size(172, 21); this.colorname.TabIndex = 21; this.colorname.Text = "ventas al exterior"; // // colorid // this.colorid.Location = new System.Drawing.Point(125, 6); this.colorid.Name = "colorid"; this.colorid.Size = new System.Drawing.Size(48, 21); this.colorid.TabIndex = 18; this.colorid.Text = "ventas al exterior"; this.colorid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.colorid_KeyDown); // // label4 // this.label4.AutoSize = true; this.label4.BackColor = System.Drawing.Color.Transparent; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.Location = new System.Drawing.Point(11, 12); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(40, 13); this.label4.TabIndex = 26; this.label4.Text = "Color:"; // // productname // this.productname.Location = new System.Drawing.Point(161, 7); this.productname.Name = "productname"; this.productname.Size = new System.Drawing.Size(319, 21); this.productname.TabIndex = 17; this.productname.Text = "ventas al exterior"; // // productid // this.productid.Location = new System.Drawing.Point(77, 7); this.productid.MaxLength = 13; this.productid.Name = "productid"; this.productid.Size = new System.Drawing.Size(83, 21); this.productid.TabIndex = 16; this.productid.Text = "ventas al exterior"; this.productid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.productid_KeyDown); // // gruponame // this.gruponame.Location = new System.Drawing.Point(125, 29); this.gruponame.Name = "gruponame"; this.gruponame.Size = new System.Drawing.Size(355, 21); this.gruponame.TabIndex = 13; this.gruponame.Text = "ventas al exterior"; // // grupoid // this.grupoid.Location = new System.Drawing.Point(76, 29); this.grupoid.MaxLength = 4; this.grupoid.Name = "grupoid"; this.grupoid.Size = new System.Drawing.Size(48, 21); this.grupoid.TabIndex = 12; this.grupoid.Text = "ventas al exterior"; this.grupoid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.grupoid_KeyDown); // // label6 // this.label6.AutoSize = true; this.label6.BackColor = System.Drawing.Color.Transparent; this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label6.Location = new System.Drawing.Point(20, 31); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(46, 13); this.label6.TabIndex = 16; this.label6.Text = "Marca:"; // // lineaname // this.lineaname.Location = new System.Drawing.Point(125, 7); this.lineaname.Name = "lineaname"; this.lineaname.Size = new System.Drawing.Size(355, 21); this.lineaname.TabIndex = 11; this.lineaname.Text = "ventas al exterior"; // // lineaid // this.lineaid.Location = new System.Drawing.Point(76, 7); this.lineaid.MaxLength = 3; this.lineaid.Name = "lineaid"; this.lineaid.Size = new System.Drawing.Size(48, 21); this.lineaid.TabIndex = 10; this.lineaid.Text = "ventas al exterior"; this.lineaid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lineaid_KeyDown); // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(20, 10); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(44, 13); this.label3.TabIndex = 13; this.label3.Text = "Línea:"; // // subgrupoid // this.subgrupoid.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.subgrupoid.Location = new System.Drawing.Point(76, 51); this.subgrupoid.MaxLength = 3; this.subgrupoid.Name = "subgrupoid"; this.subgrupoid.Size = new System.Drawing.Size(48, 20); this.subgrupoid.TabIndex = 14; this.subgrupoid.Text = "ventas al exterior"; this.subgrupoid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.subgrupoid_KeyDown); // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(11, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(62, 13); this.label1.TabIndex = 21; this.label1.Text = "Producto:"; // // subgruponame // this.subgruponame.Location = new System.Drawing.Point(125, 51); this.subgruponame.Name = "subgruponame"; this.subgruponame.Size = new System.Drawing.Size(355, 21); this.subgruponame.TabIndex = 15; this.subgruponame.Text = "ventas al exterior"; // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(20, 52); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(52, 13); this.label2.TabIndex = 19; this.label2.Text = "Modelo:"; // // Examinar3 // this.Examinar3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.Examinar3.ContextMenuStrip = this.CmMenuGrid; this.Examinar3.EmbeddedNavigator.Buttons.Append.Enabled = false; this.Examinar3.EmbeddedNavigator.Buttons.Append.Visible = false; this.Examinar3.EmbeddedNavigator.Buttons.CancelEdit.Visible = false; this.Examinar3.EmbeddedNavigator.Buttons.Edit.Visible = false; this.Examinar3.EmbeddedNavigator.Buttons.EndEdit.Visible = false; this.Examinar3.EmbeddedNavigator.Buttons.Remove.Visible = false; this.Examinar3.EmbeddedNavigator.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003; this.Examinar3.Location = new System.Drawing.Point(3, 148); this.Examinar3.MainView = this.gridView1; this.Examinar3.Name = "Examinar3"; this.Examinar3.Size = new System.Drawing.Size(888, 375); this.Examinar3.TabIndex = 78; this.Examinar3.UseEmbeddedNavigator = true; this.Examinar3.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // CmMenuGrid // this.CmMenuGrid.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.exportarExcelToolStripMenuItem}); this.CmMenuGrid.Name = "CmMenuGrid"; this.CmMenuGrid.Size = new System.Drawing.Size(147, 26); // // exportarExcelToolStripMenuItem // this.exportarExcelToolStripMenuItem.Name = "exportarExcelToolStripMenuItem"; this.exportarExcelToolStripMenuItem.Size = new System.Drawing.Size(146, 22); this.exportarExcelToolStripMenuItem.Text = "Exportar Excel"; this.exportarExcelToolStripMenuItem.Click += new System.EventHandler(this.exportarExcelToolStripMenuItem_Click); // // gridView1 // this.gridView1.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184))))); this.gridView1.Appearance.ColumnFilterButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204))))); this.gridView1.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184))))); this.gridView1.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.Gray; this.gridView1.Appearance.ColumnFilterButton.Options.UseBackColor = true; this.gridView1.Appearance.ColumnFilterButton.Options.UseBorderColor = true; this.gridView1.Appearance.ColumnFilterButton.Options.UseForeColor = true; this.gridView1.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204))))); this.gridView1.Appearance.ColumnFilterButtonActive.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(181)))), ((int)(((byte)(223)))), ((int)(((byte)(217))))); this.gridView1.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204))))); this.gridView1.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Blue; this.gridView1.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true; this.gridView1.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true; this.gridView1.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true; this.gridView1.Appearance.Empty.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204))))); this.gridView1.Appearance.Empty.Options.UseBackColor = true; this.gridView1.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200))))); this.gridView1.Appearance.FilterCloseButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(138)))), ((int)(((byte)(131))))); this.gridView1.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200))))); this.gridView1.Appearance.FilterCloseButton.ForeColor = System.Drawing.Color.Black; this.gridView1.Appearance.FilterCloseButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal; this.gridView1.Appearance.FilterCloseButton.Options.UseBackColor = true; this.gridView1.Appearance.FilterCloseButton.Options.UseBorderColor = true; this.gridView1.Appearance.FilterCloseButton.Options.UseForeColor = true; this.gridView1.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(48)))), ((int)(((byte)(41))))); this.gridView1.Appearance.FilterPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200))))); this.gridView1.Appearance.FilterPanel.ForeColor = System.Drawing.Color.White; this.gridView1.Appearance.FilterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal; this.gridView1.Appearance.FilterPanel.Options.UseBackColor = true; this.gridView1.Appearance.FilterPanel.Options.UseForeColor = true; this.gridView1.Appearance.FixedLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(2)))), ((int)(((byte)(74)))), ((int)(((byte)(66))))); this.gridView1.Appearance.FixedLine.Options.UseBackColor = true; this.gridView1.Appearance.FocusedCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(224)))), ((int)(((byte)(216))))); this.gridView1.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Black; this.gridView1.Appearance.FocusedCell.Options.UseBackColor = true; this.gridView1.Appearance.FocusedCell.Options.UseForeColor = true; this.gridView1.Appearance.FocusedRow.BackColor = System.Drawing.Color.Navy; this.gridView1.Appearance.FocusedRow.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(178))))); this.gridView1.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White; this.gridView1.Appearance.FocusedRow.Options.UseBackColor = true; this.gridView1.Appearance.FocusedRow.Options.UseForeColor = true; this.gridView1.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184))))); this.gridView1.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184))))); this.gridView1.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Black; this.gridView1.Appearance.FooterPanel.Options.UseBackColor = true; this.gridView1.Appearance.FooterPanel.Options.UseBorderColor = true; this.gridView1.Appearance.FooterPanel.Options.UseForeColor = true; this.gridView1.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184))))); this.gridView1.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184))))); this.gridView1.Appearance.GroupButton.ForeColor = System.Drawing.Color.Black; this.gridView1.Appearance.GroupButton.Options.UseBackColor = true; this.gridView1.Appearance.GroupButton.Options.UseBorderColor = true; this.gridView1.Appearance.GroupButton.Options.UseForeColor = true; this.gridView1.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(202)))), ((int)(((byte)(194))))); this.gridView1.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(202)))), ((int)(((byte)(194))))); this.gridView1.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black; this.gridView1.Appearance.GroupFooter.Options.UseBackColor = true; this.gridView1.Appearance.GroupFooter.Options.UseBorderColor = true; this.gridView1.Appearance.GroupFooter.Options.UseForeColor = true; this.gridView1.Appearance.GroupPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(78)))), ((int)(((byte)(71))))); this.gridView1.Appearance.GroupPanel.BackColor2 = System.Drawing.Color.White; this.gridView1.Appearance.GroupPanel.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold); this.gridView1.Appearance.GroupPanel.ForeColor = System.Drawing.Color.White; this.gridView1.Appearance.GroupPanel.Options.UseBackColor = true; this.gridView1.Appearance.GroupPanel.Options.UseFont = true; this.gridView1.Appearance.GroupPanel.Options.UseForeColor = true; this.gridView1.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(144)))), ((int)(((byte)(136))))); this.gridView1.Appearance.GroupRow.BackColor2 = System.Drawing.Color.White; this.gridView1.Appearance.GroupRow.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.gridView1.Appearance.GroupRow.ForeColor = System.Drawing.Color.Maroon; this.gridView1.Appearance.GroupRow.Options.UseBackColor = true; this.gridView1.Appearance.GroupRow.Options.UseFont = true; this.gridView1.Appearance.GroupRow.Options.UseForeColor = true; this.gridView1.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184))))); this.gridView1.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184))))); this.gridView1.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold); this.gridView1.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black; this.gridView1.Appearance.HeaderPanel.Options.UseBackColor = true; this.gridView1.Appearance.HeaderPanel.Options.UseBorderColor = true; this.gridView1.Appearance.HeaderPanel.Options.UseFont = true; this.gridView1.Appearance.HeaderPanel.Options.UseForeColor = true; this.gridView1.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.Gray; this.gridView1.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200))))); this.gridView1.Appearance.HideSelectionRow.Options.UseBackColor = true; this.gridView1.Appearance.HideSelectionRow.Options.UseForeColor = true; this.gridView1.Appearance.HorzLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184))))); this.gridView1.Appearance.HorzLine.Options.UseBackColor = true; this.gridView1.Appearance.Preview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(252)))), ((int)(((byte)(244))))); this.gridView1.Appearance.Preview.BackColor2 = System.Drawing.Color.White; this.gridView1.Appearance.Preview.ForeColor = System.Drawing.Color.Navy; this.gridView1.Appearance.Preview.Options.UseBackColor = true; this.gridView1.Appearance.Preview.Options.UseForeColor = true; this.gridView1.Appearance.Row.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(224)))), ((int)(((byte)(216))))); this.gridView1.Appearance.Row.ForeColor = System.Drawing.Color.Black; this.gridView1.Appearance.Row.Options.UseBackColor = true; this.gridView1.Appearance.Row.Options.UseForeColor = true; this.gridView1.Appearance.RowSeparator.BackColor = System.Drawing.Color.White; this.gridView1.Appearance.RowSeparator.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204))))); this.gridView1.Appearance.RowSeparator.Options.UseBackColor = true; this.gridView1.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(138))))); this.gridView1.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White; this.gridView1.Appearance.SelectedRow.Options.UseBackColor = true; this.gridView1.Appearance.SelectedRow.Options.UseForeColor = true; this.gridView1.Appearance.TopNewRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(232)))), ((int)(((byte)(226))))); this.gridView1.Appearance.TopNewRow.Options.UseBackColor = true; this.gridView1.Appearance.VertLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184))))); this.gridView1.Appearance.VertLine.Options.UseBackColor = true; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.glineaname, this.gproductid, this.gproductidold, this.gproductname, this.gcolorname, this.gstock, this.gunmed, this.gcostopromed, this.gimporte, this.gcompo, this.ggruponame, this.gprocedenciaid}); this.gridView1.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] { styleFormatCondition1}); this.gridView1.GridControl = this.Examinar3; this.gridView1.GroupCount = 2; this.gridView1.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] { new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "gimporte", this.gimporte, "{0:n2}"), new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "stock", this.gstock, "{0:n2}")}); this.gridView1.Name = "gridView1"; this.gridView1.OptionsMenu.EnableColumnMenu = false; this.gridView1.OptionsMenu.EnableFooterMenu = false; this.gridView1.OptionsView.GroupDrawMode = DevExpress.XtraGrid.Views.Grid.GroupDrawMode.Office2003; this.gridView1.PaintStyleName = "Web"; this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] { new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.glineaname, DevExpress.Data.ColumnSortOrder.Ascending), new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.ggruponame, DevExpress.Data.ColumnSortOrder.Ascending)}); // // glineaname // this.glineaname.Caption = "Linea"; this.glineaname.FieldName = "lineaname"; this.glineaname.Name = "glineaname"; this.glineaname.OptionsColumn.AllowEdit = false; this.glineaname.Visible = true; this.glineaname.VisibleIndex = 0; this.glineaname.Width = 70; // // gproductid // this.gproductid.Caption = "Código"; this.gproductid.FieldName = "productid"; this.gproductid.Name = "gproductid"; this.gproductid.OptionsColumn.AllowEdit = false; this.gproductid.Visible = true; this.gproductid.VisibleIndex = 0; this.gproductid.Width = 93; // // gproductidold // this.gproductidold.Caption = "CódAnt"; this.gproductidold.FieldName = "productidold"; this.gproductidold.Name = "gproductidold"; this.gproductidold.OptionsColumn.AllowEdit = false; this.gproductidold.Visible = true; this.gproductidold.VisibleIndex = 8; this.gproductidold.Width = 64; // // gproductname // this.gproductname.Caption = "Producto"; this.gproductname.FieldName = "productname"; this.gproductname.Name = "gproductname"; this.gproductname.OptionsColumn.AllowEdit = false; this.gproductname.Visible = true; this.gproductname.VisibleIndex = 1; this.gproductname.Width = 269; // // gcolorname // this.gcolorname.Caption = "Color"; this.gcolorname.FieldName = "colorname"; this.gcolorname.Name = "gcolorname"; this.gcolorname.OptionsColumn.AllowEdit = false; this.gcolorname.Visible = true; this.gcolorname.VisibleIndex = 2; this.gcolorname.Width = 67; // // gstock // this.gstock.Caption = "Stock"; this.gstock.DisplayFormat.FormatString = "#.00;[#.00];.00"; this.gstock.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.gstock.FieldName = "stock"; this.gstock.Name = "gstock"; this.gstock.OptionsColumn.AllowEdit = false; this.gstock.Visible = true; this.gstock.VisibleIndex = 3; this.gstock.Width = 62; // // gunmed // this.gunmed.Caption = "UnMed"; this.gunmed.FieldName = "unmed"; this.gunmed.Name = "gunmed"; this.gunmed.OptionsColumn.AllowEdit = false; this.gunmed.Visible = true; this.gunmed.VisibleIndex = 4; this.gunmed.Width = 63; // // gcostopromed // this.gcostopromed.Caption = "CostProm"; this.gcostopromed.DisplayFormat.FormatString = "#.00;[#.00];.00"; this.gcostopromed.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.gcostopromed.FieldName = "costopromed"; this.gcostopromed.Name = "gcostopromed"; this.gcostopromed.OptionsColumn.AllowEdit = false; this.gcostopromed.Visible = true; this.gcostopromed.VisibleIndex = 5; this.gcostopromed.Width = 79; // // gimporte // this.gimporte.Caption = "Importe"; this.gimporte.DisplayFormat.FormatString = "#.00;[#.00];.00"; this.gimporte.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.gimporte.FieldName = "gimporte"; this.gimporte.Name = "gimporte"; this.gimporte.OptionsColumn.AllowEdit = false; this.gimporte.UnboundExpression = "[stock]*[costopromed]"; this.gimporte.UnboundType = DevExpress.Data.UnboundColumnType.Decimal; this.gimporte.Visible = true; this.gimporte.VisibleIndex = 6; this.gimporte.Width = 71; // // gcompo // this.gcompo.Caption = "Composición"; this.gcompo.FieldName = "compo"; this.gcompo.Name = "gcompo"; this.gcompo.OptionsColumn.AllowEdit = false; this.gcompo.Visible = true; this.gcompo.VisibleIndex = 7; this.gcompo.Width = 97; // // ggruponame // this.ggruponame.Caption = "Grupo"; this.ggruponame.FieldName = "gruponame"; this.ggruponame.Name = "ggruponame"; this.ggruponame.OptionsColumn.AllowEdit = false; this.ggruponame.Visible = true; this.ggruponame.VisibleIndex = 9; this.ggruponame.Width = 34; // // gprocedenciaid // this.gprocedenciaid.Caption = "Procedencia"; this.gprocedenciaid.FieldName = "procedenciaid"; this.gprocedenciaid.Name = "gprocedenciaid"; this.gprocedenciaid.OptionsColumn.AllowEdit = false; this.gprocedenciaid.Width = 20; // // sfdconsolidado // this.sfdconsolidado.Filter = "Archivos Excel | *.xls"; // // btn_busqueda // this.btn_busqueda.Cursor = System.Windows.Forms.Cursors.Hand; this.btn_busqueda.Image = ((System.Drawing.Image)(resources.GetObject("btn_busqueda.Image"))); this.btn_busqueda.Location = new System.Drawing.Point(11, 79); this.btn_busqueda.Name = "btn_busqueda"; this.btn_busqueda.Size = new System.Drawing.Size(95, 30); this.btn_busqueda.TabIndex = 83; this.btn_busqueda.Text = "&Consultar"; this.btn_busqueda.Click += new System.EventHandler(this.btn_busqueda_Click); // // pnl_01 // this.pnl_01.Appearance.BackColor = System.Drawing.Color.Teal; this.pnl_01.Appearance.ForeColor = System.Drawing.Color.White; this.pnl_01.Appearance.Options.UseBackColor = true; this.pnl_01.Appearance.Options.UseForeColor = true; this.pnl_01.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pnl_01.Controls.Add(this.subgruponame); this.pnl_01.Controls.Add(this.lineaid); this.pnl_01.Controls.Add(this.lineaname); this.pnl_01.Controls.Add(this.label3); this.pnl_01.Controls.Add(this.label6); this.pnl_01.Controls.Add(this.subgrupoid); this.pnl_01.Controls.Add(this.grupoid); this.pnl_01.Controls.Add(this.gruponame); this.pnl_01.Controls.Add(this.label2); this.pnl_01.Location = new System.Drawing.Point(4, 32); this.pnl_01.Name = "pnl_01"; this.pnl_01.Size = new System.Drawing.Size(487, 78); this.pnl_01.TabIndex = 84; // // pnl_03 // this.pnl_03.Appearance.BackColor = System.Drawing.Color.Teal; this.pnl_03.Appearance.ForeColor = System.Drawing.Color.White; this.pnl_03.Appearance.Options.UseBackColor = true; this.pnl_03.Appearance.Options.UseForeColor = true; this.pnl_03.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pnl_03.Controls.Add(this.btn_busqueda); this.pnl_03.Controls.Add(this.productidold); this.pnl_03.Controls.Add(this.label4); this.pnl_03.Controls.Add(this.colorid); this.pnl_03.Controls.Add(this.colorname); this.pnl_03.Controls.Add(this.label8); this.pnl_03.Controls.Add(this.chkTodos); this.pnl_03.Controls.Add(this.groupBox3); this.pnl_03.Location = new System.Drawing.Point(491, 32); this.pnl_03.Name = "pnl_03"; this.pnl_03.Size = new System.Drawing.Size(389, 113); this.pnl_03.TabIndex = 85; // // pnl_02 // this.pnl_02.Appearance.BackColor = System.Drawing.Color.Teal; this.pnl_02.Appearance.ForeColor = System.Drawing.Color.White; this.pnl_02.Appearance.Options.UseBackColor = true; this.pnl_02.Appearance.Options.UseForeColor = true; this.pnl_02.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pnl_02.Controls.Add(this.productname); this.pnl_02.Controls.Add(this.label1); this.pnl_02.Controls.Add(this.productid); this.pnl_02.Location = new System.Drawing.Point(4, 110); this.pnl_02.Name = "pnl_02"; this.pnl_02.Size = new System.Drawing.Size(487, 35); this.pnl_02.TabIndex = 86; // // Frm_reporte_productostock_old // this.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(218)))), ((int)(((byte)(224))))); this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.ClientSize = new System.Drawing.Size(895, 523); this.Controls.Add(this.pnl_02); this.Controls.Add(this.pnl_03); this.Controls.Add(this.pnl_01); this.Controls.Add(this.Examinar3); this.Controls.Add(this.fechadoc); this.Controls.Add(this.label16); this.Controls.Add(this.Botonera); this.DoubleBuffered = true; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.KeyPreview = true; this.MaximizeBox = false; this.Name = "Frm_reporte_productostock_old"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Stock Consolidado de Productos"; this.Activated += new System.EventHandler(this.Frm_reporte_stockrollo_Activated); this.Load += new System.EventHandler(this.Frm_reporte_stockrollo_Load); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_reporte_stockrollo_KeyDown); this.Botonera.ResumeLayout(false); this.Botonera.PerformLayout(); this.groupBox3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.Examinar3)).EndInit(); this.CmMenuGrid.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pnl_01)).EndInit(); this.pnl_01.ResumeLayout(false); this.pnl_01.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pnl_03)).EndInit(); this.pnl_03.ResumeLayout(false); this.pnl_03.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pnl_02)).EndInit(); this.pnl_02.ResumeLayout(false); this.pnl_02.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_reporte_productostock)); this.fechadoc = new System.Windows.Forms.DateTimePicker(); this.cbomodulo = new System.Windows.Forms.ComboBox(); this.label9 = new System.Windows.Forms.Label(); this.btn_busqueda = new System.Windows.Forms.Button(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.procedenciaid = new System.Windows.Forms.RadioListBox(); this.productidold = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.chkTodos = new System.Windows.Forms.CheckBox(); this.colorname = new System.Windows.Forms.TextBox(); this.colorid = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.productname = new System.Windows.Forms.TextBox(); this.productid = new System.Windows.Forms.TextBox(); this.gruponame = new System.Windows.Forms.TextBox(); this.grupoid = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.lineaname = new System.Windows.Forms.TextBox(); this.lineaid = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.subgrupoid = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.subgruponame = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.Botonera = new System.Windows.Forms.ToolStrip(); this.btn_nuevo = new System.Windows.Forms.ToolStripButton(); this.btn_cancelar = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.btn_imprimir = new System.Windows.Forms.ToolStripButton(); this.btn_excel = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.btn_salir = new System.Windows.Forms.ToolStripButton(); this.CmMenuGrid = new System.Windows.Forms.ContextMenuStrip(this.components); this.exportarExcelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.sfdliquidacion = new System.Windows.Forms.SaveFileDialog(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.labelControl7 = new DevExpress.XtraEditors.LabelControl(); this.localdes = new System.Windows.Forms.ComboBox(); this.Examinar3 = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.glineaname = new DevExpress.XtraGrid.Columns.GridColumn(); this.gproductid = new DevExpress.XtraGrid.Columns.GridColumn(); this.gproductidold = new DevExpress.XtraGrid.Columns.GridColumn(); this.gproductname = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcolorname = new DevExpress.XtraGrid.Columns.GridColumn(); this.gstock = new DevExpress.XtraGrid.Columns.GridColumn(); this.gunmed = new DevExpress.XtraGrid.Columns.GridColumn(); this.gtitulo = new DevExpress.XtraGrid.Columns.GridColumn(); this.gmarcaid = new DevExpress.XtraGrid.Columns.GridColumn(); this.gmarcaname = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcoleccionid = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcoleccionname = new DevExpress.XtraGrid.Columns.GridColumn(); this.ggeneroid = new DevExpress.XtraGrid.Columns.GridColumn(); this.ggeneroname = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcostopromed = new DevExpress.XtraGrid.Columns.GridColumn(); this.gimporte = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcompo = new DevExpress.XtraGrid.Columns.GridColumn(); this.ggruponame = new DevExpress.XtraGrid.Columns.GridColumn(); this.gprocedenciaid = new DevExpress.XtraGrid.Columns.GridColumn(); this.fepialmac = new DevExpress.XtraGrid.Columns.GridColumn(); this.feuialmac = new DevExpress.XtraGrid.Columns.GridColumn(); this.feusprod = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcostoultimo = new DevExpress.XtraGrid.Columns.GridColumn(); this.groupBox3.SuspendLayout(); this.Botonera.SuspendLayout(); this.CmMenuGrid.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.Examinar3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); this.SuspendLayout(); // // fechadoc // this.fechadoc.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.fechadoc.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.fechadoc.Location = new System.Drawing.Point(1016, 5); this.fechadoc.Name = "fechadoc"; this.fechadoc.Size = new System.Drawing.Size(80, 20); this.fechadoc.TabIndex = 4; this.fechadoc.Value = new System.DateTime(2012, 12, 19, 0, 0, 0, 0); // // cbomodulo // this.cbomodulo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbomodulo.DropDownWidth = 250; this.cbomodulo.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.cbomodulo.Location = new System.Drawing.Point(196, 8); this.cbomodulo.Name = "cbomodulo"; this.cbomodulo.Size = new System.Drawing.Size(231, 21); this.cbomodulo.TabIndex = 92; this.cbomodulo.SelectedIndexChanged += new System.EventHandler(this.cbomodulo_SelectedIndexChanged); // // label9 // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label9.Location = new System.Drawing.Point(129, 13); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(59, 13); this.label9.TabIndex = 93; this.label9.Text = "Almacen:"; // // btn_busqueda // this.btn_busqueda.BackColor = System.Drawing.Color.Transparent; this.btn_busqueda.Cursor = System.Windows.Forms.Cursors.Hand; this.btn_busqueda.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_busqueda.ForeColor = System.Drawing.Color.Black; this.btn_busqueda.Image = global::BapFormulariosNet.Properties.Resources.go_search3; this.btn_busqueda.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btn_busqueda.Location = new System.Drawing.Point(638, 84); this.btn_busqueda.Name = "btn_busqueda"; this.btn_busqueda.Size = new System.Drawing.Size(95, 32); this.btn_busqueda.TabIndex = 70; this.btn_busqueda.Text = "&Consultar"; this.btn_busqueda.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.btn_busqueda.UseVisualStyleBackColor = false; this.btn_busqueda.Click += new System.EventHandler(this.btn_busqueda_Click); // // groupBox3 // this.groupBox3.Controls.Add(this.procedenciaid); this.groupBox3.Location = new System.Drawing.Point(838, 42); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(131, 75); this.groupBox3.TabIndex = 66; this.groupBox3.TabStop = false; this.groupBox3.Text = "Procedencia"; // // procedenciaid // this.procedenciaid.BackColor = System.Drawing.Color.Transparent; this.procedenciaid.BorderStyle = System.Windows.Forms.BorderStyle.None; this.procedenciaid.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.procedenciaid.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.procedenciaid.FormattingEnabled = true; this.procedenciaid.ItemHeight = 16; this.procedenciaid.Location = new System.Drawing.Point(11, 17); this.procedenciaid.Name = "procedenciaid"; this.procedenciaid.Size = new System.Drawing.Size(108, 48); this.procedenciaid.TabIndex = 62; // // productidold // this.productidold.Location = new System.Drawing.Point(747, 37); this.productidold.MaxLength = 4; this.productidold.Name = "productidold"; this.productidold.Size = new System.Drawing.Size(60, 21); this.productidold.TabIndex = 33; this.productidold.Text = "ventas al exterior"; // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label8.Location = new System.Drawing.Point(632, 40); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(106, 13); this.label8.TabIndex = 34; this.label8.Text = "Codigo Asociado:"; // // chkTodos // this.chkTodos.AutoSize = true; this.chkTodos.ForeColor = System.Drawing.Color.Yellow; this.chkTodos.Location = new System.Drawing.Point(638, 63); this.chkTodos.Name = "chkTodos"; this.chkTodos.Size = new System.Drawing.Size(168, 17); this.chkTodos.TabIndex = 32; this.chkTodos.Text = "Incluir los que no tienen stock"; this.chkTodos.UseVisualStyleBackColor = true; // // colorname // this.colorname.Location = new System.Drawing.Point(797, 12); this.colorname.Name = "colorname"; this.colorname.Size = new System.Drawing.Size(172, 21); this.colorname.TabIndex = 21; this.colorname.Text = "ventas al exterior"; // // colorid // this.colorid.Location = new System.Drawing.Point(748, 12); this.colorid.Name = "colorid"; this.colorid.Size = new System.Drawing.Size(48, 21); this.colorid.TabIndex = 18; this.colorid.Text = "ventas al exterior"; this.colorid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.colorid_KeyDown); // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.Location = new System.Drawing.Point(693, 20); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(40, 13); this.label4.TabIndex = 26; this.label4.Text = "Color:"; // // productname // this.productname.Location = new System.Drawing.Point(282, 98); this.productname.Name = "productname"; this.productname.Size = new System.Drawing.Size(345, 21); this.productname.TabIndex = 17; this.productname.Text = "ventas al exterior"; // // productid // this.productid.Location = new System.Drawing.Point(198, 98); this.productid.MaxLength = 13; this.productid.Name = "productid"; this.productid.Size = new System.Drawing.Size(83, 21); this.productid.TabIndex = 16; this.productid.Text = "ventas al exterior"; this.productid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.productid_KeyDown); // // gruponame // this.gruponame.Location = new System.Drawing.Point(246, 53); this.gruponame.Name = "gruponame"; this.gruponame.Size = new System.Drawing.Size(381, 21); this.gruponame.TabIndex = 13; this.gruponame.Text = "ventas al exterior"; // // grupoid // this.grupoid.Location = new System.Drawing.Point(197, 53); this.grupoid.MaxLength = 4; this.grupoid.Name = "grupoid"; this.grupoid.Size = new System.Drawing.Size(48, 21); this.grupoid.TabIndex = 12; this.grupoid.Text = "ventas al exterior"; this.grupoid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.grupoid_KeyDown); // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label6.Location = new System.Drawing.Point(120, 54); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(69, 13); this.label6.TabIndex = 16; this.label6.Text = "Proveedor:"; // // lineaname // this.lineaname.Location = new System.Drawing.Point(246, 31); this.lineaname.Name = "lineaname"; this.lineaname.Size = new System.Drawing.Size(381, 21); this.lineaname.TabIndex = 11; this.lineaname.Text = "ventas al exterior"; // // lineaid // this.lineaid.Location = new System.Drawing.Point(197, 31); this.lineaid.MaxLength = 3; this.lineaid.Name = "lineaid"; this.lineaid.Size = new System.Drawing.Size(48, 21); this.lineaid.TabIndex = 10; this.lineaid.Text = "ventas al exterior"; this.lineaid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lineaid_KeyDown); // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(145, 32); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(44, 13); this.label3.TabIndex = 13; this.label3.Text = "Línea:"; // // subgrupoid // this.subgrupoid.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.subgrupoid.Location = new System.Drawing.Point(198, 75); this.subgrupoid.MaxLength = 3; this.subgrupoid.Name = "subgrupoid"; this.subgrupoid.Size = new System.Drawing.Size(47, 20); this.subgrupoid.TabIndex = 14; this.subgrupoid.Text = "ventas al exterior"; this.subgrupoid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.subgrupoid_KeyDown); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(127, 103); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(62, 13); this.label1.TabIndex = 21; this.label1.Text = "Producto:"; // // subgruponame // this.subgruponame.Location = new System.Drawing.Point(246, 75); this.subgruponame.Name = "subgruponame"; this.subgruponame.Size = new System.Drawing.Size(381, 21); this.subgruponame.TabIndex = 15; this.subgruponame.Text = "ventas al exterior"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(135, 76); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(54, 13); this.label2.TabIndex = 19; this.label2.Text = "Articulo:"; // // label16 // this.label16.AutoSize = true; this.label16.BackColor = System.Drawing.Color.Transparent; this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label16.ForeColor = System.Drawing.Color.Black; this.label16.Location = new System.Drawing.Point(969, 9); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(42, 13); this.label16.TabIndex = 3; this.label16.Text = "Fecha"; // // Botonera // this.Botonera.CanOverflow = false; this.Botonera.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.Botonera.ImageScalingSize = new System.Drawing.Size(22, 22); this.Botonera.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btn_nuevo, this.btn_cancelar, this.toolStripSeparator1, this.btn_imprimir, this.btn_excel, this.toolStripSeparator2, this.btn_salir}); this.Botonera.Location = new System.Drawing.Point(0, 0); this.Botonera.Name = "Botonera"; this.Botonera.Size = new System.Drawing.Size(1112, 29); this.Botonera.TabIndex = 1; this.Botonera.Text = "ToolStrip1"; // // btn_nuevo // this.btn_nuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_nuevo.Image = global::BapFormulariosNet.Properties.Resources.go_new3; this.btn_nuevo.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.btn_nuevo.ImageTransparentColor = System.Drawing.SystemColors.ButtonFace; this.btn_nuevo.Name = "btn_nuevo"; this.btn_nuevo.Size = new System.Drawing.Size(23, 26); this.btn_nuevo.Text = "Nuevo"; this.btn_nuevo.Click += new System.EventHandler(this.btn_nuevo_Click); // // btn_cancelar // this.btn_cancelar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_cancelar.Image = global::BapFormulariosNet.Properties.Resources.go_undo2; this.btn_cancelar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.btn_cancelar.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_cancelar.Name = "btn_cancelar"; this.btn_cancelar.Size = new System.Drawing.Size(24, 26); this.btn_cancelar.Text = "Cancelar"; this.btn_cancelar.Click += new System.EventHandler(this.btn_cancelar_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 29); // // btn_imprimir // this.btn_imprimir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_imprimir.Image = global::BapFormulariosNet.Properties.Resources.dev_printer; this.btn_imprimir.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_imprimir.Name = "btn_imprimir"; this.btn_imprimir.Size = new System.Drawing.Size(26, 26); this.btn_imprimir.Text = "Imprimir"; this.btn_imprimir.Click += new System.EventHandler(this.btn_imprimir_Click); // // btn_excel // this.btn_excel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_excel.Image = global::BapFormulariosNet.Properties.Resources.btn_excel20; this.btn_excel.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_excel.Name = "btn_excel"; this.btn_excel.Size = new System.Drawing.Size(26, 26); this.btn_excel.Text = "toolStripButton1"; this.btn_excel.ToolTipText = "Excel"; this.btn_excel.Click += new System.EventHandler(this.btn_excel_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 29); // // btn_salir // this.btn_salir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_salir.Image = global::BapFormulariosNet.Properties.Resources.go_out2; this.btn_salir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.btn_salir.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_salir.Name = "btn_salir"; this.btn_salir.Size = new System.Drawing.Size(24, 26); this.btn_salir.Text = "Salir"; this.btn_salir.Click += new System.EventHandler(this.btn_salir_Click); // // CmMenuGrid // this.CmMenuGrid.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.exportarExcelToolStripMenuItem}); this.CmMenuGrid.Name = "CmMenuGrid"; this.CmMenuGrid.Size = new System.Drawing.Size(145, 26); // // exportarExcelToolStripMenuItem // this.exportarExcelToolStripMenuItem.Name = "exportarExcelToolStripMenuItem"; this.exportarExcelToolStripMenuItem.Size = new System.Drawing.Size(144, 22); this.exportarExcelToolStripMenuItem.Text = "Exportar Excel"; this.exportarExcelToolStripMenuItem.Click += new System.EventHandler(this.exportarExcelToolStripMenuItem_Click); // // sfdliquidacion // this.sfdliquidacion.Filter = "Archivos Excel | *.xls"; // // panelControl1 // this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panelControl1.Appearance.BackColor = System.Drawing.Color.Teal; this.panelControl1.Appearance.ForeColor = System.Drawing.Color.White; this.panelControl1.Appearance.Options.UseBackColor = true; this.panelControl1.Appearance.Options.UseForeColor = true; this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.labelControl7); this.panelControl1.Controls.Add(this.localdes); this.panelControl1.Controls.Add(this.btn_busqueda); this.panelControl1.Controls.Add(this.cbomodulo); this.panelControl1.Controls.Add(this.label6); this.panelControl1.Controls.Add(this.label9); this.panelControl1.Controls.Add(this.lineaname); this.panelControl1.Controls.Add(this.grupoid); this.panelControl1.Controls.Add(this.lineaid); this.panelControl1.Controls.Add(this.gruponame); this.panelControl1.Controls.Add(this.groupBox3); this.panelControl1.Controls.Add(this.label3); this.panelControl1.Controls.Add(this.productid); this.panelControl1.Controls.Add(this.productidold); this.panelControl1.Controls.Add(this.subgrupoid); this.panelControl1.Controls.Add(this.label8); this.panelControl1.Controls.Add(this.productname); this.panelControl1.Controls.Add(this.label1); this.panelControl1.Controls.Add(this.chkTodos); this.panelControl1.Controls.Add(this.label4); this.panelControl1.Controls.Add(this.subgruponame); this.panelControl1.Controls.Add(this.colorname); this.panelControl1.Controls.Add(this.colorid); this.panelControl1.Controls.Add(this.label2); this.panelControl1.Location = new System.Drawing.Point(2, 32); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(1109, 124); this.panelControl1.TabIndex = 94; // // labelControl7 // this.labelControl7.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.labelControl7.Location = new System.Drawing.Point(432, 13); this.labelControl7.Name = "labelControl7"; this.labelControl7.Size = new System.Drawing.Size(49, 13); this.labelControl7.TabIndex = 95; this.labelControl7.Text = "» LOCAL:"; // // localdes // this.localdes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.localdes.DropDownWidth = 170; this.localdes.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.localdes.FormattingEnabled = true; this.localdes.Location = new System.Drawing.Point(483, 8); this.localdes.Name = "localdes"; this.localdes.Size = new System.Drawing.Size(144, 21); this.localdes.TabIndex = 94; // // Examinar3 // this.Examinar3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.Examinar3.ContextMenuStrip = this.CmMenuGrid; this.Examinar3.EmbeddedNavigator.Buttons.Append.Enabled = false; this.Examinar3.EmbeddedNavigator.Buttons.Append.Visible = false; this.Examinar3.EmbeddedNavigator.Buttons.CancelEdit.Visible = false; this.Examinar3.EmbeddedNavigator.Buttons.Edit.Visible = false; this.Examinar3.EmbeddedNavigator.Buttons.EndEdit.Visible = false; this.Examinar3.EmbeddedNavigator.Buttons.Remove.Visible = false; this.Examinar3.EmbeddedNavigator.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003; this.Examinar3.Location = new System.Drawing.Point(2, 158); this.Examinar3.MainView = this.gridView1; this.Examinar3.Name = "Examinar3"; this.Examinar3.Size = new System.Drawing.Size(1108, 347); this.Examinar3.TabIndex = 95; this.Examinar3.UseEmbeddedNavigator = true; this.Examinar3.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // gridView1 // this.gridView1.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184))))); this.gridView1.Appearance.ColumnFilterButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204))))); this.gridView1.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184))))); this.gridView1.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.Gray; this.gridView1.Appearance.ColumnFilterButton.Options.UseBackColor = true; this.gridView1.Appearance.ColumnFilterButton.Options.UseBorderColor = true; this.gridView1.Appearance.ColumnFilterButton.Options.UseForeColor = true; this.gridView1.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204))))); this.gridView1.Appearance.ColumnFilterButtonActive.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(181)))), ((int)(((byte)(223)))), ((int)(((byte)(217))))); this.gridView1.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204))))); this.gridView1.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Blue; this.gridView1.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true; this.gridView1.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true; this.gridView1.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true; this.gridView1.Appearance.Empty.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204))))); this.gridView1.Appearance.Empty.Options.UseBackColor = true; this.gridView1.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200))))); this.gridView1.Appearance.FilterCloseButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(138)))), ((int)(((byte)(131))))); this.gridView1.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200))))); this.gridView1.Appearance.FilterCloseButton.ForeColor = System.Drawing.Color.Black; this.gridView1.Appearance.FilterCloseButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal; this.gridView1.Appearance.FilterCloseButton.Options.UseBackColor = true; this.gridView1.Appearance.FilterCloseButton.Options.UseBorderColor = true; this.gridView1.Appearance.FilterCloseButton.Options.UseForeColor = true; this.gridView1.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(48)))), ((int)(((byte)(41))))); this.gridView1.Appearance.FilterPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200))))); this.gridView1.Appearance.FilterPanel.ForeColor = System.Drawing.Color.White; this.gridView1.Appearance.FilterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal; this.gridView1.Appearance.FilterPanel.Options.UseBackColor = true; this.gridView1.Appearance.FilterPanel.Options.UseForeColor = true; this.gridView1.Appearance.FixedLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(2)))), ((int)(((byte)(74)))), ((int)(((byte)(66))))); this.gridView1.Appearance.FixedLine.Options.UseBackColor = true; this.gridView1.Appearance.FocusedCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(224)))), ((int)(((byte)(216))))); this.gridView1.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Black; this.gridView1.Appearance.FocusedCell.Options.UseBackColor = true; this.gridView1.Appearance.FocusedCell.Options.UseForeColor = true; this.gridView1.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); this.gridView1.Appearance.FocusedRow.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); this.gridView1.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White; this.gridView1.Appearance.FocusedRow.Options.UseBackColor = true; this.gridView1.Appearance.FocusedRow.Options.UseForeColor = true; this.gridView1.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184))))); this.gridView1.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184))))); this.gridView1.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Black; this.gridView1.Appearance.FooterPanel.Options.UseBackColor = true; this.gridView1.Appearance.FooterPanel.Options.UseBorderColor = true; this.gridView1.Appearance.FooterPanel.Options.UseForeColor = true; this.gridView1.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184))))); this.gridView1.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184))))); this.gridView1.Appearance.GroupButton.ForeColor = System.Drawing.Color.Black; this.gridView1.Appearance.GroupButton.Options.UseBackColor = true; this.gridView1.Appearance.GroupButton.Options.UseBorderColor = true; this.gridView1.Appearance.GroupButton.Options.UseForeColor = true; this.gridView1.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(202)))), ((int)(((byte)(194))))); this.gridView1.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(202)))), ((int)(((byte)(194))))); this.gridView1.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black; this.gridView1.Appearance.GroupFooter.Options.UseBackColor = true; this.gridView1.Appearance.GroupFooter.Options.UseBorderColor = true; this.gridView1.Appearance.GroupFooter.Options.UseForeColor = true; this.gridView1.Appearance.GroupPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(78)))), ((int)(((byte)(71))))); this.gridView1.Appearance.GroupPanel.BackColor2 = System.Drawing.Color.White; this.gridView1.Appearance.GroupPanel.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold); this.gridView1.Appearance.GroupPanel.ForeColor = System.Drawing.Color.White; this.gridView1.Appearance.GroupPanel.Options.UseBackColor = true; this.gridView1.Appearance.GroupPanel.Options.UseFont = true; this.gridView1.Appearance.GroupPanel.Options.UseForeColor = true; this.gridView1.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(144)))), ((int)(((byte)(136))))); this.gridView1.Appearance.GroupRow.ForeColor = System.Drawing.Color.Maroon; this.gridView1.Appearance.GroupRow.Options.UseBackColor = true; this.gridView1.Appearance.GroupRow.Options.UseForeColor = true; this.gridView1.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184))))); this.gridView1.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184))))); this.gridView1.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold); this.gridView1.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black; this.gridView1.Appearance.HeaderPanel.Options.UseBackColor = true; this.gridView1.Appearance.HeaderPanel.Options.UseBorderColor = true; this.gridView1.Appearance.HeaderPanel.Options.UseFont = true; this.gridView1.Appearance.HeaderPanel.Options.UseForeColor = true; this.gridView1.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.Gray; this.gridView1.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200))))); this.gridView1.Appearance.HideSelectionRow.Options.UseBackColor = true; this.gridView1.Appearance.HideSelectionRow.Options.UseForeColor = true; this.gridView1.Appearance.HorzLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184))))); this.gridView1.Appearance.HorzLine.Options.UseBackColor = true; this.gridView1.Appearance.Preview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(252)))), ((int)(((byte)(244))))); this.gridView1.Appearance.Preview.BackColor2 = System.Drawing.Color.White; this.gridView1.Appearance.Preview.ForeColor = System.Drawing.Color.Navy; this.gridView1.Appearance.Preview.Options.UseBackColor = true; this.gridView1.Appearance.Preview.Options.UseForeColor = true; this.gridView1.Appearance.Row.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(224)))), ((int)(((byte)(216))))); this.gridView1.Appearance.Row.ForeColor = System.Drawing.Color.Black; this.gridView1.Appearance.Row.Options.UseBackColor = true; this.gridView1.Appearance.Row.Options.UseForeColor = true; this.gridView1.Appearance.RowSeparator.BackColor = System.Drawing.Color.White; this.gridView1.Appearance.RowSeparator.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204))))); this.gridView1.Appearance.RowSeparator.Options.UseBackColor = true; this.gridView1.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); this.gridView1.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White; this.gridView1.Appearance.SelectedRow.Options.UseBackColor = true; this.gridView1.Appearance.SelectedRow.Options.UseForeColor = true; this.gridView1.Appearance.TopNewRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(232)))), ((int)(((byte)(226))))); this.gridView1.Appearance.TopNewRow.Options.UseBackColor = true; this.gridView1.Appearance.VertLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184))))); this.gridView1.Appearance.VertLine.Options.UseBackColor = true; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.glineaname, this.gproductid, this.gproductidold, this.gproductname, this.gcolorname, this.gstock, this.gunmed, this.gtitulo, this.gmarcaid, this.gmarcaname, this.gcoleccionid, this.gcoleccionname, this.ggeneroid, this.ggeneroname, this.gcostopromed, this.gcostoultimo, this.gimporte, this.gcompo, this.ggruponame, this.gprocedenciaid, this.fepialmac, this.feuialmac, this.feusprod}); this.gridView1.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] { styleFormatCondition1}); this.gridView1.GridControl = this.Examinar3; this.gridView1.GroupCount = 2; this.gridView1.Name = "gridView1"; this.gridView1.OptionsView.GroupDrawMode = DevExpress.XtraGrid.Views.Grid.GroupDrawMode.Office2003; this.gridView1.PaintStyleName = "Web"; this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] { new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.glineaname, DevExpress.Data.ColumnSortOrder.Ascending), new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.ggruponame, DevExpress.Data.ColumnSortOrder.Ascending)}); // // glineaname // this.glineaname.Caption = "Linea"; this.glineaname.FieldName = "lineaname"; this.glineaname.Name = "glineaname"; this.glineaname.OptionsColumn.AllowEdit = false; this.glineaname.Visible = true; this.glineaname.VisibleIndex = 0; this.glineaname.Width = 70; // // gproductid // this.gproductid.Caption = "Código"; this.gproductid.FieldName = "productid"; this.gproductid.Name = "gproductid"; this.gproductid.OptionsColumn.AllowEdit = false; this.gproductid.Visible = true; this.gproductid.VisibleIndex = 0; this.gproductid.Width = 70; // // gproductidold // this.gproductidold.Caption = "CódAnt"; this.gproductidold.FieldName = "productidold"; this.gproductidold.Name = "gproductidold"; this.gproductidold.OptionsColumn.AllowEdit = false; this.gproductidold.Visible = true; this.gproductidold.VisibleIndex = 12; this.gproductidold.Width = 31; // // gproductname // this.gproductname.Caption = "Producto"; this.gproductname.FieldName = "productname"; this.gproductname.Name = "gproductname"; this.gproductname.OptionsColumn.AllowEdit = false; this.gproductname.Visible = true; this.gproductname.VisibleIndex = 1; this.gproductname.Width = 207; // // gcolorname // this.gcolorname.Caption = "Color"; this.gcolorname.FieldName = "colorname"; this.gcolorname.Name = "gcolorname"; this.gcolorname.OptionsColumn.AllowEdit = false; this.gcolorname.Visible = true; this.gcolorname.VisibleIndex = 2; this.gcolorname.Width = 52; // // gstock // this.gstock.Caption = "Stock"; this.gstock.DisplayFormat.FormatString = "#.00;[#.00];.00"; this.gstock.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.gstock.FieldName = "stock"; this.gstock.Name = "gstock"; this.gstock.OptionsColumn.AllowEdit = false; this.gstock.Visible = true; this.gstock.VisibleIndex = 3; this.gstock.Width = 55; // // gunmed // this.gunmed.Caption = "UnMed"; this.gunmed.FieldName = "unmed"; this.gunmed.Name = "gunmed"; this.gunmed.OptionsColumn.AllowEdit = false; this.gunmed.Visible = true; this.gunmed.VisibleIndex = 4; this.gunmed.Width = 37; // // gtitulo // this.gtitulo.Caption = "Medida"; this.gtitulo.FieldName = "titulo"; this.gtitulo.Name = "gtitulo"; this.gtitulo.OptionsColumn.AllowEdit = false; this.gtitulo.Visible = true; this.gtitulo.VisibleIndex = 7; // // gmarcaid // this.gmarcaid.Caption = "Cod.Marca"; this.gmarcaid.FieldName = "marcaid"; this.gmarcaid.Name = "gmarcaid"; this.gmarcaid.OptionsColumn.AllowEdit = false; // // gmarcaname // this.gmarcaname.Caption = "Marca"; this.gmarcaname.FieldName = "marcaname"; this.gmarcaname.Name = "gmarcaname"; this.gmarcaname.OptionsColumn.AllowEdit = false; this.gmarcaname.Visible = true; this.gmarcaname.VisibleIndex = 8; // // gcoleccionid // this.gcoleccionid.Caption = "Cod.Coleccion"; this.gcoleccionid.FieldName = "colecconid"; this.gcoleccionid.Name = "gcoleccionid"; this.gcoleccionid.OptionsColumn.AllowEdit = false; // // gcoleccionname // this.gcoleccionname.Caption = "Coleccion"; this.gcoleccionname.FieldName = "coleccionname"; this.gcoleccionname.Name = "gcoleccionname"; this.gcoleccionname.OptionsColumn.AllowEdit = false; this.gcoleccionname.Visible = true; this.gcoleccionname.VisibleIndex = 9; // // ggeneroid // this.ggeneroid.Caption = "Cod.Genero"; this.ggeneroid.FieldName = "generoid"; this.ggeneroid.Name = "ggeneroid"; this.ggeneroid.OptionsColumn.AllowEdit = false; // // ggeneroname // this.ggeneroname.Caption = "Genero"; this.ggeneroname.FieldName = "generoname"; this.ggeneroname.Name = "ggeneroname"; this.ggeneroname.OptionsColumn.AllowEdit = false; this.ggeneroname.Visible = true; this.ggeneroname.VisibleIndex = 10; // // gcostopromed // this.gcostopromed.Caption = "CostProm"; this.gcostopromed.DisplayFormat.FormatString = "#.00;[#.00];.00"; this.gcostopromed.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.gcostopromed.FieldName = "costopromed"; this.gcostopromed.Name = "gcostopromed"; this.gcostopromed.OptionsColumn.AllowEdit = false; this.gcostopromed.Width = 47; // // gimporte // this.gimporte.Caption = "Importe"; this.gimporte.DisplayFormat.FormatString = "#.00;[#.00];.00"; this.gimporte.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.gimporte.FieldName = "gimporte"; this.gimporte.Name = "gimporte"; this.gimporte.OptionsColumn.AllowEdit = false; this.gimporte.UnboundExpression = "[stock]*[costopromed]"; this.gimporte.UnboundType = DevExpress.Data.UnboundColumnType.Decimal; this.gimporte.Visible = true; this.gimporte.VisibleIndex = 6; this.gimporte.Width = 59; // // gcompo // this.gcompo.Caption = "Composición"; this.gcompo.FieldName = "compo"; this.gcompo.Name = "gcompo"; this.gcompo.OptionsColumn.AllowEdit = false; this.gcompo.Visible = true; this.gcompo.VisibleIndex = 11; this.gcompo.Width = 88; // // ggruponame // this.ggruponame.Caption = "Grupo"; this.ggruponame.FieldName = "gruponame"; this.ggruponame.Name = "ggruponame"; this.ggruponame.OptionsColumn.AllowEdit = false; this.ggruponame.Visible = true; this.ggruponame.VisibleIndex = 9; this.ggruponame.Width = 34; // // gprocedenciaid // this.gprocedenciaid.Caption = "Procedencia"; this.gprocedenciaid.FieldName = "procedenciaid"; this.gprocedenciaid.Name = "gprocedenciaid"; this.gprocedenciaid.OptionsColumn.AllowEdit = false; this.gprocedenciaid.Width = 20; // // fepialmac // this.fepialmac.Caption = "Primer_Ing_Almac"; this.fepialmac.DisplayFormat.FormatString = "d"; this.fepialmac.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.fepialmac.FieldName = "fepialmac"; this.fepialmac.Name = "fepialmac"; this.fepialmac.OptionsColumn.AllowEdit = false; this.fepialmac.UnboundType = DevExpress.Data.UnboundColumnType.DateTime; this.fepialmac.Visible = true; this.fepialmac.VisibleIndex = 13; // // feuialmac // this.feuialmac.Caption = "Ult_Ing_Almac"; this.feuialmac.DisplayFormat.FormatString = "d"; this.feuialmac.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.feuialmac.FieldName = "feuialmac"; this.feuialmac.Name = "feuialmac"; this.feuialmac.OptionsColumn.AllowEdit = false; this.feuialmac.UnboundType = DevExpress.Data.UnboundColumnType.DateTime; this.feuialmac.Visible = true; this.feuialmac.VisibleIndex = 14; // // feusprod // this.feusprod.Caption = "Ult_Sal_Prod"; this.feusprod.DisplayFormat.FormatString = "d"; this.feusprod.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.feusprod.FieldName = "feusprod"; this.feusprod.Name = "feusprod"; this.feusprod.OptionsColumn.AllowEdit = false; this.feusprod.UnboundType = DevExpress.Data.UnboundColumnType.DateTime; this.feusprod.Visible = true; this.feusprod.VisibleIndex = 15; // // gcostoultimo // this.gcostoultimo.Caption = "CostUltm"; this.gcostoultimo.DisplayFormat.FormatString = "#.00;[#.00];.00"; this.gcostoultimo.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.gcostoultimo.FieldName = "costoultimo"; this.gcostoultimo.Name = "gcostoultimo"; this.gcostoultimo.OptionsColumn.AllowEdit = false; this.gcostoultimo.Visible = true; this.gcostoultimo.VisibleIndex = 5; // // Frm_reporte_productostock // this.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(218)))), ((int)(((byte)(224))))); this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.ClientSize = new System.Drawing.Size(1112, 505); this.Controls.Add(this.Examinar3); this.Controls.Add(this.panelControl1); this.Controls.Add(this.fechadoc); this.Controls.Add(this.label16); this.Controls.Add(this.Botonera); this.DoubleBuffered = true; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.KeyPreview = true; this.Name = "Frm_reporte_productostock"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Stock Consolidado de Productos"; this.Load += new System.EventHandler(this.Frm_reporte_stockrollo_Load); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_reporte_stockrollo_KeyDown); this.groupBox3.ResumeLayout(false); this.Botonera.ResumeLayout(false); this.Botonera.PerformLayout(); this.CmMenuGrid.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.Examinar3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_producto_merc)); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.nserie = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.cenestado = new System.Windows.Forms.RadioListBox(); this.btn_actualizar = new System.Windows.Forms.Button(); this.unmedenvase = new System.Windows.Forms.ComboBox(); this.unidenvase = new System.Windows.Forms.TextBox(); this.label29 = new System.Windows.Forms.Label(); this.label28 = new System.Windows.Forms.Label(); this.precioenvase = new System.Windows.Forms.TextBox(); this.label27 = new System.Windows.Forms.Label(); this.label26 = new System.Windows.Forms.Label(); this.unmed = new System.Windows.Forms.ComboBox(); this.productid = new System.Windows.Forms.TextBox(); this.label14 = new System.Windows.Forms.Label(); this.productname = new System.Windows.Forms.TextBox(); this.peso = new System.Windows.Forms.TextBox(); this.label30 = new System.Windows.Forms.Label(); this.unmedpeso = new System.Windows.Forms.TextBox(); this.label31 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.item = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.moduloid = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.gruponame = new System.Windows.Forms.TextBox(); this.grupoid = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.lineaname = new System.Windows.Forms.TextBox(); this.lineaid = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.subgrupoid = new System.Windows.Forms.TextBox(); this.subgruponame = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.fechadoc = new System.Windows.Forms.DateTimePicker(); this.label11 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.Botonera = new System.Windows.Forms.ToolStrip(); this.btn_nuevo = new System.Windows.Forms.ToolStripButton(); this.btn_editar = new System.Windows.Forms.ToolStripButton(); this.btn_cancelar = new System.Windows.Forms.ToolStripButton(); this.btn_grabar = new System.Windows.Forms.ToolStripButton(); this.btn_eliminar = new System.Windows.Forms.ToolStripButton(); this.btn_imprimir = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.btn_primero = new System.Windows.Forms.ToolStripButton(); this.btn_anterior = new System.Windows.Forms.ToolStripButton(); this.btn_siguiente = new System.Windows.Forms.ToolStripButton(); this.btn_ultimo = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.btn_clave = new System.Windows.Forms.ToolStripButton(); this.btn_log = new System.Windows.Forms.ToolStripButton(); this.btn_salir = new System.Windows.Forms.ToolStripButton(); this.btn_foto = new System.Windows.Forms.ToolStripButton(); this.dgb_productos = new System.Windows.Forms.DataGridView(); this.codigo = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.producto = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.mcompra = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.mconsumo = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.mod = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.status = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pes = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.precioenvas = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colorid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colorname = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.marcaid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.coleccionid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.temporadaid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.categoriaid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.generoid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tejidoid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.telaid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.coltalla = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.coltallaname = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.moneda = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.unmedpes = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.unidenvas = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.etiquetaname = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tallaid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.precventa = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.precvent2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.precvent3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.precvent4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.precvent5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.precventant = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.conce = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.diluc = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ctacte = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.compo = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.titulo = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.foto = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.productidold = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.lineai = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.grupoi = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.subgrupoi = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ite = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.codctadebe = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.codctahaber = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.usuar = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.fepialmac = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.feuialmac = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.gruponam = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.lineanam = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.subgruponam = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.marcaname = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.coleccionname = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.generoname = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.temporadaname = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.categorianame = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tallaname = new System.Windows.Forms.DataGridViewTextBoxColumn(); this._procedenciaid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this._nserie = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.btn_busqueda = new System.Windows.Forms.Button(); this.label5 = new System.Windows.Forms.Label(); this.txt_criterio = new System.Windows.Forms.TextBox(); this.shapeContainer1 = new Microsoft.VisualBasic.PowerPacks.ShapeContainer(); this.lineShape1 = new Microsoft.VisualBasic.PowerPacks.LineShape(); this.go_foto = new System.Windows.Forms.PictureBox(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.groupBox1.SuspendLayout(); this.panel1.SuspendLayout(); this.Botonera.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgb_productos)).BeginInit(); this.groupBox4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.go_foto)).BeginInit(); this.SuspendLayout(); // // groupBox2 // this.groupBox2.Controls.Add(this.nserie); this.groupBox2.Controls.Add(this.label7); this.groupBox2.Controls.Add(this.groupBox3); this.groupBox2.Controls.Add(this.btn_actualizar); this.groupBox2.Controls.Add(this.unmedenvase); this.groupBox2.Controls.Add(this.unidenvase); this.groupBox2.Controls.Add(this.label29); this.groupBox2.Controls.Add(this.label28); this.groupBox2.Controls.Add(this.precioenvase); this.groupBox2.Controls.Add(this.label27); this.groupBox2.Controls.Add(this.label26); this.groupBox2.Controls.Add(this.unmed); this.groupBox2.Controls.Add(this.productid); this.groupBox2.Controls.Add(this.label14); this.groupBox2.Controls.Add(this.productname); this.groupBox2.Location = new System.Drawing.Point(8, 194); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(623, 206); this.groupBox2.TabIndex = 23; this.groupBox2.TabStop = false; this.groupBox2.Text = "Datos"; this.groupBox2.Enter += new System.EventHandler(this.groupBox2_Enter); // // nserie // this.nserie.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.nserie.Location = new System.Drawing.Point(89, 64); this.nserie.MaxLength = 50; this.nserie.Name = "nserie"; this.nserie.Size = new System.Drawing.Size(226, 20); this.nserie.TabIndex = 67; this.nserie.TextChanged += new System.EventHandler(this.nserie_TextChanged); // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label7.Location = new System.Drawing.Point(39, 66); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(40, 13); this.label7.TabIndex = 66; this.label7.Text = "Serie:"; // // groupBox3 // this.groupBox3.Controls.Add(this.cenestado); this.groupBox3.Location = new System.Drawing.Point(78, 128); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(146, 62); this.groupBox3.TabIndex = 65; this.groupBox3.TabStop = false; this.groupBox3.Text = "Procedencia"; // // cenestado // this.cenestado.BackColor = System.Drawing.Color.Transparent; this.cenestado.BorderStyle = System.Windows.Forms.BorderStyle.None; this.cenestado.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cenestado.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cenestado.FormattingEnabled = true; this.cenestado.ItemHeight = 16; this.cenestado.Location = new System.Drawing.Point(15, 20); this.cenestado.Name = "cenestado"; this.cenestado.Size = new System.Drawing.Size(108, 32); this.cenestado.TabIndex = 62; // // btn_actualizar // this.btn_actualizar.Cursor = System.Windows.Forms.Cursors.Hand; this.btn_actualizar.FlatAppearance.BorderSize = 0; this.btn_actualizar.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_actualizar.Image = global::BapFormulariosNet.Properties.Resources.go_update2; this.btn_actualizar.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.btn_actualizar.Location = new System.Drawing.Point(589, 98); this.btn_actualizar.Name = "btn_actualizar"; this.btn_actualizar.Size = new System.Drawing.Size(22, 23); this.btn_actualizar.TabIndex = 61; this.btn_actualizar.UseVisualStyleBackColor = true; this.btn_actualizar.Click += new System.EventHandler(this.btn_actualizar_Click); // // unmedenvase // this.unmedenvase.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.unmedenvase.FormattingEnabled = true; this.unmedenvase.Location = new System.Drawing.Point(435, 98); this.unmedenvase.Name = "unmedenvase"; this.unmedenvase.Size = new System.Drawing.Size(148, 21); this.unmedenvase.TabIndex = 60; this.unmedenvase.SelectedIndexChanged += new System.EventHandler(this.unmedenvase_SelectedIndexChanged); // // unidenvase // this.unidenvase.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.unidenvase.Location = new System.Drawing.Point(509, 148); this.unidenvase.Name = "unidenvase"; this.unidenvase.Size = new System.Drawing.Size(74, 20); this.unidenvase.TabIndex = 47; this.unidenvase.Text = "Equivalente"; // // label29 // this.label29.AutoSize = true; this.label29.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label29.Location = new System.Drawing.Point(426, 151); this.label29.Name = "label29"; this.label29.Size = new System.Drawing.Size(78, 13); this.label29.TabIndex = 55; this.label29.Text = "Equivalente:"; // // label28 // this.label28.AutoSize = true; this.label28.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label28.Location = new System.Drawing.Point(333, 102); this.label28.Name = "label28"; this.label28.Size = new System.Drawing.Size(99, 13); this.label28.TabIndex = 53; this.label28.Text = "Se Consume en:"; // // precioenvase // this.precioenvase.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.precioenvase.Location = new System.Drawing.Point(509, 125); this.precioenvase.Name = "precioenvase"; this.precioenvase.Size = new System.Drawing.Size(74, 20); this.precioenvase.TabIndex = 45; this.precioenvase.Text = "S/."; // // label27 // this.label27.AutoSize = true; this.label27.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label27.Location = new System.Drawing.Point(412, 128); this.label27.Name = "label27"; this.label27.Size = new System.Drawing.Size(93, 13); this.label27.TabIndex = 51; this.label27.Text = "Precio Compra:"; // // label26 // this.label26.AutoSize = true; this.label26.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label26.Location = new System.Drawing.Point(73, 102); this.label26.Name = "label26"; this.label26.Size = new System.Drawing.Size(90, 13); this.label26.TabIndex = 50; this.label26.Text = "Se Compra en:"; // // unmed // this.unmed.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.unmed.FormattingEnabled = true; this.unmed.Location = new System.Drawing.Point(167, 99); this.unmed.Name = "unmed"; this.unmed.Size = new System.Drawing.Size(148, 21); this.unmed.TabIndex = 44; this.unmed.SelectedIndexChanged += new System.EventHandler(this.unmed_SelectedIndexChanged); // // productid // this.productid.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.productid.Location = new System.Drawing.Point(89, 14); this.productid.MaxLength = 13; this.productid.Name = "productid"; this.productid.Size = new System.Drawing.Size(105, 20); this.productid.TabIndex = 24; this.productid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.productid_KeyDown); this.productid.KeyUp += new System.Windows.Forms.KeyEventHandler(this.productid_KeyUp); // // label14 // this.label14.AutoSize = true; this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label14.Location = new System.Drawing.Point(19, 29); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(62, 13); this.label14.TabIndex = 23; this.label14.Text = "Producto:"; // // productname // this.productname.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.productname.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.productname.Location = new System.Drawing.Point(89, 36); this.productname.Multiline = true; this.productname.Name = "productname"; this.productname.Size = new System.Drawing.Size(520, 22); this.productname.TabIndex = 25; this.productname.TextChanged += new System.EventHandler(this.productname_TextChanged); // // peso // this.peso.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.peso.Location = new System.Drawing.Point(366, 650); this.peso.Name = "peso"; this.peso.Size = new System.Drawing.Size(124, 20); this.peso.TabIndex = 49; this.peso.Text = "ventas al exterior"; // // label30 // this.label30.AutoSize = true; this.label30.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label30.Location = new System.Drawing.Point(299, 650); this.label30.Name = "label30"; this.label30.Size = new System.Drawing.Size(61, 13); this.label30.TabIndex = 59; this.label30.Text = "Med. Peso:"; // // unmedpeso // this.unmedpeso.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.unmedpeso.Location = new System.Drawing.Point(112, 650); this.unmedpeso.Name = "unmedpeso"; this.unmedpeso.Size = new System.Drawing.Size(148, 20); this.unmedpeso.TabIndex = 48; this.unmedpeso.Text = "ventas al exterior"; // // label31 // this.label31.AutoSize = true; this.label31.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label31.Location = new System.Drawing.Point(28, 650); this.label31.Name = "label31"; this.label31.Size = new System.Drawing.Size(62, 13); this.label31.TabIndex = 57; this.label31.Text = "Unid. Peso:"; // // groupBox1 // this.groupBox1.Controls.Add(this.item); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.moduloid); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.gruponame); this.groupBox1.Controls.Add(this.grupoid); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.lineaname); this.groupBox1.Controls.Add(this.lineaid); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.subgrupoid); this.groupBox1.Controls.Add(this.subgruponame); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupBox1.Location = new System.Drawing.Point(9, 69); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(391, 122); this.groupBox1.TabIndex = 8; this.groupBox1.TabStop = false; this.groupBox1.Text = "Codigo"; // // item // this.item.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.item.Location = new System.Drawing.Point(92, 98); this.item.Name = "item"; this.item.Size = new System.Drawing.Size(46, 20); this.item.TabIndex = 19; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.Location = new System.Drawing.Point(47, 101); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(35, 13); this.label4.TabIndex = 25; this.label4.Text = "Item:"; // // moduloid // this.moduloid.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.moduloid.Location = new System.Drawing.Point(92, 13); this.moduloid.Name = "moduloid"; this.moduloid.Size = new System.Drawing.Size(48, 20); this.moduloid.TabIndex = 10; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(23, 16); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(59, 13); this.label1.TabIndex = 9; this.label1.Text = "Almacén:"; // // gruponame // this.gruponame.Location = new System.Drawing.Point(142, 55); this.gruponame.Name = "gruponame"; this.gruponame.Size = new System.Drawing.Size(191, 20); this.gruponame.TabIndex = 16; // // grupoid // this.grupoid.Location = new System.Drawing.Point(92, 55); this.grupoid.Name = "grupoid"; this.grupoid.Size = new System.Drawing.Size(48, 20); this.grupoid.TabIndex = 15; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label6.Location = new System.Drawing.Point(36, 58); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(46, 13); this.label6.TabIndex = 14; this.label6.Text = "Marca:"; // // lineaname // this.lineaname.Location = new System.Drawing.Point(142, 34); this.lineaname.Name = "lineaname"; this.lineaname.Size = new System.Drawing.Size(150, 20); this.lineaname.TabIndex = 13; // // lineaid // this.lineaid.Location = new System.Drawing.Point(92, 34); this.lineaid.Name = "lineaid"; this.lineaid.Size = new System.Drawing.Size(48, 20); this.lineaid.TabIndex = 12; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(38, 37); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(44, 13); this.label3.TabIndex = 11; this.label3.Text = "Línea:"; // // subgrupoid // this.subgrupoid.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.subgrupoid.Location = new System.Drawing.Point(92, 76); this.subgrupoid.MaxLength = 3; this.subgrupoid.Name = "subgrupoid"; this.subgrupoid.Size = new System.Drawing.Size(47, 20); this.subgrupoid.TabIndex = 17; this.subgrupoid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.subgrupoid_KeyDown); // // subgruponame // this.subgruponame.Location = new System.Drawing.Point(142, 76); this.subgruponame.Name = "subgruponame"; this.subgruponame.Size = new System.Drawing.Size(243, 20); this.subgruponame.TabIndex = 18; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(30, 79); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(52, 13); this.label2.TabIndex = 19; this.label2.Text = "Modelo:"; // // panel1 // this.panel1.BackColor = System.Drawing.Color.White; this.panel1.BackgroundImage = global::BapFormulariosNet.Properties.Resources.bannerblue2; this.panel1.Controls.Add(this.fechadoc); this.panel1.Controls.Add(this.label11); this.panel1.Controls.Add(this.label16); this.panel1.Location = new System.Drawing.Point(0, 32); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1286, 34); this.panel1.TabIndex = 2; // // fechadoc // this.fechadoc.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.fechadoc.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.fechadoc.Location = new System.Drawing.Point(1194, 8); this.fechadoc.Name = "fechadoc"; this.fechadoc.Size = new System.Drawing.Size(80, 20); this.fechadoc.TabIndex = 4; this.fechadoc.Value = new System.DateTime(2012, 12, 19, 0, 0, 0, 0); // // label11 // this.label11.AutoSize = true; this.label11.BackColor = System.Drawing.Color.Transparent; this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label11.ForeColor = System.Drawing.Color.White; this.label11.Location = new System.Drawing.Point(562, 4); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(137, 24); this.label11.TabIndex = 5; this.label11.Text = "PRODUCTOS"; // // label16 // this.label16.AutoSize = true; this.label16.BackColor = System.Drawing.Color.Transparent; this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label16.ForeColor = System.Drawing.Color.White; this.label16.Location = new System.Drawing.Point(1149, 12); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(42, 13); this.label16.TabIndex = 3; this.label16.Text = "Fecha"; // // Botonera // this.Botonera.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.Botonera.ImageScalingSize = new System.Drawing.Size(22, 22); this.Botonera.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btn_nuevo, this.btn_editar, this.btn_cancelar, this.btn_grabar, this.btn_eliminar, this.btn_imprimir, this.toolStripSeparator1, this.btn_primero, this.btn_anterior, this.btn_siguiente, this.btn_ultimo, this.toolStripSeparator2, this.btn_clave, this.btn_log, this.btn_salir, this.btn_foto}); this.Botonera.Location = new System.Drawing.Point(0, 0); this.Botonera.Name = "Botonera"; this.Botonera.Size = new System.Drawing.Size(1286, 29); this.Botonera.TabIndex = 1; this.Botonera.Text = "ToolStrip1"; // // btn_nuevo // this.btn_nuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_nuevo.Image = global::BapFormulariosNet.Properties.Resources.go_new3; this.btn_nuevo.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.btn_nuevo.ImageTransparentColor = System.Drawing.SystemColors.ButtonFace; this.btn_nuevo.Name = "btn_nuevo"; this.btn_nuevo.Size = new System.Drawing.Size(23, 26); this.btn_nuevo.Text = "Nuevo"; this.btn_nuevo.ToolTipText = "Nuevo (Ctrl + N)"; this.btn_nuevo.Click += new System.EventHandler(this.btn_nuevo_Click); // // btn_editar // this.btn_editar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_editar.Image = global::BapFormulariosNet.Properties.Resources.Edit; this.btn_editar.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_editar.Name = "btn_editar"; this.btn_editar.Size = new System.Drawing.Size(26, 26); this.btn_editar.Text = "Editar"; this.btn_editar.Click += new System.EventHandler(this.btn_editar_Click); // // btn_cancelar // this.btn_cancelar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_cancelar.Image = global::BapFormulariosNet.Properties.Resources.go_undo2; this.btn_cancelar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.btn_cancelar.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_cancelar.Name = "btn_cancelar"; this.btn_cancelar.Size = new System.Drawing.Size(24, 26); this.btn_cancelar.Text = "Cancelar"; this.btn_cancelar.Click += new System.EventHandler(this.btn_cancelar_Click); // // btn_grabar // this.btn_grabar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_grabar.Image = ((System.Drawing.Image)(resources.GetObject("btn_grabar.Image"))); this.btn_grabar.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_grabar.Name = "btn_grabar"; this.btn_grabar.Size = new System.Drawing.Size(26, 26); this.btn_grabar.Text = "Grabar"; this.btn_grabar.ToolTipText = "Grabar (Ctrl + G)"; this.btn_grabar.Click += new System.EventHandler(this.btn_grabar_Click); // // btn_eliminar // this.btn_eliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_eliminar.Image = ((System.Drawing.Image)(resources.GetObject("btn_eliminar.Image"))); this.btn_eliminar.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_eliminar.Name = "btn_eliminar"; this.btn_eliminar.Size = new System.Drawing.Size(26, 26); this.btn_eliminar.Text = "Eliminar"; this.btn_eliminar.Click += new System.EventHandler(this.btn_eliminar_Click); // // btn_imprimir // this.btn_imprimir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_imprimir.Image = global::BapFormulariosNet.Properties.Resources.dev_printer; this.btn_imprimir.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_imprimir.Name = "btn_imprimir"; this.btn_imprimir.Size = new System.Drawing.Size(26, 26); this.btn_imprimir.Text = "Imprimir"; this.btn_imprimir.Click += new System.EventHandler(this.btn_imprimir_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 29); // // btn_primero // this.btn_primero.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_primero.Image = global::BapFormulariosNet.Properties.Resources.go_first2; this.btn_primero.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_primero.Name = "btn_primero"; this.btn_primero.Size = new System.Drawing.Size(26, 26); this.btn_primero.Text = "Primero"; this.btn_primero.Click += new System.EventHandler(this.btn_primero_Click); // // btn_anterior // this.btn_anterior.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_anterior.Image = global::BapFormulariosNet.Properties.Resources.go_previous2; this.btn_anterior.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_anterior.Name = "btn_anterior"; this.btn_anterior.Size = new System.Drawing.Size(26, 26); this.btn_anterior.Text = "Anterior"; this.btn_anterior.Click += new System.EventHandler(this.btn_anterior_Click); // // btn_siguiente // this.btn_siguiente.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_siguiente.Image = global::BapFormulariosNet.Properties.Resources.go_next2; this.btn_siguiente.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_siguiente.Name = "btn_siguiente"; this.btn_siguiente.Size = new System.Drawing.Size(26, 26); this.btn_siguiente.Text = "Siguiente"; this.btn_siguiente.Click += new System.EventHandler(this.btn_siguiente_Click); // // btn_ultimo // this.btn_ultimo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_ultimo.Image = global::BapFormulariosNet.Properties.Resources.go_last2; this.btn_ultimo.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_ultimo.Name = "btn_ultimo"; this.btn_ultimo.Size = new System.Drawing.Size(26, 26); this.btn_ultimo.Text = "Ultimo"; this.btn_ultimo.Click += new System.EventHandler(this.btn_ultimo_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 29); // // btn_clave // this.btn_clave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_clave.Image = global::BapFormulariosNet.Properties.Resources.btn_Lock20; this.btn_clave.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_clave.Name = "btn_clave"; this.btn_clave.Size = new System.Drawing.Size(26, 26); this.btn_clave.Text = "toolStripButton1"; this.btn_clave.ToolTipText = "Clave Administrador"; this.btn_clave.Click += new System.EventHandler(this.btn_clave_Click); // // btn_log // this.btn_log.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_log.Image = ((System.Drawing.Image)(resources.GetObject("btn_log.Image"))); this.btn_log.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_log.Name = "btn_log"; this.btn_log.Size = new System.Drawing.Size(26, 26); this.btn_log.Text = "Auditoria"; this.btn_log.Click += new System.EventHandler(this.btn_log_Click); // // btn_salir // this.btn_salir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_salir.Image = global::BapFormulariosNet.Properties.Resources.go_out2; this.btn_salir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.btn_salir.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_salir.Name = "btn_salir"; this.btn_salir.Size = new System.Drawing.Size(24, 26); this.btn_salir.Text = "Salir"; this.btn_salir.Click += new System.EventHandler(this.btn_salir_Click); // // btn_foto // this.btn_foto.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_foto.Image = global::BapFormulariosNet.Properties.Resources.Camera__3_; this.btn_foto.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_foto.Name = "btn_foto"; this.btn_foto.Size = new System.Drawing.Size(26, 26); this.btn_foto.Text = "toolStripButton1"; this.btn_foto.Click += new System.EventHandler(this.btn_foto_Click); // // dgb_productos // this.dgb_productos.AllowUserToAddRows = false; this.dgb_productos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgb_productos.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.codigo, this.producto, this.mcompra, this.mconsumo, this.mod, this.status, this.pes, this.precioenvas, this.colorid, this.colorname, this.marcaid, this.coleccionid, this.temporadaid, this.categoriaid, this.generoid, this.tejidoid, this.telaid, this.coltalla, this.coltallaname, this.moneda, this.unmedpes, this.unidenvas, this.etiquetaname, this.tallaid, this.precventa, this.precvent2, this.precvent3, this.precvent4, this.precvent5, this.precventant, this.conce, this.diluc, this.ctacte, this.compo, this.titulo, this.foto, this.productidold, this.lineai, this.grupoi, this.subgrupoi, this.ite, this.codctadebe, this.codctahaber, this.usuar, this.fepialmac, this.feuialmac, this.gruponam, this.lineanam, this.subgruponam, this.marcaname, this.coleccionname, this.generoname, this.temporadaname, this.categorianame, this.tallaname, this._procedenciaid, this._nserie}); this.dgb_productos.Location = new System.Drawing.Point(652, 157); this.dgb_productos.Name = "dgb_productos"; this.dgb_productos.ReadOnly = true; this.dgb_productos.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgb_productos.Size = new System.Drawing.Size(623, 257); this.dgb_productos.TabIndex = 60; this.dgb_productos.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgb_productos_CellClick); this.dgb_productos.KeyUp += new System.Windows.Forms.KeyEventHandler(this.dgb_productos_KeyUp); // // codigo // this.codigo.DataPropertyName = "productid"; this.codigo.HeaderText = "Codigo"; this.codigo.Name = "codigo"; this.codigo.ReadOnly = true; // // producto // this.producto.DataPropertyName = "productname"; this.producto.HeaderText = "Producto"; this.producto.Name = "producto"; this.producto.ReadOnly = true; this.producto.Width = 280; // // mcompra // this.mcompra.DataPropertyName = "unmed"; this.mcompra.HeaderText = "M-Compra"; this.mcompra.Name = "mcompra"; this.mcompra.ReadOnly = true; // // mconsumo // this.mconsumo.DataPropertyName = "unmedenvase"; this.mconsumo.HeaderText = "M-Consumo"; this.mconsumo.Name = "mconsumo"; this.mconsumo.ReadOnly = true; // // mod // this.mod.DataPropertyName = "moduloid"; this.mod.HeaderText = "Modulo"; this.mod.Name = "mod"; this.mod.ReadOnly = true; this.mod.Visible = false; // // status // this.status.DataPropertyName = "status"; this.status.HeaderText = "status"; this.status.Name = "status"; this.status.ReadOnly = true; this.status.Visible = false; // // pes // this.pes.DataPropertyName = "peso"; this.pes.HeaderText = "Peso"; this.pes.Name = "pes"; this.pes.ReadOnly = true; this.pes.Visible = false; // // precioenvas // this.precioenvas.DataPropertyName = "precioenvase"; this.precioenvas.HeaderText = "presioenvase"; this.precioenvas.Name = "precioenvas"; this.precioenvas.ReadOnly = true; this.precioenvas.Visible = false; // // colorid // this.colorid.DataPropertyName = "colorid"; this.colorid.HeaderText = "colorid"; this.colorid.Name = "colorid"; this.colorid.ReadOnly = true; this.colorid.Visible = false; // // colorname // this.colorname.DataPropertyName = "colorname"; this.colorname.HeaderText = "colorname"; this.colorname.Name = "colorname"; this.colorname.ReadOnly = true; this.colorname.Visible = false; // // marcaid // this.marcaid.DataPropertyName = "marcaid"; this.marcaid.HeaderText = "marcaid"; this.marcaid.Name = "marcaid"; this.marcaid.ReadOnly = true; this.marcaid.Visible = false; // // coleccionid // this.coleccionid.DataPropertyName = "coleccionid"; this.coleccionid.HeaderText = "coleccionid"; this.coleccionid.Name = "coleccionid"; this.coleccionid.ReadOnly = true; this.coleccionid.Visible = false; // // temporadaid // this.temporadaid.DataPropertyName = "temporadaid"; this.temporadaid.HeaderText = "temporadaid"; this.temporadaid.Name = "temporadaid"; this.temporadaid.ReadOnly = true; this.temporadaid.Visible = false; // // categoriaid // this.categoriaid.DataPropertyName = "categoriaid"; this.categoriaid.HeaderText = "categoriaid"; this.categoriaid.Name = "categoriaid"; this.categoriaid.ReadOnly = true; this.categoriaid.Visible = false; // // generoid // this.generoid.DataPropertyName = "generoid"; this.generoid.HeaderText = "generoid"; this.generoid.Name = "generoid"; this.generoid.ReadOnly = true; this.generoid.Visible = false; // // tejidoid // this.tejidoid.DataPropertyName = "tejidoid"; this.tejidoid.HeaderText = "tejidoid"; this.tejidoid.Name = "tejidoid"; this.tejidoid.ReadOnly = true; this.tejidoid.Visible = false; // // telaid // this.telaid.DataPropertyName = "telaid"; this.telaid.HeaderText = "telaid"; this.telaid.Name = "telaid"; this.telaid.ReadOnly = true; this.telaid.Visible = false; // // coltalla // this.coltalla.DataPropertyName = "coltalla"; this.coltalla.HeaderText = "coltalla"; this.coltalla.Name = "coltalla"; this.coltalla.ReadOnly = true; this.coltalla.Visible = false; // // coltallaname // this.coltallaname.DataPropertyName = "coltallaname"; this.coltallaname.HeaderText = "coltallaname"; this.coltallaname.Name = "coltallaname"; this.coltallaname.ReadOnly = true; this.coltallaname.Visible = false; // // moneda // this.moneda.DataPropertyName = "moneda"; this.moneda.HeaderText = "moneda"; this.moneda.Name = "moneda"; this.moneda.ReadOnly = true; this.moneda.Visible = false; // // unmedpes // this.unmedpes.DataPropertyName = "unmedpeso"; this.unmedpes.HeaderText = "unmedpeso"; this.unmedpes.Name = "unmedpes"; this.unmedpes.ReadOnly = true; this.unmedpes.Visible = false; // // unidenvas // this.unidenvas.DataPropertyName = "unidenvase"; this.unidenvas.HeaderText = "unidenvase"; this.unidenvas.Name = "unidenvas"; this.unidenvas.ReadOnly = true; this.unidenvas.Visible = false; // // etiquetaname // this.etiquetaname.DataPropertyName = "etiquetaname"; this.etiquetaname.HeaderText = "etiquetaname"; this.etiquetaname.Name = "etiquetaname"; this.etiquetaname.ReadOnly = true; this.etiquetaname.Visible = false; // // tallaid // this.tallaid.DataPropertyName = "tallaid"; this.tallaid.HeaderText = "tallaid"; this.tallaid.Name = "tallaid"; this.tallaid.ReadOnly = true; this.tallaid.Visible = false; // // precventa // this.precventa.DataPropertyName = "precventa"; this.precventa.HeaderText = "precventa"; this.precventa.Name = "precventa"; this.precventa.ReadOnly = true; this.precventa.Visible = false; // // precvent2 // this.precvent2.DataPropertyName = "precvent2"; this.precvent2.HeaderText = "precvent2"; this.precvent2.Name = "precvent2"; this.precvent2.ReadOnly = true; this.precvent2.Visible = false; // // precvent3 // this.precvent3.DataPropertyName = "precvent3"; this.precvent3.HeaderText = "precvent3"; this.precvent3.Name = "precvent3"; this.precvent3.ReadOnly = true; this.precvent3.Visible = false; // // precvent4 // this.precvent4.DataPropertyName = "precvent4"; this.precvent4.HeaderText = "precvent4"; this.precvent4.Name = "precvent4"; this.precvent4.ReadOnly = true; this.precvent4.Visible = false; // // precvent5 // this.precvent5.DataPropertyName = "precvent5"; this.precvent5.HeaderText = "precvent5"; this.precvent5.Name = "precvent5"; this.precvent5.ReadOnly = true; this.precvent5.Visible = false; // // precventant // this.precventant.DataPropertyName = "precventant"; this.precventant.HeaderText = "precventtant"; this.precventant.Name = "precventant"; this.precventant.ReadOnly = true; this.precventant.Visible = false; // // conce // this.conce.DataPropertyName = "conce"; this.conce.HeaderText = "conce"; this.conce.Name = "conce"; this.conce.ReadOnly = true; this.conce.Visible = false; // // diluc // this.diluc.DataPropertyName = "diluc"; this.diluc.HeaderText = "diluc"; this.diluc.Name = "diluc"; this.diluc.ReadOnly = true; this.diluc.Visible = false; // // ctacte // this.ctacte.DataPropertyName = "ctacte"; this.ctacte.HeaderText = "ctacte"; this.ctacte.Name = "ctacte"; this.ctacte.ReadOnly = true; this.ctacte.Visible = false; // // compo // this.compo.DataPropertyName = "compo"; this.compo.HeaderText = "compo"; this.compo.Name = "compo"; this.compo.ReadOnly = true; this.compo.Visible = false; // // titulo // this.titulo.DataPropertyName = "titulo"; this.titulo.HeaderText = "titulo"; this.titulo.Name = "titulo"; this.titulo.ReadOnly = true; this.titulo.Visible = false; // // foto // this.foto.DataPropertyName = "foto"; this.foto.HeaderText = "foto"; this.foto.Name = "foto"; this.foto.ReadOnly = true; this.foto.Visible = false; // // productidold // this.productidold.DataPropertyName = "productidold"; this.productidold.HeaderText = "productidold"; this.productidold.Name = "productidold"; this.productidold.ReadOnly = true; this.productidold.Visible = false; // // lineai // this.lineai.DataPropertyName = "lineaid"; this.lineai.HeaderText = "lineaid"; this.lineai.Name = "lineai"; this.lineai.ReadOnly = true; this.lineai.Visible = false; // // grupoi // this.grupoi.DataPropertyName = "grupoid"; this.grupoi.HeaderText = "grupoid"; this.grupoi.Name = "grupoi"; this.grupoi.ReadOnly = true; this.grupoi.Visible = false; // // subgrupoi // this.subgrupoi.DataPropertyName = "subgrupoid"; this.subgrupoi.HeaderText = "subgrupoid"; this.subgrupoi.Name = "subgrupoi"; this.subgrupoi.ReadOnly = true; this.subgrupoi.Visible = false; // // ite // this.ite.DataPropertyName = "item"; this.ite.HeaderText = "item"; this.ite.Name = "ite"; this.ite.ReadOnly = true; this.ite.Visible = false; // // codctadebe // this.codctadebe.DataPropertyName = "codctadebe"; this.codctadebe.HeaderText = "codctadebe"; this.codctadebe.Name = "codctadebe"; this.codctadebe.ReadOnly = true; this.codctadebe.Visible = false; // // codctahaber // this.codctahaber.DataPropertyName = "codctahaber"; this.codctahaber.HeaderText = "codctahaber"; this.codctahaber.Name = "codctahaber"; this.codctahaber.ReadOnly = true; this.codctahaber.Visible = false; // // usuar // this.usuar.DataPropertyName = "usuar"; this.usuar.HeaderText = "usuar"; this.usuar.Name = "usuar"; this.usuar.ReadOnly = true; this.usuar.Visible = false; // // fepialmac // this.fepialmac.DataPropertyName = "fepialmac"; this.fepialmac.HeaderText = "fepialmac"; this.fepialmac.Name = "fepialmac"; this.fepialmac.ReadOnly = true; this.fepialmac.Visible = false; // // feuialmac // this.feuialmac.DataPropertyName = "feuialmac"; this.feuialmac.HeaderText = "feuialmac"; this.feuialmac.Name = "feuialmac"; this.feuialmac.ReadOnly = true; this.feuialmac.Visible = false; // // gruponam // this.gruponam.DataPropertyName = "gruponame"; this.gruponam.HeaderText = "gruponame"; this.gruponam.Name = "gruponam"; this.gruponam.ReadOnly = true; this.gruponam.Visible = false; // // lineanam // this.lineanam.DataPropertyName = "lineaname"; this.lineanam.HeaderText = "lineaname"; this.lineanam.Name = "lineanam"; this.lineanam.ReadOnly = true; this.lineanam.Visible = false; // // subgruponam // this.subgruponam.DataPropertyName = "subgruponame"; this.subgruponam.HeaderText = "subgruponame"; this.subgruponam.Name = "subgruponam"; this.subgruponam.ReadOnly = true; this.subgruponam.Visible = false; // // marcaname // this.marcaname.DataPropertyName = "marcaname"; this.marcaname.HeaderText = "marcaname"; this.marcaname.Name = "marcaname"; this.marcaname.ReadOnly = true; this.marcaname.Visible = false; // // coleccionname // this.coleccionname.DataPropertyName = "coleccionname"; this.coleccionname.HeaderText = "coleccionname"; this.coleccionname.Name = "coleccionname"; this.coleccionname.ReadOnly = true; this.coleccionname.Visible = false; // // generoname // this.generoname.DataPropertyName = "generoname"; this.generoname.HeaderText = "generoname"; this.generoname.Name = "generoname"; this.generoname.ReadOnly = true; this.generoname.Visible = false; // // temporadaname // this.temporadaname.DataPropertyName = "temporadaname"; this.temporadaname.HeaderText = "temporadaname"; this.temporadaname.Name = "temporadaname"; this.temporadaname.ReadOnly = true; this.temporadaname.Visible = false; // // categorianame // this.categorianame.DataPropertyName = "categorianame"; this.categorianame.HeaderText = "categorianame"; this.categorianame.Name = "categorianame"; this.categorianame.ReadOnly = true; this.categorianame.Visible = false; // // tallaname // this.tallaname.DataPropertyName = "tallaname"; this.tallaname.HeaderText = "tallaname"; this.tallaname.Name = "tallaname"; this.tallaname.ReadOnly = true; this.tallaname.Visible = false; // // _procedenciaid // this._procedenciaid.DataPropertyName = "procedenciaid"; this._procedenciaid.HeaderText = "procedenciaid"; this._procedenciaid.Name = "_procedenciaid"; this._procedenciaid.ReadOnly = true; this._procedenciaid.Visible = false; // // _nserie // this._nserie.DataPropertyName = "nserie"; this._nserie.HeaderText = "nserie"; this._nserie.Name = "_nserie"; this._nserie.ReadOnly = true; this._nserie.Visible = false; // // groupBox4 // this.groupBox4.Controls.Add(this.btn_busqueda); this.groupBox4.Controls.Add(this.label5); this.groupBox4.Controls.Add(this.txt_criterio); this.groupBox4.Location = new System.Drawing.Point(652, 85); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(420, 49); this.groupBox4.TabIndex = 61; this.groupBox4.TabStop = false; this.groupBox4.Text = "Buscar"; // // btn_busqueda // this.btn_busqueda.BackColor = System.Drawing.Color.Transparent; this.btn_busqueda.Cursor = System.Windows.Forms.Cursors.Hand; this.btn_busqueda.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_busqueda.Image = global::BapFormulariosNet.Properties.Resources.go_search3; this.btn_busqueda.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btn_busqueda.Location = new System.Drawing.Point(324, 12); this.btn_busqueda.Name = "btn_busqueda"; this.btn_busqueda.Size = new System.Drawing.Size(79, 33); this.btn_busqueda.TabIndex = 18; this.btn_busqueda.Text = "&Buscar"; this.btn_busqueda.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.btn_busqueda.UseVisualStyleBackColor = false; this.btn_busqueda.Click += new System.EventHandler(this.btn_busqueda_Click); // // label5 // this.label5.AutoSize = true; this.label5.BackColor = System.Drawing.Color.Transparent; this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.ForeColor = System.Drawing.Color.Black; this.label5.Location = new System.Drawing.Point(8, 22); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(66, 13); this.label5.TabIndex = 16; this.label5.Text = "Descripción:"; // // txt_criterio // this.txt_criterio.Location = new System.Drawing.Point(75, 19); this.txt_criterio.MaxLength = 0; this.txt_criterio.Name = "txt_criterio"; this.txt_criterio.Size = new System.Drawing.Size(242, 20); this.txt_criterio.TabIndex = 17; this.txt_criterio.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_criterio_KeyDown); // // shapeContainer1 // this.shapeContainer1.Location = new System.Drawing.Point(0, 0); this.shapeContainer1.Margin = new System.Windows.Forms.Padding(0); this.shapeContainer1.Name = "shapeContainer1"; this.shapeContainer1.Shapes.AddRange(new Microsoft.VisualBasic.PowerPacks.Shape[] { this.lineShape1}); this.shapeContainer1.Size = new System.Drawing.Size(1286, 425); this.shapeContainer1.TabIndex = 62; this.shapeContainer1.TabStop = false; // // lineShape1 // this.lineShape1.Name = "lineShape1"; this.lineShape1.X1 = 640; this.lineShape1.X2 = 640; this.lineShape1.Y1 = 76; this.lineShape1.Y2 = 418; // // go_foto // this.go_foto.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(37)))), ((int)(((byte)(37))))); this.go_foto.ErrorImage = global::BapFormulariosNet.Properties.Resources.error; this.go_foto.InitialImage = global::BapFormulariosNet.Properties.Resources.error; this.go_foto.Location = new System.Drawing.Point(423, 69); this.go_foto.Name = "go_foto"; this.go_foto.Size = new System.Drawing.Size(99, 128); this.go_foto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.go_foto.TabIndex = 63; this.go_foto.TabStop = false; this.go_foto.DoubleClick += new System.EventHandler(this.go_foto_DoubleClick); // // Frm_producto // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.ClientSize = new System.Drawing.Size(1286, 425); this.Controls.Add(this.go_foto); this.Controls.Add(this.groupBox4); this.Controls.Add(this.dgb_productos); this.Controls.Add(this.groupBox2); this.Controls.Add(this.peso); this.Controls.Add(this.label30); this.Controls.Add(this.groupBox1); this.Controls.Add(this.unmedpeso); this.Controls.Add(this.panel1); this.Controls.Add(this.label31); this.Controls.Add(this.Botonera); this.Controls.Add(this.shapeContainer1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.KeyPreview = true; this.MaximizeBox = false; this.Name = "Frm_producto"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Mantenimiento de Productos"; this.Activated += new System.EventHandler(this.Frm_productos_Activated); this.Load += new System.EventHandler(this.Frm_productos_Load); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_productos_KeyDown); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.Botonera.ResumeLayout(false); this.Botonera.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgb_productos)).EndInit(); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.go_foto)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_persona_cencos)); this.btn_fijar = new System.Windows.Forms.Button(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.txtcencosname = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtbuscar = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.btn_busqueda = new System.Windows.Forms.Button(); this.cenestado = new System.Windows.Forms.RadioListBox(); this.DataPersonaCencos = new System.Windows.Forms.DataGridView(); this.item = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cencosi = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Estacio = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dni = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Persona = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ccfecha = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cencosnam = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ccestado = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.peso = new System.Windows.Forms.TextBox(); this.label30 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.estacion = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.cencosname = new System.Windows.Forms.TextBox(); this.cencosid = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.perddnni = new System.Windows.Forms.TextBox(); this.pername = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.unmedpeso = new System.Windows.Forms.TextBox(); this.panel1 = new System.Windows.Forms.Panel(); this.fechadoc = new System.Windows.Forms.DateTimePicker(); this.label11 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.label31 = new System.Windows.Forms.Label(); this.Botonera = new System.Windows.Forms.ToolStrip(); this.btn_nuevo = new System.Windows.Forms.ToolStripButton(); this.btn_editar = new System.Windows.Forms.ToolStripButton(); this.btn_cancelar = new System.Windows.Forms.ToolStripButton(); this.btn_grabar = new System.Windows.Forms.ToolStripButton(); this.btn_eliminar = new System.Windows.Forms.ToolStripButton(); this.btn_imprimir = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.btn_clave = new System.Windows.Forms.ToolStripButton(); this.btn_salir = new System.Windows.Forms.ToolStripButton(); this.shapeContainer1 = new Microsoft.VisualBasic.PowerPacks.ShapeContainer(); this.lineShape1 = new Microsoft.VisualBasic.PowerPacks.LineShape(); this.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DataPersonaCencos)).BeginInit(); this.groupBox1.SuspendLayout(); this.panel1.SuspendLayout(); this.Botonera.SuspendLayout(); this.SuspendLayout(); // // btn_fijar // this.btn_fijar.BackgroundImage = global::BapFormulariosNet.Properties.Resources.parte; this.btn_fijar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btn_fijar.Cursor = System.Windows.Forms.Cursors.Hand; this.btn_fijar.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.btn_fijar.Image = global::BapFormulariosNet.Properties.Resources.parte; this.btn_fijar.Location = new System.Drawing.Point(485, 83); this.btn_fijar.Name = "btn_fijar"; this.btn_fijar.Size = new System.Drawing.Size(104, 101); this.btn_fijar.TabIndex = 109; this.btn_fijar.UseVisualStyleBackColor = true; // // groupBox3 // this.groupBox3.Controls.Add(this.txtcencosname); this.groupBox3.Controls.Add(this.label5); this.groupBox3.Controls.Add(this.txtbuscar); this.groupBox3.Controls.Add(this.label4); this.groupBox3.Controls.Add(this.label1); this.groupBox3.Controls.Add(this.btn_busqueda); this.groupBox3.Controls.Add(this.cenestado); this.groupBox3.Location = new System.Drawing.Point(4, 190); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(187, 226); this.groupBox3.TabIndex = 63; this.groupBox3.TabStop = false; this.groupBox3.Text = "Busqueda:"; // // txtcencosname // this.txtcencosname.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtcencosname.Location = new System.Drawing.Point(6, 85); this.txtcencosname.Name = "txtcencosname"; this.txtcencosname.Size = new System.Drawing.Size(175, 21); this.txtcencosname.TabIndex = 67; this.txtcencosname.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtcencosname_KeyDown); // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.Location = new System.Drawing.Point(5, 70); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(37, 13); this.label5.TabIndex = 66; this.label5.Text = "Area:"; // // txtbuscar // this.txtbuscar.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtbuscar.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtbuscar.Location = new System.Drawing.Point(6, 39); this.txtbuscar.Name = "txtbuscar"; this.txtbuscar.Size = new System.Drawing.Size(177, 20); this.txtbuscar.TabIndex = 26; this.txtbuscar.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtbuscar_KeyDown); // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.Location = new System.Drawing.Point(4, 25); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(54, 13); this.label4.TabIndex = 65; this.label4.Text = "Nombre:"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(6, 114); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(36, 13); this.label1.TabIndex = 26; this.label1.Text = "Tipo:"; // // btn_busqueda // this.btn_busqueda.BackColor = System.Drawing.Color.Transparent; this.btn_busqueda.Cursor = System.Windows.Forms.Cursors.Hand; this.btn_busqueda.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_busqueda.Image = global::BapFormulariosNet.Properties.Resources.go_search3; this.btn_busqueda.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btn_busqueda.Location = new System.Drawing.Point(100, 185); this.btn_busqueda.Name = "btn_busqueda"; this.btn_busqueda.Size = new System.Drawing.Size(81, 35); this.btn_busqueda.TabIndex = 64; this.btn_busqueda.Text = "&Buscar"; this.btn_busqueda.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.btn_busqueda.UseVisualStyleBackColor = false; this.btn_busqueda.Click += new System.EventHandler(this.btn_busqueda_Click); // // cenestado // this.cenestado.BackColor = System.Drawing.Color.Transparent; this.cenestado.BorderStyle = System.Windows.Forms.BorderStyle.None; this.cenestado.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cenestado.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cenestado.FormattingEnabled = true; this.cenestado.ItemHeight = 16; this.cenestado.Location = new System.Drawing.Point(10, 138); this.cenestado.Name = "cenestado"; this.cenestado.Size = new System.Drawing.Size(108, 32); this.cenestado.TabIndex = 61; // // DataPersonaCencos // this.DataPersonaCencos.AllowUserToAddRows = false; this.DataPersonaCencos.AllowUserToDeleteRows = false; this.DataPersonaCencos.AllowUserToResizeColumns = false; this.DataPersonaCencos.AllowUserToResizeRows = false; this.DataPersonaCencos.BorderStyle = System.Windows.Forms.BorderStyle.None; this.DataPersonaCencos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.DataPersonaCencos.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.item, this.cencosi, this.Estacio, this.dni, this.Persona, this.ccfecha, this.cencosnam, this.ccestado}); this.DataPersonaCencos.Location = new System.Drawing.Point(204, 196); this.DataPersonaCencos.Name = "DataPersonaCencos"; this.DataPersonaCencos.ReadOnly = true; this.DataPersonaCencos.RowHeadersVisible = false; this.DataPersonaCencos.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect; this.DataPersonaCencos.Size = new System.Drawing.Size(441, 228); this.DataPersonaCencos.TabIndex = 60; this.DataPersonaCencos.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataPersonaCencos_CellClick); this.DataPersonaCencos.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataPersonaCencos_CellEnter); this.DataPersonaCencos.CellLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataPersonaCencos_CellLeave); this.DataPersonaCencos.KeyUp += new System.Windows.Forms.KeyEventHandler(this.DataPersonaCencos_KeyUp); // // item // this.item.DataPropertyName = "item"; this.item.HeaderText = "Item"; this.item.Name = "item"; this.item.ReadOnly = true; this.item.Visible = false; // // cencosi // this.cencosi.DataPropertyName = "cencosid"; this.cencosi.HeaderText = "CCosto"; this.cencosi.Name = "cencosi"; this.cencosi.ReadOnly = true; this.cencosi.Width = 50; // // Estacio // this.Estacio.DataPropertyName = "cencosestacion"; this.Estacio.HeaderText = "Estacion"; this.Estacio.Name = "Estacio"; this.Estacio.ReadOnly = true; this.Estacio.Width = 30; // // dni // this.dni.DataPropertyName = "perdni"; this.dni.HeaderText = "DNI"; this.dni.Name = "dni"; this.dni.ReadOnly = true; this.dni.Width = 65; // // Persona // this.Persona.DataPropertyName = "nombrelargo"; this.Persona.HeaderText = "Persona"; this.Persona.Name = "Persona"; this.Persona.ReadOnly = true; this.Persona.Width = 180; // // ccfecha // this.ccfecha.DataPropertyName = "cencosfecha"; this.ccfecha.HeaderText = "Fecha"; this.ccfecha.Name = "ccfecha"; this.ccfecha.ReadOnly = true; this.ccfecha.Width = 72; // // cencosnam // this.cencosnam.DataPropertyName = "cencosname"; this.cencosnam.HeaderText = "CCname"; this.cencosnam.Name = "cencosnam"; this.cencosnam.ReadOnly = true; this.cencosnam.Visible = false; // // ccestado // this.ccestado.DataPropertyName = "cencosestado"; this.ccestado.HeaderText = "CCestado"; this.ccestado.Name = "ccestado"; this.ccestado.ReadOnly = true; this.ccestado.Visible = false; // // peso // this.peso.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.peso.Location = new System.Drawing.Point(366, 650); this.peso.Name = "peso"; this.peso.Size = new System.Drawing.Size(124, 20); this.peso.TabIndex = 49; this.peso.Text = "ventas al exterior"; // // label30 // this.label30.AutoSize = true; this.label30.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label30.Location = new System.Drawing.Point(299, 650); this.label30.Name = "label30"; this.label30.Size = new System.Drawing.Size(61, 13); this.label30.TabIndex = 59; this.label30.Text = "Med. Peso:"; // // groupBox1 // this.groupBox1.Controls.Add(this.estacion); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.cencosname); this.groupBox1.Controls.Add(this.cencosid); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.perddnni); this.groupBox1.Controls.Add(this.pername); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Location = new System.Drawing.Point(4, 83); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(438, 101); this.groupBox1.TabIndex = 8; this.groupBox1.TabStop = false; this.groupBox1.Text = "Codigo"; // // estacion // this.estacion.Location = new System.Drawing.Point(90, 39); this.estacion.MaxLength = 3; this.estacion.Name = "estacion"; this.estacion.Size = new System.Drawing.Size(36, 21); this.estacion.TabIndex = 15; this.estacion.Text = "001"; this.estacion.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.estacion.KeyDown += new System.Windows.Forms.KeyEventHandler(this.estacion_KeyDown); // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label6.Location = new System.Drawing.Point(8, 42); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(61, 13); this.label6.TabIndex = 14; this.label6.Text = "Estacion-T:"; // // cencosname // this.cencosname.Location = new System.Drawing.Point(127, 18); this.cencosname.Name = "cencosname"; this.cencosname.ReadOnly = true; this.cencosname.Size = new System.Drawing.Size(191, 21); this.cencosname.TabIndex = 13; this.cencosname.Text = "Sistemas"; // // cencosid // this.cencosid.Location = new System.Drawing.Point(90, 18); this.cencosid.MaxLength = 5; this.cencosid.Name = "cencosid"; this.cencosid.Size = new System.Drawing.Size(37, 21); this.cencosid.TabIndex = 12; this.cencosid.Text = "10003"; this.cencosid.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.cencosid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.cencosid_KeyDown); // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(7, 21); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(68, 13); this.label3.TabIndex = 11; this.label3.Text = "CentroCosto:"; // // perddnni // this.perddnni.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.perddnni.Location = new System.Drawing.Point(90, 60); this.perddnni.MaxLength = 8; this.perddnni.Name = "perddnni"; this.perddnni.Size = new System.Drawing.Size(60, 20); this.perddnni.TabIndex = 17; this.perddnni.Text = "71724167"; this.perddnni.KeyDown += new System.Windows.Forms.KeyEventHandler(this.perddnni_KeyDown); // // pername // this.pername.Location = new System.Drawing.Point(150, 60); this.pername.Name = "pername"; this.pername.ReadOnly = true; this.pername.Size = new System.Drawing.Size(273, 21); this.pername.TabIndex = 18; this.pername.Text = "Vilchez Rosales Hugo"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(7, 63); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(51, 13); this.label2.TabIndex = 19; this.label2.Text = "Personal:"; // // unmedpeso // this.unmedpeso.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.unmedpeso.Location = new System.Drawing.Point(112, 650); this.unmedpeso.Name = "unmedpeso"; this.unmedpeso.Size = new System.Drawing.Size(148, 20); this.unmedpeso.TabIndex = 48; this.unmedpeso.Text = "ventas al exterior"; // // panel1 // this.panel1.BackColor = System.Drawing.Color.Teal; this.panel1.Controls.Add(this.fechadoc); this.panel1.Controls.Add(this.label11); this.panel1.Controls.Add(this.label16); this.panel1.Location = new System.Drawing.Point(0, 32); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(648, 35); this.panel1.TabIndex = 2; // // fechadoc // this.fechadoc.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.fechadoc.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.fechadoc.Location = new System.Drawing.Point(532, 6); this.fechadoc.Name = "fechadoc"; this.fechadoc.Size = new System.Drawing.Size(80, 20); this.fechadoc.TabIndex = 4; this.fechadoc.Value = new System.DateTime(2012, 12, 19, 0, 0, 0, 0); // // label11 // this.label11.AutoSize = true; this.label11.BackColor = System.Drawing.Color.Transparent; this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label11.ForeColor = System.Drawing.Color.White; this.label11.Location = new System.Drawing.Point(194, 6); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(219, 24); this.label11.TabIndex = 5; this.label11.Text = "Personal Centro Costo"; // // label16 // this.label16.AutoSize = true; this.label16.BackColor = System.Drawing.Color.Transparent; this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label16.ForeColor = System.Drawing.Color.White; this.label16.Location = new System.Drawing.Point(482, 9); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(42, 13); this.label16.TabIndex = 3; this.label16.Text = "Fecha"; // // label31 // this.label31.AutoSize = true; this.label31.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label31.Location = new System.Drawing.Point(28, 650); this.label31.Name = "label31"; this.label31.Size = new System.Drawing.Size(62, 13); this.label31.TabIndex = 57; this.label31.Text = "Unid. Peso:"; // // Botonera // this.Botonera.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.Botonera.ImageScalingSize = new System.Drawing.Size(22, 22); this.Botonera.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btn_nuevo, this.btn_editar, this.btn_cancelar, this.btn_grabar, this.btn_eliminar, this.btn_imprimir, this.toolStripSeparator1, this.btn_clave, this.btn_salir}); this.Botonera.Location = new System.Drawing.Point(0, 0); this.Botonera.Name = "Botonera"; this.Botonera.Size = new System.Drawing.Size(648, 29); this.Botonera.TabIndex = 1; this.Botonera.Text = "ToolStrip1"; // // btn_nuevo // this.btn_nuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_nuevo.Image = global::BapFormulariosNet.Properties.Resources.go_new3; this.btn_nuevo.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.btn_nuevo.ImageTransparentColor = System.Drawing.SystemColors.ButtonFace; this.btn_nuevo.Name = "btn_nuevo"; this.btn_nuevo.Size = new System.Drawing.Size(23, 26); this.btn_nuevo.Text = "Nuevo"; this.btn_nuevo.ToolTipText = "Nuevo (Ctrl + N)"; this.btn_nuevo.Click += new System.EventHandler(this.btn_nuevo_Click); // // btn_editar // this.btn_editar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_editar.Image = global::BapFormulariosNet.Properties.Resources.Edit; this.btn_editar.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_editar.Name = "btn_editar"; this.btn_editar.Size = new System.Drawing.Size(26, 26); this.btn_editar.Text = "Editar"; this.btn_editar.Click += new System.EventHandler(this.btn_editar_Click); // // btn_cancelar // this.btn_cancelar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_cancelar.Image = global::BapFormulariosNet.Properties.Resources.go_undo2; this.btn_cancelar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.btn_cancelar.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_cancelar.Name = "btn_cancelar"; this.btn_cancelar.Size = new System.Drawing.Size(24, 26); this.btn_cancelar.Text = "Cancelar"; this.btn_cancelar.Click += new System.EventHandler(this.btn_cancelar_Click); // // btn_grabar // this.btn_grabar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_grabar.Image = ((System.Drawing.Image)(resources.GetObject("btn_grabar.Image"))); this.btn_grabar.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_grabar.Name = "btn_grabar"; this.btn_grabar.Size = new System.Drawing.Size(26, 26); this.btn_grabar.Text = "Grabar"; this.btn_grabar.ToolTipText = "Grabar (Ctrl + G)"; this.btn_grabar.Click += new System.EventHandler(this.btn_grabar_Click); // // btn_eliminar // this.btn_eliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_eliminar.Image = ((System.Drawing.Image)(resources.GetObject("btn_eliminar.Image"))); this.btn_eliminar.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_eliminar.Name = "btn_eliminar"; this.btn_eliminar.Size = new System.Drawing.Size(26, 26); this.btn_eliminar.Text = "Eliminar"; this.btn_eliminar.Click += new System.EventHandler(this.btn_eliminar_Click); // // btn_imprimir // this.btn_imprimir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_imprimir.Image = global::BapFormulariosNet.Properties.Resources.dev_printer; this.btn_imprimir.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_imprimir.Name = "btn_imprimir"; this.btn_imprimir.Size = new System.Drawing.Size(26, 26); this.btn_imprimir.Text = "Imprimir"; this.btn_imprimir.Click += new System.EventHandler(this.btn_imprimir_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 29); // // btn_clave // this.btn_clave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_clave.Image = global::BapFormulariosNet.Properties.Resources.btn_Lock20; this.btn_clave.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_clave.Name = "btn_clave"; this.btn_clave.Size = new System.Drawing.Size(26, 26); this.btn_clave.Text = "toolStripButton1"; this.btn_clave.ToolTipText = "Clave Administrador"; this.btn_clave.Click += new System.EventHandler(this.btn_clave_Click); // // btn_salir // this.btn_salir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_salir.Image = global::BapFormulariosNet.Properties.Resources.go_out2; this.btn_salir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.btn_salir.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_salir.Name = "btn_salir"; this.btn_salir.Size = new System.Drawing.Size(24, 26); this.btn_salir.Text = "Salir"; this.btn_salir.Click += new System.EventHandler(this.btn_salir_Click); // // shapeContainer1 // this.shapeContainer1.Location = new System.Drawing.Point(0, 0); this.shapeContainer1.Margin = new System.Windows.Forms.Padding(0); this.shapeContainer1.Name = "shapeContainer1"; this.shapeContainer1.Shapes.AddRange(new Microsoft.VisualBasic.PowerPacks.Shape[] { this.lineShape1}); this.shapeContainer1.Size = new System.Drawing.Size(648, 428); this.shapeContainer1.TabIndex = 65; this.shapeContainer1.TabStop = false; // // lineShape1 // this.lineShape1.Name = "lineShape1"; this.lineShape1.X1 = 198; this.lineShape1.X2 = 197; this.lineShape1.Y1 = 195; this.lineShape1.Y2 = 426; // // Frm_persona_cencos // this.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(218)))), ((int)(((byte)(224))))); this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.ClientSize = new System.Drawing.Size(648, 428); this.Controls.Add(this.btn_fijar); this.Controls.Add(this.groupBox3); this.Controls.Add(this.DataPersonaCencos); this.Controls.Add(this.peso); this.Controls.Add(this.label30); this.Controls.Add(this.groupBox1); this.Controls.Add(this.unmedpeso); this.Controls.Add(this.panel1); this.Controls.Add(this.label31); this.Controls.Add(this.Botonera); this.Controls.Add(this.shapeContainer1); this.DoubleBuffered = true; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.KeyPreview = true; this.MaximizeBox = false; this.Name = "Frm_persona_cencos"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Personal - CCostos"; this.Load += new System.EventHandler(this.Frm_productos_Load); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_productos_KeyDown); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.DataPersonaCencos)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.Botonera.ResumeLayout(false); this.Botonera.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }