void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 14 "..\..\..\Windows\Window_AddEditContact.xaml"
     ((CMLibrary.Windows.Window_AddEditContact)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.bottomRight = ((System.Windows.Shapes.Rectangle)(target));
     return;
     case 3:
     this.bottom = ((System.Windows.Shapes.Rectangle)(target));
     return;
     case 4:
     this.bottomLeft = ((System.Windows.Shapes.Rectangle)(target));
     return;
     case 5:
     this.right = ((System.Windows.Shapes.Rectangle)(target));
     return;
     case 6:
     this.top = ((System.Windows.Shapes.Rectangle)(target));
     return;
     case 7:
     this.left = ((System.Windows.Shapes.Rectangle)(target));
     return;
     case 8:
     this.titleBarAddContact = ((System.Windows.Controls.DockPanel)(target));
     return;
     case 9:
     
     #line 191 "..\..\..\Windows\Window_AddEditContact.xaml"
     ((System.Windows.Documents.Hyperlink)(target)).Click += new System.Windows.RoutedEventHandler(this.TriggerClose);
     
     #line default
     #line hidden
     return;
     case 10:
     this.title = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 11:
     this.tbox_contact_id = ((System.Windows.Controls.TextBox)(target));
     return;
     case 12:
     this.tbox_firstname = ((System.Windows.Controls.TextBox)(target));
     return;
     case 13:
     this.tbox_middlename = ((System.Windows.Controls.TextBox)(target));
     return;
     case 14:
     this.tbox_lastname = ((System.Windows.Controls.TextBox)(target));
     return;
     case 15:
     this.tbox_email = ((System.Windows.Controls.AutoCompleteBox)(target));
     return;
     case 16:
     this.tbox_fax = ((System.Windows.Controls.AutoCompleteBox)(target));
     return;
     case 17:
     this.tbox_group = ((CMLibrary.Components.CMSearchTextBox)(target));
     return;
     case 18:
     this.uc_FloatingList = ((CMLibrary.Fragment.Popup_FloatingList)(target));
     return;
     case 19:
     this.DuplicateOptionsPanel = ((System.Windows.Controls.Grid)(target));
     return;
     case 20:
     this.radio_btn_replace_with_new = ((System.Windows.Controls.RadioButton)(target));
     return;
     case 21:
     this.radio_btn_allow_duplicate = ((System.Windows.Controls.RadioButton)(target));
     return;
     case 22:
     this.radio_btn_do_not_import = ((System.Windows.Controls.RadioButton)(target));
     return;
     case 23:
     this.StatusBlock = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 24:
     this.btn_save = ((System.Windows.Controls.Button)(target));
     
     #line 370 "..\..\..\Windows\Window_AddEditContact.xaml"
     this.btn_save.Click += new System.Windows.RoutedEventHandler(this.btn_save_Click);
     
     #line default
     #line hidden
     return;
     case 25:
     this.txt_btn_save = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 26:
     this.btn_cancel = ((System.Windows.Controls.Button)(target));
     
     #line 376 "..\..\..\Windows\Window_AddEditContact.xaml"
     this.btn_cancel.Click += new System.Windows.RoutedEventHandler(this.btn_cancel_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 13 "..\..\..\Windows\Window_BelongToGroup.xaml"
     ((CMLibrary.Windows.Window_BelongToGroup)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.bottomRight = ((System.Windows.Shapes.Rectangle)(target));
     return;
     case 3:
     this.bottom = ((System.Windows.Shapes.Rectangle)(target));
     return;
     case 4:
     this.bottomLeft = ((System.Windows.Shapes.Rectangle)(target));
     return;
     case 5:
     this.right = ((System.Windows.Shapes.Rectangle)(target));
     return;
     case 6:
     this.top = ((System.Windows.Shapes.Rectangle)(target));
     return;
     case 7:
     this.left = ((System.Windows.Shapes.Rectangle)(target));
     return;
     case 8:
     this.titleBar = ((System.Windows.Controls.DockPanel)(target));
     return;
     case 9:
     
     #line 149 "..\..\..\Windows\Window_BelongToGroup.xaml"
     ((System.Windows.Documents.Hyperlink)(target)).Click += new System.Windows.RoutedEventHandler(this.TriggerClose);
     
     #line default
     #line hidden
     return;
     case 10:
     this.title = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 11:
     this.tbox_group = ((CMLibrary.Components.CMSearchTextBox)(target));
     return;
     case 12:
     this.uc_FloatingList = ((CMLibrary.Fragment.Popup_FloatingList)(target));
     return;
     case 13:
     this.Description = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 14:
     this.StatusBlock = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 15:
     this.btn_ok = ((System.Windows.Controls.Button)(target));
     
     #line 177 "..\..\..\Windows\Window_BelongToGroup.xaml"
     this.btn_ok.Click += new System.Windows.RoutedEventHandler(this.btn_ok_Click);
     
     #line default
     #line hidden
     return;
     case 16:
     this.btn_cancel = ((System.Windows.Controls.Button)(target));
     
     #line 183 "..\..\..\Windows\Window_BelongToGroup.xaml"
     this.btn_cancel.Click += new System.Windows.RoutedEventHandler(this.btn_cancel_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 12 "..\..\..\Windows\Window_BelongToGroup.xaml"
     ((CMLibrary.Windows.Window_BelongToGroup)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.tbox_group = ((CMLibrary.Components.CMSearchTextBox)(target));
     return;
     case 3:
     this.uc_FloatingList = ((CMLibrary.Fragment.Popup_FloatingList)(target));
     return;
     case 4:
     this.btn_cancel = ((System.Windows.Controls.Button)(target));
     
     #line 36 "..\..\..\Windows\Window_BelongToGroup.xaml"
     this.btn_cancel.Click += new System.Windows.RoutedEventHandler(this.btn_cancel_Click);
     
     #line default
     #line hidden
     return;
     case 5:
     this.btn_ok = ((System.Windows.Controls.Button)(target));
     
     #line 37 "..\..\..\Windows\Window_BelongToGroup.xaml"
     this.btn_ok.Click += new System.Windows.RoutedEventHandler(this.btn_ok_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 13 "..\..\..\Windows\Window_AddEditContact.xaml"
     ((CMLibrary.Windows.Window_AddEditContact)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.tbox_firstname = ((System.Windows.Controls.TextBox)(target));
     return;
     case 3:
     this.tbox_middlename = ((System.Windows.Controls.TextBox)(target));
     return;
     case 4:
     this.tbox_lastname = ((System.Windows.Controls.TextBox)(target));
     return;
     case 5:
     this.tbox_email = ((System.Windows.Controls.AutoCompleteBox)(target));
     return;
     case 6:
     this.tbox_fax = ((System.Windows.Controls.AutoCompleteBox)(target));
     return;
     case 7:
     this.tbox_group = ((CMLibrary.Components.CMSearchTextBox)(target));
     return;
     case 8:
     this.uc_FloatingList = ((CMLibrary.Fragment.Popup_FloatingList)(target));
     return;
     case 9:
     this.DuplicateOptionsPanel = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 10:
     this.radio_btn_replace_with_new = ((System.Windows.Controls.RadioButton)(target));
     return;
     case 11:
     this.radio_btn_allow_duplicate = ((System.Windows.Controls.RadioButton)(target));
     return;
     case 12:
     this.radio_btn_do_not_import = ((System.Windows.Controls.RadioButton)(target));
     return;
     case 13:
     this.btn_cancel = ((System.Windows.Controls.Button)(target));
     
     #line 73 "..\..\..\Windows\Window_AddEditContact.xaml"
     this.btn_cancel.Click += new System.Windows.RoutedEventHandler(this.btn_cancel_Click);
     
     #line default
     #line hidden
     return;
     case 14:
     this.btn_save = ((System.Windows.Controls.Button)(target));
     
     #line 74 "..\..\..\Windows\Window_AddEditContact.xaml"
     this.btn_save.Click += new System.Windows.RoutedEventHandler(this.btn_save_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }