BlueSky.Windows.CustomSettingsWindow.System C# (CSharp) Метод

System() приватный Метод

private System ( int connectionId, object target ) : void
connectionId int
target object
Результат void
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
            switch (connectionId)
            {
            case 1:
            this.options = ((System.Windows.Controls.TabControl)(target));
            return;
            case 2:
            this.PathTab = ((System.Windows.Controls.TabItem)(target));
            return;
            case 3:
            this.label1 = ((System.Windows.Controls.Label)(target));
            return;
            case 4:
            this.tempfolder = ((System.Windows.Controls.TextBox)(target));
            return;
            case 5:
            this.tempfolderbrowse = ((System.Windows.Controls.Button)(target));
            
            #line 27 "..\..\..\Windows\CustomSettingsWindow.xaml"
            this.tempfolderbrowse.Click += new System.Windows.RoutedEventHandler(this.tempfolderbrowse_Click);
            
            #line default
            #line hidden
            return;
            case 6:
            this.label2 = ((System.Windows.Controls.Label)(target));
            return;
            case 7:
            this.test = ((System.Windows.Controls.TextBox)(target));
            return;
            case 8:
            this.initfolderbrowse = ((System.Windows.Controls.Button)(target));
            
            #line 31 "..\..\..\Windows\CustomSettingsWindow.xaml"
            this.initfolderbrowse.Click += new System.Windows.RoutedEventHandler(this.initialfolderbrowse_Click);
            
            #line default
            #line hidden
            return;
            case 9:
            this.labelrhome = ((System.Windows.Controls.Label)(target));
            return;
            case 10:
            this.rhome = ((System.Windows.Controls.TextBox)(target));
            return;
            case 11:
            this.rhomebrowse = ((System.Windows.Controls.Button)(target));
            
            #line 38 "..\..\..\Windows\CustomSettingsWindow.xaml"
            this.rhomebrowse.Click += new System.Windows.RoutedEventHandler(this.rhomebrowse_Click);
            
            #line default
            #line hidden
            return;
            case 12:
            this.ColorsTab = ((System.Windows.Controls.TabItem)(target));
            return;
            case 13:
            this.dctitlecol = ((System.Windows.Shapes.Rectangle)(target));
            
            #line 60 "..\..\..\Windows\CustomSettingsWindow.xaml"
            this.dctitlecol.MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.color_MouseDown);
            
            #line default
            #line hidden
            return;
            case 14:
            this.rcommcol = ((System.Windows.Shapes.Rectangle)(target));
            
            #line 66 "..\..\..\Windows\CustomSettingsWindow.xaml"
            this.rcommcol.MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.color_MouseDown);
            
            #line default
            #line hidden
            return;
            case 15:
            this.errorcol = ((System.Windows.Shapes.Rectangle)(target));
            
            #line 69 "..\..\..\Windows\CustomSettingsWindow.xaml"
            this.errorcol.MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.color_MouseDown);
            
            #line default
            #line hidden
            return;
            case 16:
            this.outputmousehovercol = ((System.Windows.Shapes.Rectangle)(target));
            
            #line 72 "..\..\..\Windows\CustomSettingsWindow.xaml"
            this.outputmousehovercol.MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.color_MouseDown);
            
            #line default
            #line hidden
            return;
            case 17:
            this.navtreeselectedcol = ((System.Windows.Shapes.Rectangle)(target));
            
            #line 76 "..\..\..\Windows\CustomSettingsWindow.xaml"
            this.navtreeselectedcol.MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.color_MouseDown);
            
            #line default
            #line hidden
            return;
            case 18:
            this.ImageTab = ((System.Windows.Controls.TabItem)(target));
            return;
            case 19:
            
            #line 98 "..\..\..\Windows\CustomSettingsWindow.xaml"
            ((System.Windows.Controls.TextBox)(target)).GotKeyboardFocus += new System.Windows.Input.KeyboardFocusChangedEventHandler(this.TextBox_GotKeyboardFocus);
            
            #line default
            #line hidden
            
            #line 98 "..\..\..\Windows\CustomSettingsWindow.xaml"
            ((System.Windows.Controls.TextBox)(target)).TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.TextBox_TextChanged);
            
            #line default
            #line hidden
            return;
            case 20:
            
            #line 101 "..\..\..\Windows\CustomSettingsWindow.xaml"
            ((System.Windows.Controls.TextBox)(target)).GotKeyboardFocus += new System.Windows.Input.KeyboardFocusChangedEventHandler(this.TextBox_GotKeyboardFocus);
            
            #line default
            #line hidden
            
            #line 101 "..\..\..\Windows\CustomSettingsWindow.xaml"
            ((System.Windows.Controls.TextBox)(target)).TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.TextBox_TextChanged);
            
            #line default
            #line hidden
            return;
            case 21:
            this.DefaultPkgTab = ((System.Windows.Controls.TabItem)(target));
            
            #line 106 "..\..\..\Windows\CustomSettingsWindow.xaml"
            this.DefaultPkgTab.Loaded += new System.Windows.RoutedEventHandler(this.DefltPkgTab_Loaded);
            
            #line default
            #line hidden
            return;
            case 22:
            this.dfltMoveUpButton = ((System.Windows.Controls.Button)(target));
            
            #line 124 "..\..\..\Windows\CustomSettingsWindow.xaml"
            this.dfltMoveUpButton.Click += new System.Windows.RoutedEventHandler(this.dfltMoveUpButton_Click);
            
            #line default
            #line hidden
            return;
            case 23:
            this.dfltMoveDownButton = ((System.Windows.Controls.Button)(target));
            
            #line 125 "..\..\..\Windows\CustomSettingsWindow.xaml"
            this.dfltMoveDownButton.Click += new System.Windows.RoutedEventHandler(this.dfltMoveDownButton_Click);
            
            #line default
            #line hidden
            return;
            case 24:
            this.dfltpackagelistbox = ((System.Windows.Controls.ListBox)(target));
            return;
            case 25:
            this.dfltAddPackageButton = ((System.Windows.Controls.Button)(target));
            
            #line 136 "..\..\..\Windows\CustomSettingsWindow.xaml"
            this.dfltAddPackageButton.Click += new System.Windows.RoutedEventHandler(this.dfltAddPackageButton_Click);
            
            #line default
            #line hidden
            return;
            case 26:
            this.dfltRemovePackageButton = ((System.Windows.Controls.Button)(target));
            
            #line 137 "..\..\..\Windows\CustomSettingsWindow.xaml"
            this.dfltRemovePackageButton.Click += new System.Windows.RoutedEventHandler(this.dfltRemovePackageButton_Click);
            
            #line default
            #line hidden
            return;
            case 27:
            this.dfltResetPackageButton = ((System.Windows.Controls.Button)(target));
            
            #line 138 "..\..\..\Windows\CustomSettingsWindow.xaml"
            this.dfltResetPackageButton.Click += new System.Windows.RoutedEventHandler(this.dfltResetPackageButton_Click);
            
            #line default
            #line hidden
            return;
            case 28:
            this.UserPkgTab = ((System.Windows.Controls.TabItem)(target));
            
            #line 144 "..\..\..\Windows\CustomSettingsWindow.xaml"
            this.UserPkgTab.Loaded += new System.Windows.RoutedEventHandler(this.UserPkgTab_Loaded);
            
            #line default
            #line hidden
            return;
            case 29:
            this.MoveUpButton = ((System.Windows.Controls.Button)(target));
            
            #line 162 "..\..\..\Windows\CustomSettingsWindow.xaml"
            this.MoveUpButton.Click += new System.Windows.RoutedEventHandler(this.MoveUpButton_Click);
            
            #line default
            #line hidden
            return;
            case 30:
            this.MoveDownButton = ((System.Windows.Controls.Button)(target));
            
            #line 163 "..\..\..\Windows\CustomSettingsWindow.xaml"
            this.MoveDownButton.Click += new System.Windows.RoutedEventHandler(this.MoveDownButton_Click);
            
            #line default
            #line hidden
            return;
            case 31:
            this.packagelistbox = ((System.Windows.Controls.ListBox)(target));
            return;
            case 32:
            this.AddPackageButton = ((System.Windows.Controls.Button)(target));
            
            #line 178 "..\..\..\Windows\CustomSettingsWindow.xaml"
            this.AddPackageButton.Click += new System.Windows.RoutedEventHandler(this.AddPackageButton_Click);
            
            #line default
            #line hidden
            return;
            case 33:
            this.RemovePackageButton = ((System.Windows.Controls.Button)(target));
            
            #line 179 "..\..\..\Windows\CustomSettingsWindow.xaml"
            this.RemovePackageButton.Click += new System.Windows.RoutedEventHandler(this.RemovePackageButton_Click);
            
            #line default
            #line hidden
            return;
            case 34:
            this.ResetPackageButton = ((System.Windows.Controls.Button)(target));
            
            #line 180 "..\..\..\Windows\CustomSettingsWindow.xaml"
            this.ResetPackageButton.Click += new System.Windows.RoutedEventHandler(this.ResetPackageButton_Click);
            
            #line default
            #line hidden
            return;
            case 35:
            this.AdvTab = ((System.Windows.Controls.TabItem)(target));
            return;
            case 36:
            this.daysleft = ((System.Windows.Controls.TextBox)(target));
            return;
            case 37:
            this.maxfactor = ((System.Windows.Controls.TextBox)(target));
            return;
            case 38:
            this.advancedlog = ((System.Windows.Controls.CheckBox)(target));
            return;
            case 39:
            this.loglabel = ((System.Windows.Controls.TextBlock)(target));
            return;
            case 40:
            this.maxflexgridcells = ((System.Windows.Controls.TextBox)(target));
            return;
            case 41:
            this.OthersTab = ((System.Windows.Controls.TabItem)(target));
            return;
            case 42:
            this.label3 = ((System.Windows.Controls.Label)(target));
            return;
            case 43:
            this.scientific = ((System.Windows.Controls.CheckBox)(target));
            return;
            case 44:
            this.label4 = ((System.Windows.Controls.Label)(target));
            return;
            case 45:
            this.noofdecimals = ((System.Windows.Controls.TextBox)(target));
            return;
            case 46:
            this.label5 = ((System.Windows.Controls.Label)(target));
            return;
            case 47:
            this.noofchars = ((System.Windows.Controls.TextBox)(target));
            return;
            case 48:
            this.label6 = ((System.Windows.Controls.Label)(target));
            return;
            case 49:
            this.loadMissingCheckbox = ((System.Windows.Controls.CheckBox)(target));
            return;
            case 50:
            this.label7 = ((System.Windows.Controls.Label)(target));
            return;
            case 51:
            this.openDatasetOptionChkbx = ((System.Windows.Controls.CheckBox)(target));
            return;
            case 52:
            this.label8 = ((System.Windows.Controls.TextBlock)(target));
            return;
            case 53:
            this.showNumRowHeadersChkbx = ((System.Windows.Controls.CheckBox)(target));
            return;
            case 54:
            this.CancelBut = ((System.Windows.Controls.Button)(target));
            
            #line 275 "..\..\..\Windows\CustomSettingsWindow.xaml"
            this.CancelBut.Click += new System.Windows.RoutedEventHandler(this.CancelBut_Click);
            
            #line default
            #line hidden
            return;
            case 55:
            this.DefaultBut = ((System.Windows.Controls.Button)(target));
            
            #line 276 "..\..\..\Windows\CustomSettingsWindow.xaml"
            this.DefaultBut.Click += new System.Windows.RoutedEventHandler(this.DefaultBut_Click);
            
            #line default
            #line hidden
            return;
            case 56:
            this.ApplyBut = ((System.Windows.Controls.Button)(target));
            
            #line 277 "..\..\..\Windows\CustomSettingsWindow.xaml"
            this.ApplyBut.Click += new System.Windows.RoutedEventHandler(this.ApplyBut_Click);
            
            #line default
            #line hidden
            return;
            }
            this._contentLoaded = true;
        }
    }