/// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmIngresarCodigoSecundario));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.labelTarea                 = new System.Windows.Forms.Label();
     this.containerProductos         = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.panel1                     = new System.Windows.Forms.Panel();
     this.gridProductos              = new Janus.Windows.GridEX.GridEX();
     this.hierarchicalSearchControl1 = new mz.erp.ui.controls.HierarchicalSearchControl();
     this.imglStandar                = new System.Windows.Forms.ImageList(this.components);
     this.toolBarStandar             = new System.Windows.Forms.ToolBar();
     this.tbbAnterior                = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator               = new System.Windows.Forms.ToolBarButton();
     this.tbbSiguiente               = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator2              = new System.Windows.Forms.ToolBarButton();
     this.tbbCancelar                = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBar           = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     this.containerProductos.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridProductos)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar)).BeginInit();
     this.ultraExplorerBar.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.labelTarea);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, -15);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(854, 28);
     this.ultraExplorerBarContainerControl2.TabIndex = 2;
     //
     // labelTarea
     //
     this.labelTarea.BackColor = System.Drawing.Color.Transparent;
     this.labelTarea.Dock      = System.Windows.Forms.DockStyle.Top;
     this.labelTarea.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelTarea.Location  = new System.Drawing.Point(0, 0);
     this.labelTarea.Name      = "labelTarea";
     this.labelTarea.Size      = new System.Drawing.Size(854, 23);
     this.labelTarea.TabIndex  = 1;
     this.labelTarea.Text      = "Tarea";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // containerProductos
     //
     this.containerProductos.Controls.Add(this.panel1);
     this.containerProductos.Controls.Add(this.hierarchicalSearchControl1);
     this.containerProductos.Location = new System.Drawing.Point(28, 9);
     this.containerProductos.Name     = "containerProductos";
     this.containerProductos.Size     = new System.Drawing.Size(854, 360);
     this.containerProductos.TabIndex = 3;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Transparent;
     this.panel1.Controls.Add(this.gridProductos);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 88);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(854, 272);
     this.panel1.TabIndex = 75;
     //
     // gridProductos
     //
     this.gridProductos.AllowCardSizing = false;
     this.gridProductos.AllowDelete     = Janus.Windows.GridEX.InheritableBoolean.True;
     this.gridProductos.AllowEdit       = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridProductos.Anchor          = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                | System.Windows.Forms.AnchorStyles.Left)));
     this.gridProductos.Cursor = System.Windows.Forms.Cursors.Default;
     this.gridProductos.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridProductos.EnterKeyBehavior   = Janus.Windows.GridEX.EnterKeyBehavior.None;
     this.gridProductos.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.gridProductos.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridProductos.Location           = new System.Drawing.Point(0, 8);
     this.gridProductos.Name               = "gridProductos";
     this.gridProductos.Size               = new System.Drawing.Size(848, 263);
     this.gridProductos.TabIndex           = 74;
     this.gridProductos.TabStop            = false;
     //
     // hierarchicalSearchControl1
     //
     this.hierarchicalSearchControl1.BackColor = System.Drawing.Color.Transparent;
     this.hierarchicalSearchControl1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.hierarchicalSearchControl1.Location  = new System.Drawing.Point(0, 0);
     this.hierarchicalSearchControl1.Name      = "hierarchicalSearchControl1";
     this.hierarchicalSearchControl1.Size      = new System.Drawing.Size(854, 88);
     this.hierarchicalSearchControl1.TabIndex  = 74;
     this.hierarchicalSearchControl1.Load     += new System.EventHandler(this.hierarchicalSearchControl1_Load);
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbAnterior,
         this.tbbSeparator,
         this.tbbSiguiente,
         this.tbbSeparator2,
         this.tbbCancelar
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imglStandar;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(920, 28);
     this.toolBarStandar.TabIndex       = 25;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // tbbAnterior
     //
     this.tbbAnterior.ImageIndex = 9;
     this.tbbAnterior.Text       = "&Anterior";
     //
     // tbbSeparator
     //
     this.tbbSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbSiguiente
     //
     this.tbbSiguiente.ImageIndex = 8;
     this.tbbSiguiente.Text       = "&Siguiente";
     //
     // tbbSeparator2
     //
     this.tbbSeparator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbCancelar
     //
     this.tbbCancelar.ImageIndex = 7;
     this.tbbCancelar.Text       = "Cancelar";
     //
     // ultraExplorerBar
     //
     this.ultraExplorerBar.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar.Controls.Add(this.containerProductos);
     this.ultraExplorerBar.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBar.Dock       = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 28;
     ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Tarea";
     ultraExplorerBarGroup2.Container = this.containerProductos;
     ultraExplorerBarGroup2.Settings.ContainerHeight = 360;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text = "Productos";
     this.ultraExplorerBar.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2
     });
     this.ultraExplorerBar.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar.Name     = "ultraExplorerBar"; this.ultraExplorerBar.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar.Size     = new System.Drawing.Size(920, 394);
     this.ultraExplorerBar.TabIndex = 26;
     this.ultraExplorerBar.TabStop  = false;
     //
     // FrmIngresarCodigoSecundario
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(920, 422);
     this.Controls.Add(this.ultraExplorerBar);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmIngresarCodigoSecundario";
     this.Text = "FrmIngresarCodigoSecundario";
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     this.containerProductos.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridProductos)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar)).EndInit();
     this.ultraExplorerBar.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
     Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton2 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
     Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton3 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
     Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton4 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmConsultarProductosConPreciosModificados));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl5 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.labelTarea = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.chckPorUltimaFechaModifPcioVta    = new System.Windows.Forms.CheckBox();
     this.chckPorUltimaFechaModifPcioCosto  = new System.Windows.Forms.CheckBox();
     this.mzComboListaDePrecios             = new mz.erp.ui.controls.mzComboEditor();
     this.label4 = new System.Windows.Forms.Label();
     this.hierarchicalSearchControl1 = new mz.erp.ui.controls.HierarchicalSearchControl();
     this.mzProductosControl1        = new mz.erp.ui.controls.mzProductosControl();
     this.label11 = new System.Windows.Forms.Label();
     this.uccFechaPcioVentaDesde = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
     this.uccFechaPcioVentaHasta = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
     this.label10 = new System.Windows.Forms.Label();
     this.label9  = new System.Windows.Forms.Label();
     this.label8  = new System.Windows.Forms.Label();
     this.label5  = new System.Windows.Forms.Label();
     this.label6  = new System.Windows.Forms.Label();
     this.label7  = new System.Windows.Forms.Label();
     this.uccFechaPcioCostoHasta            = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
     this.uccFechaPcioCostoDesde            = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.gridManagerView1    = new mz.erp.ui.controls.GridManagerView();
     this.gridResultado       = new Janus.Windows.GridEX.GridEX();
     this.imglStandar         = new System.Windows.Forms.ImageList(this.components);
     this.toolBarStandar      = new System.Windows.Forms.ToolBar();
     this.tbbAnterior         = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator        = new System.Windows.Forms.ToolBarButton();
     this.tbbSiguiente        = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton1      = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton2      = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton5      = new System.Windows.Forms.ToolBarButton();
     this.tbbReiniciarFiltros = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton3      = new System.Windows.Forms.ToolBarButton();
     this.tbbCancelar         = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBar1   = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl5.SuspendLayout();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboListaDePrecios)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uccFechaPcioVentaDesde)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uccFechaPcioVentaHasta)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uccFechaPcioCostoHasta)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uccFechaPcioCostoDesde)).BeginInit();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridResultado)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl5
     //
     this.ultraExplorerBarContainerControl5.Controls.Add(this.labelTarea);
     this.ultraExplorerBarContainerControl5.Location = new System.Drawing.Point(28, 24);
     this.ultraExplorerBarContainerControl5.Name     = "ultraExplorerBarContainerControl5";
     this.ultraExplorerBarContainerControl5.Size     = new System.Drawing.Size(814, 26);
     this.ultraExplorerBarContainerControl5.TabIndex = 4;
     //
     // labelTarea
     //
     this.labelTarea.BackColor = System.Drawing.Color.Transparent;
     this.labelTarea.Dock      = System.Windows.Forms.DockStyle.Top;
     this.labelTarea.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelTarea.Location  = new System.Drawing.Point(0, 0);
     this.labelTarea.Name      = "labelTarea";
     this.labelTarea.Size      = new System.Drawing.Size(814, 23);
     this.labelTarea.TabIndex  = 1;
     this.labelTarea.Text      = "Tarea";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.chckPorUltimaFechaModifPcioVta);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.chckPorUltimaFechaModifPcioCosto);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.mzComboListaDePrecios);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label4);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.hierarchicalSearchControl1);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.mzProductosControl1);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label11);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.uccFechaPcioVentaDesde);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.uccFechaPcioVentaHasta);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label10);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label9);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label8);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label5);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label6);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label7);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.uccFechaPcioCostoHasta);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.uccFechaPcioCostoDesde);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 109);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(814, 140);
     this.ultraExplorerBarContainerControl2.TabIndex = 5;
     //
     // chckPorUltimaFechaModifPcioVta
     //
     this.chckPorUltimaFechaModifPcioVta.BackColor = System.Drawing.Color.Transparent;
     this.chckPorUltimaFechaModifPcioVta.Location  = new System.Drawing.Point(432, 32);
     this.chckPorUltimaFechaModifPcioVta.Name      = "chckPorUltimaFechaModifPcioVta";
     this.chckPorUltimaFechaModifPcioVta.Size      = new System.Drawing.Size(16, 24);
     this.chckPorUltimaFechaModifPcioVta.TabIndex  = 6;
     //
     // chckPorUltimaFechaModifPcioCosto
     //
     this.chckPorUltimaFechaModifPcioCosto.BackColor = System.Drawing.Color.Transparent;
     this.chckPorUltimaFechaModifPcioCosto.Location  = new System.Drawing.Point(432, 8);
     this.chckPorUltimaFechaModifPcioCosto.Name      = "chckPorUltimaFechaModifPcioCosto";
     this.chckPorUltimaFechaModifPcioCosto.Size      = new System.Drawing.Size(16, 24);
     this.chckPorUltimaFechaModifPcioCosto.TabIndex  = 2;
     //
     // mzComboListaDePrecios
     //
     this.mzComboListaDePrecios.AutoComplete         = true;
     this.mzComboListaDePrecios.DataSource           = null;
     this.mzComboListaDePrecios.DisplayMember        = "";
     this.mzComboListaDePrecios.DisplayMemberCaption = "";
     this.mzComboListaDePrecios.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzComboListaDePrecios.Location             = new System.Drawing.Point(552, 8);
     this.mzComboListaDePrecios.MaxItemsDisplay      = 7;
     this.mzComboListaDePrecios.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzComboListaDePrecios.Name               = "mzComboListaDePrecios";
     this.mzComboListaDePrecios.Size               = new System.Drawing.Size(224, 21);
     this.mzComboListaDePrecios.SorterMember       = "";
     this.mzComboListaDePrecios.TabIndex           = 3;
     this.mzComboListaDePrecios.ValueMember        = "";
     this.mzComboListaDePrecios.ValueMemberCaption = "";
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Location  = new System.Drawing.Point(456, 8);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(88, 16);
     this.label4.TabIndex  = 144;
     this.label4.Text      = "Lista  de Precios";
     //
     // hierarchicalSearchControl1
     //
     this.hierarchicalSearchControl1.BackColor = System.Drawing.Color.Transparent;
     this.hierarchicalSearchControl1.Location  = new System.Drawing.Point(8, 96);
     this.hierarchicalSearchControl1.Name      = "hierarchicalSearchControl1";
     this.hierarchicalSearchControl1.Size      = new System.Drawing.Size(784, 95);
     this.hierarchicalSearchControl1.TabIndex  = 8;
     //
     // mzProductosControl1
     //
     this.mzProductosControl1.BackColor            = System.Drawing.Color.Transparent;
     this.mzProductosControl1.EnabledCantidad      = true;
     this.mzProductosControl1.EnabledListaDePrecio = true;
     this.mzProductosControl1.Location             = new System.Drawing.Point(96, 56);
     this.mzProductosControl1.Name                            = "mzProductosControl1";
     this.mzProductosControl1.Size                            = new System.Drawing.Size(408, 32);
     this.mzProductosControl1.TabIndex                        = 7;
     this.mzProductosControl1.VisibleCantidad                 = true;
     this.mzProductosControl1.VisibleComboListaDePrecios      = true;
     this.mzProductosControl1.VisibleComboTipoDePrecioDeCosto = false;
     this.mzProductosControl1.VisiblePrecios                  = true;
     //
     // label11
     //
     this.label11.BackColor = System.Drawing.Color.Transparent;
     this.label11.Location  = new System.Drawing.Point(8, 64);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(69, 16);
     this.label11.TabIndex  = 141;
     this.label11.Text      = "Producto";
     //
     // uccFechaPcioVentaDesde
     //
     dateButton1.Caption = "Today";
     this.uccFechaPcioVentaDesde.DateButtons.Add(dateButton1);
     this.uccFechaPcioVentaDesde.Location          = new System.Drawing.Point(160, 32);
     this.uccFechaPcioVentaDesde.Name              = "uccFechaPcioVentaDesde";
     this.uccFechaPcioVentaDesde.NonAutoSizeHeight = 23;
     this.uccFechaPcioVentaDesde.Size              = new System.Drawing.Size(96, 21);
     this.uccFechaPcioVentaDesde.TabIndex          = 4;
     //
     // uccFechaPcioVentaHasta
     //
     dateButton2.Caption = "Today";
     this.uccFechaPcioVentaHasta.DateButtons.Add(dateButton2);
     this.uccFechaPcioVentaHasta.Location          = new System.Drawing.Point(328, 32);
     this.uccFechaPcioVentaHasta.Name              = "uccFechaPcioVentaHasta";
     this.uccFechaPcioVentaHasta.NonAutoSizeHeight = 23;
     this.uccFechaPcioVentaHasta.Size              = new System.Drawing.Size(96, 21);
     this.uccFechaPcioVentaHasta.TabIndex          = 5;
     //
     // label10
     //
     this.label10.BackColor = System.Drawing.Color.Transparent;
     this.label10.Location  = new System.Drawing.Point(104, 8);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(48, 16);
     this.label10.TabIndex  = 138;
     this.label10.Text      = "Desde";
     //
     // label9
     //
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Location  = new System.Drawing.Point(104, 32);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(40, 16);
     this.label9.TabIndex  = 137;
     this.label9.Text      = "Desde";
     //
     // label8
     //
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.Location  = new System.Drawing.Point(272, 8);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(40, 16);
     this.label8.TabIndex  = 136;
     this.label8.Text      = "Hasta";
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Location  = new System.Drawing.Point(272, 32);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(48, 16);
     this.label5.TabIndex  = 135;
     this.label5.Text      = "Hasta";
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Location  = new System.Drawing.Point(8, 32);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(88, 16);
     this.label6.TabIndex  = 128;
     this.label6.Text      = "Precio de Venta";
     //
     // label7
     //
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Location  = new System.Drawing.Point(8, 8);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(88, 16);
     this.label7.TabIndex  = 129;
     this.label7.Text      = "Precio de Costo";
     //
     // uccFechaPcioCostoHasta
     //
     dateButton3.Caption = "Today";
     this.uccFechaPcioCostoHasta.DateButtons.Add(dateButton3);
     this.uccFechaPcioCostoHasta.Location          = new System.Drawing.Point(328, 8);
     this.uccFechaPcioCostoHasta.Name              = "uccFechaPcioCostoHasta";
     this.uccFechaPcioCostoHasta.NonAutoSizeHeight = 23;
     this.uccFechaPcioCostoHasta.Size              = new System.Drawing.Size(96, 21);
     this.uccFechaPcioCostoHasta.TabIndex          = 1;
     //
     // uccFechaPcioCostoDesde
     //
     dateButton4.Caption = "Today";
     this.uccFechaPcioCostoDesde.DateButtons.Add(dateButton4);
     this.uccFechaPcioCostoDesde.Location          = new System.Drawing.Point(160, 8);
     this.uccFechaPcioCostoDesde.Name              = "uccFechaPcioCostoDesde";
     this.uccFechaPcioCostoDesde.NonAutoSizeHeight = 23;
     this.uccFechaPcioCostoDesde.Size              = new System.Drawing.Size(96, 21);
     this.uccFechaPcioCostoDesde.TabIndex          = 0;
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.gridManagerView1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.gridResultado);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 308);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(814, 255);
     this.ultraExplorerBarContainerControl1.TabIndex = 6;
     //
     // gridManagerView1
     //
     this.gridManagerView1.BackColor = System.Drawing.SystemColors.Control;
     this.gridManagerView1.Location  = new System.Drawing.Point(8, 0);
     this.gridManagerView1.Name      = "gridManagerView1";
     this.gridManagerView1.Size      = new System.Drawing.Size(864, 24);
     this.gridManagerView1.TabIndex  = 122;
     //
     // gridResultado
     //
     this.gridResultado.AllowEdit          = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridResultado.Cursor             = System.Windows.Forms.Cursors.Default;
     this.gridResultado.Dock               = System.Windows.Forms.DockStyle.Bottom;
     this.gridResultado.FilterMode         = Janus.Windows.GridEX.FilterMode.Automatic;
     this.gridResultado.GroupByBoxVisible  = false;
     this.gridResultado.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridResultado.Location           = new System.Drawing.Point(0, 31);
     this.gridResultado.Name               = "gridResultado";
     this.gridResultado.Size               = new System.Drawing.Size(814, 224);
     this.gridResultado.TabIndex           = 0;
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbAnterior,
         this.tbbSeparator,
         this.tbbSiguiente,
         this.toolBarButton1,
         this.toolBarButton2,
         this.toolBarButton5,
         this.tbbReiniciarFiltros,
         this.toolBarButton3,
         this.tbbCancelar
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imglStandar;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(880, 28);
     this.toolBarStandar.TabIndex       = 50;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // tbbAnterior
     //
     this.tbbAnterior.ImageIndex = 9;
     this.tbbAnterior.Text       = "&Anterior";
     //
     // tbbSeparator
     //
     this.tbbSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbSiguiente
     //
     this.tbbSiguiente.ImageIndex = 8;
     this.tbbSiguiente.Text       = "Siguiente";
     //
     // toolBarButton1
     //
     this.toolBarButton1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButton2
     //
     this.toolBarButton2.ImageIndex = 2;
     this.toolBarButton2.Text       = "[F5] Buscar ahora";
     //
     // toolBarButton5
     //
     this.toolBarButton5.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbReiniciarFiltros
     //
     this.tbbReiniciarFiltros.ImageIndex = 5;
     this.tbbReiniciarFiltros.Text       = "Reiniciar Filtros de Busqueda";
     //
     // toolBarButton3
     //
     this.toolBarButton3.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbCancelar
     //
     this.tbbCancelar.ImageIndex = 7;
     this.tbbCancelar.Text       = "Cancelar";
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl5);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl5;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 26;
     ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Tarea";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup2.Settings.ContainerHeight = 140;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text      = "Filtros";
     ultraExplorerBarGroup3.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup3.Settings.ContainerHeight = 255;
     ultraExplorerBarGroup3.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup3.Text = "Resultado";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2,
         ultraExplorerBarGroup3
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(880, 464);
     this.ultraExplorerBar1.TabIndex = 53;
     //
     // FrmConsultarProductosConPreciosModificados
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(880, 492);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmConsultarProductosConPreciosModificados";
     this.Text = "FrmConsultarProductosConPreciosModificados";
     this.ultraExplorerBarContainerControl5.ResumeLayout(false);
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mzComboListaDePrecios)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uccFechaPcioVentaDesde)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uccFechaPcioVentaHasta)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uccFechaPcioCostoHasta)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uccFechaPcioCostoDesde)).EndInit();
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridResultado)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 public static void UpdateSize(Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl container, mz.erp.ui.controls.HierarchicalSearchControl jerarquiaControl)
 {
     container.ClientSize = new System.Drawing.Size(jerarquiaControl.Size.Width, jerarquiaControl.Top + jerarquiaControl.Size.Height);
 }
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmVisualizacionCuentaCorrienteGeneral));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup4 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl4 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.labelTarea = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.label2    = new System.Windows.Forms.Label();
     this.udteHasta = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.ultraExplorerBarContainerControlClientes = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.hierarchicalSearchControlClientes        = new mz.erp.ui.controls.HierarchicalSearchControl();
     this.ultraExplorerBarContainerControl2        = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.gridManagerView1   = new mz.erp.ui.controls.GridManagerView();
     this.gridEX1            = new Janus.Windows.GridEX.GridEX();
     this.contextMenu1       = new System.Windows.Forms.ContextMenu();
     this.Detalles           = new System.Windows.Forms.MenuItem();
     this.toolBarStandar     = new System.Windows.Forms.ToolBar();
     this.tbbAnterior        = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton3     = new System.Windows.Forms.ToolBarButton();
     this.tbbSiguiente       = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton4     = new System.Windows.Forms.ToolBarButton();
     this.tbbVerCtaCte       = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton1     = new System.Windows.Forms.ToolBarButton();
     this.tbbImprimir        = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton2     = new System.Windows.Forms.ToolBarButton();
     this.tbbVerAsociaciones = new System.Windows.Forms.ToolBarButton();
     this.imglStandar        = new System.Windows.Forms.ImageList(this.components);
     this.ultraExplorerBar1  = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl4.SuspendLayout();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.udteHasta)).BeginInit();
     this.ultraExplorerBarContainerControlClientes.SuspendLayout();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridEX1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl4
     //
     this.ultraExplorerBarContainerControl4.Controls.Add(this.labelTarea);
     this.ultraExplorerBarContainerControl4.Location = new System.Drawing.Point(28, 24);
     this.ultraExplorerBarContainerControl4.Name     = "ultraExplorerBarContainerControl4";
     this.ultraExplorerBarContainerControl4.Size     = new System.Drawing.Size(871, 24);
     this.ultraExplorerBarContainerControl4.TabIndex = 3;
     //
     // labelTarea
     //
     this.labelTarea.BackColor = System.Drawing.Color.Transparent;
     this.labelTarea.Dock      = System.Windows.Forms.DockStyle.Top;
     this.labelTarea.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelTarea.Location  = new System.Drawing.Point(0, 0);
     this.labelTarea.Name      = "labelTarea";
     this.labelTarea.Size      = new System.Drawing.Size(871, 23);
     this.labelTarea.TabIndex  = 1;
     this.labelTarea.Text      = "Tarea";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.udteHasta);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 107);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(871, 21);
     this.ultraExplorerBarContainerControl1.TabIndex = 0;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(0, 0);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(100, 24);
     this.label2.TabIndex  = 81;
     this.label2.Text      = "Hasta:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // udteHasta
     //
     this.udteHasta.Location = new System.Drawing.Point(112, 0);
     this.udteHasta.Name     = "udteHasta";
     this.udteHasta.Size     = new System.Drawing.Size(216, 21);
     this.udteHasta.TabIndex = 0;
     //
     // ultraExplorerBarContainerControlClientes
     //
     this.ultraExplorerBarContainerControlClientes.Controls.Add(this.hierarchicalSearchControlClientes);
     this.ultraExplorerBarContainerControlClientes.Location = new System.Drawing.Point(28, 187);
     this.ultraExplorerBarContainerControlClientes.Name     = "ultraExplorerBarContainerControlClientes";
     this.ultraExplorerBarContainerControlClientes.Size     = new System.Drawing.Size(871, 104);
     this.ultraExplorerBarContainerControlClientes.TabIndex = 4;
     //
     // hierarchicalSearchControlClientes
     //
     this.hierarchicalSearchControlClientes.BackColor = System.Drawing.Color.Transparent;
     this.hierarchicalSearchControlClientes.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.hierarchicalSearchControlClientes.Location  = new System.Drawing.Point(35, 8);
     this.hierarchicalSearchControlClientes.Name      = "hierarchicalSearchControlClientes";
     this.hierarchicalSearchControlClientes.Size      = new System.Drawing.Size(784, 88);
     this.hierarchicalSearchControlClientes.TabIndex  = 56;
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gridManagerView1);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gridEX1);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 227);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(871, 255);
     this.ultraExplorerBarContainerControl2.TabIndex = 1;
     //
     // gridManagerView1
     //
     this.gridManagerView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.gridManagerView1.BackColor = System.Drawing.Color.Transparent;
     this.gridManagerView1.Location  = new System.Drawing.Point(0, 8);
     this.gridManagerView1.Name      = "gridManagerView1";
     this.gridManagerView1.Size      = new System.Drawing.Size(872, 24);
     this.gridManagerView1.TabIndex  = 7;
     //
     // gridEX1
     //
     this.gridEX1.AllowEdit         = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridEX1.AlternatingColors = true;
     this.gridEX1.Anchor            = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.gridEX1.ContextMenu = this.contextMenu1;
     this.gridEX1.ControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridEX1.Cursor = System.Windows.Forms.Cursors.Default;
     this.gridEX1.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridEX1.EnterKeyBehavior                = Janus.Windows.GridEX.EnterKeyBehavior.None;
     this.gridEX1.Font                            = new System.Drawing.Font("Tahoma", 8.25F);
     this.gridEX1.GroupByBoxInfoText              = "Arraste un encabezado de columna hasta aquí para agrupar por esa columna.";
     this.gridEX1.GroupByBoxVisible               = false;
     this.gridEX1.HeaderFormatStyle.FontBold      = Janus.Windows.GridEX.TriState.True;
     this.gridEX1.HeaderFormatStyle.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.gridEX1.IncrementalSearchMode           = Janus.Windows.GridEX.IncrementalSearchMode.FirstCharacter;
     this.gridEX1.InvalidValueAction              = Janus.Windows.GridEX.InvalidValueAction.DiscardChangesAndShowErrorMessage;
     this.gridEX1.Location                        = new System.Drawing.Point(0, 40);
     this.gridEX1.Name                            = "gridEX1";
     this.gridEX1.RecordNavigator                 = true;
     this.gridEX1.RecordNavigatorText             = "Registro:|de";
     this.gridEX1.RowHeaders                      = Janus.Windows.GridEX.InheritableBoolean.True;
     this.gridEX1.ShowEmptyFields                 = false;
     this.gridEX1.Size                            = new System.Drawing.Size(872, 208);
     this.gridEX1.TabIndex                        = 6;
     this.gridEX1.UpdateMode                      = Janus.Windows.GridEX.UpdateMode.CellUpdate;
     //
     // contextMenu1
     //
     this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.Detalles
     });
     this.contextMenu1.Popup += new System.EventHandler(this.contextMenu1_Popup);
     //
     // Detalles
     //
     this.Detalles.Index  = 0;
     this.Detalles.Text   = "Ver detalle";
     this.Detalles.Click += new System.EventHandler(this.Detalles_Click);
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbAnterior,
         this.toolBarButton3,
         this.tbbSiguiente,
         this.toolBarButton4,
         this.tbbVerCtaCte,
         this.toolBarButton1,
         this.tbbImprimir,
         this.toolBarButton2,
         this.tbbVerAsociaciones
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imglStandar;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(920, 28);
     this.toolBarStandar.TabIndex       = 17;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // tbbAnterior
     //
     this.tbbAnterior.ImageIndex = 9;
     this.tbbAnterior.Text       = "Anterior";
     //
     // toolBarButton3
     //
     this.toolBarButton3.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbSiguiente
     //
     this.tbbSiguiente.ImageIndex = 8;
     this.tbbSiguiente.Text       = "Siguiente";
     //
     // toolBarButton4
     //
     this.toolBarButton4.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbVerCtaCte
     //
     this.tbbVerCtaCte.ImageIndex = 6;
     this.tbbVerCtaCte.Text       = "Detalle &Cta Cte";
     //
     // toolBarButton1
     //
     this.toolBarButton1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbImprimir
     //
     this.tbbImprimir.ImageIndex = 4;
     this.tbbImprimir.Text       = "&Imprimir";
     this.tbbImprimir.Visible    = false;
     //
     // toolBarButton2
     //
     this.toolBarButton2.Style   = System.Windows.Forms.ToolBarButtonStyle.Separator;
     this.toolBarButton2.Visible = false;
     //
     // tbbVerAsociaciones
     //
     this.tbbVerAsociaciones.Text = "Ver Cta. Cte.";
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl4);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControlClientes);
     this.ultraExplorerBar1.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl4;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 24;
     ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup2.Settings.ContainerHeight = 21;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text      = "Filtros";
     ultraExplorerBarGroup3.Container = this.ultraExplorerBarContainerControlClientes;
     ultraExplorerBarGroup3.Expanded  = false;
     ultraExplorerBarGroup3.Key       = "Jerarquia";
     ultraExplorerBarGroup3.Settings.ContainerHeight = 104;
     ultraExplorerBarGroup3.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup3.Text      = "Jerarquia Clientes";
     ultraExplorerBarGroup4.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup4.Settings.ContainerHeight = 255;
     ultraExplorerBarGroup4.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup4.Text = "Detalle";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2,
         ultraExplorerBarGroup3,
         ultraExplorerBarGroup4
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(920, 642);
     this.ultraExplorerBar1.TabIndex = 78;
     //
     // FrmVisualizacionCuentaCorrienteGeneral
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(920, 670);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.KeyPreview = true;
     this.Name       = "FrmVisualizacionCuentaCorrienteGeneral";
     this.Text       = "Cuenta Corriente";
     this.ultraExplorerBarContainerControl4.ResumeLayout(false);
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.udteHasta)).EndInit();
     this.ultraExplorerBarContainerControlClientes.ResumeLayout(false);
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridEX1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }