void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
 {
     switch (connectionId)
     {
     case 1:
         this.ventanaRapida = ((SharkAdministrativo.Vista.RegistrosRapidos)(target));
         return;
     }
     this._contentLoaded = true;
 }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.ventanaRapida = ((SharkAdministrativo.Vista.RegistrosRapidos)(target));
                return;

            case 2:

            #line 14 "..\..\..\View\RegistrosRapidos.xaml"
                ((DevExpress.Xpf.Bars.BarButtonItem)(target)).ItemClick += new DevExpress.Xpf.Bars.ItemClickEventHandler(this.btnSaveAndNew_ItemClick);

            #line default
            #line hidden
                return;

            case 3:

            #line 15 "..\..\..\View\RegistrosRapidos.xaml"
                ((DevExpress.Xpf.Bars.BarButtonItem)(target)).ItemClick += new DevExpress.Xpf.Bars.ItemClickEventHandler(this.btnEliminar_ItemClick);

            #line default
            #line hidden
                return;

            case 4:

            #line 16 "..\..\..\View\RegistrosRapidos.xaml"
                ((DevExpress.Xpf.Bars.BarButtonItem)(target)).ItemClick += new DevExpress.Xpf.Bars.ItemClickEventHandler(this.btnNew_ItemClick);

            #line default
            #line hidden
                return;

            case 5:
                this.vista_grupos = ((DevExpress.Xpf.LayoutControl.LayoutControl)(target));
                return;

            case 6:
                this.txtGroupTitle = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 7:
                this.groupGrupo = ((DevExpress.Xpf.LayoutControl.LayoutGroup)(target));
                return;

            case 8:
                this.txtAbreviatura = ((DevExpress.Xpf.Editors.TextEdit)(target));
                return;

            case 9:
                this.txtGrupo = ((DevExpress.Xpf.Editors.TextEdit)(target));
                return;

            case 10:
                this.cbxCategoria = ((DevExpress.Xpf.Editors.ComboBoxEdit)(target));
                return;

            case 11:
                this.tblGrupos = ((DevExpress.Xpf.Grid.GridControl)(target));

            #line 37 "..\..\..\View\RegistrosRapidos.xaml"
                this.tblGrupos.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.tblGrupos_MouseDoubleClick);

            #line default
            #line hidden
                return;

            case 12:
                this.vista_clasificacionesProductos = ((DevExpress.Xpf.LayoutControl.LayoutControl)(target));
                return;

            case 13:
                this.txtTitle = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 14:
                this.groupClasificacion = ((DevExpress.Xpf.LayoutControl.LayoutGroup)(target));
                return;

            case 15:
                this.txtAbre = ((DevExpress.Xpf.Editors.TextEdit)(target));
                return;

            case 16:
                this.txtNombreC = ((DevExpress.Xpf.Editors.TextEdit)(target));
                return;

            case 17:
                this.tblClasificaciones = ((DevExpress.Xpf.Grid.GridControl)(target));

            #line 57 "..\..\..\View\RegistrosRapidos.xaml"
                this.tblClasificaciones.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.tblClasificaciones_MouseDoubleClick);

            #line default
            #line hidden
                return;

            case 18:
                this.vista_categorias = ((DevExpress.Xpf.LayoutControl.LayoutControl)(target));
                return;

            case 19:
                this.txtCateogryTitles = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 20:
                this.groupCategory = ((DevExpress.Xpf.LayoutControl.LayoutGroup)(target));
                return;

            case 21:
                this.txtCategoria = ((DevExpress.Xpf.Editors.TextEdit)(target));
                return;

            case 22:
                this.tblCategory = ((DevExpress.Xpf.Grid.GridControl)(target));

            #line 71 "..\..\..\View\RegistrosRapidos.xaml"
                this.tblCategory.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.tblCategory_MouseDoubleClick);

            #line default
            #line hidden
                return;

            case 23:
                this.vista_almacenes = ((DevExpress.Xpf.LayoutControl.LayoutControl)(target));
                return;

            case 24:
                this.txtStorageTitles = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 25:
                this.groupStorage = ((DevExpress.Xpf.LayoutControl.LayoutGroup)(target));
                return;

            case 26:
                this.txtCodigo = ((DevExpress.Xpf.Editors.TextEdit)(target));
                return;

            case 27:
                this.txtAlmacen = ((DevExpress.Xpf.Editors.TextEdit)(target));
                return;

            case 28:
                this.tblStorage = ((DevExpress.Xpf.Grid.GridControl)(target));

            #line 88 "..\..\..\View\RegistrosRapidos.xaml"
                this.tblStorage.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.tblStorage_MouseDoubleClick);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }