void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 26 "..\..\..\Views\CreateEmployeeView.xaml"
                ((System.Windows.Controls.PasswordBox)(target)).PasswordChanged += new System.Windows.RoutedEventHandler(this.PasswordBox_PasswordChanged);

            #line default
            #line hidden
                return;

            case 2:
                this.Groups = ((Syncfusion.Windows.Tools.Controls.ComboBoxAdv)(target));
                return;

            case 3:

            #line 51 "..\..\..\Views\CreateEmployeeView.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Close_Button_Clicked);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Esempio n. 2
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 9 "..\..\Modify.xaml"
                ((Politicas_Revelacion.Modify)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.TxNota = ((System.Windows.Controls.TextBox)(target));
                return;

            case 3:
                this.TxDesc = ((System.Windows.Controls.TextBox)(target));
                return;

            case 4:
                this.CB_Esta = ((Syncfusion.Windows.Tools.Controls.ComboBoxAdv)(target));
                return;

            case 5:
                this.CB_tipo = ((Syncfusion.Windows.Tools.Controls.ComboBoxAdv)(target));
                return;

            case 6:
                this.Tx_año = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 7:
                this.BtnOpcion = ((System.Windows.Controls.Button)(target));

            #line 83 "..\..\Modify.xaml"
                this.BtnOpcion.Click += new System.Windows.RoutedEventHandler(this.BtnOpcion_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.BtnCancel = ((System.Windows.Controls.Button)(target));

            #line 84 "..\..\Modify.xaml"
                this.BtnCancel.Click += new System.Windows.RoutedEventHandler(this.BtnCancel_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Esempio n. 3
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.AddProviderWin = ((WpfDemoTaller.AddProviderWindow)(target));
                return;

            case 2:
                this.LblProveedor = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 3:
                this.LblCantidad = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 4:
                this.TBoxCantidad = ((System.Windows.Controls.TextBox)(target));
                return;

            case 5:
                this.DTimePicker = ((System.Windows.Controls.DatePicker)(target));
                return;

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

            case 7:
                this.BtnAdd = ((System.Windows.Controls.Button)(target));

            #line 12 "..\..\AddProviderWindow.xaml"
                this.BtnAdd.Click += new System.Windows.RoutedEventHandler(this.BtnAdd_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.BtnRemove = ((System.Windows.Controls.Button)(target));

            #line 13 "..\..\AddProviderWindow.xaml"
                this.BtnRemove.Click += new System.Windows.RoutedEventHandler(this.BtnRemove_Click);

            #line default
            #line hidden
                return;

            case 9:
                this.CBoxCantidad = ((Syncfusion.Windows.Tools.Controls.ComboBoxAdv)(target));
                return;
            }
            this._contentLoaded = true;
        }
Esempio n. 4
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.SendButton = ((Syncfusion.Windows.Tools.Controls.ComboBoxAdv)(target));
                return;

            case 2:
                this.dataGrid = ((Syncfusion.UI.Xaml.Grid.SfDataGrid)(target));
                return;
            }
            this._contentLoaded = true;
        }
