void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.tab = ((System.Windows.Controls.TabControl)(target));
     return;
     case 2:
     this.basicSettingsTab = ((System.Windows.Controls.TabItem)(target));
     return;
     case 3:
     this.connName = ((System.Windows.Controls.TextBox)(target));
     return;
     case 4:
     this.userName = ((System.Windows.Controls.TextBox)(target));
     return;
     case 5:
     this.dbaPrivileges = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 6:
     this.osAuthenticate = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 7:
     this.namingMethod = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 8:
     this.connDescDisplay = ((oradmin.ConnectDescriptorDisplay)(target));
     return;
     case 9:
     this.tnsPanel = ((System.Windows.Controls.Grid)(target));
     return;
     case 10:
     this.tnsName = ((System.Windows.Controls.TextBox)(target));
     return;
     case 11:
     this.openB = ((System.Windows.Controls.Button)(target));
     return;
     case 12:
     this.testB = ((System.Windows.Controls.Button)(target));
     return;
     case 13:
     this.saveB = ((System.Windows.Controls.Button)(target));
     
     #line 132 "..\..\ConnectionDialog.xaml"
     this.saveB.Click += new System.Windows.RoutedEventHandler(this.saveB_Click);
     
     #line default
     #line hidden
     return;
     case 14:
     this.okB = ((System.Windows.Controls.Button)(target));
     
     #line 133 "..\..\ConnectionDialog.xaml"
     this.okB.Click += new System.Windows.RoutedEventHandler(this.okB_Click);
     
     #line default
     #line hidden
     return;
     case 15:
     this.cancelB = ((System.Windows.Controls.Button)(target));
     
     #line 134 "..\..\ConnectionDialog.xaml"
     this.cancelB.Click += new System.Windows.RoutedEventHandler(this.cancelB_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Beispiel #2
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.tab = ((System.Windows.Controls.TabControl)(target));
                return;

            case 2:
                this.basicSettingsTab = ((System.Windows.Controls.TabItem)(target));
                return;

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

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

            case 5:
                this.dbaPrivileges = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 6:
                this.osAuthenticate = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 7:
                this.namingMethod = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 8:
                this.connDescDisplay = ((oradmin.ConnectDescriptorDisplay)(target));
                return;

            case 9:
                this.tnsPanel = ((System.Windows.Controls.Grid)(target));
                return;

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

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

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

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

            #line 132 "..\..\ConnectionDialog.xaml"
                this.saveB.Click += new System.Windows.RoutedEventHandler(this.saveB_Click);

            #line default
            #line hidden
                return;

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

            #line 133 "..\..\ConnectionDialog.xaml"
                this.okB.Click += new System.Windows.RoutedEventHandler(this.okB_Click);

            #line default
            #line hidden
                return;

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

            #line 134 "..\..\ConnectionDialog.xaml"
                this.cancelB.Click += new System.Windows.RoutedEventHandler(this.cancelB_Click);

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