void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 9 "..\..\AddReferencia.xaml" ((WindowPV.AddReferencia)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded); #line default #line hidden return; case 2: this.TX_documen = ((System.Windows.Controls.TextBlock)(target)); return; case 3: this.TX_trn = ((System.Windows.Controls.TextBlock)(target)); return; case 4: this.Tx_CodRef = ((System.Windows.Controls.TextBox)(target)); #line 72 "..\..\AddReferencia.xaml" this.Tx_CodRef.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.TextBox_PreviewKeyDown); #line default #line hidden #line 72 "..\..\AddReferencia.xaml" this.Tx_CodRef.LostFocus += new System.Windows.RoutedEventHandler(this.Tx_CodRef_LostFocus); #line default #line hidden return; case 5: this.TX_cantidad = ((Syncfusion.Windows.Shared.DoubleTextBox)(target)); #line 76 "..\..\AddReferencia.xaml" this.TX_cantidad.ValueChanged += new System.Windows.PropertyChangedCallback(this.TX_cantidad_ValueChanged); #line default #line hidden return; case 6: this.Tx_NomRef = ((System.Windows.Controls.TextBox)(target)); return; case 7: this.Tx_ValUni = ((System.Windows.Controls.TextBox)(target)); return; case 8: this.Tx_valIva = ((System.Windows.Controls.TextBox)(target)); return; case 9: this.Tx_PorDesc = ((System.Windows.Controls.TextBox)(target)); return; case 10: this.Tx_SubTot = ((System.Windows.Controls.TextBox)(target)); return; case 11: this.Tx_TotTal = ((System.Windows.Controls.TextBox)(target)); return; case 12: this.AddRef = ((System.Windows.Controls.Button)(target)); #line 102 "..\..\AddReferencia.xaml" this.AddRef.Click += new System.Windows.RoutedEventHandler(this.AddRef_Click); #line default #line hidden return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.lblTitle = ((System.Windows.Controls.Label)(target)); return; case 2: this.item = ((System.Windows.Controls.TextBox)(target)); #line 82 "..\..\..\..\..\AZ\Compr\Views\ProductoDialog.xaml" this.item.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textFactura_TextChanged); #line default #line hidden return; case 3: this.articulosAutoCompleteBox = ((Telerik.Windows.Controls.RadAutoCompleteBox)(target)); return; case 4: this.item_Copy = ((System.Windows.Controls.TextBox)(target)); #line 95 "..\..\..\..\..\AZ\Compr\Views\ProductoDialog.xaml" this.item_Copy.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textFactura_TextChanged); #line default #line hidden return; case 5: this.Cantidad = ((Telerik.Windows.Controls.RadNumericUpDown)(target)); #line 98 "..\..\..\..\..\AZ\Compr\Views\ProductoDialog.xaml" this.Cantidad.ValueChanged += new System.EventHandler <Telerik.Windows.Controls.RadRangeBaseValueChangedEventArgs>(this.quantity_ValueChanged); #line default #line hidden return; case 6: this.dataGrid1 = ((System.Windows.Controls.DataGrid)(target)); #line 110 "..\..\..\..\..\AZ\Compr\Views\ProductoDialog.xaml" this.dataGrid1.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.item_SelectionChanged); #line default #line hidden return; case 7: #line 157 "..\..\..\..\..\AZ\Compr\Views\ProductoDialog.xaml" ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.updtButton_Click); #line default #line hidden return; case 8: #line 158 "..\..\..\..\..\AZ\Compr\Views\ProductoDialog.xaml" ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Cerrar); #line default #line hidden return; case 9: this.rate = ((Syncfusion.Windows.Shared.DoubleTextBox)(target)); return; case 10: this.rate_Iva = ((Syncfusion.Windows.Shared.DoubleTextBox)(target)); return; case 11: this.Total = ((System.Windows.Controls.Label)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.UserGrid = ((System.Windows.Controls.Grid)(target)); return; case 2: this.OrderIdValue = ((System.Windows.Controls.TextBox)(target)); return; case 3: this.OrderDateValue = ((System.Windows.Controls.TextBox)(target)); return; case 4: this.StaffNameValue = ((System.Windows.Controls.TextBox)(target)); return; case 5: this.StoreNameValue = ((System.Windows.Controls.TextBox)(target)); return; case 6: this.OrderTotalPriceValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target)); return; case 7: this.TotalPriceAfterChangesValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target)); return; case 8: this.TotalProfitValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target)); return; case 9: this.TotalProfitAfterChangesValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target)); return; case 10: this.OrderDetailsValue = ((System.Windows.Controls.TextBox)(target)); return; case 11: this.CustomerNameValue = ((System.Windows.Controls.TextBox)(target)); return; case 12: this.SelectedCustomerButton = ((System.Windows.Controls.Button)(target)); return; case 13: this.OrderPaymentsList = ((Syncfusion.UI.Xaml.Grid.SfDataGrid)(target)); return; case 14: this.OrderProductList = ((System.Windows.Controls.DataGrid)(target)); #line 106 "..\..\..\..\..\Orders\Out\OrderUC\OrderUC.xaml" this.OrderProductList.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.OrderProductList_SelectionChanged); #line default #line hidden return; case 15: this.SelectedOrderProductQuantityValue = ((Syncfusion.Windows.Shared.DoubleTextBox)(target)); #line 120 "..\..\..\..\..\Orders\Out\OrderUC\OrderUC.xaml" this.SelectedOrderProductQuantityValue.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.SelectedOrderProductQuantityValue_TextChanged); #line default #line hidden return; case 16: this.MoveSelectedToRemovedProductsGridButton = ((System.Windows.Controls.Button)(target)); #line 130 "..\..\..\..\..\Orders\Out\OrderUC\OrderUC.xaml" this.MoveSelectedToRemovedProductsGridButton.Click += new System.Windows.RoutedEventHandler(this.MoveSelectedToRemovedProductsGridButton_Click); #line default #line hidden return; case 17: this.MoveSelectedToNotRemovedProductsButton = ((System.Windows.Controls.Button)(target)); #line 136 "..\..\..\..\..\Orders\Out\OrderUC\OrderUC.xaml" this.MoveSelectedToNotRemovedProductsButton.Click += new System.Windows.RoutedEventHandler(this.MoveSelectedToNotRemovedProductsButton_Click); #line default #line hidden return; case 18: this.MoveAllProductsToRemovedProductsGridButton = ((System.Windows.Controls.Button)(target)); #line 142 "..\..\..\..\..\Orders\Out\OrderUC\OrderUC.xaml" this.MoveAllProductsToRemovedProductsGridButton.Click += new System.Windows.RoutedEventHandler(this.MoveAllProductsToRemovedProductsGridButton_Click); #line default #line hidden return; case 19: this.ResetListsButton = ((System.Windows.Controls.Button)(target)); #line 148 "..\..\..\..\..\Orders\Out\OrderUC\OrderUC.xaml" this.ResetListsButton.Click += new System.Windows.RoutedEventHandler(this.ResetListsButton_Click); #line default #line hidden return; case 20: this.RemovedOrderProductList = ((System.Windows.Controls.DataGrid)(target)); return; case 21: this.TotalPaidValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target)); return; case 22: this.CustomerShouldPayValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target)); return; case 23: this.CustomerShouldReceiveValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target)); return; case 24: this.CustomerWillPayNowValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target)); #line 211 "..\..\..\..\..\Orders\Out\OrderUC\OrderUC.xaml" this.CustomerWillPayNowValue.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.CustomerWillPayNowValue_TextChanged); #line default #line hidden return; case 25: this.CustomerWillPayLaterValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target)); #line 225 "..\..\..\..\..\Orders\Out\OrderUC\OrderUC.xaml" this.CustomerWillPayLaterValue.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.CustomerWillPayLaterValue_TextChanged); #line default #line hidden return; case 26: this.DeleteOrderButton = ((System.Windows.Controls.Button)(target)); #line 239 "..\..\..\..\..\Orders\Out\OrderUC\OrderUC.xaml" this.DeleteOrderButton.Click += new System.Windows.RoutedEventHandler(this.MoveAllProductsToRemovedProductsGridButton_Click); #line default #line hidden return; case 27: this.ReloadTabButton = ((System.Windows.Controls.Button)(target)); return; case 28: this.PrintButton = ((System.Windows.Controls.Button)(target)); #line 247 "..\..\..\..\..\Orders\Out\OrderUC\OrderUC.xaml" this.PrintButton.Click += new System.Windows.RoutedEventHandler(this.PrintButton_Click); #line default #line hidden return; case 29: this.ConfitmButton = ((System.Windows.Controls.Button)(target)); #line 251 "..\..\..\..\..\Orders\Out\OrderUC\OrderUC.xaml" this.ConfitmButton.Click += new System.Windows.RoutedEventHandler(this.ConfitmButton_Click); #line default #line hidden return; case 30: this.StoreWillPayNowValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target)); #line 258 "..\..\..\..\..\Orders\Out\OrderUC\OrderUC.xaml" this.StoreWillPayNowValue.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.StoreWillPayNowValue_TextChanged); #line default #line hidden return; case 31: this.StoreWillPayLaterValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target)); #line 272 "..\..\..\..\..\Orders\Out\OrderUC\OrderUC.xaml" this.StoreWillPayLaterValue.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.StoreWillPayLaterValue_TextChanged); #line default #line hidden return; case 32: this.ShoppeeWalletValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target)); return; case 33: this.PrintingGrid = ((System.Windows.Controls.Grid)(target)); return; case 34: this.BackToNormalGridButton_FromPrintGrid = ((System.Windows.Controls.Button)(target)); #line 304 "..\..\..\..\..\Orders\Out\OrderUC\OrderUC.xaml" this.BackToNormalGridButton_FromPrintGrid.Click += new System.Windows.RoutedEventHandler(this.BackToNormalGridButton_FromPrintGrid_Click); #line default #line hidden return; case 35: this.SellOrderReportPrint = ((Stimulsoft.Report.Viewer.StiWpfViewerControl)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.UserGrid = ((System.Windows.Controls.Grid)(target)); return; case 2: this.CloseButton = ((System.Windows.Controls.Button)(target)); return; case 3: this.RefreshButton = ((System.Windows.Controls.Button)(target)); return; case 4: this.PrintButton = ((System.Windows.Controls.Button)(target)); return; case 5: this.ConfirmButton = ((System.Windows.Controls.Button)(target)); #line 28 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml" this.ConfirmButton.Click += new System.Windows.RoutedEventHandler(this.ConfirmButton_Click); #line default #line hidden return; case 6: this.CategoryFilterValue = ((System.Windows.Controls.ComboBox)(target)); #line 41 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml" this.CategoryFilterValue.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.CategoryOrBrandFilterValue_SelectionChanged); #line default #line hidden return; case 7: this.BrandFilterValue = ((System.Windows.Controls.ComboBox)(target)); #line 45 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml" this.BrandFilterValue.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.CategoryOrBrandFilterValue_SelectionChanged); #line default #line hidden return; case 8: this.ProductNameFilterValue = ((System.Windows.Controls.ComboBox)(target)); #line 49 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml" this.ProductNameFilterValue.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ProductNameFilterValue_SelectionChanged); #line default #line hidden return; case 9: this.ProductNameSearchValue = ((Syncfusion.UI.Xaml.Grid.SfMultiColumnDropDownControl)(target)); #line 50 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml" this.ProductNameSearchValue.SelectionChanged += new Syncfusion.UI.Xaml.Grid.SelectionChangedEventHandler(this.ProductNameSearchValue_SelectionChanged); #line default #line hidden return; case 10: this.ProductBarCodeSearchValue = ((Syncfusion.Windows.Controls.Input.SfTextBoxExt)(target)); #line 68 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml" this.ProductBarCodeSearchValue.SelectionChanged += new System.Windows.RoutedEventHandler(this.ProductBarCodeSearchValue_SelectionChanged); #line default #line hidden return; case 11: this.ProductSerialNumberSearchValue = ((Syncfusion.Windows.Controls.Input.SfTextBoxExt)(target)); #line 80 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml" this.ProductSerialNumberSearchValue.SelectionChanged += new System.Windows.RoutedEventHandler(this.ProductSerialNumberSearchValue_SelectionChanged); #line default #line hidden return; case 12: this.ProductSerialNumber2SearchValue = ((Syncfusion.Windows.Controls.Input.SfTextBoxExt)(target)); #line 92 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml" this.ProductSerialNumber2SearchValue.SelectionChanged += new System.Windows.RoutedEventHandler(this.ProductSerialNumber2SearchValue_SelectionChanged); #line default #line hidden return; case 13: this.ProductDetailsValue = ((System.Windows.Controls.TextBox)(target)); return; case 14: this.ProductSizeValue = ((System.Windows.Controls.TextBox)(target)); return; case 15: this.SBarCodeSearchValue = ((Syncfusion.Windows.Controls.Input.SfTextBoxExt)(target)); #line 115 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml" this.SBarCodeSearchValue.SelectionChanged += new System.Windows.RoutedEventHandler(this.SBarCodeSearchValue_SelectionChanged); #line default #line hidden return; case 16: this.SBarCodeFilterValue = ((System.Windows.Controls.ComboBox)(target)); #line 124 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml" this.SBarCodeFilterValue.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.SBarCodeFilterValue_SelectionChanged); #line default #line hidden return; case 17: this.InStockValue = ((Syncfusion.Windows.Shared.DoubleTextBox)(target)); return; case 18: this.StockSalePriceValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target)); return; case 19: this.StockIncomePriceValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target)); #line 155 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml" this.StockIncomePriceValue.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.StockIncomePriceValue_TextChanged); #line default #line hidden return; case 20: this.IncomeOrderProductQuantityValue = ((Syncfusion.Windows.Shared.DoubleTextBox)(target)); #line 170 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml" this.IncomeOrderProductQuantityValue.ValueChanged += new System.Windows.PropertyChangedCallback(this.IncomeOrderProductQuantityValue_ValueChanged); #line default #line hidden return; case 21: this.IncomeOrderProductTotalPriceValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target)); return; case 22: this.IncomeOrderProductButton = ((System.Windows.Controls.Button)(target)); #line 199 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml" this.IncomeOrderProductButton.Click += new System.Windows.RoutedEventHandler(this.IncomeOrderProductButton_Click); #line default #line hidden return; case 23: this.ClearIncomeOrderProductButton = ((System.Windows.Controls.Button)(target)); #line 201 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml" this.ClearIncomeOrderProductButton.Click += new System.Windows.RoutedEventHandler(this.ClearIncomeOrderProductButton_Click); #line default #line hidden return; case 24: this.CreateNewProductButton = ((System.Windows.Controls.Button)(target)); #line 205 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml" this.CreateNewProductButton.Click += new System.Windows.RoutedEventHandler(this.CreateNewProductButton_Click); #line default #line hidden return; case 25: this.StockQuantityAlarmValue = ((Syncfusion.Windows.Shared.IntegerTextBox)(target)); return; case 26: this.QuantityAlarmCB = ((System.Windows.Controls.CheckBox)(target)); #line 223 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml" this.QuantityAlarmCB.Checked += new System.Windows.RoutedEventHandler(this.QuantityAlarmCB_Checked); #line default #line hidden #line 223 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml" this.QuantityAlarmCB.Unchecked += new System.Windows.RoutedEventHandler(this.QuantityAlarmCB_Unchecked); #line default #line hidden return; case 27: this.StockExpirationPeriodCB = ((System.Windows.Controls.CheckBox)(target)); #line 227 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml" this.StockExpirationPeriodCB.Checked += new System.Windows.RoutedEventHandler(this.StockExpirationPeriodCB_Checked); #line default #line hidden #line 227 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml" this.StockExpirationPeriodCB.Unchecked += new System.Windows.RoutedEventHandler(this.StockExpirationPeriodCB_Unchecked); #line default #line hidden return; case 28: this.StockExpirationDateValue = ((System.Windows.Controls.DatePicker)(target)); #line 228 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml" this.StockExpirationDateValue.SelectedDateChanged += new System.EventHandler <System.Windows.Controls.SelectionChangedEventArgs>(this.ExpirationDateValue_SelectedDateChanged); #line default #line hidden return; case 29: this.StockExpirationTimeValue = ((Syncfusion.Windows.Controls.Input.SfTimePicker)(target)); return; case 30: this.StockExpirationPeriodValue = ((Syncfusion.Windows.Shared.TimeSpanEdit)(target)); return; case 31: this.NotifyMeAtDateValue = ((System.Windows.Controls.DatePicker)(target)); return; case 32: this.NotifyMeAtTime = ((Syncfusion.Windows.Controls.Input.SfTimePicker)(target)); return; case 33: this.ChooseSupplierGB = ((System.Windows.Controls.GroupBox)(target)); return; case 34: this.SelectedPersonButton = ((System.Windows.Controls.Button)(target)); #line 273 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml" this.SelectedPersonButton.Click += new System.Windows.RoutedEventHandler(this.SelectedPersonButton_Click); #line default #line hidden return; case 35: this.AddNewSupplierButton = ((System.Windows.Controls.Button)(target)); #line 280 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml" this.AddNewSupplierButton.Click += new System.Windows.RoutedEventHandler(this.AddNewSupplierButton_Click); #line default #line hidden return; case 36: this.ClearSupplierSupplier = ((System.Windows.Controls.Button)(target)); #line 287 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml" this.ClearSupplierSupplier.Click += new System.Windows.RoutedEventHandler(this.ClearSupplierSupplier_Click); #line default #line hidden return; case 37: this.SupplierSearchTypeValue = ((System.Windows.Controls.ComboBox)(target)); #line 291 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml" this.SupplierSearchTypeValue.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.SupplierSearchTypeValue_SelectionChanged); #line default #line hidden return; case 38: this.SupplierSearchValue = ((Syncfusion.UI.Xaml.Grid.SfMultiColumnDropDownControl)(target)); return; case 39: this.IncomeOrderProductRecordsList = ((System.Windows.Controls.DataGrid)(target)); return; case 40: this.RemoveSelectedIncomeOrderProductRecormButton = ((System.Windows.Controls.Button)(target)); #line 323 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml" this.RemoveSelectedIncomeOrderProductRecormButton.Click += new System.Windows.RoutedEventHandler(this.RemoveSelectedIncomeOrderProductRecormButton_Click); #line default #line hidden return; case 41: this.BillNumberValue = ((System.Windows.Controls.TextBox)(target)); return; case 42: this.DateValue = ((System.Windows.Controls.DatePicker)(target)); return; case 43: this.ShippingExpensesValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target)); #line 342 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml" this.ShippingExpensesValue.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.ShippingExpensesValue_TextChanged); #line default #line hidden return; case 44: this.IncomeOrderTotalPriceValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target)); return; case 45: this.RecentlyAddedGrid = ((System.Windows.Controls.Grid)(target)); return; case 46: this.RecentlyAddProductsList = ((Syncfusion.UI.Xaml.Grid.SfDataGrid)(target)); return; case 47: this.SupplierSwichGBButton = ((System.Windows.Controls.Button)(target)); return; case 48: this.RecentAddedProductsSwichButton = ((System.Windows.Controls.Button)(target)); return; case 49: this.IncomeOrderDetailsValue = ((System.Windows.Controls.TextBox)(target)); return; case 50: this.CashRadioButton = ((System.Windows.Controls.RadioButton)(target)); #line 393 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml" this.CashRadioButton.Checked += new System.Windows.RoutedEventHandler(this.CashRadioButton_Checked); #line default #line hidden return; case 51: this.SuspendPayementRadioButton = ((System.Windows.Controls.RadioButton)(target)); #line 394 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml" this.SuspendPayementRadioButton.Checked += new System.Windows.RoutedEventHandler(this.SuspendPayementRadioButton_Checked); #line default #line hidden return; case 52: this.StoreWillPayNowValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target)); #line 398 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml" this.StoreWillPayNowValue.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.StoreWillPayNowValue_TextChanged); #line default #line hidden return; case 53: this.StoreWillPayLaterValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target)); #line 413 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml" this.StoreWillPayLaterValue.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.StoreWillPayLaterValue_TextChanged); #line default #line hidden return; case 54: this.ShoppeeWalletValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target)); return; case 55: this.NewProductGrid = ((System.Windows.Controls.Grid)(target)); return; case 56: this.BackToUserGridButton_FromCreateNewProductGrid = ((System.Windows.Controls.Button)(target)); #line 443 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml" this.BackToUserGridButton_FromCreateNewProductGrid.Click += new System.Windows.RoutedEventHandler(this.BackToUserGridButton_FromCreateNewProductGrid_Click); #line default #line hidden return; case 57: this.NewSupplierGrid = ((System.Windows.Controls.Grid)(target)); return; case 58: this.BackToUserGridButton_FromCreateNewSupplierGrid = ((System.Windows.Controls.Button)(target)); #line 449 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml" this.BackToUserGridButton_FromCreateNewSupplierGrid.Click += new System.Windows.RoutedEventHandler(this.BackToUserGridButton_FromCreateNewSupplierGrid_Click); #line default #line hidden return; case 59: this.SelectedSupplierLogGrid = ((System.Windows.Controls.Grid)(target)); return; case 60: this.BackToUserGridButton_FromSelectedSupplierGrid = ((System.Windows.Controls.Button)(target)); #line 455 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml" this.BackToUserGridButton_FromSelectedSupplierGrid.Click += new System.Windows.RoutedEventHandler(this.BackToUserGridButton_FromSelectedSupplierGrid_Click); #line default #line hidden return; case 61: this.SelectedSupplierContentControl = ((System.Windows.Controls.ContentControl)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 5 "..\..\..\..\..\AZ\Ncr\Views\FieldDialog.xaml" ((GGGC.Admin.AZ.Ncr.Views.Dialog)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Window_MouseDown); #line default #line hidden return; case 2: this.lblTitle = ((System.Windows.Controls.Label)(target)); return; case 3: this.item = ((System.Windows.Controls.ComboBox)(target)); #line 43 "..\..\..\..\..\AZ\Ncr\Views\FieldDialog.xaml" this.item.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.item_SelectionChanged); #line default #line hidden return; case 4: this.quantity = ((Syncfusion.Windows.Shared.UpDown)(target)); #line 55 "..\..\..\..\..\AZ\Ncr\Views\FieldDialog.xaml" this.quantity.ValueChanged += new System.Windows.PropertyChangedCallback(this.quantity_ValueChanged); #line default #line hidden return; case 5: this.rate = ((Syncfusion.Windows.Shared.DoubleTextBox)(target)); return; case 6: this.taxesTextBlock = ((System.Windows.Controls.TextBlock)(target)); return; case 7: this.totalAmount = ((System.Windows.Controls.TextBlock)(target)); return; case 8: #line 107 "..\..\..\..\..\AZ\Ncr\Views\FieldDialog.xaml" ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.updtButton_Click); #line default #line hidden return; case 9: #line 108 "..\..\..\..\..\AZ\Ncr\Views\FieldDialog.xaml" ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.cancelButton_Click); #line default #line hidden return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.UserGrid = ((System.Windows.Controls.Grid)(target)); return; case 2: this.CloseTabButton = ((System.Windows.Controls.Button)(target)); return; case 3: this.ReloadTabButton = ((System.Windows.Controls.Button)(target)); #line 22 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml" this.ReloadTabButton.Click += new System.Windows.RoutedEventHandler(this.ReloadTabButton_Click); #line default #line hidden return; case 4: this.PrintButton = ((System.Windows.Controls.Button)(target)); #line 26 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml" this.PrintButton.Click += new System.Windows.RoutedEventHandler(this.PrintButton_Click); #line default #line hidden return; case 5: this.ConfitmButton = ((System.Windows.Controls.Button)(target)); #line 30 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml" this.ConfitmButton.Click += new System.Windows.RoutedEventHandler(this.ConfitmButton_Click); #line default #line hidden return; case 6: this.ChooseProductGB = ((System.Windows.Controls.GroupBox)(target)); return; case 7: this.CategoryFilterValue = ((System.Windows.Controls.ComboBox)(target)); #line 42 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml" this.CategoryFilterValue.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.CategoryOrBrandFilterValue_SelectionChanged); #line default #line hidden return; case 8: this.BrandFilterValue = ((System.Windows.Controls.ComboBox)(target)); #line 46 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml" this.BrandFilterValue.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.CategoryOrBrandFilterValue_SelectionChanged); #line default #line hidden return; case 9: this.ProductNameFilterValue = ((System.Windows.Controls.ComboBox)(target)); #line 50 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml" this.ProductNameFilterValue.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ProductNameFilterValue_SelectionChanged); #line default #line hidden return; case 10: this.ProductNameSearchValue = ((Syncfusion.UI.Xaml.Grid.SfMultiColumnDropDownControl)(target)); #line 51 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml" this.ProductNameSearchValue.SelectionChanged += new Syncfusion.UI.Xaml.Grid.SelectionChangedEventHandler(this.ProductNameSearchValue_SelectionChanged); #line default #line hidden return; case 11: this.ProductBarCodeSearchValue = ((Syncfusion.Windows.Controls.Input.SfTextBoxExt)(target)); #line 69 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml" this.ProductBarCodeSearchValue.SelectionChanged += new System.Windows.RoutedEventHandler(this.ProductBarCodeSearchValue_SelectionChanged); #line default #line hidden return; case 12: this.ProductSerialNumberSearchValue = ((Syncfusion.Windows.Controls.Input.SfTextBoxExt)(target)); #line 81 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml" this.ProductSerialNumberSearchValue.SelectionChanged += new System.Windows.RoutedEventHandler(this.ProductSerialNumberSearchValue_SelectionChanged); #line default #line hidden return; case 13: this.ProductSerialNumber2SearchValue = ((Syncfusion.Windows.Controls.Input.SfTextBoxExt)(target)); #line 93 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml" this.ProductSerialNumber2SearchValue.SelectionChanged += new System.Windows.RoutedEventHandler(this.ProductSerialNumber2SearchValue_SelectionChanged); #line default #line hidden return; case 14: this.ProductDetailsValue = ((System.Windows.Controls.TextBox)(target)); return; case 15: this.ProductSizeValue = ((System.Windows.Controls.TextBox)(target)); return; case 16: this.SBarCodeSearchValue = ((Syncfusion.Windows.Controls.Input.SfTextBoxExt)(target)); #line 115 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml" this.SBarCodeSearchValue.SelectionChanged += new System.Windows.RoutedEventHandler(this.SBarCodeSearchValue_SelectionChanged); #line default #line hidden return; case 17: this.SBarCodeFilterValue = ((System.Windows.Controls.ComboBox)(target)); #line 124 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml" this.SBarCodeFilterValue.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.SBarCodeFilterValue_SelectionChanged); #line default #line hidden return; case 18: this.InStockValue = ((Syncfusion.Windows.Shared.DoubleTextBox)(target)); return; case 19: this.InStockFilterValue = ((System.Windows.Controls.ComboBox)(target)); #line 137 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml" this.InStockFilterValue.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.InStockFilterValue_SelectionChanged); #line default #line hidden return; case 20: this.StockSalePriceValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target)); #line 141 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml" this.StockSalePriceValue.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.StockSalePriceValue_TextChanged); #line default #line hidden return; case 21: this.StockSalePriceFilterValue = ((System.Windows.Controls.ComboBox)(target)); #line 153 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml" this.StockSalePriceFilterValue.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.StockSalePriceFilterValue_SelectionChanged); #line default #line hidden return; case 22: this.StockIncomePriceValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target)); return; case 23: this.StockInomePriceFilterValue = ((System.Windows.Controls.ComboBox)(target)); #line 169 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml" this.StockInomePriceFilterValue.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.StockInomePriceFilterValue_SelectionChanged); #line default #line hidden return; case 24: this.ExpirationValue = ((System.Windows.Controls.TextBox)(target)); return; case 25: this.ExpirationFilterValue = ((System.Windows.Controls.ComboBox)(target)); #line 174 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml" this.ExpirationFilterValue.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ExpirationFilterValue_SelectionChanged); #line default #line hidden return; case 26: this.DiscountValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target)); #line 178 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml" this.DiscountValue.ValueChanged += new System.Windows.PropertyChangedCallback(this.DiscountValue_ValueChanged); #line default #line hidden return; case 27: this.ProfitValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target)); return; case 28: this.OrderProductQuantityValue = ((Syncfusion.Windows.Shared.DoubleTextBox)(target)); #line 208 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml" this.OrderProductQuantityValue.ValueChanged += new System.Windows.PropertyChangedCallback(this.OrderProductQuantityValue_ValueChanged); #line default #line hidden return; case 29: this.OrderProductTotalPriceValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target)); return; case 30: this.AddOrderProductButton = ((System.Windows.Controls.Button)(target)); #line 234 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml" this.AddOrderProductButton.Click += new System.Windows.RoutedEventHandler(this.AddOrderProductButton_Click); #line default #line hidden return; case 31: this.ClearOrderProductButton = ((System.Windows.Controls.Button)(target)); #line 235 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml" this.ClearOrderProductButton.Click += new System.Windows.RoutedEventHandler(this.ClearOrderProductButton_Click); #line default #line hidden return; case 32: this.CustomerSearchTypeValue = ((System.Windows.Controls.ComboBox)(target)); #line 248 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml" this.CustomerSearchTypeValue.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.CustomerSearchTypeValue_SelectionChanged); #line default #line hidden return; case 33: this.CustomerSearchValue = ((Syncfusion.UI.Xaml.Grid.SfMultiColumnDropDownControl)(target)); return; case 34: this.SelectedCustomerButton = ((System.Windows.Controls.Button)(target)); return; case 35: this.AddNewCustomerButton = ((System.Windows.Controls.Button)(target)); #line 272 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml" this.AddNewCustomerButton.Click += new System.Windows.RoutedEventHandler(this.AddNewCustomerButton_Click); #line default #line hidden return; case 36: this.ClearCusomerButton = ((System.Windows.Controls.Button)(target)); #line 279 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml" this.ClearCusomerButton.Click += new System.Windows.RoutedEventHandler(this.ClearCusomerButton_Click); #line default #line hidden return; case 37: this.OrderProductRecordList = ((System.Windows.Controls.DataGrid)(target)); return; case 38: this.RemoveSelectedProductButton = ((System.Windows.Controls.Button)(target)); #line 298 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml" this.RemoveSelectedProductButton.Click += new System.Windows.RoutedEventHandler(this.RemoveSelectedProductButton_Click); #line default #line hidden return; case 39: this.TotalProfitValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target)); return; case 40: this.OrderTotalPriceValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target)); return; case 41: this.OrderDetailsValue = ((System.Windows.Controls.TextBox)(target)); return; case 42: this.CashRadioButton = ((System.Windows.Controls.RadioButton)(target)); #line 344 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml" this.CashRadioButton.Checked += new System.Windows.RoutedEventHandler(this.CashRadioButton_Checked); #line default #line hidden return; case 43: this.SuspendPayementRadioButton = ((System.Windows.Controls.RadioButton)(target)); #line 345 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml" this.SuspendPayementRadioButton.Checked += new System.Windows.RoutedEventHandler(this.SuspendPayementRadioButton_Checked); #line default #line hidden return; case 44: this.CustomerWillPayNowValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target)); #line 348 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml" this.CustomerWillPayNowValue.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.CustomerWillPayNowValue_TextChanged); #line default #line hidden return; case 45: this.CustomerWillPayLaterValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target)); #line 362 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml" this.CustomerWillPayLaterValue.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.CustomerWillPayLaterValue_TextChanged); #line default #line hidden return; case 46: this.PrintGrid = ((System.Windows.Controls.Grid)(target)); return; case 47: this.BackToNormalGridButton = ((System.Windows.Controls.Button)(target)); #line 378 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml" this.BackToNormalGridButton.Click += new System.Windows.RoutedEventHandler(this.BackToNormalGridButton_Click); #line default #line hidden return; case 48: this.SellOrderReportPrint = ((Stimulsoft.Report.Viewer.StiWpfViewerControl)(target)); return; case 49: this.OrganizationOrdersCountValue = ((System.Windows.Controls.TextBox)(target)); return; case 50: this.SelectedCustomerOrdersCountValue = ((System.Windows.Controls.TextBox)(target)); return; case 51: this.OrderCountTodayValue = ((System.Windows.Controls.TextBox)(target)); return; case 52: this.StaffOrderCountTodayValue = ((System.Windows.Controls.TextBox)(target)); return; case 53: this.StaffNameValue = ((System.Windows.Controls.TextBlock)(target)); return; case 54: this.CreateCustomerGrid = ((System.Windows.Controls.Grid)(target)); return; case 55: this.BackToUserGridButton_FromCreateNewCustomerGrid = ((System.Windows.Controls.Button)(target)); #line 400 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml" this.BackToUserGridButton_FromCreateNewCustomerGrid.Click += new System.Windows.RoutedEventHandler(this.BackToUserGridButton_FromCreateNewCustomerGrid_Click); #line default #line hidden return; case 56: this.SelectedCustomerLogGrid = ((System.Windows.Controls.Grid)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.UserGrid = ((System.Windows.Controls.Grid)(target)); return; case 2: this.IncomeOrderIdValue = ((System.Windows.Controls.TextBox)(target)); return; case 3: this.IncomeOrderDateValue = ((System.Windows.Controls.TextBox)(target)); return; case 4: this.StaffNameValue = ((System.Windows.Controls.TextBox)(target)); return; case 5: this.StoreNameValue = ((System.Windows.Controls.TextBox)(target)); return; case 6: this.IncomeOrderTotalPriceValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target)); return; case 7: this.TotalPriceAfterChangesValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target)); return; case 8: this.IncomeOrderDetailsValue = ((System.Windows.Controls.TextBox)(target)); return; case 9: this.SupplierNameValue = ((System.Windows.Controls.TextBox)(target)); return; case 10: this.SelectedPersonButton = ((System.Windows.Controls.Button)(target)); return; case 11: this.IncomeOrderPaymentsList = ((Syncfusion.UI.Xaml.Grid.SfDataGrid)(target)); return; case 12: this.IncomeOrderProductList = ((System.Windows.Controls.DataGrid)(target)); #line 79 "..\..\..\..\..\Orders\In\IncomeOrderM\IncomeOrderMUC.xaml" this.IncomeOrderProductList.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.IncomeOrderProductList_SelectionChanged); #line default #line hidden return; case 13: this.SelectedIncomeOrderProductQuantityValue = ((Syncfusion.Windows.Shared.DoubleTextBox)(target)); #line 90 "..\..\..\..\..\Orders\In\IncomeOrderM\IncomeOrderMUC.xaml" this.SelectedIncomeOrderProductQuantityValue.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.SelectedIncomeOrderProductQuantityValue_TextChanged); #line default #line hidden return; case 14: this.MoveSelectedToRemovedProductsGridButton = ((System.Windows.Controls.Button)(target)); #line 100 "..\..\..\..\..\Orders\In\IncomeOrderM\IncomeOrderMUC.xaml" this.MoveSelectedToRemovedProductsGridButton.Click += new System.Windows.RoutedEventHandler(this.MoveSelectedToRemovedProductsGridButton_Click); #line default #line hidden return; case 15: this.MoveSelectedToNotRemovedProductsButton = ((System.Windows.Controls.Button)(target)); #line 106 "..\..\..\..\..\Orders\In\IncomeOrderM\IncomeOrderMUC.xaml" this.MoveSelectedToNotRemovedProductsButton.Click += new System.Windows.RoutedEventHandler(this.MoveSelectedToNotRemovedProductsButton_Click); #line default #line hidden return; case 16: this.MoveAllProductsToRemovedProductsGridButton = ((System.Windows.Controls.Button)(target)); #line 112 "..\..\..\..\..\Orders\In\IncomeOrderM\IncomeOrderMUC.xaml" this.MoveAllProductsToRemovedProductsGridButton.Click += new System.Windows.RoutedEventHandler(this.MoveAllProductsToRemovedProductsGridButton_Click); #line default #line hidden return; case 17: this.ResetListsButton = ((System.Windows.Controls.Button)(target)); #line 118 "..\..\..\..\..\Orders\In\IncomeOrderM\IncomeOrderMUC.xaml" this.ResetListsButton.Click += new System.Windows.RoutedEventHandler(this.ResetListsButton_Click); #line default #line hidden return; case 18: this.RemovedIncomeOrderProductList = ((System.Windows.Controls.DataGrid)(target)); return; case 19: this.TotalPaidValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target)); return; case 20: this.ShoppeeWalletValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target)); return; case 21: this.StoreShouldPayValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target)); return; case 22: this.StoreWillPayNowValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target)); #line 183 "..\..\..\..\..\Orders\In\IncomeOrderM\IncomeOrderMUC.xaml" this.StoreWillPayNowValue.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.StoreWillPayNowValue_TextChanged); #line default #line hidden return; case 23: this.StoreWillPayLaterValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target)); #line 197 "..\..\..\..\..\Orders\In\IncomeOrderM\IncomeOrderMUC.xaml" this.StoreWillPayLaterValue.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.StoreWillPayLaterValue_TextChanged); #line default #line hidden return; case 24: this.StoreShouldReceiveValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target)); return; case 25: this.SupplierWillPayNowValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target)); #line 226 "..\..\..\..\..\Orders\In\IncomeOrderM\IncomeOrderMUC.xaml" this.SupplierWillPayNowValue.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.SupplierWillPayNowValue_TextChanged); #line default #line hidden return; case 26: this.SupplierWillPayLaterValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target)); #line 240 "..\..\..\..\..\Orders\In\IncomeOrderM\IncomeOrderMUC.xaml" this.SupplierWillPayLaterValue.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.SupplierWillPayLaterValue_TextChanged); #line default #line hidden return; case 27: this.DeleteOrderButton = ((System.Windows.Controls.Button)(target)); #line 255 "..\..\..\..\..\Orders\In\IncomeOrderM\IncomeOrderMUC.xaml" this.DeleteOrderButton.Click += new System.Windows.RoutedEventHandler(this.MoveAllProductsToRemovedProductsGridButton_Click); #line default #line hidden return; case 28: this.ReloadTabButton = ((System.Windows.Controls.Button)(target)); return; case 29: this.PrintButton = ((System.Windows.Controls.Button)(target)); return; case 30: this.ConfitmButton = ((System.Windows.Controls.Button)(target)); #line 267 "..\..\..\..\..\Orders\In\IncomeOrderM\IncomeOrderMUC.xaml" this.ConfitmButton.Click += new System.Windows.RoutedEventHandler(this.ConfitmButton_Click); #line default #line hidden return; case 31: this.PrintingGrid = ((System.Windows.Controls.Grid)(target)); return; case 32: this.BackToNormalGridButton_FromPrintGrid = ((System.Windows.Controls.Button)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.zSuffron = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target)); #line 65 "..\..\..\Home.xaml" this.zSuffron.Click += new System.Windows.RoutedEventHandler(this.zSuffron_Click); #line default #line hidden return; case 2: this.zLime = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target)); #line 66 "..\..\..\Home.xaml" this.zLime.Click += new System.Windows.RoutedEventHandler(this.zLime_Click); #line default #line hidden return; case 3: this.zOffice2016Colorful = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target)); #line 68 "..\..\..\Home.xaml" this.zOffice2016Colorful.Click += new System.Windows.RoutedEventHandler(this.zOffice2016Colorful_Click); #line default #line hidden return; case 4: this.zBlend = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target)); #line 69 "..\..\..\Home.xaml" this.zBlend.Click += new System.Windows.RoutedEventHandler(this.zBlend_Click); #line default #line hidden return; case 5: this.zMetro = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target)); #line 72 "..\..\..\Home.xaml" this.zMetro.Click += new System.Windows.RoutedEventHandler(this.zPallet_Cliked); #line default #line hidden return; case 6: this.zAutumnBrights = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target)); #line 73 "..\..\..\Home.xaml" this.zAutumnBrights.Click += new System.Windows.RoutedEventHandler(this.zPallet_Cliked); #line default #line hidden return; case 7: this.zFloraHues = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target)); #line 74 "..\..\..\Home.xaml" this.zFloraHues.Click += new System.Windows.RoutedEventHandler(this.zPallet_Cliked); #line default #line hidden return; case 8: this.zPineapple = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target)); #line 75 "..\..\..\Home.xaml" this.zPineapple.Click += new System.Windows.RoutedEventHandler(this.zPallet_Cliked); #line default #line hidden return; case 9: this.zTomotoSpectrum = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target)); #line 76 "..\..\..\Home.xaml" this.zTomotoSpectrum.Click += new System.Windows.RoutedEventHandler(this.zPallet_Cliked); #line default #line hidden return; case 10: this.zRedChrome = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target)); #line 77 "..\..\..\Home.xaml" this.zRedChrome.Click += new System.Windows.RoutedEventHandler(this.zPallet_Cliked); #line default #line hidden return; case 11: this.zPurpleChrome = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target)); #line 78 "..\..\..\Home.xaml" this.zPurpleChrome.Click += new System.Windows.RoutedEventHandler(this.zPallet_Cliked); #line default #line hidden return; case 12: this.zBlueChrome = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target)); #line 79 "..\..\..\Home.xaml" this.zBlueChrome.Click += new System.Windows.RoutedEventHandler(this.zPallet_Cliked); #line default #line hidden return; case 13: this.zGreenChrome = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target)); #line 80 "..\..\..\Home.xaml" this.zGreenChrome.Click += new System.Windows.RoutedEventHandler(this.zPallet_Cliked); #line default #line hidden return; case 14: this.zElite = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target)); #line 81 "..\..\..\Home.xaml" this.zElite.Click += new System.Windows.RoutedEventHandler(this.zPallet_Cliked); #line default #line hidden return; case 15: this.zLightCandy = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target)); #line 82 "..\..\..\Home.xaml" this.zLightCandy.Click += new System.Windows.RoutedEventHandler(this.zPallet_Cliked); #line default #line hidden return; case 16: this.zSandyBeach = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target)); #line 83 "..\..\..\Home.xaml" this.zSandyBeach.Click += new System.Windows.RoutedEventHandler(this.zPallet_Cliked); #line default #line hidden return; case 17: this.z_from = ((Syncfusion.Windows.Shared.DoubleTextBox)(target)); return; case 18: this.z_inc = ((Syncfusion.Windows.Shared.DoubleTextBox)(target)); return; case 19: this.z_to = ((Syncfusion.Windows.Shared.DoubleTextBox)(target)); return; case 20: this.zGo = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target)); #line 110 "..\..\..\Home.xaml" this.zGo.Click += new System.Windows.RoutedEventHandler(this.ZGo_Click); #line default #line hidden return; case 21: this.pg = ((Syncfusion.UI.Xaml.Grid.SfDataGrid)(target)); return; case 22: this.zChart = ((Syncfusion.UI.Xaml.Charts.SfChart)(target)); return; case 23: this.avgChart0 = ((Syncfusion.UI.Xaml.Charts.BubbleSeries)(target)); return; case 24: this.zChart1 = ((Syncfusion.UI.Xaml.Charts.SfChart)(target)); return; case 25: this.avgChart1 = ((Syncfusion.UI.Xaml.Charts.LineSeries)(target)); return; case 26: this.zChart2 = ((Syncfusion.UI.Xaml.Charts.SfChart)(target)); return; case 27: this.avgChart2 = ((Syncfusion.UI.Xaml.Charts.AreaSeries)(target)); return; case 28: this.zChart3 = ((Syncfusion.UI.Xaml.Charts.SfChart)(target)); return; case 29: this.avgChart3 = ((Syncfusion.UI.Xaml.Charts.ColumnSeries)(target)); return; case 30: this.zChart4 = ((Syncfusion.UI.Xaml.Charts.SfChart)(target)); return; case 31: this.avgChart4 = ((Syncfusion.UI.Xaml.Charts.ScatterSeries)(target)); return; case 32: this.zChart5 = ((Syncfusion.UI.Xaml.Charts.SfChart)(target)); return; case 33: this.avgChart5 = ((Syncfusion.UI.Xaml.Charts.StepLineSeries)(target)); return; case 34: this.zChart6 = ((Syncfusion.UI.Xaml.Charts.SfChart)(target)); return; case 35: this.avgChart6 = ((Syncfusion.UI.Xaml.Charts.SplineSeries)(target)); return; case 36: this.zChart7 = ((Syncfusion.UI.Xaml.Charts.SfChart)(target)); return; case 37: this.avgChart7 = ((Syncfusion.UI.Xaml.Charts.BarSeries)(target)); return; } this._contentLoaded = true; }