Esempio n. 5
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 10 "..\..\editar.xaml"
                ((NIIF_conceptos.editar)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.TXTcodigo = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 3:
                this.TXnombre = ((System.Windows.Controls.TextBox)(target));
                return;

            case 4:
                this.CB_clase = ((Syncfusion.Windows.Tools.Controls.ComboBoxAdv)(target));
                return;

            case 5:
                this.TX_nota = ((System.Windows.Controls.TextBox)(target));
                return;

            case 6:
                this.SearchAño = ((System.Windows.Controls.Button)(target));

            #line 48 "..\..\editar.xaml"
                this.SearchAño.Click += new System.Windows.RoutedEventHandler(this.SearchAño_Click);

            #line default
            #line hidden
                return;

            case 7:

            #line 60 "..\..\editar.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Esempio n. 6
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.combo = ((Syncfusion.Windows.Tools.Controls.ComboBoxAdv)(target));

            #line 11 "..\..\SkinCombo.xaml"
                this.combo.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ComboBoxAdv_SelectionChanged);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
        /// <summary>
        /// InitializeEditBinding based on our item, set the SelectedItem and set the ItemSource.
        /// </summary>
        /// <param name="uiElement">Corresponding uiElement</param>
        /// <param name="dataColumn">Corresponding Column</param>
        protected override void InitializeEditBinding(Syncfusion.Windows.Tools.Controls.ComboBoxAdv uiElement, DataColumnBase dataColumn)
        {
            ObservableCollection <object> selItems = new ObservableCollection <object>();

            //Generate the items for FilterRow
            uiElement.ItemsSource = dateTimeComboBoxItems;
            InitializeDateFilter(dataColumn, selItems);
            if (selItems.Count > 0)
            {
                uiElement.SelectedItems = selItems;
            }
            else if (uiElement.SelectedItems != null)
            {
                uiElement.SelectedItems = null;
            }
            uiElement.AllowMultiSelect = true;
            uiElement.AllowSelectAll   = true;
            uiElement.EnableOKCancel   = true;
            uiElement.IsEditable       = false;
        }
