void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.DlgLocalSync = ((PNotes.NET.WndLocalSync)(target));

            #line 18 "..\..\WndLocalSync.xaml"
                this.DlgLocalSync.Loaded += new System.Windows.RoutedEventHandler(this.DlgLocalSync_Loaded);

            #line default
            #line hidden
                return;

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

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

            #line 33 "..\..\WndLocalSync.xaml"
                this.txtDataDir.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.Text_TextChanged);

            #line default
            #line hidden
                return;

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

            #line 34 "..\..\WndLocalSync.xaml"
                this.cmdDataDir.Click += new System.Windows.RoutedEventHandler(this.cmdDataDir_Click);

            #line default
            #line hidden
                return;

            case 5:
                this.lblDBDir = ((System.Windows.Controls.TextBlock)(target));
                return;

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

            #line 36 "..\..\WndLocalSync.xaml"
                this.txtDBDir.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.Text_TextChanged);

            #line default
            #line hidden
                return;

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

            #line 37 "..\..\WndLocalSync.xaml"
                this.cmdDBDir.Click += new System.Windows.RoutedEventHandler(this.cmdDBDir_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.chkUseDataDir = ((System.Windows.Controls.CheckBox)(target));

            #line 38 "..\..\WndLocalSync.xaml"
                this.chkUseDataDir.Checked += new System.Windows.RoutedEventHandler(this.chkUseDataDir_Checked);

            #line default
            #line hidden

            #line 38 "..\..\WndLocalSync.xaml"
                this.chkUseDataDir.Unchecked += new System.Windows.RoutedEventHandler(this.chkUseDataDir_Checked);

            #line default
            #line hidden
                return;

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

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

            #line default
            #line hidden
                return;

            case 10:
                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.DlgLocalSync = ((PNotes.NET.WndLocalSync)(target));
     
     #line 18 "..\..\WndLocalSync.xaml"
     this.DlgLocalSync.Loaded += new System.Windows.RoutedEventHandler(this.DlgLocalSync_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.lblDataDir = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 3:
     this.txtDataDir = ((System.Windows.Controls.TextBox)(target));
     
     #line 33 "..\..\WndLocalSync.xaml"
     this.txtDataDir.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.Text_TextChanged);
     
     #line default
     #line hidden
     return;
     case 4:
     this.cmdDataDir = ((System.Windows.Controls.Button)(target));
     
     #line 34 "..\..\WndLocalSync.xaml"
     this.cmdDataDir.Click += new System.Windows.RoutedEventHandler(this.cmdDataDir_Click);
     
     #line default
     #line hidden
     return;
     case 5:
     this.lblDBDir = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 6:
     this.txtDBDir = ((System.Windows.Controls.TextBox)(target));
     
     #line 36 "..\..\WndLocalSync.xaml"
     this.txtDBDir.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.Text_TextChanged);
     
     #line default
     #line hidden
     return;
     case 7:
     this.cmdDBDir = ((System.Windows.Controls.Button)(target));
     
     #line 37 "..\..\WndLocalSync.xaml"
     this.cmdDBDir.Click += new System.Windows.RoutedEventHandler(this.cmdDBDir_Click);
     
     #line default
     #line hidden
     return;
     case 8:
     this.chkUseDataDir = ((System.Windows.Controls.CheckBox)(target));
     
     #line 38 "..\..\WndLocalSync.xaml"
     this.chkUseDataDir.Checked += new System.Windows.RoutedEventHandler(this.chkUseDataDir_Checked);
     
     #line default
     #line hidden
     
     #line 38 "..\..\WndLocalSync.xaml"
     this.chkUseDataDir.Unchecked += new System.Windows.RoutedEventHandler(this.chkUseDataDir_Checked);
     
     #line default
     #line hidden
     return;
     case 9:
     this.cmdOK = ((System.Windows.Controls.Button)(target));
     
     #line 44 "..\..\WndLocalSync.xaml"
     this.cmdOK.Click += new System.Windows.RoutedEventHandler(this.cmdOK_Click);
     
     #line default
     #line hidden
     return;
     case 10:
     this.cmdCancel = ((System.Windows.Controls.Button)(target));
     return;
     }
     this._contentLoaded = true;
 }