void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.DlgImportSettings = ((PNotes.NET.WndImportSettings)(target));
     
     #line 18 "..\..\WndImportSettings.xaml"
     this.DlgImportSettings.Loaded += new System.Windows.RoutedEventHandler(this.DlgImportSettings_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.chkImpSounds = ((System.Windows.Controls.CheckBox)(target));
     
     #line 35 "..\..\WndImportSettings.xaml"
     this.chkImpSounds.Checked += new System.Windows.RoutedEventHandler(this.CheckBox_Checked);
     
     #line default
     #line hidden
     
     #line 35 "..\..\WndImportSettings.xaml"
     this.chkImpSounds.Unchecked += new System.Windows.RoutedEventHandler(this.CheckBox_Checked);
     
     #line default
     #line hidden
     return;
     case 3:
     this.chkImpContacts = ((System.Windows.Controls.CheckBox)(target));
     
     #line 36 "..\..\WndImportSettings.xaml"
     this.chkImpContacts.Checked += new System.Windows.RoutedEventHandler(this.CheckBox_Checked);
     
     #line default
     #line hidden
     
     #line 36 "..\..\WndImportSettings.xaml"
     this.chkImpContacts.Unchecked += new System.Windows.RoutedEventHandler(this.CheckBox_Checked);
     
     #line default
     #line hidden
     return;
     case 4:
     this.chkImpSearchEngines = ((System.Windows.Controls.CheckBox)(target));
     
     #line 37 "..\..\WndImportSettings.xaml"
     this.chkImpSearchEngines.Checked += new System.Windows.RoutedEventHandler(this.CheckBox_Checked);
     
     #line default
     #line hidden
     
     #line 37 "..\..\WndImportSettings.xaml"
     this.chkImpSearchEngines.Unchecked += new System.Windows.RoutedEventHandler(this.CheckBox_Checked);
     
     #line default
     #line hidden
     return;
     case 5:
     this.chkImpTags = ((System.Windows.Controls.CheckBox)(target));
     
     #line 38 "..\..\WndImportSettings.xaml"
     this.chkImpTags.Checked += new System.Windows.RoutedEventHandler(this.CheckBox_Checked);
     
     #line default
     #line hidden
     
     #line 38 "..\..\WndImportSettings.xaml"
     this.chkImpTags.Unchecked += new System.Windows.RoutedEventHandler(this.CheckBox_Checked);
     
     #line default
     #line hidden
     return;
     case 6:
     this.chkImpExtPrograms = ((System.Windows.Controls.CheckBox)(target));
     
     #line 39 "..\..\WndImportSettings.xaml"
     this.chkImpExtPrograms.Checked += new System.Windows.RoutedEventHandler(this.CheckBox_Checked);
     
     #line default
     #line hidden
     
     #line 39 "..\..\WndImportSettings.xaml"
     this.chkImpExtPrograms.Unchecked += new System.Windows.RoutedEventHandler(this.CheckBox_Checked);
     
     #line default
     #line hidden
     return;
     case 7:
     this.lblIniLocations = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 8:
     this.txtIniPath = ((System.Windows.Controls.TextBox)(target));
     
     #line 41 "..\..\WndImportSettings.xaml"
     this.txtIniPath.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtIniPath_TextChanged);
     
     #line default
     #line hidden
     return;
     case 9:
     this.cmdIniPath = ((System.Windows.Controls.Button)(target));
     
     #line 42 "..\..\WndImportSettings.xaml"
     this.cmdIniPath.Click += new System.Windows.RoutedEventHandler(this.cmdIniPath_Click);
     
     #line default
     #line hidden
     return;
     case 10:
     this.lblImportSettingsWarning = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 11:
     this.elpProgress = ((System.Windows.Shapes.Ellipse)(target));
     return;
     case 12:
     this.lblProgress = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 13:
     this.cmdOK = ((System.Windows.Controls.Button)(target));
     
     #line 54 "..\..\WndImportSettings.xaml"
     this.cmdOK.Click += new System.Windows.RoutedEventHandler(this.cmdOK_Click);
     
     #line default
     #line hidden
     return;
     case 14:
     this.cmdCancel = ((System.Windows.Controls.Button)(target));
     return;
     }
     this._contentLoaded = true;
 }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.DlgImportSettings = ((PNotes.NET.WndImportSettings)(target));

            #line 18 "..\..\WndImportSettings.xaml"
                this.DlgImportSettings.Loaded += new System.Windows.RoutedEventHandler(this.DlgImportSettings_Loaded);

            #line default
            #line hidden
                return;

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

            #line 35 "..\..\WndImportSettings.xaml"
                this.chkImpSounds.Checked += new System.Windows.RoutedEventHandler(this.CheckBox_Checked);

            #line default
            #line hidden

            #line 35 "..\..\WndImportSettings.xaml"
                this.chkImpSounds.Unchecked += new System.Windows.RoutedEventHandler(this.CheckBox_Checked);

            #line default
            #line hidden
                return;

            case 3:
                this.chkImpContacts = ((System.Windows.Controls.CheckBox)(target));

            #line 36 "..\..\WndImportSettings.xaml"
                this.chkImpContacts.Checked += new System.Windows.RoutedEventHandler(this.CheckBox_Checked);

            #line default
            #line hidden

            #line 36 "..\..\WndImportSettings.xaml"
                this.chkImpContacts.Unchecked += new System.Windows.RoutedEventHandler(this.CheckBox_Checked);

            #line default
            #line hidden
                return;

            case 4:
                this.chkImpSearchEngines = ((System.Windows.Controls.CheckBox)(target));

            #line 37 "..\..\WndImportSettings.xaml"
                this.chkImpSearchEngines.Checked += new System.Windows.RoutedEventHandler(this.CheckBox_Checked);

            #line default
            #line hidden

            #line 37 "..\..\WndImportSettings.xaml"
                this.chkImpSearchEngines.Unchecked += new System.Windows.RoutedEventHandler(this.CheckBox_Checked);

            #line default
            #line hidden
                return;

            case 5:
                this.chkImpTags = ((System.Windows.Controls.CheckBox)(target));

            #line 38 "..\..\WndImportSettings.xaml"
                this.chkImpTags.Checked += new System.Windows.RoutedEventHandler(this.CheckBox_Checked);

            #line default
            #line hidden

            #line 38 "..\..\WndImportSettings.xaml"
                this.chkImpTags.Unchecked += new System.Windows.RoutedEventHandler(this.CheckBox_Checked);

            #line default
            #line hidden
                return;

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

            #line 39 "..\..\WndImportSettings.xaml"
                this.chkImpExtPrograms.Checked += new System.Windows.RoutedEventHandler(this.CheckBox_Checked);

            #line default
            #line hidden

            #line 39 "..\..\WndImportSettings.xaml"
                this.chkImpExtPrograms.Unchecked += new System.Windows.RoutedEventHandler(this.CheckBox_Checked);

            #line default
            #line hidden
                return;

            case 7:
                this.lblIniLocations = ((System.Windows.Controls.TextBlock)(target));
                return;

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

            #line 41 "..\..\WndImportSettings.xaml"
                this.txtIniPath.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtIniPath_TextChanged);

            #line default
            #line hidden
                return;

            case 9:
                this.cmdIniPath = ((System.Windows.Controls.Button)(target));

            #line 42 "..\..\WndImportSettings.xaml"
                this.cmdIniPath.Click += new System.Windows.RoutedEventHandler(this.cmdIniPath_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.lblImportSettingsWarning = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 11:
                this.elpProgress = ((System.Windows.Shapes.Ellipse)(target));
                return;

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

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

            #line 54 "..\..\WndImportSettings.xaml"
                this.cmdOK.Click += new System.Windows.RoutedEventHandler(this.cmdOK_Click);

            #line default
            #line hidden
                return;

            case 14:
                this.cmdCancel = ((System.Windows.Controls.Button)(target));
                return;
            }
            this._contentLoaded = true;
        }