void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 9 "..\..\OnOff.xaml" ((ACB1600.OnOff)(target)).SizeChanged += new System.Windows.SizeChangedEventHandler(this.UserControl_SizeChanged); #line default #line hidden return; case 2: this.LayoutRoot = ((System.Windows.Controls.Grid)(target)); return; case 3: this.toggleSwitch = ((WPFSpark.ToggleSwitch)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 11 "..\..\..\..\LeadManagement\Views\LeadActivityForm.xaml" ((NSPIREIncSystem.LeadManagement.Views.LeadActivityForm)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded); #line default #line hidden return; case 2: this.lblActivity = ((System.Windows.Controls.TextBlock)(target)); return; case 3: this.lblActivityId = ((System.Windows.Controls.TextBlock)(target)); return; case 4: this.txtActivityId = ((DevExpress.Xpf.Editors.TextEdit)(target)); return; case 5: this.lblDescription = ((System.Windows.Controls.TextBlock)(target)); return; case 6: this.txtDescription = ((DevExpress.Xpf.Editors.TextEdit)(target)); return; case 7: this.lblActivityDate = ((System.Windows.Controls.TextBlock)(target)); return; case 8: this.txtActivityDate = ((DevExpress.Xpf.Editors.DateEdit)(target)); return; case 9: this.lblActivityTime = ((System.Windows.Controls.TextBlock)(target)); return; case 10: this.txtActivityTime = ((DevExpress.Xpf.Editors.TextEdit)(target)); return; case 11: this.lblCost = ((System.Windows.Controls.TextBlock)(target)); return; case 12: this.txtCost = ((DevExpress.Xpf.Editors.TextEdit)(target)); return; case 13: this.lblContact = ((System.Windows.Controls.TextBlock)(target)); return; case 14: this.cbContact = ((DevExpress.Xpf.Editors.ComboBoxEdit)(target)); return; case 15: this.lblClientResponse = ((System.Windows.Controls.TextBlock)(target)); return; case 16: this.txtClientResponse = ((DevExpress.Xpf.Editors.TextEdit)(target)); return; case 17: this.lblTransactionDetails = ((System.Windows.Controls.TextBlock)(target)); return; case 18: this.txtTransactionDetails = ((DevExpress.Xpf.Editors.TextEdit)(target)); return; case 19: this.lblSalesRep = ((System.Windows.Controls.TextBlock)(target)); return; case 20: this.txtSalesRep = ((DevExpress.Xpf.Editors.ComboBoxEdit)(target)); return; case 21: this.lblMarketingVoucher = ((System.Windows.Controls.TextBlock)(target)); return; case 22: this.txtMarketingVoucher = ((DevExpress.Xpf.Editors.TextEdit)(target)); return; case 23: this.lblNextStep = ((System.Windows.Controls.TextBlock)(target)); return; case 24: this.txtNextStep = ((DevExpress.Xpf.Editors.TextEdit)(target)); return; case 25: this.lblNextStepDue = ((System.Windows.Controls.TextBlock)(target)); return; case 26: this.txtNextStepDue = ((DevExpress.Xpf.Editors.DateEdit)(target)); return; case 27: this.lblFinalizedCheck = ((System.Windows.Controls.TextBlock)(target)); return; case 28: this.tsFinalizedCheck = ((WPFSpark.ToggleSwitch)(target)); #line 86 "..\..\..\..\LeadManagement\Views\LeadActivityForm.xaml" this.tsFinalizedCheck.Checked += new System.Windows.RoutedEventHandler(this.tsFinalizedCheck_Checked); #line default #line hidden #line 86 "..\..\..\..\LeadManagement\Views\LeadActivityForm.xaml" this.tsFinalizedCheck.Unchecked += new System.Windows.RoutedEventHandler(this.tsFinalizedCheck_Unchecked); #line default #line hidden return; case 29: this.btnSave = ((System.Windows.Controls.Button)(target)); #line 89 "..\..\..\..\LeadManagement\Views\LeadActivityForm.xaml" this.btnSave.Click += new System.Windows.RoutedEventHandler(this.btnSave_Click); #line default #line hidden return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.seperator = ((System.Windows.Controls.Border)(target)); return; case 2: this.comboSound = ((System.Windows.Controls.ComboBox)(target)); #line 11 "..\..\SettingsAppWindow.xaml" this.comboSound.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.comboSound_SelectionChanged); #line default #line hidden return; case 3: this.toggleSwitch = ((WPFSpark.ToggleSwitch)(target)); #line 38 "..\..\SettingsAppWindow.xaml" this.toggleSwitch.Checked += new System.Windows.RoutedEventHandler(this.toggleSwitch_Checked); #line default #line hidden return; case 4: this.seperator_Copy = ((System.Windows.Controls.Border)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 9 "..\..\..\..\Settings\Windows\UserAccountWindow.xaml" ((NSPIREIncSystem.Settings.Windows.UserAccountWindow)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded); #line default #line hidden #line 9 "..\..\..\..\Settings\Windows\UserAccountWindow.xaml" ((NSPIREIncSystem.Settings.Windows.UserAccountWindow)(target)).Closing += new System.ComponentModel.CancelEventHandler(this.Window_Closing); #line default #line hidden return; case 2: this.txtEmployeeName = ((DevExpress.Xpf.Editors.TextEdit)(target)); return; case 3: this.btnSearch = ((System.Windows.Controls.Button)(target)); #line 42 "..\..\..\..\Settings\Windows\UserAccountWindow.xaml" this.btnSearch.Click += new System.Windows.RoutedEventHandler(this.btnSearch_Click); #line default #line hidden return; case 4: this.txtUsername = ((DevExpress.Xpf.Editors.TextEdit)(target)); return; case 5: this.lblOldPassword = ((System.Windows.Controls.TextBlock)(target)); return; case 6: this.txtOldPassword = ((DevExpress.Xpf.Editors.PasswordBoxEdit)(target)); return; case 7: this.lblNewPassword = ((System.Windows.Controls.TextBlock)(target)); return; case 8: this.txtNewPassword = ((DevExpress.Xpf.Editors.PasswordBoxEdit)(target)); return; case 9: this.lblConfirmPassword = ((System.Windows.Controls.TextBlock)(target)); return; case 10: this.txtConfirmPassword = ((DevExpress.Xpf.Editors.PasswordBoxEdit)(target)); return; case 11: this.lblLead = ((System.Windows.Controls.TextBlock)(target)); return; case 12: this.cbLeadAccess = ((DevExpress.Xpf.Editors.ComboBoxEdit)(target)); return; case 13: this.lblTask = ((System.Windows.Controls.TextBlock)(target)); return; case 14: this.cbTaskAccess = ((DevExpress.Xpf.Editors.ComboBoxEdit)(target)); return; case 15: this.stackCustomerService = ((System.Windows.Controls.StackPanel)(target)); return; case 16: this.lblCustomerService = ((System.Windows.Controls.TextBlock)(target)); return; case 17: this.lblCustomerService2 = ((System.Windows.Controls.TextBlock)(target)); return; case 18: this.cbCustomerServiceAccess = ((DevExpress.Xpf.Editors.ComboBoxEdit)(target)); return; case 19: this.lblAdminCheck = ((System.Windows.Controls.TextBlock)(target)); return; case 20: this.tsAdminCheck = ((WPFSpark.ToggleSwitch)(target)); #line 104 "..\..\..\..\Settings\Windows\UserAccountWindow.xaml" this.tsAdminCheck.Checked += new System.Windows.RoutedEventHandler(this.tsAdminCheck_Checked); #line default #line hidden #line 104 "..\..\..\..\Settings\Windows\UserAccountWindow.xaml" this.tsAdminCheck.Unchecked += new System.Windows.RoutedEventHandler(this.tsAdminCheck_Unchecked); #line default #line hidden return; case 21: this.btnSave = ((System.Windows.Controls.Button)(target)); #line 108 "..\..\..\..\Settings\Windows\UserAccountWindow.xaml" this.btnSave.Click += new System.Windows.RoutedEventHandler(this.btnSave_Click); #line default #line hidden return; case 22: this.btnClose = ((System.Windows.Controls.Button)(target)); #line 113 "..\..\..\..\Settings\Windows\UserAccountWindow.xaml" this.btnClose.Click += new System.Windows.RoutedEventHandler(this.btnClose_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 "..\..\..\..\LeadManagement\Views\LeadForm.xaml" ((NSPIREIncSystem.LeadManagement.Views.LeadForm)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded); #line default #line hidden return; case 2: this.lblLeadId = ((System.Windows.Controls.TextBlock)(target)); return; case 3: this.txtLeadId = ((DevExpress.Xpf.Editors.TextEdit)(target)); return; case 4: this.lblCompanyName = ((System.Windows.Controls.TextBlock)(target)); return; case 5: this.txtCompanyName = ((DevExpress.Xpf.Editors.TextEdit)(target)); return; case 6: this.lblAddress = ((System.Windows.Controls.TextBlock)(target)); return; case 7: this.txtCompanyAddress = ((DevExpress.Xpf.Editors.TextEdit)(target)); return; case 8: this.lblTerritory = ((System.Windows.Controls.TextBlock)(target)); return; case 9: this.cbTerritory = ((DevExpress.Xpf.Editors.ComboBoxEdit)(target)); return; case 10: this.lblSalesStageStatus = ((System.Windows.Controls.TextBlock)(target)); return; case 11: this.cbStatus = ((DevExpress.Xpf.Editors.ComboBoxEdit)(target)); return; case 12: this.lblMarketingStrategy = ((System.Windows.Controls.TextBlock)(target)); return; case 13: this.cbMarketingStrategy = ((DevExpress.Xpf.Editors.ComboBoxEdit)(target)); return; case 14: this.lblProduct = ((System.Windows.Controls.TextBlock)(target)); return; case 15: this.gridProduct = ((System.Windows.Controls.Grid)(target)); return; case 16: this.lbLeadsProducts = ((DevExpress.Xpf.Editors.ListBoxEdit)(target)); return; case 17: this.btnSelect = ((System.Windows.Controls.Button)(target)); #line 55 "..\..\..\..\LeadManagement\Views\LeadForm.xaml" this.btnSelect.Click += new System.Windows.RoutedEventHandler(this.btnSelect_Click); #line default #line hidden return; case 18: this.lblActiveCheck = ((System.Windows.Controls.TextBlock)(target)); return; case 19: this.tsActiveCheck = ((WPFSpark.ToggleSwitch)(target)); return; case 20: this.btnSave = ((System.Windows.Controls.Button)(target)); #line 88 "..\..\..\..\LeadManagement\Views\LeadForm.xaml" this.btnSave.Click += new System.Windows.RoutedEventHandler(this.btnSave_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 "..\..\..\..\SalesManagement\Views\Copy of CustomersForm.xaml" ((NSPIREIncSystem.SalesManagement.Views.CustomersForm)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded); #line default #line hidden return; case 2: this.lblCustomerId = ((System.Windows.Controls.TextBlock)(target)); return; case 3: this.txtCustomerId = ((DevExpress.Xpf.Editors.TextEdit)(target)); return; case 4: this.lblFromLead = ((System.Windows.Controls.TextBlock)(target)); return; case 5: this.tsFromLeadCheck = ((WPFSpark.ToggleSwitch)(target)); #line 61 "..\..\..\..\SalesManagement\Views\Copy of CustomersForm.xaml" this.tsFromLeadCheck.Checked += new System.Windows.RoutedEventHandler(this.tsFromLeadCheck_Checked); #line default #line hidden #line 62 "..\..\..\..\SalesManagement\Views\Copy of CustomersForm.xaml" this.tsFromLeadCheck.Unchecked += new System.Windows.RoutedEventHandler(this.tsFromLeadCheck_Unchecked); #line default #line hidden return; case 6: this.lblCompanyName = ((System.Windows.Controls.TextBlock)(target)); return; case 7: this.cbCompanyName = ((DevExpress.Xpf.Editors.ComboBoxEdit)(target)); return; case 8: this.txtCompanyName = ((DevExpress.Xpf.Editors.TextEdit)(target)); return; case 9: this.lblAddress = ((System.Windows.Controls.TextBlock)(target)); return; case 10: this.txtAddress = ((DevExpress.Xpf.Editors.TextEdit)(target)); return; case 11: this.lblPhoneNo = ((System.Windows.Controls.TextBlock)(target)); return; case 12: this.txtPhoneNo = ((DevExpress.Xpf.Editors.TextEdit)(target)); return; case 13: this.lblEmail = ((System.Windows.Controls.TextBlock)(target)); return; case 14: this.txtEmail = ((DevExpress.Xpf.Editors.TextEdit)(target)); return; case 15: this.lblWebsite = ((System.Windows.Controls.TextBlock)(target)); return; case 16: this.txtWebsite = ((DevExpress.Xpf.Editors.TextEdit)(target)); return; case 17: this.btnSave = ((System.Windows.Controls.Button)(target)); #line 76 "..\..\..\..\SalesManagement\Views\Copy of CustomersForm.xaml" this.btnSave.Click += new System.Windows.RoutedEventHandler(this.btnSave_Click); #line default #line hidden return; } this._contentLoaded = true; }