Esempio n. 8
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 9 "..\..\Año.xaml"
                ((Politicas_Revelacion.Año)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.CB_year = ((Syncfusion.Windows.Tools.Controls.ComboBoxAdv)(target));
                return;

            case 3:
                this.BTNCopy = ((System.Windows.Controls.Button)(target));

            #line 41 "..\..\Año.xaml"
                this.BTNCopy.Click += new System.Windows.RoutedEventHandler(this.BTNCopy_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.BTNCancel = ((System.Windows.Controls.Button)(target));

            #line 42 "..\..\Año.xaml"
                this.BTNCancel.Click += new System.Windows.RoutedEventHandler(this.BTNCancel_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.WindowAddMechanic = ((WpfDemoTaller.AddMechanic)(target));
                return;

            case 2:
                this.CBoxMechanic = ((Syncfusion.Windows.Tools.Controls.ComboBoxAdv)(target));
                return;

            case 3:
                this.TBlockMechanic = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 4:
                this.BtnAddMechanic = ((System.Windows.Controls.Button)(target));

            #line 20 "..\..\AddMechanic.xaml"
                this.BtnAddMechanic.Click += new System.Windows.RoutedEventHandler(this.BtnAddMechanic_Click);

            #line default
            #line hidden
                return;

            case 5:
                this.BtnAddMechanic_Copy = ((System.Windows.Controls.Button)(target));

            #line 21 "..\..\AddMechanic.xaml"
                this.BtnAddMechanic_Copy.Click += new System.Windows.RoutedEventHandler(this.BtnAddMechanic_Copy_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.CB_Cod_inf = ((Syncfusion.Windows.Tools.Controls.ComboBoxAdv)(target));

            #line 37 "..\..\NIIF_conceptos.xaml"
                this.CB_Cod_inf.DropDownClosed += new System.EventHandler(this.CB_Cod_inf_DropDownClosed);

            #line default
            #line hidden
                return;

            case 2:
                this.BTNaddConc = ((System.Windows.Controls.Button)(target));

            #line 39 "..\..\NIIF_conceptos.xaml"
                this.BTNaddConc.Click += new System.Windows.RoutedEventHandler(this.BTNaddConc_Click);

            #line default
            #line hidden
                return;

            case 3:
                this.CB_year = ((Syncfusion.Windows.Tools.Controls.ComboBoxAdv)(target));
                return;

            case 4:
                this.dataGridCxC = ((Syncfusion.UI.Xaml.Grid.SfDataGrid)(target));
                return;

            case 9:
                this.Total = ((System.Windows.Controls.TextBlock)(target));
                return;
            }
            this._contentLoaded = true;
        }
Esempio n. 11
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.TabControl1 = ((Syncfusion.Windows.Tools.Controls.TabControlExt)(target));
                return;

            case 2:
                this.tabItemExt1 = ((Syncfusion.Windows.Tools.Controls.TabItemExt)(target));
                return;

            case 3:
                this.ConfigGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 4:
                this.Fecha_Ano = ((Syncfusion.Windows.Controls.Input.SfDatePicker)(target));
                return;

            case 5:
                this.CB_Empresa = ((Syncfusion.Windows.Tools.Controls.ComboBoxAdv)(target));
                return;

            case 6:
                this.TipoSal = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 7:
                this.BTNconsultar = ((System.Windows.Controls.Button)(target));

            #line 92 "..\..\PasarSaldosIniciales.xaml"
                this.BTNconsultar.Click += new System.Windows.RoutedEventHandler(this.BTNconsultar_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.BTNcancelar = ((System.Windows.Controls.Button)(target));

            #line 93 "..\..\PasarSaldosIniciales.xaml"
                this.BTNcancelar.Click += new System.Windows.RoutedEventHandler(this.BTNcancelar_Click);

            #line default
            #line hidden
                return;

            case 9:
                this.sfBusyIndicator = ((Syncfusion.Windows.Controls.Notification.SfBusyIndicator)(target));
                return;

            case 10:
                this.tabItemExt2 = ((Syncfusion.Windows.Tools.Controls.TabItemExt)(target));
                return;

            case 11:
                this.Exportar = ((System.Windows.Controls.Button)(target));

            #line 110 "..\..\PasarSaldosIniciales.xaml"
                this.Exportar.Click += new System.Windows.RoutedEventHandler(this.Exportar_Click);

            #line default
            #line hidden
                return;

            case 12:
                this.dataGridConsulta = ((Syncfusion.UI.Xaml.Grid.SfDataGrid)(target));
                return;

            case 13:
                this.Total = ((System.Windows.Controls.TextBlock)(target));
                return;
            }
            this._contentLoaded = true;
        }
Esempio n. 12
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.TabControl1 = ((Syncfusion.Windows.Tools.Controls.TabControlExt)(target));
                return;

            case 2:
                this.tabItemExt1 = ((Syncfusion.Windows.Tools.Controls.TabItemExt)(target));
                return;

            case 3:
                this.TX_documento = ((System.Windows.Controls.TextBox)(target));

            #line 36 "..\..\AnulacionPedidos.xaml"
                this.TX_documento.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.TX_documento_PreviewKeyDown);

            #line default
            #line hidden

            #line 36 "..\..\AnulacionPedidos.xaml"
                this.TX_documento.LostFocus += new System.Windows.RoutedEventHandler(this.TX_documento_LostFocus);

            #line default
            #line hidden
                return;

            case 4:
                this.TX_idreg = ((System.Windows.Controls.TextBox)(target));
                return;

            case 5:
                this.BTNconsultar = ((System.Windows.Controls.Button)(target));

            #line 38 "..\..\AnulacionPedidos.xaml"
                this.BTNconsultar.Click += new System.Windows.RoutedEventHandler(this.BTNconsultar_Click);

            #line default
            #line hidden
                return;

            case 6:
                this.TXT_documento = ((System.Windows.Controls.TextBox)(target));
                return;

            case 7:
                this.TXT_fecha = ((System.Windows.Controls.TextBox)(target));
                return;

            case 8:
                this.TXT_codigo = ((System.Windows.Controls.TextBox)(target));
                return;

            case 9:
                this.TXT_nombre = ((System.Windows.Controls.TextBox)(target));
                return;

            case 10:
                this.TXT_ref = ((System.Windows.Controls.TextBox)(target));
                return;

            case 11:
                this.Chek_anular = ((System.Windows.Controls.CheckBox)(target));

            #line 149 "..\..\AnulacionPedidos.xaml"
                this.Chek_anular.Checked += new System.Windows.RoutedEventHandler(this.Chek_anular_Checked);

            #line default
            #line hidden

            #line 149 "..\..\AnulacionPedidos.xaml"
                this.Chek_anular.Unchecked += new System.Windows.RoutedEventHandler(this.Chek_anular_Unchecked);

            #line default
            #line hidden
                return;

            case 12:
                this.Feha_Anu = ((System.Windows.Controls.DatePicker)(target));

            #line 152 "..\..\AnulacionPedidos.xaml"
                this.Feha_Anu.SelectedDateChanged += new System.EventHandler <System.Windows.Controls.SelectionChangedEventArgs>(this.Feha_Anu_SelectedDateChanged);

            #line default
            #line hidden
                return;

            case 13:
                this.comboBoxConcept = ((Syncfusion.Windows.Tools.Controls.ComboBoxAdv)(target));

            #line 155 "..\..\AnulacionPedidos.xaml"
                this.comboBoxConcept.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.comboBoxConcept_SelectionChanged);

            #line default
            #line hidden
                return;

            case 14:
                this.dataGridCxC = ((Syncfusion.UI.Xaml.Grid.SfDataGrid)(target));

            #line 165 "..\..\AnulacionPedidos.xaml"
                this.dataGridCxC.SelectionChanged += new Syncfusion.UI.Xaml.Grid.GridSelectionChangedEventHandler(this.dataGridCxC_SelectionChanged);

            #line default
            #line hidden
                return;

            case 15:
                this.TX_total = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 16:
                this.tabItemExt2 = ((Syncfusion.Windows.Tools.Controls.TabItemExt)(target));
                return;

            case 17:
                this.TX_documentoConsulta = ((System.Windows.Controls.TextBox)(target));

            #line 214 "..\..\AnulacionPedidos.xaml"
                this.TX_documentoConsulta.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.TX_documento_PreviewKeyDown);

            #line default
            #line hidden

            #line 214 "..\..\AnulacionPedidos.xaml"
                this.TX_documentoConsulta.LostFocus += new System.Windows.RoutedEventHandler(this.TX_documento_LostFocus);

            #line default
            #line hidden
                return;

            case 18:
                this.TX_idregConsulta = ((System.Windows.Controls.TextBox)(target));
                return;

            case 19:
                this.BTNconsultarConsulta = ((System.Windows.Controls.Button)(target));

            #line 216 "..\..\AnulacionPedidos.xaml"
                this.BTNconsultarConsulta.Click += new System.Windows.RoutedEventHandler(this.BTNconsultarConsulta_Click);

            #line default
            #line hidden
                return;

            case 20:
                this.dataGridConsulta = ((Syncfusion.UI.Xaml.Grid.SfDataGrid)(target));
                return;

            case 21:
                this.TotConsulta = ((System.Windows.Controls.TextBlock)(target));
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 8 "..\..\PvFacturaAnular.xaml"
                ((SiasoftAppExt.PvFacturaAnular)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.Txtrn_anular = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 3:
                this.CmbTipoDoc = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 4:
                this.FechaConsIni = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 5:
                this.FechaConsFin = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 6:
                this.BTNconsultar = ((System.Windows.Controls.Button)(target));

            #line 84 "..\..\PvFacturaAnular.xaml"
                this.BTNconsultar.Click += new System.Windows.RoutedEventHandler(this.BTNconsultar_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.TXfactura = ((System.Windows.Controls.TextBox)(target));

            #line 93 "..\..\PvFacturaAnular.xaml"
                this.TXfactura.LostFocus += new System.Windows.RoutedEventHandler(this.TXfactura_LostFocus);

            #line default
            #line hidden
                return;

            case 8:
                this.TxtNota = ((System.Windows.Controls.TextBox)(target));
                return;

            case 9:
                this.TxtAutoriza = ((System.Windows.Controls.TextBox)(target));
                return;

            case 10:
                this.CBXconcepto = ((Syncfusion.Windows.Tools.Controls.ComboBoxAdv)(target));
                return;

            case 11:
                this.BTNvalidar = ((System.Windows.Controls.Button)(target));

            #line 114 "..\..\PvFacturaAnular.xaml"
                this.BTNvalidar.Click += new System.Windows.RoutedEventHandler(this.BTNvalidar_Click);

            #line default
            #line hidden
                return;

            case 12:

            #line 115 "..\..\PvFacturaAnular.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Esempio n. 14
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 10 "..\..\CreacionConceptos.xaml"
                ((NIIF_conceptos.CreacionConceptos)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.TX_info = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 3:
                this.dataGridGrupo = ((Syncfusion.UI.Xaml.Grid.SfDataGrid)(target));

            #line 63 "..\..\CreacionConceptos.xaml"
                this.dataGridGrupo.SelectionChanged += new Syncfusion.UI.Xaml.Grid.GridSelectionChangedEventHandler(this.DataGridGrupo_SelectionChanged);

            #line default
            #line hidden
                return;

            case 4:
                this.dataGridTipos = ((Syncfusion.UI.Xaml.Grid.SfDataGrid)(target));

            #line 87 "..\..\CreacionConceptos.xaml"
                this.dataGridTipos.SelectionChanged += new Syncfusion.UI.Xaml.Grid.GridSelectionChangedEventHandler(this.DataGridTipos_SelectionChanged);

            #line default
            #line hidden
                return;

            case 5:
                this.Tx_cod_inf = ((System.Windows.Controls.TextBox)(target));
                return;

            case 6:
                this.Tx_cod_grup = ((System.Windows.Controls.TextBox)(target));
                return;

            case 7:
                this.Tx_cod_tip = ((System.Windows.Controls.TextBox)(target));
                return;

            case 8:
                this.Tx_cod_ord = ((System.Windows.Controls.TextBox)(target));
                return;

            case 9:
                this.Tx_codigoCta = ((System.Windows.Controls.TextBox)(target));
                return;

            case 10:
                this.TXT_nameCon = ((System.Windows.Controls.TextBox)(target));
                return;

            case 11:
                this.CB_clase = ((Syncfusion.Windows.Tools.Controls.ComboBoxAdv)(target));
                return;

            case 12:
                this.BTNcrear = ((System.Windows.Controls.Button)(target));

            #line 173 "..\..\CreacionConceptos.xaml"
                this.BTNcrear.Click += new System.Windows.RoutedEventHandler(this.BTNcrear_Click);

            #line default
            #line hidden
                return;

            case 13:
                this.BTNcancelar = ((System.Windows.Controls.Button)(target));

            #line 174 "..\..\CreacionConceptos.xaml"
                this.BTNcancelar.Click += new System.Windows.RoutedEventHandler(this.BTNcancelar_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Esempio n. 15
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 11 "..\..\Remachados.xaml"
                ((SiasoftAppExt.Remachados)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);

            #line default
            #line hidden

            #line 11 "..\..\Remachados.xaml"
                ((SiasoftAppExt.Remachados)(target)).PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.Window_PreviewKeyDown);

            #line default
            #line hidden
                return;

            case 2:
                this.Fec_Act = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 3:
                this.Tx_clie = ((System.Windows.Controls.TextBox)(target));

            #line 43 "..\..\Remachados.xaml"
                this.Tx_clie.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.Tx_clie_PreviewKeyDown);

            #line default
            #line hidden

            #line 43 "..\..\Remachados.xaml"
                this.Tx_clie.LostFocus += new System.Windows.RoutedEventHandler(this.Tx_clie_LostFocus);

            #line default
            #line hidden
                return;

            case 4:
                this.Tx_nume = ((System.Windows.Controls.TextBox)(target));

            #line 46 "..\..\Remachados.xaml"
                this.Tx_nume.LostFocus += new System.Windows.RoutedEventHandler(this.Tx_nume_LostFocus);

            #line default
            #line hidden
                return;

            case 5:
                this.Fec_ent = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 6:
                this.comboBoxSoltador = ((Syncfusion.Windows.Tools.Controls.ComboBoxAdv)(target));
                return;

            case 7:
                this.comboBoxLimpiador = ((Syncfusion.Windows.Tools.Controls.ComboBoxAdv)(target));
                return;

            case 8:
                this.comboBoxPintor = ((Syncfusion.Windows.Tools.Controls.ComboBoxAdv)(target));
                return;

            case 9:
                this.comboBoxRemac = ((Syncfusion.Windows.Tools.Controls.ComboBoxAdv)(target));
                return;

            case 10:
                this.comboBoxEntr = ((Syncfusion.Windows.Tools.Controls.ComboBoxAdv)(target));
                return;

            case 11:
                this.Tx_User = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 12:
                this.Tx_Bod = ((System.Windows.Controls.TextBlock)(target));
                return;

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

            case 14:
                this.BtnSave = ((System.Windows.Controls.Button)(target));

            #line 115 "..\..\Remachados.xaml"
                this.BtnSave.Click += new System.Windows.RoutedEventHandler(this.BtnSave_Click);

            #line default
            #line hidden
                return;

            case 15:
                this.BtnExit = ((System.Windows.Controls.Button)(target));

            #line 116 "..\..\Remachados.xaml"
                this.BtnExit.Click += new System.Windows.RoutedEventHandler(this.BtnExit_Click);

            #line default
            #line hidden
                return;

            case 16:
                this.GridConfig = ((Syncfusion.UI.Xaml.Grid.SfDataGrid)(target));

            #line 138 "..\..\Remachados.xaml"
                this.GridConfig.CurrentCellEndEdit += new Syncfusion.UI.Xaml.Grid.CurrentCellEndEditEventHandler(this.GridConfig_CurrentCellEndEdit);

            #line default
            #line hidden

            #line 138 "..\..\Remachados.xaml"
                this.GridConfig.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.GridConfig_PreviewKeyDown);

            #line default
            #line hidden

            #line 138 "..\..\Remachados.xaml"
                this.GridConfig.CurrentCellActivating += new Syncfusion.UI.Xaml.Grid.CurrentCellActivatingEventHandler(this.GridConfig_CurrentCellActivating);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.CB_year = ((Syncfusion.Windows.Tools.Controls.ComboBoxAdv)(target));

            #line 44 "..\..\NIIF_Politicas_Revelacion.xaml"
                this.CB_year.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.CB_year_SelectionChanged);

            #line default
            #line hidden
                return;

            case 2:
                this.BtnNew = ((System.Windows.Controls.Button)(target));

            #line 48 "..\..\NIIF_Politicas_Revelacion.xaml"
                this.BtnNew.Click += new System.Windows.RoutedEventHandler(this.BtnNew_Click);

            #line default
            #line hidden
                return;

            case 3:
                this.BtnEdi = ((System.Windows.Controls.Button)(target));

            #line 49 "..\..\NIIF_Politicas_Revelacion.xaml"
                this.BtnEdi.Click += new System.Windows.RoutedEventHandler(this.BtnEdi_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.BtnDel = ((System.Windows.Controls.Button)(target));

            #line 50 "..\..\NIIF_Politicas_Revelacion.xaml"
                this.BtnDel.Click += new System.Windows.RoutedEventHandler(this.BtnDel_Click);

            #line default
            #line hidden
                return;

            case 5:
                this.BtnCopy = ((System.Windows.Controls.Button)(target));

            #line 51 "..\..\NIIF_Politicas_Revelacion.xaml"
                this.BtnCopy.Click += new System.Windows.RoutedEventHandler(this.BtnCopy_Click);

            #line default
            #line hidden
                return;

            case 6:
                this.dataGridCxC = ((Syncfusion.UI.Xaml.Grid.SfDataGrid)(target));
                return;

            case 10:
                this.TX_total = ((System.Windows.Controls.TextBlock)(target));
                return;
            }
            this._contentLoaded = true;
        }