Beispiel #1
0
        private void groupGridView_DoubleClickRow(object sender, DoubleClickRowEventArgs e)
        {
            string assetName = e.Row.Cells["Asset"].Value.ToString();

            List <WorkItem>           workItemList    = (List <WorkItem>)workItem.RootWorkItem.WorkItems.FindByType(typeof(NetworkWorkItem));
            NetworkWorkItem           netDiscWorkItem = workItemList[0] as NetworkWorkItem;
            NetworkWorkItemController controller      = netDiscWorkItem.Controller as NetworkWorkItemController;

            NetworkExplorerView explorerView = (NetworkExplorerView)netDiscWorkItem.ExplorerView;

            Infragistics.Win.UltraWinTree.UltraTree explorerTree = explorerView.GetDisplayedTree;

            Infragistics.Win.UltraWinTree.UltraTreeNode rootNode     = explorerTree.Nodes[0];
            Infragistics.Win.UltraWinTree.UltraTreeNode selectedNode = AddMatches(rootNode, assetName);

            if (selectedNode != null)
            {
                selectedNode.BringIntoView();
                //explorerTree.SelectedNodes.Clear();

                selectedNode.Expanded = true;
                selectedNode.Selected = true;

                //controller.ActivateWorkItem();
            }
        }
Beispiel #2
0
        /// <summary>
        /// Limpiar los recursos que se estén utilizando.
        /// </summary>

        #region Código generado por el Diseñador de Windows Forms
        /// <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()
        {
            Infragistics.Win.UltraWinTree.UltraTreeNode ultraTreeNode1 = new Infragistics.Win.UltraWinTree.UltraTreeNode();
            Infragistics.Win.UltraWinTree.Override      _override1     = new Infragistics.Win.UltraWinTree.Override();
            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.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
            this.mzProductosControl1 = new mz.erp.ui.controls.mzProductosControl();
            this.label1 = new System.Windows.Forms.Label();
            this.ultraExplorerBarContainerControl3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
            this.gridProductos = new Janus.Windows.GridEX.GridEX();
            this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
            this.btnEliminar         = new Infragistics.Win.Misc.UltraButton();
            this.btnAgregar          = new Infragistics.Win.Misc.UltraButton();
            this.gridEXAgrupamientos = new Janus.Windows.GridEX.GridEX();
            this.btnBuscar           = new Infragistics.Win.Misc.UltraButton();
            this.ultraTree1          = new Infragistics.Win.UltraWinTree.UltraTree();
            this.ultraExplorerBar1   = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
            this.ultraExplorerBarContainerControl1.SuspendLayout();
            this.ultraExplorerBarContainerControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridProductos)).BeginInit();
            this.ultraExplorerBarContainerControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridEXAgrupamientos)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
            this.ultraExplorerBar1.SuspendLayout();
            this.SuspendLayout();
            //
            // ultraExplorerBarContainerControl1
            //
            this.ultraExplorerBarContainerControl1.Controls.Add(this.mzProductosControl1);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.label1);
            this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, -22);
            this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
            this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(862, 63);
            this.ultraExplorerBarContainerControl1.TabIndex = 0;
            //
            // mzProductosControl1
            //
            this.mzProductosControl1.BackColor            = System.Drawing.Color.Transparent;
            this.mzProductosControl1.EnabledCantidad      = true;
            this.mzProductosControl1.EnabledListaDePrecio = true;
            this.mzProductosControl1.Location             = new System.Drawing.Point(95, -8);
            this.mzProductosControl1.Name                            = "mzProductosControl1";
            this.mzProductosControl1.Size                            = new System.Drawing.Size(672, 80);
            this.mzProductosControl1.TabIndex                        = 0;
            this.mzProductosControl1.VisibleCantidad                 = true;
            this.mzProductosControl1.VisibleComboListaDePrecios      = true;
            this.mzProductosControl1.VisibleComboTipoDePrecioDeCosto = false;
            this.mzProductosControl1.VisiblePrecios                  = true;
            //
            // label1
            //
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Location  = new System.Drawing.Point(0, 3);
            this.label1.Name      = "label1";
            this.label1.Size      = new System.Drawing.Size(100, 16);
            this.label1.TabIndex  = 23;
            this.label1.Text      = "Producto";
            //
            // ultraExplorerBarContainerControl3
            //
            this.ultraExplorerBarContainerControl3.Controls.Add(this.gridProductos);
            this.ultraExplorerBarContainerControl3.Location = new System.Drawing.Point(28, -15);
            this.ultraExplorerBarContainerControl3.Name     = "ultraExplorerBarContainerControl3";
            this.ultraExplorerBarContainerControl3.Size     = new System.Drawing.Size(862, 150);
            this.ultraExplorerBarContainerControl3.TabIndex = 2;
            //
            // gridProductos
            //
            this.gridProductos.AllowEdit                     = Janus.Windows.GridEX.InheritableBoolean.False;
            this.gridProductos.AlternatingColors             = true;
            this.gridProductos.AutomaticSort                 = false;
            this.gridProductos.ControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
            this.gridProductos.Cursor = System.Windows.Forms.Cursors.Default;
            this.gridProductos.Dock   = System.Windows.Forms.DockStyle.Fill;
            this.gridProductos.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
            this.gridProductos.EnterKeyBehavior                = Janus.Windows.GridEX.EnterKeyBehavior.None;
            this.gridProductos.Font                            = new System.Drawing.Font("Tahoma", 8.25F);
            this.gridProductos.GroupByBoxInfoText              = "Arraste un encabezado de columna hasta aquí para agrupar por esa columna.";
            this.gridProductos.GroupByBoxVisible               = false;
            this.gridProductos.HeaderFormatStyle.FontBold      = Janus.Windows.GridEX.TriState.True;
            this.gridProductos.HeaderFormatStyle.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
            this.gridProductos.IncrementalSearchMode           = Janus.Windows.GridEX.IncrementalSearchMode.FirstCharacter;
            this.gridProductos.InvalidValueAction              = Janus.Windows.GridEX.InvalidValueAction.DiscardChangesAndShowErrorMessage;
            this.gridProductos.Location                        = new System.Drawing.Point(0, 0);
            this.gridProductos.Name                            = "gridProductos";
            this.gridProductos.RecordNavigatorText             = "Registro:|de";
            this.gridProductos.RowHeaders                      = Janus.Windows.GridEX.InheritableBoolean.True;
            this.gridProductos.ShowEmptyFields                 = false;
            this.gridProductos.Size                            = new System.Drawing.Size(862, 150);
            this.gridProductos.TabIndex                        = 0;
            this.gridProductos.UpdateMode                      = Janus.Windows.GridEX.UpdateMode.CellUpdate;
            //
            // ultraExplorerBarContainerControl2
            //
            this.ultraExplorerBarContainerControl2.Controls.Add(this.btnEliminar);
            this.ultraExplorerBarContainerControl2.Controls.Add(this.btnAgregar);
            this.ultraExplorerBarContainerControl2.Controls.Add(this.gridEXAgrupamientos);
            this.ultraExplorerBarContainerControl2.Controls.Add(this.btnBuscar);
            this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraTree1);
            this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 194);
            this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
            this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(862, 461);
            this.ultraExplorerBarContainerControl2.TabIndex = 1;
            //
            // btnEliminar
            //
            this.btnEliminar.Location = new System.Drawing.Point(408, 66);
            this.btnEliminar.Name     = "btnEliminar";
            this.btnEliminar.Size     = new System.Drawing.Size(80, 24);
            this.btnEliminar.TabIndex = 3;
            this.btnEliminar.Text     = "&Eliminar";
            this.btnEliminar.Click   += new System.EventHandler(this.btnEliminar_Click);
            //
            // btnAgregar
            //
            this.btnAgregar.Location = new System.Drawing.Point(408, 34);
            this.btnAgregar.Name     = "btnAgregar";
            this.btnAgregar.Size     = new System.Drawing.Size(80, 24);
            this.btnAgregar.TabIndex = 2;
            this.btnAgregar.Text     = "&Agregar";
            this.btnAgregar.Click   += new System.EventHandler(this.btnAgregar_Click);
            //
            // gridEXAgrupamientos
            //
            this.gridEXAgrupamientos.AllowEdit = Janus.Windows.GridEX.InheritableBoolean.False;
            this.gridEXAgrupamientos.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.gridEXAgrupamientos.Cursor             = System.Windows.Forms.Cursors.Default;
            this.gridEXAgrupamientos.GroupByBoxInfoText = "";
            this.gridEXAgrupamientos.GroupByBoxVisible  = false;
            this.gridEXAgrupamientos.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
            this.gridEXAgrupamientos.Location           = new System.Drawing.Point(499, 0);
            this.gridEXAgrupamientos.Name     = "gridEXAgrupamientos";
            this.gridEXAgrupamientos.Size     = new System.Drawing.Size(356, 456);
            this.gridEXAgrupamientos.TabIndex = 4;
            //
            // btnBuscar
            //
            this.btnBuscar.Location = new System.Drawing.Point(408, 2);
            this.btnBuscar.Name     = "btnBuscar";
            this.btnBuscar.Size     = new System.Drawing.Size(80, 24);
            this.btnBuscar.TabIndex = 1;
            this.btnBuscar.Text     = "&Buscar";
            //
            // ultraTree1
            //
            this.ultraTree1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Left)));
            this.ultraTree1.HideSelection = false;
            this.ultraTree1.Location      = new System.Drawing.Point(0, 0);
            this.ultraTree1.Name          = "ultraTree1";
            ultraTreeNode1.Key            = "RAIZ";
            ultraTreeNode1.Text           = "Agrupamientos";
            this.ultraTree1.Nodes.AddRange(new Infragistics.Win.UltraWinTree.UltraTreeNode[] {
                ultraTreeNode1
            });
            _override1.SelectionType       = Infragistics.Win.UltraWinTree.SelectType.Single;
            this.ultraTree1.Override       = _override1;
            this.ultraTree1.Size           = new System.Drawing.Size(400, 456);
            this.ultraTree1.TabIndex       = 0;
            this.ultraTree1.AfterExpand   += new Infragistics.Win.UltraWinTree.AfterNodeChangedEventHandler(this.ultraTree1_AfterExpand);
            this.ultraTree1.AfterActivate += new Infragistics.Win.UltraWinTree.AfterNodeChangedEventHandler(this.ultraTree1_AfterActivate);
            //
            // ultraExplorerBar1
            //
            this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
            this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
            this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl3);
            this.ultraExplorerBar1.Cursor    = System.Windows.Forms.Cursors.Hand;
            this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
            ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl1;
            ultraExplorerBarGroup1.Settings.ContainerHeight = 63;
            ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
            ultraExplorerBarGroup1.Text                     = "Datos Generales";
            ultraExplorerBarGroup2.Container                = this.ultraExplorerBarContainerControl3;
            ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
            ultraExplorerBarGroup2.Text                     = "Detalle de productos";
            ultraExplorerBarGroup3.Container                = this.ultraExplorerBarContainerControl2;
            ultraExplorerBarGroup3.Settings.ContainerHeight = 461;
            ultraExplorerBarGroup3.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
            ultraExplorerBarGroup3.Text                     = "Detalle de Agrupamiento";
            this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
                ultraExplorerBarGroup1,
                ultraExplorerBarGroup2,
                ultraExplorerBarGroup3
            });
            this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 0);
            this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
            this.ultraExplorerBar1.Size     = new System.Drawing.Size(928, 645);
            this.ultraExplorerBar1.TabIndex = 23;
            this.ultraExplorerBar1.TabStop  = false;
            //
            // FrmAgrupProductos
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize        = new System.Drawing.Size(928, 645);
            this.Controls.Add(this.ultraExplorerBar1);
            this.Name = "FrmAgrupProductos";
            this.Text = "Agrupamiento de productos";
            this.ultraExplorerBarContainerControl1.ResumeLayout(false);
            this.ultraExplorerBarContainerControl3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridProductos)).EndInit();
            this.ultraExplorerBarContainerControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridEXAgrupamientos)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
            this.ultraExplorerBar1.ResumeLayout(false);
            this.ResumeLayout(false);
        }
