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 12 "..\..\..\Windows\Window_SelectLocalContact.xaml" ((CMLibrary.Windows.Window_SelectLocalContact)(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 152 "..\..\..\Windows\Window_SelectLocalContact.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_search = ((CMLibrary.Components.CMSearchTextBox)(target)); return; case 12: this.btn_clear = ((System.Windows.Controls.Button)(target)); #line 185 "..\..\..\Windows\Window_SelectLocalContact.xaml" this.btn_clear.Click += new System.Windows.RoutedEventHandler(this.btn_clear_Click); #line default #line hidden return; case 13: this.listview_contacts = ((System.Windows.Controls.ListView)(target)); #line 202 "..\..\..\Windows\Window_SelectLocalContact.xaml" this.listview_contacts.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.listview_contacts_SelectionChanged); #line default #line hidden #line 204 "..\..\..\Windows\Window_SelectLocalContact.xaml" this.listview_contacts.KeyDown += new System.Windows.Input.KeyEventHandler(this.listview_contacts_KeyDown); #line default #line hidden #line 204 "..\..\..\Windows\Window_SelectLocalContact.xaml" this.listview_contacts.KeyUp += new System.Windows.Input.KeyEventHandler(this.listview_contacts_KeyUp); #line default #line hidden return; case 14: this.cbox_all = ((System.Windows.Controls.CheckBox)(target)); #line 226 "..\..\..\Windows\Window_SelectLocalContact.xaml" this.cbox_all.Click += new System.Windows.RoutedEventHandler(this.cbox_all_Click); #line default #line hidden return; case 16: #line 239 "..\..\..\Windows\Window_SelectLocalContact.xaml" ((System.Windows.Controls.GridViewColumnHeader)(target)).Click += new System.Windows.RoutedEventHandler(this.GridViewColumnHeader_Click); #line default #line hidden return; case 17: #line 251 "..\..\..\Windows\Window_SelectLocalContact.xaml" ((System.Windows.Controls.GridViewColumnHeader)(target)).Click += new System.Windows.RoutedEventHandler(this.GridViewColumnHeader_Click); #line default #line hidden return; case 18: #line 263 "..\..\..\Windows\Window_SelectLocalContact.xaml" ((System.Windows.Controls.GridViewColumnHeader)(target)).Click += new System.Windows.RoutedEventHandler(this.GridViewColumnHeader_Click); #line default #line hidden return; case 19: #line 275 "..\..\..\Windows\Window_SelectLocalContact.xaml" ((System.Windows.Controls.GridViewColumnHeader)(target)).Click += new System.Windows.RoutedEventHandler(this.GridViewColumnHeader_Click); #line default #line hidden return; case 20: #line 287 "..\..\..\Windows\Window_SelectLocalContact.xaml" ((System.Windows.Controls.GridViewColumnHeader)(target)).Click += new System.Windows.RoutedEventHandler(this.GridViewColumnHeader_Click); #line default #line hidden return; case 21: this.layout_loading = ((CMLibrary.Fragment.Layout_Loading)(target)); return; case 22: this.DuplicateOptionsPanel = ((System.Windows.Controls.Grid)(target)); return; case 23: this.radio_btn_replace_with_new = ((System.Windows.Controls.RadioButton)(target)); return; case 24: this.radio_btn_allow_duplicate = ((System.Windows.Controls.RadioButton)(target)); return; case 25: this.radio_btn_do_not_import = ((System.Windows.Controls.RadioButton)(target)); return; case 26: this.btn_add = ((System.Windows.Controls.Button)(target)); #line 332 "..\..\..\Windows\Window_SelectLocalContact.xaml" this.btn_add.Click += new System.Windows.RoutedEventHandler(this.btn_add_Click); #line default #line hidden return; case 27: this.btn_cancel = ((System.Windows.Controls.Button)(target)); #line 337 "..\..\..\Windows\Window_SelectLocalContact.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 11 "..\..\..\Pages\Page_LocalContacts.xaml" ((CMLibrary.Pages.Page_LocalContacts)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Page_Loaded); #line default #line hidden return; case 2: this.tbox_search = ((CMLibrary.Components.CMSearchTextBox)(target)); return; case 3: this.btn_move_to_group = ((System.Windows.Controls.Button)(target)); #line 30 "..\..\..\Pages\Page_LocalContacts.xaml" this.btn_move_to_group.Click += new System.Windows.RoutedEventHandler(this.btn_move_to_group_Click); #line default #line hidden return; case 4: this.btn_edit = ((System.Windows.Controls.Button)(target)); #line 34 "..\..\..\Pages\Page_LocalContacts.xaml" this.btn_edit.Click += new System.Windows.RoutedEventHandler(this.btn_edit_Click); #line default #line hidden return; case 5: this.btn_delete = ((System.Windows.Controls.Button)(target)); #line 35 "..\..\..\Pages\Page_LocalContacts.xaml" this.btn_delete.Click += new System.Windows.RoutedEventHandler(this.btn_delete_Click); #line default #line hidden return; case 6: this.btn_group = ((System.Windows.Controls.Button)(target)); #line 36 "..\..\..\Pages\Page_LocalContacts.xaml" this.btn_group.Click += new System.Windows.RoutedEventHandler(this.btn_group_Click); #line default #line hidden return; case 7: this.btn_add = ((System.Windows.Controls.Button)(target)); #line 37 "..\..\..\Pages\Page_LocalContacts.xaml" this.btn_add.Click += new System.Windows.RoutedEventHandler(this.btn_add_Click); #line default #line hidden return; case 8: this.combox_import = ((System.Windows.Controls.ComboBox)(target)); #line 40 "..\..\..\Pages\Page_LocalContacts.xaml" this.combox_import.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.combox_import_SelectionChanged); #line default #line hidden return; case 9: this.combox_export = ((System.Windows.Controls.ComboBox)(target)); #line 46 "..\..\..\Pages\Page_LocalContacts.xaml" this.combox_export.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.combox_export_SelectionChanged); #line default #line hidden return; case 10: this.listview_contacts = ((System.Windows.Controls.ListView)(target)); return; case 11: this.cbox_all = ((System.Windows.Controls.CheckBox)(target)); #line 62 "..\..\..\Pages\Page_LocalContacts.xaml" this.cbox_all.Click += new System.Windows.RoutedEventHandler(this.cbox_all_Click); #line default #line hidden return; case 13: #line 75 "..\..\..\Pages\Page_LocalContacts.xaml" ((System.Windows.Controls.GridViewColumnHeader)(target)).Click += new System.Windows.RoutedEventHandler(this.GridViewColumnHeader_Click); #line default #line hidden return; case 14: #line 87 "..\..\..\Pages\Page_LocalContacts.xaml" ((System.Windows.Controls.GridViewColumnHeader)(target)).Click += new System.Windows.RoutedEventHandler(this.GridViewColumnHeader_Click); #line default #line hidden return; case 15: #line 99 "..\..\..\Pages\Page_LocalContacts.xaml" ((System.Windows.Controls.GridViewColumnHeader)(target)).Click += new System.Windows.RoutedEventHandler(this.GridViewColumnHeader_Click); #line default #line hidden return; case 16: #line 111 "..\..\..\Pages\Page_LocalContacts.xaml" ((System.Windows.Controls.GridViewColumnHeader)(target)).Click += new System.Windows.RoutedEventHandler(this.GridViewColumnHeader_Click); #line default #line hidden return; case 17: #line 123 "..\..\..\Pages\Page_LocalContacts.xaml" ((System.Windows.Controls.GridViewColumnHeader)(target)).Click += new System.Windows.RoutedEventHandler(this.GridViewColumnHeader_Click); #line default #line hidden return; case 18: this.layout_loading = ((CMLibrary.Fragment.Layout_Loading)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 11 "..\..\..\Windows\Window_SelectLocalContact.xaml" ((CMLibrary.Windows.Window_SelectLocalContact)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded); #line default #line hidden return; case 2: this.tbox_search = ((CMLibrary.Components.CMSearchTextBox)(target)); return; case 3: this.listview_contacts = ((System.Windows.Controls.ListView)(target)); return; case 4: this.cbox_all = ((System.Windows.Controls.CheckBox)(target)); #line 44 "..\..\..\Windows\Window_SelectLocalContact.xaml" this.cbox_all.Click += new System.Windows.RoutedEventHandler(this.cbox_all_Click); #line default #line hidden return; case 6: #line 57 "..\..\..\Windows\Window_SelectLocalContact.xaml" ((System.Windows.Controls.GridViewColumnHeader)(target)).Click += new System.Windows.RoutedEventHandler(this.GridViewColumnHeader_Click); #line default #line hidden return; case 7: #line 69 "..\..\..\Windows\Window_SelectLocalContact.xaml" ((System.Windows.Controls.GridViewColumnHeader)(target)).Click += new System.Windows.RoutedEventHandler(this.GridViewColumnHeader_Click); #line default #line hidden return; case 8: #line 81 "..\..\..\Windows\Window_SelectLocalContact.xaml" ((System.Windows.Controls.GridViewColumnHeader)(target)).Click += new System.Windows.RoutedEventHandler(this.GridViewColumnHeader_Click); #line default #line hidden return; case 9: #line 93 "..\..\..\Windows\Window_SelectLocalContact.xaml" ((System.Windows.Controls.GridViewColumnHeader)(target)).Click += new System.Windows.RoutedEventHandler(this.GridViewColumnHeader_Click); #line default #line hidden return; case 10: #line 105 "..\..\..\Windows\Window_SelectLocalContact.xaml" ((System.Windows.Controls.GridViewColumnHeader)(target)).Click += new System.Windows.RoutedEventHandler(this.GridViewColumnHeader_Click); #line default #line hidden return; case 11: this.layout_loading = ((CMLibrary.Fragment.Layout_Loading)(target)); return; case 12: this.DuplicateOptionsPanel = ((System.Windows.Controls.StackPanel)(target)); return; case 13: this.radio_btn_replace_with_new = ((System.Windows.Controls.RadioButton)(target)); return; case 14: this.radio_btn_allow_duplicate = ((System.Windows.Controls.RadioButton)(target)); return; case 15: this.radio_btn_do_not_import = ((System.Windows.Controls.RadioButton)(target)); return; case 16: this.btn_cancel = ((System.Windows.Controls.Button)(target)); #line 132 "..\..\..\Windows\Window_SelectLocalContact.xaml" this.btn_cancel.Click += new System.Windows.RoutedEventHandler(this.btn_cancel_Click); #line default #line hidden return; case 17: this.btn_add = ((System.Windows.Controls.Button)(target)); #line 133 "..\..\..\Windows\Window_SelectLocalContact.xaml" this.btn_add.Click += new System.Windows.RoutedEventHandler(this.btn_add_Click); #line default #line hidden return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.tbox_group = ((CMLibrary.Components.CMSearchTextBox)(target)); return; case 2: this.btn_cancel = ((System.Windows.Controls.Button)(target)); #line 31 "..\..\..\Windows\Window_AddEditGroupName.xaml" this.btn_cancel.Click += new System.Windows.RoutedEventHandler(this.btn_cancel_Click); #line default #line hidden return; case 3: this.btn_ok = ((System.Windows.Controls.Button)(target)); #line 34 "..\..\..\Windows\Window_AddEditGroupName.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 "..\..\..\Pages\Page_LocalGroups.xaml" ((CMLibrary.Pages.Page_LocalGroups)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Page_Loaded); #line default #line hidden return; case 2: this.btn_hidden = ((System.Windows.Controls.Button)(target)); return; case 3: this.tbox_search = ((CMLibrary.Components.CMSearchTextBox)(target)); return; case 4: this.btn_clear = ((System.Windows.Controls.Button)(target)); #line 92 "..\..\..\Pages\Page_LocalGroups.xaml" this.btn_clear.Click += new System.Windows.RoutedEventHandler(this.btn_clear_Click); #line default #line hidden return; case 5: this.btn_move_to_contact = ((System.Windows.Controls.Button)(target)); #line 102 "..\..\..\Pages\Page_LocalGroups.xaml" this.btn_move_to_contact.Click += new System.Windows.RoutedEventHandler(this.btn_move_to_contact_Click); #line default #line hidden return; case 6: this.btn_move_to_contact1 = ((System.Windows.Controls.Button)(target)); #line 107 "..\..\..\Pages\Page_LocalGroups.xaml" this.btn_move_to_contact1.Click += new System.Windows.RoutedEventHandler(this.btn_move_to_contact1_Click); #line default #line hidden return; case 7: this.imageContactButton = ((System.Windows.Controls.Image)(target)); return; case 8: this.btn_move_to_group = ((System.Windows.Controls.Button)(target)); #line 119 "..\..\..\Pages\Page_LocalGroups.xaml" this.btn_move_to_group.Click += new System.Windows.RoutedEventHandler(this.btn_move_to_group_Click); #line default #line hidden return; case 9: this.imageGroupButton = ((System.Windows.Controls.Image)(target)); return; case 10: this.panel_main_buttons = ((System.Windows.Controls.StackPanel)(target)); return; case 11: this.btn_rename = ((System.Windows.Controls.Button)(target)); #line 131 "..\..\..\Pages\Page_LocalGroups.xaml" this.btn_rename.Click += new System.Windows.RoutedEventHandler(this.btn_rename_Click); #line default #line hidden return; case 12: this.btn_add_contact = ((System.Windows.Controls.Button)(target)); #line 137 "..\..\..\Pages\Page_LocalGroups.xaml" this.btn_add_contact.Click += new System.Windows.RoutedEventHandler(this.btn_add_contact_Click); #line default #line hidden return; case 13: this.btn_remove_contact = ((System.Windows.Controls.Button)(target)); #line 144 "..\..\..\Pages\Page_LocalGroups.xaml" this.btn_remove_contact.Click += new System.Windows.RoutedEventHandler(this.btn_remove_contact_Click); #line default #line hidden return; case 14: this.btn_add_group = ((System.Windows.Controls.Button)(target)); #line 151 "..\..\..\Pages\Page_LocalGroups.xaml" this.btn_add_group.Click += new System.Windows.RoutedEventHandler(this.btn_add_group_Click); #line default #line hidden return; case 15: this.btn_delete_group = ((System.Windows.Controls.Button)(target)); #line 158 "..\..\..\Pages\Page_LocalGroups.xaml" this.btn_delete_group.Click += new System.Windows.RoutedEventHandler(this.btn_delete_group_Click); #line default #line hidden return; case 16: this.panel_delete_group = ((System.Windows.Controls.StackPanel)(target)); return; case 17: this.btn_cancel = ((System.Windows.Controls.Button)(target)); #line 167 "..\..\..\Pages\Page_LocalGroups.xaml" this.btn_cancel.Click += new System.Windows.RoutedEventHandler(this.btn_cancel_Click); #line default #line hidden return; case 18: this.btn_delete = ((System.Windows.Controls.Button)(target)); #line 173 "..\..\..\Pages\Page_LocalGroups.xaml" this.btn_delete.Click += new System.Windows.RoutedEventHandler(this.btn_delete_Click); #line default #line hidden return; case 19: this.label_checkbox_width = ((System.Windows.Controls.Label)(target)); return; case 20: this.listview_groups = ((System.Windows.Controls.ListView)(target)); #line 194 "..\..\..\Pages\Page_LocalGroups.xaml" this.listview_groups.PreviewMouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.listview_groups_PreviewMouseLeftButtonUp); #line default #line hidden #line 195 "..\..\..\Pages\Page_LocalGroups.xaml" this.listview_groups.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.listview_groups_SelectionChanged); #line default #line hidden #line 197 "..\..\..\Pages\Page_LocalGroups.xaml" this.listview_groups.KeyDown += new System.Windows.Input.KeyEventHandler(this.listview_groups_KeyDown); #line default #line hidden #line 197 "..\..\..\Pages\Page_LocalGroups.xaml" this.listview_groups.KeyUp += new System.Windows.Input.KeyEventHandler(this.listview_groups_KeyUp); #line default #line hidden return; case 21: this.gridview_group = ((System.Windows.Controls.GridView)(target)); return; case 22: this.cbox_group_column = ((System.Windows.Controls.GridViewColumn)(target)); return; case 23: this.cbox_group_all = ((System.Windows.Controls.CheckBox)(target)); #line 224 "..\..\..\Pages\Page_LocalGroups.xaml" this.cbox_group_all.Click += new System.Windows.RoutedEventHandler(this.cbox_group_all_Click); #line default #line hidden return; case 25: #line 237 "..\..\..\Pages\Page_LocalGroups.xaml" ((System.Windows.Controls.GridViewColumnHeader)(target)).Click += new System.Windows.RoutedEventHandler(this.GridViewGroupColumnHeader_Click); #line default #line hidden return; case 26: this.listview_contacts = ((System.Windows.Controls.ListView)(target)); return; case 27: #line 279 "..\..\..\Pages\Page_LocalGroups.xaml" ((System.Windows.Controls.GridViewColumnHeader)(target)).Click += new System.Windows.RoutedEventHandler(this.GridViewContactColumnHeader_Click); #line default #line hidden return; case 28: #line 291 "..\..\..\Pages\Page_LocalGroups.xaml" ((System.Windows.Controls.GridViewColumnHeader)(target)).Click += new System.Windows.RoutedEventHandler(this.GridViewContactColumnHeader_Click); #line default #line hidden return; case 29: #line 303 "..\..\..\Pages\Page_LocalGroups.xaml" ((System.Windows.Controls.GridViewColumnHeader)(target)).Click += new System.Windows.RoutedEventHandler(this.GridViewContactColumnHeader_Click); #line default #line hidden return; case 30: #line 315 "..\..\..\Pages\Page_LocalGroups.xaml" ((System.Windows.Controls.GridViewColumnHeader)(target)).Click += new System.Windows.RoutedEventHandler(this.GridViewContactColumnHeader_Click); #line default #line hidden return; case 31: this.layout_loading = ((CMLibrary.Fragment.Layout_Loading)(target)); 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; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 12 "..\..\..\Windows\Window_RemoveContactFromGroup.xaml" ((CMLibrary.Windows.Window_RemoveContactFromGroup)(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 152 "..\..\..\Windows\Window_RemoveContactFromGroup.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_search = ((CMLibrary.Components.CMSearchTextBox)(target)); return; case 12: this.btn_clear = ((System.Windows.Controls.Button)(target)); #line 184 "..\..\..\Windows\Window_RemoveContactFromGroup.xaml" this.btn_clear.Click += new System.Windows.RoutedEventHandler(this.btn_clear_Click); #line default #line hidden return; case 13: this.listview_contacts = ((System.Windows.Controls.ListView)(target)); #line 200 "..\..\..\Windows\Window_RemoveContactFromGroup.xaml" this.listview_contacts.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.listview_contacts_SelectionChanged); #line default #line hidden #line 202 "..\..\..\Windows\Window_RemoveContactFromGroup.xaml" this.listview_contacts.KeyUp += new System.Windows.Input.KeyEventHandler(this.listview_contacts_KeyUp); #line default #line hidden #line 202 "..\..\..\Windows\Window_RemoveContactFromGroup.xaml" this.listview_contacts.KeyDown += new System.Windows.Input.KeyEventHandler(this.listview_contacts_KeyDown); #line default #line hidden return; case 14: this.cbox_all = ((System.Windows.Controls.CheckBox)(target)); #line 224 "..\..\..\Windows\Window_RemoveContactFromGroup.xaml" this.cbox_all.Click += new System.Windows.RoutedEventHandler(this.cbox_all_Click); #line default #line hidden return; case 16: #line 237 "..\..\..\Windows\Window_RemoveContactFromGroup.xaml" ((System.Windows.Controls.GridViewColumnHeader)(target)).Click += new System.Windows.RoutedEventHandler(this.GridViewColumnHeader_Click); #line default #line hidden return; case 17: #line 249 "..\..\..\Windows\Window_RemoveContactFromGroup.xaml" ((System.Windows.Controls.GridViewColumnHeader)(target)).Click += new System.Windows.RoutedEventHandler(this.GridViewColumnHeader_Click); #line default #line hidden return; case 18: #line 261 "..\..\..\Windows\Window_RemoveContactFromGroup.xaml" ((System.Windows.Controls.GridViewColumnHeader)(target)).Click += new System.Windows.RoutedEventHandler(this.GridViewColumnHeader_Click); #line default #line hidden return; case 19: #line 273 "..\..\..\Windows\Window_RemoveContactFromGroup.xaml" ((System.Windows.Controls.GridViewColumnHeader)(target)).Click += new System.Windows.RoutedEventHandler(this.GridViewColumnHeader_Click); #line default #line hidden return; case 20: this.layout_loading = ((CMLibrary.Fragment.Layout_Loading)(target)); return; case 21: this.btn_remove = ((System.Windows.Controls.Button)(target)); #line 295 "..\..\..\Windows\Window_RemoveContactFromGroup.xaml" this.btn_remove.Click += new System.Windows.RoutedEventHandler(this.btn_remove_Click); #line default #line hidden return; case 22: this.btn_cancel = ((System.Windows.Controls.Button)(target)); #line 300 "..\..\..\Windows\Window_RemoveContactFromGroup.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 "..\..\..\Pages\Page_PrinterGroups.xaml" ((CMLibrary.Pages.Page_PrinterGroups)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Page_Loaded); #line default #line hidden return; case 2: this.tbox_search = ((CMLibrary.Components.CMSearchTextBox)(target)); return; case 3: this.btn_move_to_contact = ((System.Windows.Controls.Button)(target)); #line 30 "..\..\..\Pages\Page_PrinterGroups.xaml" this.btn_move_to_contact.Click += new System.Windows.RoutedEventHandler(this.btn_move_to_contact_Click); #line default #line hidden return; case 4: this.panel_main_buttons = ((System.Windows.Controls.StackPanel)(target)); return; case 5: this.btn_rename = ((System.Windows.Controls.Button)(target)); #line 35 "..\..\..\Pages\Page_PrinterGroups.xaml" this.btn_rename.Click += new System.Windows.RoutedEventHandler(this.btn_rename_Click); #line default #line hidden return; case 6: this.btn_add_contact = ((System.Windows.Controls.Button)(target)); #line 36 "..\..\..\Pages\Page_PrinterGroups.xaml" this.btn_add_contact.Click += new System.Windows.RoutedEventHandler(this.btn_add_contact_Click); #line default #line hidden return; case 7: this.btn_remove_contact = ((System.Windows.Controls.Button)(target)); #line 37 "..\..\..\Pages\Page_PrinterGroups.xaml" this.btn_remove_contact.Click += new System.Windows.RoutedEventHandler(this.btn_remove_contact_Click); #line default #line hidden return; case 8: this.btn_add_group = ((System.Windows.Controls.Button)(target)); #line 38 "..\..\..\Pages\Page_PrinterGroups.xaml" this.btn_add_group.Click += new System.Windows.RoutedEventHandler(this.btn_add_group_Click); #line default #line hidden return; case 9: this.btn_delete_group = ((System.Windows.Controls.Button)(target)); #line 39 "..\..\..\Pages\Page_PrinterGroups.xaml" this.btn_delete_group.Click += new System.Windows.RoutedEventHandler(this.btn_delete_group_Click); #line default #line hidden return; case 10: this.panel_delete_group = ((System.Windows.Controls.StackPanel)(target)); return; case 11: this.btn_delete = ((System.Windows.Controls.Button)(target)); #line 42 "..\..\..\Pages\Page_PrinterGroups.xaml" this.btn_delete.Click += new System.Windows.RoutedEventHandler(this.btn_delete_Click); #line default #line hidden return; case 12: this.btn_cancel = ((System.Windows.Controls.Button)(target)); #line 43 "..\..\..\Pages\Page_PrinterGroups.xaml" this.btn_cancel.Click += new System.Windows.RoutedEventHandler(this.btn_cancel_Click); #line default #line hidden return; case 13: this.label_checkbox_width = ((System.Windows.Controls.Label)(target)); return; case 14: this.listview_groups = ((System.Windows.Controls.ListView)(target)); #line 60 "..\..\..\Pages\Page_PrinterGroups.xaml" this.listview_groups.PreviewMouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.listview_groups_PreviewMouseLeftButtonUp); #line default #line hidden return; case 15: this.cbox_group_all = ((System.Windows.Controls.CheckBox)(target)); #line 68 "..\..\..\Pages\Page_PrinterGroups.xaml" this.cbox_group_all.Click += new System.Windows.RoutedEventHandler(this.cbox_group_all_Click); #line default #line hidden return; case 17: #line 81 "..\..\..\Pages\Page_PrinterGroups.xaml" ((System.Windows.Controls.GridViewColumnHeader)(target)).Click += new System.Windows.RoutedEventHandler(this.GridViewGroupColumnHeader_Click); #line default #line hidden return; case 18: this.listview_contacts = ((System.Windows.Controls.ListView)(target)); return; case 19: #line 103 "..\..\..\Pages\Page_PrinterGroups.xaml" ((System.Windows.Controls.GridViewColumnHeader)(target)).Click += new System.Windows.RoutedEventHandler(this.GridViewContactColumnHeader_Click); #line default #line hidden return; case 20: #line 115 "..\..\..\Pages\Page_PrinterGroups.xaml" ((System.Windows.Controls.GridViewColumnHeader)(target)).Click += new System.Windows.RoutedEventHandler(this.GridViewContactColumnHeader_Click); #line default #line hidden return; case 21: #line 127 "..\..\..\Pages\Page_PrinterGroups.xaml" ((System.Windows.Controls.GridViewColumnHeader)(target)).Click += new System.Windows.RoutedEventHandler(this.GridViewContactColumnHeader_Click); #line default #line hidden return; case 22: #line 139 "..\..\..\Pages\Page_PrinterGroups.xaml" ((System.Windows.Controls.GridViewColumnHeader)(target)).Click += new System.Windows.RoutedEventHandler(this.GridViewContactColumnHeader_Click); #line default #line hidden return; case 23: this.layout_loading = ((CMLibrary.Fragment.Layout_Loading)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 14 "..\..\..\Pages\Page_LocalContacts.xaml" ((CMLibrary.Pages.Page_LocalContacts)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Page_Loaded); #line default #line hidden return; case 2: this.tbox_search = ((CMLibrary.Components.CMSearchTextBox)(target)); return; case 3: this.btn_clear = ((System.Windows.Controls.Button)(target)); #line 294 "..\..\..\Pages\Page_LocalContacts.xaml" this.btn_clear.Click += new System.Windows.RoutedEventHandler(this.btn_clear_Click); #line default #line hidden return; case 4: this.btn_hidden = ((System.Windows.Controls.Button)(target)); return; case 5: this.btn_move_to_group = ((System.Windows.Controls.Button)(target)); #line 306 "..\..\..\Pages\Page_LocalContacts.xaml" this.btn_move_to_group.Click += new System.Windows.RoutedEventHandler(this.btn_move_to_group_Click); #line default #line hidden return; case 6: this.btn_move_to_contacts = ((System.Windows.Controls.Button)(target)); #line 312 "..\..\..\Pages\Page_LocalContacts.xaml" this.btn_move_to_contacts.Click += new System.Windows.RoutedEventHandler(this.btn_move_to_contacts_Click); #line default #line hidden return; case 7: this.imageContactButton = ((System.Windows.Controls.Image)(target)); return; case 8: this.btn_move_to_group1 = ((System.Windows.Controls.Button)(target)); #line 320 "..\..\..\Pages\Page_LocalContacts.xaml" this.btn_move_to_group1.Click += new System.Windows.RoutedEventHandler(this.btn_move_to_group1_Click); #line default #line hidden return; case 9: this.imageGroupButton = ((System.Windows.Controls.Image)(target)); return; case 10: this.btn_edit = ((System.Windows.Controls.Button)(target)); #line 344 "..\..\..\Pages\Page_LocalContacts.xaml" this.btn_edit.Click += new System.Windows.RoutedEventHandler(this.btn_edit_Click); #line default #line hidden return; case 11: this.btn_delete = ((System.Windows.Controls.Button)(target)); #line 350 "..\..\..\Pages\Page_LocalContacts.xaml" this.btn_delete.Click += new System.Windows.RoutedEventHandler(this.btn_delete_Click); #line default #line hidden return; case 12: this.btn_group = ((System.Windows.Controls.Button)(target)); #line 356 "..\..\..\Pages\Page_LocalContacts.xaml" this.btn_group.Click += new System.Windows.RoutedEventHandler(this.btn_group_Click); #line default #line hidden return; case 13: this.btn_add = ((System.Windows.Controls.Button)(target)); #line 362 "..\..\..\Pages\Page_LocalContacts.xaml" this.btn_add.Click += new System.Windows.RoutedEventHandler(this.btn_add_Click); #line default #line hidden return; case 14: this.combox_import = ((System.Windows.Controls.ComboBox)(target)); #line 374 "..\..\..\Pages\Page_LocalContacts.xaml" this.combox_import.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.combox_import_SelectionChanged); #line default #line hidden #line 375 "..\..\..\Pages\Page_LocalContacts.xaml" this.combox_import.DropDownClosed += new System.EventHandler(this.comboxbox_DropDownClosed); #line default #line hidden return; case 15: this.txtSelectImport = ((System.Windows.Controls.TextBlock)(target)); return; case 16: this.combox_export = ((System.Windows.Controls.ComboBox)(target)); #line 392 "..\..\..\Pages\Page_LocalContacts.xaml" this.combox_export.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.combox_export_SelectionChanged); #line default #line hidden #line 393 "..\..\..\Pages\Page_LocalContacts.xaml" this.combox_export.DropDownClosed += new System.EventHandler(this.comboxbox_DropDownClosed); #line default #line hidden return; case 17: this.txtSelectExport = ((System.Windows.Controls.TextBlock)(target)); return; case 18: this.listview_contacts = ((System.Windows.Controls.ListView)(target)); #line 424 "..\..\..\Pages\Page_LocalContacts.xaml" this.listview_contacts.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.listview_contacts_SelectionChanged); #line default #line hidden #line 426 "..\..\..\Pages\Page_LocalContacts.xaml" this.listview_contacts.KeyDown += new System.Windows.Input.KeyEventHandler(this.listview_contacts_KeyDown); #line default #line hidden #line 426 "..\..\..\Pages\Page_LocalContacts.xaml" this.listview_contacts.KeyUp += new System.Windows.Input.KeyEventHandler(this.listview_contacts_KeyUp); #line default #line hidden return; case 20: this.cbox_all = ((System.Windows.Controls.CheckBox)(target)); #line 454 "..\..\..\Pages\Page_LocalContacts.xaml" this.cbox_all.Click += new System.Windows.RoutedEventHandler(this.cbox_all_Click); #line default #line hidden return; case 21: #line 464 "..\..\..\Pages\Page_LocalContacts.xaml" ((System.Windows.Controls.GridViewColumnHeader)(target)).Click += new System.Windows.RoutedEventHandler(this.GridViewColumnHeader_Click); #line default #line hidden return; case 22: #line 474 "..\..\..\Pages\Page_LocalContacts.xaml" ((System.Windows.Controls.GridViewColumnHeader)(target)).Click += new System.Windows.RoutedEventHandler(this.GridViewColumnHeader_Click); #line default #line hidden return; case 23: #line 484 "..\..\..\Pages\Page_LocalContacts.xaml" ((System.Windows.Controls.GridViewColumnHeader)(target)).Click += new System.Windows.RoutedEventHandler(this.GridViewColumnHeader_Click); #line default #line hidden return; case 24: #line 494 "..\..\..\Pages\Page_LocalContacts.xaml" ((System.Windows.Controls.GridViewColumnHeader)(target)).Click += new System.Windows.RoutedEventHandler(this.GridViewColumnHeader_Click); #line default #line hidden return; case 25: #line 504 "..\..\..\Pages\Page_LocalContacts.xaml" ((System.Windows.Controls.GridViewColumnHeader)(target)).Click += new System.Windows.RoutedEventHandler(this.GridViewColumnHeader_Click); #line default #line hidden return; case 26: this.layout_loading = ((CMLibrary.Fragment.Layout_Loading)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 11 "..\..\..\Windows\Window_RemoveContactFromGroup.xaml" ((CMLibrary.Windows.Window_RemoveContactFromGroup)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded); #line default #line hidden return; case 2: this.tbox_search = ((CMLibrary.Components.CMSearchTextBox)(target)); return; case 3: this.listview_contacts = ((System.Windows.Controls.ListView)(target)); return; case 4: this.cbox_all = ((System.Windows.Controls.CheckBox)(target)); #line 43 "..\..\..\Windows\Window_RemoveContactFromGroup.xaml" this.cbox_all.Click += new System.Windows.RoutedEventHandler(this.cbox_all_Click); #line default #line hidden return; case 6: #line 56 "..\..\..\Windows\Window_RemoveContactFromGroup.xaml" ((System.Windows.Controls.GridViewColumnHeader)(target)).Click += new System.Windows.RoutedEventHandler(this.GridViewColumnHeader_Click); #line default #line hidden return; case 7: #line 68 "..\..\..\Windows\Window_RemoveContactFromGroup.xaml" ((System.Windows.Controls.GridViewColumnHeader)(target)).Click += new System.Windows.RoutedEventHandler(this.GridViewColumnHeader_Click); #line default #line hidden return; case 8: #line 80 "..\..\..\Windows\Window_RemoveContactFromGroup.xaml" ((System.Windows.Controls.GridViewColumnHeader)(target)).Click += new System.Windows.RoutedEventHandler(this.GridViewColumnHeader_Click); #line default #line hidden return; case 9: #line 92 "..\..\..\Windows\Window_RemoveContactFromGroup.xaml" ((System.Windows.Controls.GridViewColumnHeader)(target)).Click += new System.Windows.RoutedEventHandler(this.GridViewColumnHeader_Click); #line default #line hidden return; case 10: #line 104 "..\..\..\Windows\Window_RemoveContactFromGroup.xaml" ((System.Windows.Controls.GridViewColumnHeader)(target)).Click += new System.Windows.RoutedEventHandler(this.GridViewColumnHeader_Click); #line default #line hidden return; case 11: this.layout_loading = ((CMLibrary.Fragment.Layout_Loading)(target)); return; case 12: this.btn_cancel = ((System.Windows.Controls.Button)(target)); #line 124 "..\..\..\Windows\Window_RemoveContactFromGroup.xaml" this.btn_cancel.Click += new System.Windows.RoutedEventHandler(this.btn_cancel_Click); #line default #line hidden return; case 13: this.btn_remove = ((System.Windows.Controls.Button)(target)); #line 125 "..\..\..\Windows\Window_RemoveContactFromGroup.xaml" this.btn_remove.Click += new System.Windows.RoutedEventHandler(this.btn_remove_Click); #line default #line hidden return; } this._contentLoaded = true; }