void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.SearchField = ((Syncfusion.Windows.Controls.Input.SfTextBoxExt)(target));

            #line 14 "..\..\Recyled.xaml"
                this.SearchField.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.SearchFieldTextChanged);

            #line default
            #line hidden

            #line 15 "..\..\Recyled.xaml"
                this.SearchField.KeyDown += new System.Windows.Input.KeyEventHandler(this.SearchField_OnKeyDown);

            #line default
            #line hidden
                return;

            case 2:
                this.DeleteModeCheckBox = ((System.Windows.Controls.CheckBox)(target));

            #line 27 "..\..\Recyled.xaml"
                this.DeleteModeCheckBox.Click += new System.Windows.RoutedEventHandler(this.EnterDeleteMode);

            #line default
            #line hidden
                return;

            case 3:
                this.SaveButton = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target));

            #line 46 "..\..\Recyled.xaml"
                this.SaveButton.Click += new System.Windows.RoutedEventHandler(this.Save_Changes);

            #line default
            #line hidden
                return;

            case 4:
                this.RefreshAll = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target));

            #line 58 "..\..\Recyled.xaml"
                this.RefreshAll.Click += new System.Windows.RoutedEventHandler(this.RefreshAll_OnClick);

            #line default
            #line hidden
                return;

            case 5:
                this.BarcodeInventoryCommit = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target));

            #line 65 "..\..\Recyled.xaml"
                this.BarcodeInventoryCommit.Click += new System.Windows.RoutedEventHandler(this.BarcodeInventoryCommit_OnClick);

            #line default
            #line hidden
                return;

            case 6:
                this.BarcodeTextBox = ((Syncfusion.Windows.Controls.Input.SfTextBoxExt)(target));

            #line 68 "..\..\Recyled.xaml"
                this.BarcodeTextBox.KeyDown += new System.Windows.Input.KeyEventHandler(this.BarcodeTextBox_OnKeyDown);

            #line default
            #line hidden
                return;

            case 7:
                this.RecycledGrid = ((Syncfusion.UI.Xaml.Grid.SfDataGrid)(target));

            #line 75 "..\..\Recyled.xaml"
                this.RecycledGrid.RecordDeleting += new Syncfusion.UI.Xaml.Grid.RecordDeletingEventHandler(this.RecycledGrid_OnRecordDeleting);

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

            #line 9 "..\..\MainWindow.xaml"
                ((NSDMasterInventorySF.MainWindow)(target)).Loaded += new System.Windows.RoutedEventHandler(this.OnLoaded);

            #line default
            #line hidden

            #line 10 "..\..\MainWindow.xaml"
                ((NSDMasterInventorySF.MainWindow)(target)).Closed += new System.EventHandler(this.BackupTables);

            #line default
            #line hidden
                return;

            case 2:

            #line 39 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.BackupTables);

            #line default
            #line hidden
                return;

            case 3:

            #line 44 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.RestoreFromBackups);

            #line default
            #line hidden
                return;

            case 4:

            #line 49 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.ViewRecycled);

            #line default
            #line hidden
                return;

            case 5:

            #line 59 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.ExportToExcel);

            #line default
            #line hidden
                return;

            case 6:

            #line 64 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.ExportToCsv);

            #line default
            #line hidden
                return;

            case 7:

            #line 69 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.ExportToTsv);

            #line default
            #line hidden
                return;

            case 8:

            #line 74 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.GenerateBarCodes);

            #line default
            #line hidden
                return;

            case 9:

            #line 85 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.CloseApplication);

            #line default
            #line hidden
                return;

            case 10:

            #line 92 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.OpenSheetManagerMenuItemClick);

            #line default
            #line hidden
                return;

            case 11:

            #line 97 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.OpenPrefabManagerMenuItemClick);

            #line default
            #line hidden
                return;

            case 12:

            #line 102 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.OpenDatabaseManagerMenuItemClick);

            #line default
            #line hidden
                return;

            case 13:

            #line 107 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.OpenStyleChooser);

            #line default
            #line hidden
                return;

            case 14:
                this.SearchField = ((Syncfusion.Windows.Controls.Input.SfTextBoxExt)(target));

            #line 118 "..\..\MainWindow.xaml"
                this.SearchField.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.SearchFieldTextChanged);

            #line default
            #line hidden

            #line 119 "..\..\MainWindow.xaml"
                this.SearchField.KeyDown += new System.Windows.Input.KeyEventHandler(this.SearchField_OnKeyDown);

            #line default
            #line hidden
                return;

            case 15:
                this.NewRowButton = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target));

            #line 131 "..\..\MainWindow.xaml"
                this.NewRowButton.Click += new System.Windows.RoutedEventHandler(this.NewRowOnClicked);

            #line default
            #line hidden
                return;

            case 16:
                this.ResetSorts = ((System.Windows.Controls.CheckBox)(target));

            #line 133 "..\..\MainWindow.xaml"
                this.ResetSorts.Checked += new System.Windows.RoutedEventHandler(this.ResetSorting);

            #line default
            #line hidden

            #line 133 "..\..\MainWindow.xaml"
                this.ResetSorts.Unchecked += new System.Windows.RoutedEventHandler(this.UnResetSorting);

            #line default
            #line hidden
                return;

            case 17:
                this.ResetGroupsBox = ((System.Windows.Controls.CheckBox)(target));

            #line 143 "..\..\MainWindow.xaml"
                this.ResetGroupsBox.Checked += new System.Windows.RoutedEventHandler(this.ResetGrouping);

            #line default
            #line hidden

            #line 143 "..\..\MainWindow.xaml"
                this.ResetGroupsBox.Unchecked += new System.Windows.RoutedEventHandler(this.UnResetGrouping);

            #line default
            #line hidden
                return;

            case 18:
                this.DeleteModeCheckBox = ((System.Windows.Controls.CheckBox)(target));

            #line 152 "..\..\MainWindow.xaml"
                this.DeleteModeCheckBox.Click += new System.Windows.RoutedEventHandler(this.EnterDeleteMode);

            #line default
            #line hidden
                return;

            case 19:
                this.RefreshAll = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target));

            #line 182 "..\..\MainWindow.xaml"
                this.RefreshAll.Click += new System.Windows.RoutedEventHandler(this.RefreshAll_OnClick);

            #line default
            #line hidden
                return;

            case 20:
                this.ProgressGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 21:
                this.ProgressBar = ((System.Windows.Controls.ProgressBar)(target));
                return;

            case 22:
                this.ProgressTextBlock = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 23:
                this.BarcodeInventoryCommit = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target));

            #line 192 "..\..\MainWindow.xaml"
                this.BarcodeInventoryCommit.Click += new System.Windows.RoutedEventHandler(this.BarcodeInventoryCommit_OnClick);

            #line default
            #line hidden
                return;

            case 24:
                this.BarcodeTextBox = ((Syncfusion.Windows.Controls.Input.SfTextBoxExt)(target));

            #line 195 "..\..\MainWindow.xaml"
                this.BarcodeTextBox.KeyDown += new System.Windows.Input.KeyEventHandler(this.BarcodeTextBox_OnKeyDown);

            #line default
            #line hidden
                return;

            case 25:
                this.MasterTabControl = ((Syncfusion.Windows.Tools.Controls.TabControlExt)(target));
                return;
            }
            this._contentLoaded = true;
        }
예제 #3
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.zSuffron = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target));

            #line 65 "..\..\..\Home.xaml"
                this.zSuffron.Click += new System.Windows.RoutedEventHandler(this.zSuffron_Click);

            #line default
            #line hidden
                return;

            case 2:
                this.zLime = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target));

            #line 66 "..\..\..\Home.xaml"
                this.zLime.Click += new System.Windows.RoutedEventHandler(this.zLime_Click);

            #line default
            #line hidden
                return;

            case 3:
                this.zOffice2016Colorful = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target));

            #line 68 "..\..\..\Home.xaml"
                this.zOffice2016Colorful.Click += new System.Windows.RoutedEventHandler(this.zOffice2016Colorful_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.zBlend = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target));

            #line 69 "..\..\..\Home.xaml"
                this.zBlend.Click += new System.Windows.RoutedEventHandler(this.zBlend_Click);

            #line default
            #line hidden
                return;

            case 5:
                this.zMetro = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target));

            #line 72 "..\..\..\Home.xaml"
                this.zMetro.Click += new System.Windows.RoutedEventHandler(this.zPallet_Cliked);

            #line default
            #line hidden
                return;

            case 6:
                this.zAutumnBrights = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target));

            #line 73 "..\..\..\Home.xaml"
                this.zAutumnBrights.Click += new System.Windows.RoutedEventHandler(this.zPallet_Cliked);

            #line default
            #line hidden
                return;

            case 7:
                this.zFloraHues = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target));

            #line 74 "..\..\..\Home.xaml"
                this.zFloraHues.Click += new System.Windows.RoutedEventHandler(this.zPallet_Cliked);

            #line default
            #line hidden
                return;

            case 8:
                this.zPineapple = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target));

            #line 75 "..\..\..\Home.xaml"
                this.zPineapple.Click += new System.Windows.RoutedEventHandler(this.zPallet_Cliked);

            #line default
            #line hidden
                return;

            case 9:
                this.zTomotoSpectrum = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target));

            #line 76 "..\..\..\Home.xaml"
                this.zTomotoSpectrum.Click += new System.Windows.RoutedEventHandler(this.zPallet_Cliked);

            #line default
            #line hidden
                return;

            case 10:
                this.zRedChrome = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target));

            #line 77 "..\..\..\Home.xaml"
                this.zRedChrome.Click += new System.Windows.RoutedEventHandler(this.zPallet_Cliked);

            #line default
            #line hidden
                return;

            case 11:
                this.zPurpleChrome = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target));

            #line 78 "..\..\..\Home.xaml"
                this.zPurpleChrome.Click += new System.Windows.RoutedEventHandler(this.zPallet_Cliked);

            #line default
            #line hidden
                return;

            case 12:
                this.zBlueChrome = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target));

            #line 79 "..\..\..\Home.xaml"
                this.zBlueChrome.Click += new System.Windows.RoutedEventHandler(this.zPallet_Cliked);

            #line default
            #line hidden
                return;

            case 13:
                this.zGreenChrome = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target));

            #line 80 "..\..\..\Home.xaml"
                this.zGreenChrome.Click += new System.Windows.RoutedEventHandler(this.zPallet_Cliked);

            #line default
            #line hidden
                return;

            case 14:
                this.zElite = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target));

            #line 81 "..\..\..\Home.xaml"
                this.zElite.Click += new System.Windows.RoutedEventHandler(this.zPallet_Cliked);

            #line default
            #line hidden
                return;

            case 15:
                this.zLightCandy = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target));

            #line 82 "..\..\..\Home.xaml"
                this.zLightCandy.Click += new System.Windows.RoutedEventHandler(this.zPallet_Cliked);

            #line default
            #line hidden
                return;

            case 16:
                this.zSandyBeach = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target));

            #line 83 "..\..\..\Home.xaml"
                this.zSandyBeach.Click += new System.Windows.RoutedEventHandler(this.zPallet_Cliked);

            #line default
            #line hidden
                return;

            case 17:
                this.z_from = ((Syncfusion.Windows.Shared.DoubleTextBox)(target));
                return;

            case 18:
                this.z_inc = ((Syncfusion.Windows.Shared.DoubleTextBox)(target));
                return;

            case 19:
                this.z_to = ((Syncfusion.Windows.Shared.DoubleTextBox)(target));
                return;

            case 20:
                this.zGo = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target));

            #line 110 "..\..\..\Home.xaml"
                this.zGo.Click += new System.Windows.RoutedEventHandler(this.ZGo_Click);

            #line default
            #line hidden
                return;

            case 21:
                this.pg = ((Syncfusion.UI.Xaml.Grid.SfDataGrid)(target));
                return;

            case 22:
                this.zChart = ((Syncfusion.UI.Xaml.Charts.SfChart)(target));
                return;

            case 23:
                this.avgChart0 = ((Syncfusion.UI.Xaml.Charts.BubbleSeries)(target));
                return;

            case 24:
                this.zChart1 = ((Syncfusion.UI.Xaml.Charts.SfChart)(target));
                return;

            case 25:
                this.avgChart1 = ((Syncfusion.UI.Xaml.Charts.LineSeries)(target));
                return;

            case 26:
                this.zChart2 = ((Syncfusion.UI.Xaml.Charts.SfChart)(target));
                return;

            case 27:
                this.avgChart2 = ((Syncfusion.UI.Xaml.Charts.AreaSeries)(target));
                return;

            case 28:
                this.zChart3 = ((Syncfusion.UI.Xaml.Charts.SfChart)(target));
                return;

            case 29:
                this.avgChart3 = ((Syncfusion.UI.Xaml.Charts.ColumnSeries)(target));
                return;

            case 30:
                this.zChart4 = ((Syncfusion.UI.Xaml.Charts.SfChart)(target));
                return;

            case 31:
                this.avgChart4 = ((Syncfusion.UI.Xaml.Charts.ScatterSeries)(target));
                return;

            case 32:
                this.zChart5 = ((Syncfusion.UI.Xaml.Charts.SfChart)(target));
                return;

            case 33:
                this.avgChart5 = ((Syncfusion.UI.Xaml.Charts.StepLineSeries)(target));
                return;

            case 34:
                this.zChart6 = ((Syncfusion.UI.Xaml.Charts.SfChart)(target));
                return;

            case 35:
                this.avgChart6 = ((Syncfusion.UI.Xaml.Charts.SplineSeries)(target));
                return;

            case 36:
                this.zChart7 = ((Syncfusion.UI.Xaml.Charts.SfChart)(target));
                return;

            case 37:
                this.avgChart7 = ((Syncfusion.UI.Xaml.Charts.BarSeries)(target));
                return;
            }
            this._contentLoaded = true;
        }