Beispiel #3
0
 /// <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.UltraWinTree.UltraTreeNode ultraTreeNode1 = new Infragistics.Win.UltraWinTree.UltraTreeNode();
     Infragistics.Win.UltraWinTree.Override      _override1     = new Infragistics.Win.UltraWinTree.Override();
     System.Resources.ResourceManager            resources      = new System.Resources.ResourceManager(typeof(FrmAbmMotivoOrdenReparacion));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = 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.panel2                            = new System.Windows.Forms.Panel();
     this.gridEX1                           = new Janus.Windows.GridEX.GridEX();
     this.chkEsVerdadero                    = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.btnAgregarTipo                    = new Infragistics.Win.Misc.UltraButton();
     this.txtDescripcionModifTipo           = new System.Windows.Forms.TextBox();
     this.btnModificarTipo                  = new Infragistics.Win.Misc.UltraButton();
     this.label2                            = new System.Windows.Forms.Label();
     this.btnEliminar                       = new Infragistics.Win.Misc.UltraButton();
     this.panel1                            = new System.Windows.Forms.Panel();
     this.ultraTreeMotivosOrdenesReparacion = new Infragistics.Win.UltraWinTree.UltraTree();
     this.imglStandar                       = new System.Windows.Forms.ImageList(this.components);
     this.ultraExplorerBar1                 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     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.ultraExplorerBarContainerControl5.SuspendLayout();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridEX1)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTreeMotivosOrdenesReparacion)).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(755, 25);
     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(755, 23);
     this.labelTarea.TabIndex  = 1;
     this.labelTarea.Text      = "Tarea";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.panel2);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.panel1);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 108);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(755, 390);
     this.ultraExplorerBarContainerControl2.TabIndex = 5;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.Transparent;
     this.panel2.Controls.Add(this.gridEX1);
     this.panel2.Controls.Add(this.chkEsVerdadero);
     this.panel2.Controls.Add(this.btnAgregarTipo);
     this.panel2.Controls.Add(this.txtDescripcionModifTipo);
     this.panel2.Controls.Add(this.btnModificarTipo);
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.btnEliminar);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panel2.Location = new System.Drawing.Point(243, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(512, 390);
     this.panel2.TabIndex = 103;
     //
     // gridEX1
     //
     this.gridEX1.AllowEdit                     = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridEX1.AlternatingColors             = true;
     this.gridEX1.AutomaticSort                 = false;
     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(20, 128);
     this.gridEX1.Name                            = "gridEX1";
     this.gridEX1.RecordNavigatorText             = "Registro:|de";
     this.gridEX1.ShowEmptyFields                 = false;
     this.gridEX1.Size                            = new System.Drawing.Size(464, 160);
     this.gridEX1.TabIndex                        = 108;
     this.gridEX1.UpdateMode                      = Janus.Windows.GridEX.UpdateMode.CellUpdate;
     //
     // chkEsVerdadero
     //
     this.chkEsVerdadero.BackColor = System.Drawing.Color.Transparent;
     this.chkEsVerdadero.Enabled   = false;
     this.chkEsVerdadero.Location  = new System.Drawing.Point(200, 56);
     this.chkEsVerdadero.Name      = "chkEsVerdadero";
     this.chkEsVerdadero.Size      = new System.Drawing.Size(64, 20);
     this.chkEsVerdadero.TabIndex  = 107;
     this.chkEsVerdadero.Text      = "Por Si";
     //
     // btnAgregarTipo
     //
     this.btnAgregarTipo.Enabled  = false;
     this.btnAgregarTipo.Location = new System.Drawing.Point(104, 56);
     this.btnAgregarTipo.Name     = "btnAgregarTipo";
     this.btnAgregarTipo.Size     = new System.Drawing.Size(80, 24);
     this.btnAgregarTipo.TabIndex = 106;
     this.btnAgregarTipo.Text     = "&Agregar";
     this.btnAgregarTipo.Click   += new System.EventHandler(this.btnAgregarTipo_Click);
     //
     // txtDescripcionModifTipo
     //
     this.txtDescripcionModifTipo.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtDescripcionModifTipo.Location = new System.Drawing.Point(96, 16);
     this.txtDescripcionModifTipo.Name     = "txtDescripcionModifTipo";
     this.txtDescripcionModifTipo.Size     = new System.Drawing.Size(192, 20);
     this.txtDescripcionModifTipo.TabIndex = 105;
     this.txtDescripcionModifTipo.Text     = "";
     //
     // btnModificarTipo
     //
     this.btnModificarTipo.Enabled  = false;
     this.btnModificarTipo.Location = new System.Drawing.Point(20, 56);
     this.btnModificarTipo.Name     = "btnModificarTipo";
     this.btnModificarTipo.Size     = new System.Drawing.Size(80, 24);
     this.btnModificarTipo.TabIndex = 103;
     this.btnModificarTipo.Text     = "&Modificar";
     this.btnModificarTipo.Click   += new System.EventHandler(this.btnModificarTipo_Click);
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(24, 16);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(112, 16);
     this.label2.TabIndex  = 104;
     this.label2.Text      = "Descripción";
     //
     // btnEliminar
     //
     this.btnEliminar.Enabled  = false;
     this.btnEliminar.Location = new System.Drawing.Point(20, 96);
     this.btnEliminar.Name     = "btnEliminar";
     this.btnEliminar.Size     = new System.Drawing.Size(80, 24);
     this.btnEliminar.TabIndex = 102;
     this.btnEliminar.Text     = "&Eliminar";
     this.btnEliminar.Click   += new System.EventHandler(this.btnEliminar_Click);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Transparent;
     this.panel1.Controls.Add(this.ultraTreeMotivosOrdenesReparacion);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(316, 390);
     this.panel1.TabIndex = 102;
     //
     // ultraTreeMotivosOrdenesReparacion
     //
     this.ultraTreeMotivosOrdenesReparacion.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.ultraTreeMotivosOrdenesReparacion.HideSelection = false;
     this.ultraTreeMotivosOrdenesReparacion.Location      = new System.Drawing.Point(0, 0);
     this.ultraTreeMotivosOrdenesReparacion.Name          = "ultraTreeMotivosOrdenesReparacion";
     ultraTreeNode1.Key  = "RAIZ";
     ultraTreeNode1.Text = "Motivos Orden Reparación";
     this.ultraTreeMotivosOrdenesReparacion.Nodes.AddRange(new Infragistics.Win.UltraWinTree.UltraTreeNode[] {
         ultraTreeNode1
     });
     _override1.SelectionType = Infragistics.Win.UltraWinTree.SelectType.Single;
     this.ultraTreeMotivosOrdenesReparacion.Override = _override1;
     this.ultraTreeMotivosOrdenesReparacion.Size     = new System.Drawing.Size(316, 390);
     this.ultraTreeMotivosOrdenesReparacion.TabIndex = 96;
     //
     // 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.ultraExplorerBarContainerControl5);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl5;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 25;
     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 = 390;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text = "Edición y Adición de tipos de observaciones";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2
     });
     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(804, 546);
     this.ultraExplorerBar1.TabIndex = 51;
     //
     // 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(804, 28);
     this.toolBarStandar.TabIndex       = 50;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // tbbAnterior
     //
     this.tbbAnterior.ImageIndex = 1;
     this.tbbAnterior.Text       = "&Anterior";
     //
     // tbbSeparator
     //
     this.tbbSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbSiguiente
     //
     this.tbbSiguiente.ImageIndex = 2;
     this.tbbSiguiente.Text       = "&Siguiente";
     //
     // tbbSeparator2
     //
     this.tbbSeparator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbCancelar
     //
     this.tbbCancelar.ImageIndex = 0;
     this.tbbCancelar.Text       = "&Cancelar";
     //
     // FrmAbmMotivoOrdenReparacion
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(804, 574);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmAbmMotivoOrdenReparacion";
     this.Text = "FrmAbmMotivoOrdenReparacion";
     this.ultraExplorerBarContainerControl5.ResumeLayout(false);
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridEX1)).EndInit();
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraTreeMotivosOrdenesReparacion)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.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.UltraWinTree.UltraTreeNode ultraTreeNode1 = new Infragistics.Win.UltraWinTree.UltraTreeNode();
     Infragistics.Win.UltraWinTree.Override      _override1     = new Infragistics.Win.UltraWinTree.Override();
     System.Resources.ResourceManager            resources      = new System.Resources.ResourceManager(typeof(FrmSearchProductbyJerarquia));
     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.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.ultraTree1 = new Infragistics.Win.UltraWinTree.UltraTree();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.gridResultado     = new Janus.Windows.GridEX.GridEX();
     this.imglStandar       = new System.Windows.Forms.ImageList(this.components);
     this.toolBarStandar    = new System.Windows.Forms.ToolBar();
     this.toolBarButton1    = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton2    = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton3    = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton4    = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton5    = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton6    = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton7    = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton8    = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton9    = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton10   = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton11   = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton12   = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).BeginInit();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridResultado)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.ultraExplorerBarContainerControl3.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraTree1);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 131);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(718, 150);
     this.ultraExplorerBarContainerControl1.TabIndex = 0;
     //
     // ultraTree1
     //
     this.ultraTree1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.ultraTree1.HideSelection = false;
     this.ultraTree1.Location      = new System.Drawing.Point(0, 0);
     this.ultraTree1.Name          = "ultraTree1";
     ultraTreeNode1.Key            = "RAIZ";
     ultraTreeNode1.Text           = "Agrupamientos";
     this.ultraTree1.Nodes.AddRange(new Infragistics.Win.UltraWinTree.UltraTreeNode[] {
         ultraTreeNode1
     });
     _override1.SelectionType = Infragistics.Win.UltraWinTree.SelectType.Single;
     this.ultraTree1.Override = _override1;
     this.ultraTree1.Size     = new System.Drawing.Size(718, 150);
     this.ultraTree1.TabIndex = 2;
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gridResultado);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 340);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(718, 150);
     this.ultraExplorerBarContainerControl2.TabIndex = 1;
     //
     // gridResultado
     //
     this.gridResultado.AllowEdit        = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridResultado.ColumnAutoResize = true;
     this.gridResultado.Cursor           = System.Windows.Forms.Cursors.Default;
     this.gridResultado.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.gridResultado.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridResultado.EmptyRows                       = true;
     this.gridResultado.EnterKeyBehavior                = Janus.Windows.GridEX.EnterKeyBehavior.None;
     this.gridResultado.ExpandableGroups                = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridResultado.Font                            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.gridResultado.GridLines                       = Janus.Windows.GridEX.GridLines.None;
     this.gridResultado.GroupByBoxVisible               = false;
     this.gridResultado.GroupRowFormatStyle.BackColor   = System.Drawing.Color.Empty;
     this.gridResultado.GroupRowFormatStyle.FontBold    = Janus.Windows.GridEX.TriState.True;
     this.gridResultado.HeaderFormatStyle.FontBold      = Janus.Windows.GridEX.TriState.True;
     this.gridResultado.HeaderFormatStyle.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.gridResultado.HideSelection                   = Janus.Windows.GridEX.HideSelection.HighlightInactive;
     this.gridResultado.IncrementalSearchMode           = Janus.Windows.GridEX.IncrementalSearchMode.AllCharacters;
     this.gridResultado.InvalidValueAction              = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridResultado.LayoutData                      = @"<GridEXLayoutData><RootTable><Caption>Customers</Caption><Columns Collection=""true""><Column0 ID=""Icon""><AllowGroup>False</AllowGroup><AllowSize>False</AllowSize><AllowSort>False</AllowSort><Bound>False</Bound><ColumnType>Image</ColumnType><EditType>NoEdit</EditType><HeaderImageIndex>1</HeaderImageIndex><ImageIndex>0</ImageIndex><Key>Icon</Key><Position>0</Position><Selectable>False</Selectable><Width>22</Width></Column0><Column1 ID=""ID""><AllowSort>False</AllowSort><Caption>ID</Caption><DataMember>Codigo</DataMember><DefaultGroupPrefix>ID</DefaultGroupPrefix><Key>ID</Key><Position>1</Position><Selectable>False</Selectable><Width>247</Width></Column1><Column2 ID=""DESCRIPTION""><AllowSort>False</AllowSort><Caption>DESCRIPTION</Caption><DataMember>DESCRIPTION</DataMember><DefaultGroupPrefix>DESCRIPTION</DefaultGroupPrefix><Key>DESCRIPTION</Key><Position>2</Position><Selectable>False</Selectable><Width>445</Width></Column2></Columns><GroupCondition ID="""" /><Key>Customers</Key><SortKeys Collection=""true""><SortKey0 ID=""SortKey0""><ColIndex>1</ColIndex></SortKey0></SortKeys></RootTable></GridEXLayoutData>";
     this.gridResultado.Location                        = new System.Drawing.Point(0, 0);
     this.gridResultado.Name                            = "gridResultado";
     this.gridResultado.RecordNavigator                 = true;
     this.gridResultado.RecordNavigatorText             = "Registro:|de";
     this.gridResultado.Size                            = new System.Drawing.Size(718, 150);
     this.gridResultado.TabIndex                        = 1801;
     this.gridResultado.ThemedAreas                     = ((Janus.Windows.GridEX.ThemedArea)((((((Janus.Windows.GridEX.ThemedArea.ScrollBars | Janus.Windows.GridEX.ThemedArea.EditControls)
                                                                                                 | Janus.Windows.GridEX.ThemedArea.Headers)
                                                                                                | Janus.Windows.GridEX.ThemedArea.GroupByBox)
                                                                                               | Janus.Windows.GridEX.ThemedArea.TreeGliphs)
                                                                                              | Janus.Windows.GridEX.ThemedArea.ControlBorder)));
     //
     // 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.toolBarButton1,
         this.toolBarButton2,
         this.toolBarButton3,
         this.toolBarButton4,
         this.toolBarButton5,
         this.toolBarButton6,
         this.toolBarButton7,
         this.toolBarButton8,
         this.toolBarButton9,
         this.toolBarButton10,
         this.toolBarButton11,
         this.toolBarButton12
     });
     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(784, 28);
     this.toolBarStandar.TabIndex       = 17;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // toolBarButton1
     //
     this.toolBarButton1.ImageIndex = 0;
     //
     // toolBarButton2
     //
     this.toolBarButton2.ImageIndex = 1;
     //
     // toolBarButton3
     //
     this.toolBarButton3.ImageIndex = 2;
     //
     // toolBarButton4
     //
     this.toolBarButton4.ImageIndex = 3;
     //
     // toolBarButton5
     //
     this.toolBarButton5.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButton6
     //
     this.toolBarButton6.ImageIndex = 5;
     this.toolBarButton6.Text       = "Buscar Ahora";
     //
     // toolBarButton7
     //
     this.toolBarButton7.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButton8
     //
     this.toolBarButton8.ImageIndex = 5;
     this.toolBarButton8.Text       = "Nueva Busqueda";
     //
     // toolBarButton9
     //
     this.toolBarButton9.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButton10
     //
     this.toolBarButton10.ImageIndex = 6;
     this.toolBarButton10.Text       = "Aceptar";
     //
     // toolBarButton11
     //
     this.toolBarButton11.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButton12
     //
     this.toolBarButton12.ImageIndex = 7;
     this.toolBarButton12.Text       = "Cancelar";
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl3);
     this.ultraExplorerBar1.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl3;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 23;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text           = "Filtros";
     ultraExplorerBarGroup2.Container      = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup2.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text           = "Seleccione una jerarquia";
     ultraExplorerBarGroup3.Container      = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup3.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup3.Text           = "Resultado de la Busqueda";
     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(784, 377);
     this.ultraExplorerBar1.TabIndex = 18;
     //
     // ultraExplorerBarContainerControl3
     //
     this.ultraExplorerBarContainerControl3.Controls.Add(this.checkBox1);
     this.ultraExplorerBarContainerControl3.Location = new System.Drawing.Point(28, 49);
     this.ultraExplorerBarContainerControl3.Name     = "ultraExplorerBarContainerControl3";
     this.ultraExplorerBarContainerControl3.Size     = new System.Drawing.Size(718, 23);
     this.ultraExplorerBarContainerControl3.TabIndex = 2;
     //
     // checkBox1
     //
     this.checkBox1.BackColor  = System.Drawing.SystemColors.InactiveCaptionText;
     this.checkBox1.Checked    = true;
     this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBox1.Location   = new System.Drawing.Point(8, 0);
     this.checkBox1.Name       = "checkBox1";
     this.checkBox1.Size       = new System.Drawing.Size(176, 24);
     this.checkBox1.TabIndex   = 0;
     this.checkBox1.Text       = "Activo";
     //
     // FrmSearchProductbyJerarquia
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(784, 405);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmSearchProductbyJerarquia";
     this.Text = "Busqueda de Productos por Jerarquia";
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).EndInit();
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridResultado)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ultraExplorerBarContainerControl3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #5
0
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager             resources              = new System.ComponentModel.ComponentResourceManager(typeof(FrmAgrupamientos));
            Infragistics.Win.UltraWinTree.UltraTreeNode                ultraTreeNode1         = new Infragistics.Win.UltraWinTree.UltraTreeNode();
            Infragistics.Win.UltraWinTree.Override                     _override1             = new Infragistics.Win.UltraWinTree.Override();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
            this.mzCmbCuenta   = new mz.erp.ui.controls.mzCuentasControl();
            this.ultraLabel2   = new Infragistics.Win.Misc.UltraLabel();
            this.mzCmb         = new mz.erp.ui.controls.mzProveedoresControl();
            this.ultraLabel1   = new Infragistics.Win.Misc.UltraLabel();
            this.gridElementos = new Janus.Windows.GridEX.GridEX();
            this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
            this.btnEliminar            = new Infragistics.Win.Misc.UltraButton();
            this.btnAgregar             = new Infragistics.Win.Misc.UltraButton();
            this.gridEXAgrupamientos    = new Janus.Windows.GridEX.GridEX();
            this.btnBuscar              = new Infragistics.Win.Misc.UltraButton();
            this.ultraTreeAgrupamientos = new Infragistics.Win.UltraWinTree.UltraTree();
            this.cmAgrupamientosTree    = new System.Windows.Forms.ContextMenu();
            this.menuItem1              = new System.Windows.Forms.MenuItem();
            this.ultraExplorerBar1      = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
            this.button1 = new System.Windows.Forms.Button();
            this.ultraExplorerBarContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridElementos)).BeginInit();
            this.ultraExplorerBarContainerControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridEXAgrupamientos)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTreeAgrupamientos)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
            this.ultraExplorerBar1.SuspendLayout();
            this.SuspendLayout();
            //
            // ultraExplorerBarContainerControl1
            //
            this.ultraExplorerBarContainerControl1.Controls.Add(this.button1);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbCuenta);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel2);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmb);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel1);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.gridElementos);
            this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 50);
            this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
            this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(842, 220);
            this.ultraExplorerBarContainerControl1.TabIndex = 0;
            //
            // mzCmbCuenta
            //
            this.mzCmbCuenta.AllowEditClientePaso = false;
            this.mzCmbCuenta.BackColor            = System.Drawing.SystemColors.Control;
            this.mzCmbCuenta.DataValue            = "";
            this.mzCmbCuenta.EnableCtaCte         = false;
            this.mzCmbCuenta.FastSearch           = false;
            this.mzCmbCuenta.Location             = new System.Drawing.Point(125, 3);
            this.mzCmbCuenta.Name                 = "mzCmbCuenta";
            this.mzCmbCuenta.ReseteaCodCta        = false;
            this.mzCmbCuenta.SearchObjectListener = null;
            this.mzCmbCuenta.Size                 = new System.Drawing.Size(614, 25);
            this.mzCmbCuenta.TabIndex             = 0;
            this.mzCmbCuenta.KeyDown             += new System.Windows.Forms.KeyEventHandler(this.mzCmbCuenta_KeyDown);

            //
            // ultraLabel2
            //
            this.ultraLabel2.BackColorInternal = System.Drawing.Color.Transparent;
            this.ultraLabel2.Location          = new System.Drawing.Point(10, 0);
            this.ultraLabel2.Name     = "ultraLabel2";
            this.ultraLabel2.Size     = new System.Drawing.Size(74, 18);
            this.ultraLabel2.TabIndex = 36;
            this.ultraLabel2.Text     = "Cuenta";
            //
            // mzCmb
            //
            this.mzCmb.BackColor            = System.Drawing.SystemColors.Control;
            this.mzCmb.DataValue            = "";
            this.mzCmb.EnableCtaCte         = false;
            this.mzCmb.FastSearch           = false;
            this.mzCmb.Location             = new System.Drawing.Point(125, 0);
            this.mzCmb.Name                 = "mzCmb";
            this.mzCmb.SearchObjectListener = null;
            this.mzCmb.Size                 = new System.Drawing.Size(585, 25);
            this.mzCmb.TabIndex             = 0;
            this.mzCmb.Tag = "ResponsableEmision";
            //
            // ultraLabel1
            //
            this.ultraLabel1.BackColorInternal = System.Drawing.Color.Transparent;
            this.ultraLabel1.Location          = new System.Drawing.Point(10, 0);
            this.ultraLabel1.Name     = "ultraLabel1";
            this.ultraLabel1.Size     = new System.Drawing.Size(74, 18);
            this.ultraLabel1.TabIndex = 27;
            this.ultraLabel1.Text     = "Proveedor";
            //
            // gridElementos
            //
            this.gridElementos.AllowCardSizing = false;
            this.gridElementos.AllowDelete     = Janus.Windows.GridEX.InheritableBoolean.True;
            this.gridElementos.AllowEdit       = Janus.Windows.GridEX.InheritableBoolean.False;
            this.gridElementos.Cursor          = System.Windows.Forms.Cursors.Default;
            this.gridElementos.Dock            = System.Windows.Forms.DockStyle.Bottom;
            this.gridElementos.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
            this.gridElementos.EnterKeyBehavior   = Janus.Windows.GridEX.EnterKeyBehavior.None;
            this.gridElementos.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.gridElementos.GroupByBoxVisible  = false;
            this.gridElementos.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
            this.gridElementos.Location           = new System.Drawing.Point(0, 27);
            this.gridElementos.Name               = "gridElementos";
            this.gridElementos.Size               = new System.Drawing.Size(842, 193);
            this.gridElementos.TabIndex           = 1;
            this.gridElementos.TabStop            = false;
            //
            // ultraExplorerBarContainerControl2
            //
            this.ultraExplorerBarContainerControl2.Controls.Add(this.btnEliminar);
            this.ultraExplorerBarContainerControl2.Controls.Add(this.btnAgregar);
            this.ultraExplorerBarContainerControl2.Controls.Add(this.gridEXAgrupamientos);
            this.ultraExplorerBarContainerControl2.Controls.Add(this.btnBuscar);
            this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraTreeAgrupamientos);
            this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 330);
            this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
            this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(842, 532);
            this.ultraExplorerBarContainerControl2.TabIndex = 1;
            //
            // btnEliminar
            //
            this.btnEliminar.Location = new System.Drawing.Point(490, 76);
            this.btnEliminar.Name     = "btnEliminar";
            this.btnEliminar.Size     = new System.Drawing.Size(96, 28);
            this.btnEliminar.TabIndex = 3;
            this.btnEliminar.Text     = "&Eliminar";
            //
            // btnAgregar
            //
            this.btnAgregar.Location = new System.Drawing.Point(490, 39);
            this.btnAgregar.Name     = "btnAgregar";
            this.btnAgregar.Size     = new System.Drawing.Size(96, 28);
            this.btnAgregar.TabIndex = 2;
            this.btnAgregar.Text     = "&Agregar";
            //
            // gridEXAgrupamientos
            //
            this.gridEXAgrupamientos.AllowEdit = Janus.Windows.GridEX.InheritableBoolean.False;
            this.gridEXAgrupamientos.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.gridEXAgrupamientos.Cursor             = System.Windows.Forms.Cursors.Default;
            this.gridEXAgrupamientos.GroupByBoxInfoText = "";
            this.gridEXAgrupamientos.GroupByBoxVisible  = false;
            this.gridEXAgrupamientos.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
            this.gridEXAgrupamientos.LayoutData         = resources.GetString("gridEXAgrupamientos.LayoutData");
            this.gridEXAgrupamientos.Location           = new System.Drawing.Point(599, 0);
            this.gridEXAgrupamientos.Name     = "gridEXAgrupamientos";
            this.gridEXAgrupamientos.Size     = new System.Drawing.Size(235, 526);
            this.gridEXAgrupamientos.TabIndex = 4;
            //
            // btnBuscar
            //
            this.btnBuscar.Location = new System.Drawing.Point(490, 2);
            this.btnBuscar.Name     = "btnBuscar";
            this.btnBuscar.Size     = new System.Drawing.Size(96, 28);
            this.btnBuscar.TabIndex = 1;
            this.btnBuscar.Text     = "&Buscar";
            //
            // ultraTreeAgrupamientos
            //
            this.ultraTreeAgrupamientos.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                       | System.Windows.Forms.AnchorStyles.Left)));
            this.ultraTreeAgrupamientos.ContextMenu   = this.cmAgrupamientosTree;
            this.ultraTreeAgrupamientos.HideSelection = false;
            this.ultraTreeAgrupamientos.Location      = new System.Drawing.Point(0, 0);
            this.ultraTreeAgrupamientos.Name          = "ultraTreeAgrupamientos";
            ultraTreeNode1.Key  = "RAIZ";
            ultraTreeNode1.Text = "Agrupamientos";
            this.ultraTreeAgrupamientos.Nodes.AddRange(new Infragistics.Win.UltraWinTree.UltraTreeNode[] {
                ultraTreeNode1
            });
            _override1.SelectionType             = Infragistics.Win.UltraWinTree.SelectType.Single;
            this.ultraTreeAgrupamientos.Override = _override1;
            this.ultraTreeAgrupamientos.Size     = new System.Drawing.Size(480, 526);
            this.ultraTreeAgrupamientos.TabIndex = 0;
            //
            // cmAgrupamientosTree
            //
            this.cmAgrupamientosTree.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                this.menuItem1
            });
            //
            // menuItem1
            //
            this.menuItem1.Index  = 0;
            this.menuItem1.Text   = "Agregar";
            this.menuItem1.Click += new System.EventHandler(this.menuItem1_Click);
            //
            // ultraExplorerBar1
            //
            this.ultraExplorerBar1.AnimationEnabled = false;
            this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
            this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
            this.ultraExplorerBar1.Cursor    = System.Windows.Forms.Cursors.Hand;
            this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
            ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl1;
            ultraExplorerBarGroup1.Settings.ContainerHeight = 220;
            ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
            ultraExplorerBarGroup1.Text      = "Datos Generales";
            ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl2;
            ultraExplorerBarGroup2.Settings.ContainerHeight = 532;
            ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
            ultraExplorerBarGroup2.Text = "Detalle de Agrupamiento";
            this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
                ultraExplorerBarGroup1,
                ultraExplorerBarGroup2
            });
            this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 0);
            this.ultraExplorerBar1.Name     = "ultraExplorerBar1";
            this.ultraExplorerBar1.Size     = new System.Drawing.Size(912, 550);
            this.ultraExplorerBar1.TabIndex = 24;

            //
            // button1
            //
            this.button1.Location = new System.Drawing.Point(529, -2);
            this.button1.Name     = "button1";
            this.button1.Size     = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 37;
            this.button1.Text     = "Agregar";
            this.button1.UseVisualStyleBackColor = true;

            //
            // FrmAgrupamientos
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
            this.ClientSize        = new System.Drawing.Size(912, 550);
            this.Controls.Add(this.ultraExplorerBar1);
            this.Name = "FrmAgrupamientos";
            this.Text = "Grupos de Clientes";
            this.ultraExplorerBarContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridElementos)).EndInit();
            this.ultraExplorerBarContainerControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridEXAgrupamientos)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTreeAgrupamientos)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
            this.ultraExplorerBar1.ResumeLayout(false);
            this.ResumeLayout(false);
        }
Beispiel #6
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinTree.UltraTreeNode ultraTreeNode1 = new Infragistics.Win.UltraWinTree.UltraTreeNode();
     Infragistics.Win.UltraWinTree.Override      _override1     = new Infragistics.Win.UltraWinTree.Override();
     System.Resources.ResourceManager            resources      = new System.Resources.ResourceManager(typeof(mzHierarchicalSearchPanel));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.ultraTree1 = new Infragistics.Win.UltraWinTree.UltraTree();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.gridResultado     = new Janus.Windows.GridEX.GridEX();
     this.toolBarStandar    = new System.Windows.Forms.ToolBar();
     this.tbSearchNow       = new System.Windows.Forms.ToolBarButton();
     this.tbNewSearch       = new System.Windows.Forms.ToolBarButton();
     this.tbRefresh         = new System.Windows.Forms.ToolBarButton();
     this.tbSep             = new System.Windows.Forms.ToolBarButton();
     this.tbNew             = new System.Windows.Forms.ToolBarButton();
     this.tbEdit            = new System.Windows.Forms.ToolBarButton();
     this.tbDetail          = new System.Windows.Forms.ToolBarButton();
     this.imglStandar       = new System.Windows.Forms.ImageList(this.components);
     this.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).BeginInit();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridResultado)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraTree1);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 49);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(687, 150);
     this.ultraExplorerBarContainerControl1.TabIndex = 0;
     this.ultraExplorerBarContainerControl1.TabStop  = true;
     //
     // ultraTree1
     //
     this.ultraTree1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.ultraTree1.HideSelection = false;
     this.ultraTree1.Location      = new System.Drawing.Point(0, 0);
     this.ultraTree1.Name          = "ultraTree1";
     ultraTreeNode1.Key            = "RAIZ";
     ultraTreeNode1.Text           = "Agrupamientos";
     this.ultraTree1.Nodes.AddRange(new Infragistics.Win.UltraWinTree.UltraTreeNode[] {
         ultraTreeNode1
     });
     _override1.SelectionType = Infragistics.Win.UltraWinTree.SelectType.Single;
     this.ultraTree1.Override = _override1;
     this.ultraTree1.Size     = new System.Drawing.Size(687, 150);
     this.ultraTree1.TabIndex = 0;
     this.ultraTree1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ultraTree1_KeyDown);
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gridResultado);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 258);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(687, 150);
     this.ultraExplorerBarContainerControl2.TabIndex = 1;
     //
     // gridResultado
     //
     this.gridResultado.AllowEdit        = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridResultado.ColumnAutoResize = true;
     this.gridResultado.Cursor           = System.Windows.Forms.Cursors.Default;
     this.gridResultado.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridResultado.EmptyRows                       = true;
     this.gridResultado.EnterKeyBehavior                = Janus.Windows.GridEX.EnterKeyBehavior.None;
     this.gridResultado.ExpandableGroups                = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridResultado.Font                            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.gridResultado.GridLines                       = Janus.Windows.GridEX.GridLines.None;
     this.gridResultado.GroupByBoxVisible               = false;
     this.gridResultado.GroupRowFormatStyle.BackColor   = System.Drawing.Color.Empty;
     this.gridResultado.GroupRowFormatStyle.FontBold    = Janus.Windows.GridEX.TriState.True;
     this.gridResultado.HeaderFormatStyle.FontBold      = Janus.Windows.GridEX.TriState.True;
     this.gridResultado.HeaderFormatStyle.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.gridResultado.HideSelection                   = Janus.Windows.GridEX.HideSelection.HighlightInactive;
     this.gridResultado.IncrementalSearchMode           = Janus.Windows.GridEX.IncrementalSearchMode.AllCharacters;
     this.gridResultado.InvalidValueAction              = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridResultado.LayoutData                      = @"<GridEXLayoutData><RootTable><Caption>Customers</Caption><Columns Collection=""true""><Column0 ID=""Icon""><AllowGroup>False</AllowGroup><AllowSize>False</AllowSize><AllowSort>False</AllowSort><Bound>False</Bound><ColumnType>Image</ColumnType><EditType>NoEdit</EditType><HeaderImageIndex>1</HeaderImageIndex><ImageIndex>0</ImageIndex><Key>Icon</Key><Position>0</Position><Selectable>False</Selectable><Width>22</Width></Column0><Column1 ID=""ID""><AllowSort>False</AllowSort><Caption>ID</Caption><DataMember>Codigo</DataMember><DefaultGroupPrefix>ID</DefaultGroupPrefix><Key>ID</Key><Position>1</Position><Selectable>False</Selectable><Width>236</Width></Column1><Column2 ID=""DESCRIPTION""><AllowSort>False</AllowSort><Caption>DESCRIPTION</Caption><DataMember>DESCRIPTION</DataMember><DefaultGroupPrefix>DESCRIPTION</DefaultGroupPrefix><Key>DESCRIPTION</Key><Position>2</Position><Selectable>False</Selectable><Width>427</Width></Column2></Columns><GroupCondition ID="""" /><Key>Customers</Key><SortKeys Collection=""true""><SortKey0 ID=""SortKey0""><ColIndex>0</ColIndex></SortKey0></SortKeys></RootTable></GridEXLayoutData>";
     this.gridResultado.Location                        = new System.Drawing.Point(0, 0);
     this.gridResultado.Name                            = "gridResultado";
     this.gridResultado.RecordNavigator                 = true;
     this.gridResultado.RecordNavigatorText             = "Registro:|de";
     this.gridResultado.Size                            = new System.Drawing.Size(687, 150);
     this.gridResultado.TabIndex                        = 0;
     this.gridResultado.TableSpacing                    = 1;
     this.gridResultado.ThemedAreas                     = ((Janus.Windows.GridEX.ThemedArea)((((((Janus.Windows.GridEX.ThemedArea.ScrollBars | Janus.Windows.GridEX.ThemedArea.EditControls)
                                                                                                 | Janus.Windows.GridEX.ThemedArea.Headers)
                                                                                                | Janus.Windows.GridEX.ThemedArea.GroupByBox)
                                                                                               | Janus.Windows.GridEX.ThemedArea.TreeGliphs)
                                                                                              | Janus.Windows.GridEX.ThemedArea.ControlBorder)));
     this.gridResultado.KeyDown       += new System.Windows.Forms.KeyEventHandler(this.gridResultado_KeyDown);
     this.gridResultado.FormattingRow += new Janus.Windows.GridEX.RowLoadEventHandler(this.gridResultado_FormattingRow);
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbSearchNow,
         this.tbNewSearch,
         this.tbRefresh,
         this.tbSep,
         this.tbNew,
         this.tbEdit,
         this.tbDetail
     });
     this.toolBarStandar.Divider        = false;
     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(736, 26);
     this.toolBarStandar.TabIndex       = 0;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     this.toolBarStandar.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBarStandar_ButtonClick);
     //
     // tbSearchNow
     //
     this.tbSearchNow.ImageIndex = 2;
     this.tbSearchNow.Text       = "Buscar ahora";
     //
     // tbNewSearch
     //
     this.tbNewSearch.ImageIndex = 0;
     this.tbNewSearch.Text       = "Nueva búsqueda";
     //
     // tbRefresh
     //
     this.tbRefresh.ImageIndex = 0;
     this.tbRefresh.Text       = "Actualizar";
     //
     // tbSep
     //
     this.tbSep.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbNew
     //
     this.tbNew.ImageIndex = 3;
     this.tbNew.Text       = "Nuevo";
     //
     // tbEdit
     //
     this.tbEdit.ImageIndex = 5;
     this.tbEdit.Text       = "Editar";
     //
     // tbDetail
     //
     this.tbDetail.ImageIndex = 5;
     this.tbDetail.Text       = "Detalle";
     //
     // 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.Cursor         = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBar1.Dock           = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container      = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup1.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text           = "Seleccione una jerarquia";
     ultraExplorerBarGroup2.Container      = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup2.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text           = "Resultado de la Busqueda";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 26);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1";
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(736, 438);
     this.ultraExplorerBar1.TabIndex = 19;
     this.ultraExplorerBar1.TabStop  = false;
     //
     // mzHierarchicalSearchPanel
     //
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Name = "mzHierarchicalSearchPanel";
     this.Size = new System.Drawing.Size(736, 464);
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).EndInit();
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridResultado)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.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()
 {
     Infragistics.Win.UltraWinTree.UltraTreeNode ultraTreeNode1 = new Infragistics.Win.UltraWinTree.UltraTreeNode();
     Infragistics.Win.UltraWinTree.Override      _override1     = new Infragistics.Win.UltraWinTree.Override();
     this.ultraTree1   = new Infragistics.Win.UltraWinTree.UltraTree();
     this.buttonCancel = new System.Windows.Forms.Button();
     this.buttonOK     = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).BeginInit();
     this.SuspendLayout();
     //
     // ultraTree1
     //
     this.ultraTree1.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.ultraTree1.HideSelection = false;
     this.ultraTree1.Location      = new System.Drawing.Point(10, 9);
     this.ultraTree1.Name          = "ultraTree1";
     ultraTreeNode1.Key            = "RAIZ";
     ultraTreeNode1.Text           = "Agrupamientos";
     this.ultraTree1.Nodes.AddRange(new Infragistics.Win.UltraWinTree.UltraTreeNode[] {
         ultraTreeNode1
     });
     _override1.SelectionType       = Infragistics.Win.UltraWinTree.SelectType.Single;
     this.ultraTree1.Override       = _override1;
     this.ultraTree1.Size           = new System.Drawing.Size(564, 354);
     this.ultraTree1.TabIndex       = 17;
     this.ultraTree1.AfterActivate += new Infragistics.Win.UltraWinTree.AfterNodeChangedEventHandler(this.ultraTree1_AfterActivate);
     this.ultraTree1.AfterExpand   += new Infragistics.Win.UltraWinTree.AfterNodeChangedEventHandler(this.ultraTree1_AfterExpand);
     //
     // buttonCancel
     //
     this.buttonCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.buttonCancel.FlatStyle    = System.Windows.Forms.FlatStyle.Flat;
     this.buttonCancel.Location     = new System.Drawing.Point(440, 372);
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.Size         = new System.Drawing.Size(134, 28);
     this.buttonCancel.TabIndex     = 19;
     this.buttonCancel.Text         = "&Cancelar";
     //
     // buttonOK
     //
     this.buttonOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.buttonOK.FlatStyle    = System.Windows.Forms.FlatStyle.Flat;
     this.buttonOK.Location     = new System.Drawing.Point(296, 372);
     this.buttonOK.Name         = "buttonOK";
     this.buttonOK.Size         = new System.Drawing.Size(134, 28);
     this.buttonOK.TabIndex     = 18;
     this.buttonOK.Text         = "&Aceptar";
     this.buttonOK.Click       += new System.EventHandler(this.buttonOK_Click);
     //
     // frmSeleccionJerarquia
     //
     this.AcceptButton      = this.buttonOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
     this.CancelButton      = this.buttonCancel;
     this.ClientSize        = new System.Drawing.Size(584, 406);
     this.Controls.Add(this.buttonCancel);
     this.Controls.Add(this.buttonOK);
     this.Controls.Add(this.ultraTree1);
     this.Name = "frmSeleccionJerarquia";
     this.Text = "frmSeleccionJerarquia";
     ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).EndInit();
     this.ResumeLayout(false);
 }
 private void treeAgrupamientos_AfterActivate(object sender, Infragistics.Win.UltraWinTree.NodeEventArgs e)
 {
     Infragistics.Win.UltraWinTree.UltraTree tree = (Infragistics.Win.UltraWinTree.UltraTree)sender;
     _uiController.NodoActual(e.TreeNode, tree.Name.Substring(tree.Name.Length - 1, 1));
 }
 /// <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.UltraWinTree.UltraTreeNode ultraTreeNode1 = new Infragistics.Win.UltraWinTree.UltraTreeNode();
     Infragistics.Win.UltraWinTree.Override      _override1     = new Infragistics.Win.UltraWinTree.Override();
     Infragistics.Win.UltraWinTree.UltraTreeNode ultraTreeNode2 = new Infragistics.Win.UltraWinTree.UltraTreeNode();
     Infragistics.Win.UltraWinTree.Override      _override2     = new Infragistics.Win.UltraWinTree.Override();
     System.Resources.ResourceManager            resources      = new System.Resources.ResourceManager(typeof(FrmConsultaMovimientosStock));
     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.ultraExplorerBarContainerControl3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.labelTarea = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.mzProductosControl = new mz.erp.ui.controls.mzProductosControl();
     this.chkPorLineas       = new System.Windows.Forms.CheckBox();
     this.chkPorMarcas       = new System.Windows.Forms.CheckBox();
     this.groupBox2          = new System.Windows.Forms.GroupBox();
     this.udteHasta          = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.udteDesde          = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.label4             = new System.Windows.Forms.Label();
     this.label3             = new System.Windows.Forms.Label();
     this.chkPorFechas       = new System.Windows.Forms.CheckBox();
     this.treeJerarquia2     = new Infragistics.Win.UltraWinTree.UltraTree();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.rbbPersonalizado   = new System.Windows.Forms.RadioButton();
     this.rbbPorFecha        = new System.Windows.Forms.RadioButton();
     this.rbPorProducto      = new System.Windows.Forms.RadioButton();
     this.label2             = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     this.treeJerarquia1     = new Infragistics.Win.UltraWinTree.UltraTree();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.gridResultado        = new Janus.Windows.GridEX.GridEX();
     this.toolBarStandar       = new System.Windows.Forms.ToolBar();
     this.tbbAnterior          = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator1        = new System.Windows.Forms.ToolBarButton();
     this.tbbSiguiente         = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparador3        = new System.Windows.Forms.ToolBarButton();
     this.tbbEjecutarConsulta  = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator2        = new System.Windows.Forms.ToolBarButton();
     this.toolReiniciarFiltros = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator4        = new System.Windows.Forms.ToolBarButton();
     this.tbbCancelar          = new System.Windows.Forms.ToolBarButton();
     this.imglStandar          = new System.Windows.Forms.ImageList(this.components);
     this.ultraExplorerBar1    = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl3.SuspendLayout();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.udteHasta)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udteDesde)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeJerarquia2)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeJerarquia1)).BeginInit();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridResultado)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl3
     //
     this.ultraExplorerBarContainerControl3.Controls.Add(this.labelTarea);
     this.ultraExplorerBarContainerControl3.Location = new System.Drawing.Point(28, 49);
     this.ultraExplorerBarContainerControl3.Name     = "ultraExplorerBarContainerControl3";
     this.ultraExplorerBarContainerControl3.Size     = new System.Drawing.Size(902, 31);
     this.ultraExplorerBarContainerControl3.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(902, 23);
     this.labelTarea.TabIndex  = 2;
     this.labelTarea.Text      = "Tarea";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzProductosControl);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.chkPorLineas);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.chkPorMarcas);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.groupBox2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.treeJerarquia2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.groupBox1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.treeJerarquia1);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 139);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(902, 205);
     this.ultraExplorerBarContainerControl1.TabIndex = 0;
     //
     // mzProductosControl
     //
     this.mzProductosControl.BackColor            = System.Drawing.Color.Transparent;
     this.mzProductosControl.EnabledCantidad      = true;
     this.mzProductosControl.EnabledListaDePrecio = true;
     this.mzProductosControl.Location             = new System.Drawing.Point(96, 0);
     this.mzProductosControl.Name                            = "mzProductosControl";
     this.mzProductosControl.Size                            = new System.Drawing.Size(408, 40);
     this.mzProductosControl.TabIndex                        = 0;
     this.mzProductosControl.VisibleCantidad                 = true;
     this.mzProductosControl.VisibleComboListaDePrecios      = true;
     this.mzProductosControl.VisibleComboTipoDePrecioDeCosto = false;
     this.mzProductosControl.VisiblePrecios                  = true;
     //
     // chkPorLineas
     //
     this.chkPorLineas.BackColor = System.Drawing.Color.Transparent;
     this.chkPorLineas.Location  = new System.Drawing.Point(104, 48);
     this.chkPorLineas.Name      = "chkPorLineas";
     this.chkPorLineas.Size      = new System.Drawing.Size(224, 16);
     this.chkPorLineas.TabIndex  = 1;
     this.chkPorLineas.Text      = "Por Lineas";
     //
     // chkPorMarcas
     //
     this.chkPorMarcas.BackColor = System.Drawing.Color.Transparent;
     this.chkPorMarcas.Location  = new System.Drawing.Point(347, 48);
     this.chkPorMarcas.Name      = "chkPorMarcas";
     this.chkPorMarcas.Size      = new System.Drawing.Size(248, 16);
     this.chkPorMarcas.TabIndex  = 3;
     this.chkPorMarcas.Text      = "Por Marcas";
     //
     // groupBox2
     //
     this.groupBox2.BackColor = System.Drawing.Color.Transparent;
     this.groupBox2.Controls.Add(this.udteHasta);
     this.groupBox2.Controls.Add(this.udteDesde);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.chkPorFechas);
     this.groupBox2.Location = new System.Drawing.Point(600, 48);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(208, 80);
     this.groupBox2.TabIndex = 35;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Por Fechas";
     //
     // udteHasta
     //
     this.udteHasta.Location = new System.Drawing.Point(108, 44);
     this.udteHasta.Name     = "udteHasta";
     this.udteHasta.Size     = new System.Drawing.Size(88, 21);
     this.udteHasta.TabIndex = 7;
     //
     // udteDesde
     //
     this.udteDesde.Location = new System.Drawing.Point(108, 20);
     this.udteDesde.Name     = "udteDesde";
     this.udteDesde.Size     = new System.Drawing.Size(88, 21);
     this.udteDesde.TabIndex = 6;
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Location  = new System.Drawing.Point(12, 52);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(100, 16);
     this.label4.TabIndex  = 33;
     this.label4.Text      = "Hasta";
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(12, 28);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(100, 16);
     this.label3.TabIndex  = 32;
     this.label3.Text      = "Desde";
     //
     // chkPorFechas
     //
     this.chkPorFechas.BackColor = System.Drawing.Color.Transparent;
     this.chkPorFechas.Location  = new System.Drawing.Point(69, -5);
     this.chkPorFechas.Name      = "chkPorFechas";
     this.chkPorFechas.Size      = new System.Drawing.Size(24, 24);
     this.chkPorFechas.TabIndex  = 5;
     //
     // treeJerarquia2
     //
     this.treeJerarquia2.HideSelection = false;
     this.treeJerarquia2.Location      = new System.Drawing.Point(344, 64);
     this.treeJerarquia2.Name          = "treeJerarquia2";
     ultraTreeNode1.Key  = "RAIZ";
     ultraTreeNode1.Text = "Agrupamientos";
     this.treeJerarquia2.Nodes.AddRange(new Infragistics.Win.UltraWinTree.UltraTreeNode[] {
         ultraTreeNode1
     });
     _override1.SelectionType     = Infragistics.Win.UltraWinTree.SelectType.Single;
     this.treeJerarquia2.Override = _override1;
     this.treeJerarquia2.Size     = new System.Drawing.Size(248, 143);
     this.treeJerarquia2.TabIndex = 4;
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.Transparent;
     this.groupBox1.Controls.Add(this.rbbPersonalizado);
     this.groupBox1.Controls.Add(this.rbbPorFecha);
     this.groupBox1.Controls.Add(this.rbPorProducto);
     this.groupBox1.Location = new System.Drawing.Point(600, 128);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(208, 80);
     this.groupBox1.TabIndex = 32;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Agrupado por ";
     //
     // rbbPersonalizado
     //
     this.rbbPersonalizado.Location = new System.Drawing.Point(8, 56);
     this.rbbPersonalizado.Name     = "rbbPersonalizado";
     this.rbbPersonalizado.Size     = new System.Drawing.Size(130, 20);
     this.rbbPersonalizado.TabIndex = 10;
     this.rbbPersonalizado.TabStop  = true;
     this.rbbPersonalizado.Text     = "Personalizado";
     //
     // rbbPorFecha
     //
     this.rbbPorFecha.Location = new System.Drawing.Point(8, 35);
     this.rbbPorFecha.Name     = "rbbPorFecha";
     this.rbbPorFecha.Size     = new System.Drawing.Size(130, 20);
     this.rbbPorFecha.TabIndex = 9;
     this.rbbPorFecha.TabStop  = true;
     this.rbbPorFecha.Text     = "Por Fecha";
     //
     // rbPorProducto
     //
     this.rbPorProducto.Checked  = true;
     this.rbPorProducto.Location = new System.Drawing.Point(8, 14);
     this.rbPorProducto.Name     = "rbPorProducto";
     this.rbPorProducto.Size     = new System.Drawing.Size(208, 20);
     this.rbPorProducto.TabIndex = 8;
     this.rbPorProducto.TabStop  = true;
     this.rbPorProducto.Text     = "Por Producto";
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(0, 48);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(100, 16);
     this.label2.TabIndex  = 27;
     this.label2.Text      = "Jerarquía";
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(0, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(100, 16);
     this.label1.TabIndex  = 25;
     this.label1.Text      = "Producto";
     //
     // treeJerarquia1
     //
     this.treeJerarquia1.HideSelection = false;
     this.treeJerarquia1.Location      = new System.Drawing.Point(104, 64);
     this.treeJerarquia1.Name          = "treeJerarquia1";
     ultraTreeNode2.Key  = "RAIZ";
     ultraTreeNode2.Text = "Agrupamientos";
     this.treeJerarquia1.Nodes.AddRange(new Infragistics.Win.UltraWinTree.UltraTreeNode[] {
         ultraTreeNode2
     });
     _override2.SelectionType     = Infragistics.Win.UltraWinTree.SelectType.Single;
     this.treeJerarquia1.Override = _override2;
     this.treeJerarquia1.Size     = new System.Drawing.Size(240, 143);
     this.treeJerarquia1.TabIndex = 2;
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gridResultado);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 403);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(902, 285);
     this.ultraExplorerBarContainerControl2.TabIndex = 1;
     //
     // gridResultado
     //
     this.gridResultado.AllowEdit         = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridResultado.AlternatingColors = true;
     this.gridResultado.Cursor            = System.Windows.Forms.Cursors.Default;
     this.gridResultado.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.gridResultado.FilterMode = Janus.Windows.GridEX.FilterMode.Automatic;
     this.gridResultado.FilterRowFormatStyle.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.gridResultado.FocusStyle                          = Janus.Windows.GridEX.FocusStyle.Solid;
     this.gridResultado.GroupByBoxVisible                   = false;
     this.gridResultado.GroupMode                           = Janus.Windows.GridEX.GroupMode.Collapsed;
     this.gridResultado.GroupRowFormatStyle.BackColor       = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(255)));
     this.gridResultado.GroupTotalRowFormatStyle.Appearance = Janus.Windows.GridEX.Appearance.Flat;
     this.gridResultado.GroupTotalRowFormatStyle.BackColor  = System.Drawing.Color.Lavender;
     this.gridResultado.GroupTotalRowFormatStyle.FontBold   = Janus.Windows.GridEX.TriState.True;
     this.gridResultado.GroupTotalRowFormatStyle.ForeColor  = System.Drawing.Color.Black;
     this.gridResultado.GroupTotals                         = Janus.Windows.GridEX.GroupTotals.ExpandedGroup;
     this.gridResultado.InvalidValueAction                  = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridResultado.Location            = new System.Drawing.Point(0, 0);
     this.gridResultado.Name                = "gridResultado";
     this.gridResultado.RecordNavigator     = true;
     this.gridResultado.RecordNavigatorText = "Registro:|de";
     this.gridResultado.Size                = new System.Drawing.Size(902, 285);
     this.gridResultado.TabIndex            = 1;
     this.gridResultado.TableSpacing        = 0;
     this.gridResultado.TabStop             = false;
     this.gridResultado.ThemedAreas         = Janus.Windows.GridEX.ThemedArea.None;
     this.gridResultado.FormattingRow      += new Janus.Windows.GridEX.RowLoadEventHandler(this.gridResultado_FormattingRow);
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbAnterior,
         this.tbbSeparator1,
         this.tbbSiguiente,
         this.tbbSeparador3,
         this.tbbEjecutarConsulta,
         this.tbbSeparator2,
         this.toolReiniciarFiltros,
         this.tbbSeparator4,
         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(968, 28);
     this.toolBarStandar.TabIndex       = 17;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // tbbAnterior
     //
     this.tbbAnterior.ImageIndex = 10;
     this.tbbAnterior.Text       = "Anterior";
     //
     // tbbSeparator1
     //
     this.tbbSeparator1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbSiguiente
     //
     this.tbbSiguiente.ImageIndex = 11;
     this.tbbSiguiente.Text       = "Siguiente";
     //
     // tbbSeparador3
     //
     this.tbbSeparador3.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbEjecutarConsulta
     //
     this.tbbEjecutarConsulta.ImageIndex = 2;
     this.tbbEjecutarConsulta.Text       = "Ejecutar Consulta[F5]";
     //
     // tbbSeparator2
     //
     this.tbbSeparator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolReiniciarFiltros
     //
     this.toolReiniciarFiltros.ImageIndex = 5;
     this.toolReiniciarFiltros.Text       = "Reiniciar Filtros de Busqueda";
     //
     // tbbSeparator4
     //
     this.tbbSeparator4.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbCancelar
     //
     this.tbbCancelar.ImageIndex = 7;
     this.tbbCancelar.Text       = "Cancelar";
     //
     // 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.ultraExplorerBarContainerControl3);
     this.ultraExplorerBar1.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl3;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 31;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup2.Settings.ContainerHeight = 205;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text      = "Datos Generales";
     ultraExplorerBarGroup3.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup3.Settings.ContainerHeight = 285;
     ultraExplorerBarGroup3.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup3.Text = "Resultados";
     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(968, 497);
     this.ultraExplorerBar1.TabIndex   = 18;
     this.ultraExplorerBar1.TabStop    = false;
     this.ultraExplorerBar1.ItemClick += new Infragistics.Win.UltraWinExplorerBar.ItemClickEventHandler(this.ultraExplorerBar1_ItemClick);
     //
     // FrmConsultaMovimientosStock
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(968, 525);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmConsultaMovimientosStock";
     this.Text = "Consulta de Movimientos de Stock";
     this.ultraExplorerBarContainerControl3.ResumeLayout(false);
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.udteHasta)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udteDesde)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeJerarquia2)).EndInit();
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeJerarquia1)).EndInit();
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridResultado)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.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();
     System.Resources.ResourceManager            resources      = new System.Resources.ResourceManager(typeof(FrmJerarquiaAgrupGeneral));
     Infragistics.Win.UltraWinTree.UltraTreeNode ultraTreeNode1 = new Infragistics.Win.UltraWinTree.UltraTreeNode();
     Infragistics.Win.UltraWinTree.Override      _override1     = new Infragistics.Win.UltraWinTree.Override();
     this.imglStandar    = new System.Windows.Forms.ImageList(this.components);
     this.toolBarStandar = new System.Windows.Forms.ToolBar();
     this.tbSearchNow    = new System.Windows.Forms.ToolBarButton();
     this.tbNewSearch    = new System.Windows.Forms.ToolBarButton();
     this.tbRefresh      = new System.Windows.Forms.ToolBarButton();
     this.tbSep          = new System.Windows.Forms.ToolBarButton();
     this.tbNew          = new System.Windows.Forms.ToolBarButton();
     this.tbEdit         = new System.Windows.Forms.ToolBarButton();
     this.ultraTree1     = new Infragistics.Win.UltraWinTree.UltraTree();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).BeginInit();
     this.SuspendLayout();
     //
     // 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.tbSearchNow,
         this.tbNewSearch,
         this.tbRefresh,
         this.tbSep,
         this.tbNew,
         this.tbEdit
     });
     this.toolBarStandar.Divider        = false;
     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(704, 26);
     this.toolBarStandar.TabIndex       = 14;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     this.toolBarStandar.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBarStandar_ButtonClick);
     //
     // tbSearchNow
     //
     this.tbSearchNow.ImageIndex = 2;
     this.tbSearchNow.Text       = "Buscar ahora";
     //
     // tbNewSearch
     //
     this.tbNewSearch.ImageIndex = 1;
     this.tbNewSearch.Text       = "Nueva búsqueda";
     //
     // tbRefresh
     //
     this.tbRefresh.ImageIndex = 0;
     this.tbRefresh.Text       = "Actualizar";
     //
     // tbSep
     //
     this.tbSep.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbNew
     //
     this.tbNew.ImageIndex = 3;
     this.tbNew.Text       = "Nuevo";
     //
     // tbEdit
     //
     this.tbEdit.ImageIndex = 4;
     this.tbEdit.Text       = "Editar";
     //
     // ultraTree1
     //
     this.ultraTree1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.ultraTree1.HideSelection = false;
     this.ultraTree1.Location      = new System.Drawing.Point(0, 26);
     this.ultraTree1.Name          = "ultraTree1";
     ultraTreeNode1.Key            = "RAIZ";
     ultraTreeNode1.Text           = "Agrupamientos";
     this.ultraTree1.Nodes.AddRange(new Infragistics.Win.UltraWinTree.UltraTreeNode[] {
         ultraTreeNode1
     });
     _override1.SelectionType       = Infragistics.Win.UltraWinTree.SelectType.Single;
     this.ultraTree1.Override       = _override1;
     this.ultraTree1.Size           = new System.Drawing.Size(704, 419);
     this.ultraTree1.TabIndex       = 19;
     this.ultraTree1.AfterExpand   += new Infragistics.Win.UltraWinTree.AfterNodeChangedEventHandler(this.ultraTree1_AfterExpand);
     this.ultraTree1.AfterActivate += new Infragistics.Win.UltraWinTree.AfterNodeChangedEventHandler(this.ultraTree1_AfterActivate);
     //
     // FrmJerarquiaAgrupProd
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(704, 445);
     this.Controls.Add(this.ultraTree1);
     this.Controls.Add(this.toolBarStandar);
     this.Name  = "FrmJerarquiaAgrupProd";
     this.Text  = "FrmJerarquiaAgrupProd";
     this.Load += new System.EventHandler(this.FrmJerarquiaAgrupProd_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).EndInit();
     this.ResumeLayout(false);
 }