void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.gbx_VorstellungMask = ((System.Windows.Controls.GroupBox)(target));
                return;

            case 2:
                this.btn_SubmitVorstellung = ((System.Windows.Controls.Button)(target));

            #line 13 "..\..\..\Controls\VorstellungControl.xaml"
                this.btn_SubmitVorstellung.Click += new System.Windows.RoutedEventHandler(this.btn_SubmitVorstellung_Click);

            #line default
            #line hidden
                return;

            case 3:
                this.cbx_Film = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 4:
                this.cbx_Saal = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 5:
                this.dtp_Datum = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 6:
                this.ctb_Preis = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target));
                return;

            case 7:
                this.tse_Uhrzeit = ((Syncfusion.Windows.Shared.TimeSpanEdit)(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:
                this.UserGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 2:
                this.CreateNewCategoryButton_CreateProductUC = ((System.Windows.Controls.Button)(target));

            #line 16 "..\..\..\..\ProductForms\CreateProductUC\CreateProductUC.xaml"
                this.CreateNewCategoryButton_CreateProductUC.Click += new System.Windows.RoutedEventHandler(this.CreateNewCategoryButton_CreateProductUC_Click);

            #line default
            #line hidden
                return;

            case 3:
                this.CreateNewBrandButton_CreateProductUC = ((System.Windows.Controls.Button)(target));

            #line 22 "..\..\..\..\ProductForms\CreateProductUC\CreateProductUC.xaml"
                this.CreateNewBrandButton_CreateProductUC.Click += new System.Windows.RoutedEventHandler(this.CreateNewBrandButton_CreateProductUC_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.CategoryValue = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 5:
                this.BrandValue = ((System.Windows.Controls.ComboBox)(target));
                return;

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

            case 7:
                this.DetailsValue = ((System.Windows.Controls.TextBox)(target));
                return;

            case 8:
                this.SameBarCodeGrid_CreateProductUC = ((System.Windows.Controls.Grid)(target));
                return;

            case 9:
                this.SizeValue = ((System.Windows.Controls.TextBox)(target));
                return;

            case 10:
                this.SalePriceValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target));
                return;

            case 11:
                this.IncomePriceValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target));
                return;

            case 12:
                this.SerialNumberValue = ((System.Windows.Controls.TextBox)(target));
                return;

            case 13:
                this.SerialNumber2Value = ((System.Windows.Controls.TextBox)(target));
                return;

            case 14:
                this.ProductBarCodeValue = ((System.Windows.Controls.TextBox)(target));
                return;

            case 15:
                this.GenetateNewBarCodeButton = ((System.Windows.Controls.Button)(target));

            #line 68 "..\..\..\..\ProductForms\CreateProductUC\CreateProductUC.xaml"
                this.GenetateNewBarCodeButton.Click += new System.Windows.RoutedEventHandler(this.GenetateNewBarCodeButton_CreateProductUC_Click);

            #line default
            #line hidden
                return;

            case 16:
                this.ExpirationPerid = ((Syncfusion.Windows.Shared.TimeSpanEdit)(target));
                return;

            case 17:
                this.QuantityAlarmValue = ((Syncfusion.Windows.Shared.IntegerTextBox)(target));
                return;

            case 18:
                this.DifferentBarCodeGrid_CreateProductUC = ((System.Windows.Controls.Grid)(target));
                return;

            case 19:
                this.QuantityValue = ((Syncfusion.Windows.Shared.IntegerTextBox)(target));

            #line 81 "..\..\..\..\ProductForms\CreateProductUC\CreateProductUC.xaml"
                this.QuantityValue.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.QuantityValue_TextChanged);

            #line default
            #line hidden
                return;

            case 20:
                this.SameSizeCheckBox = ((System.Windows.Controls.CheckBox)(target));

            #line 91 "..\..\..\..\ProductForms\CreateProductUC\CreateProductUC.xaml"
                this.SameSizeCheckBox.Click += new System.Windows.RoutedEventHandler(this.SameSizeCheckBox_Click);

            #line default
            #line hidden
                return;

            case 21:
                this.SameSizeValue = ((System.Windows.Controls.TextBox)(target));

            #line 92 "..\..\..\..\ProductForms\CreateProductUC\CreateProductUC.xaml"
                this.SameSizeValue.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.SameSizeValue_TextChanged);

            #line default
            #line hidden
                return;

            case 22:
                this.SameSalePriceCheckBox = ((System.Windows.Controls.CheckBox)(target));

            #line 94 "..\..\..\..\ProductForms\CreateProductUC\CreateProductUC.xaml"
                this.SameSalePriceCheckBox.Click += new System.Windows.RoutedEventHandler(this.SameSalePriceCheckBox_Click);

            #line default
            #line hidden
                return;

            case 23:
                this.SameSalePriceValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target));

            #line 95 "..\..\..\..\ProductForms\CreateProductUC\CreateProductUC.xaml"
                this.SameSalePriceValue.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.SameSalePriceValue_TextChanged);

            #line default
            #line hidden
                return;

            case 24:
                this.SameIncomePriceCheckBox = ((System.Windows.Controls.CheckBox)(target));

            #line 101 "..\..\..\..\ProductForms\CreateProductUC\CreateProductUC.xaml"
                this.SameIncomePriceCheckBox.Click += new System.Windows.RoutedEventHandler(this.SameIncomePriceCheckBox_Click);

            #line default
            #line hidden
                return;

            case 25:
                this.SameIncomePriceValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target));

            #line 102 "..\..\..\..\ProductForms\CreateProductUC\CreateProductUC.xaml"
                this.SameIncomePriceValue.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.SameIncomePriceValue_TextChanged);

            #line default
            #line hidden
                return;

            case 26:
                this.SameSerialNumberCheckBox = ((System.Windows.Controls.CheckBox)(target));

            #line 108 "..\..\..\..\ProductForms\CreateProductUC\CreateProductUC.xaml"
                this.SameSerialNumberCheckBox.Click += new System.Windows.RoutedEventHandler(this.SameSerialNumberCheckBox_Click);

            #line default
            #line hidden
                return;

            case 27:
                this.SameSerialNumberValue = ((System.Windows.Controls.TextBox)(target));

            #line 109 "..\..\..\..\ProductForms\CreateProductUC\CreateProductUC.xaml"
                this.SameSerialNumberValue.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.SameSerialNumberValue_TextChanged);

            #line default
            #line hidden
                return;

            case 28:
                this.SameSerialNumber2CheckBox = ((System.Windows.Controls.CheckBox)(target));

            #line 111 "..\..\..\..\ProductForms\CreateProductUC\CreateProductUC.xaml"
                this.SameSerialNumber2CheckBox.Click += new System.Windows.RoutedEventHandler(this.SameSerialNumber2CheckBox_Click);

            #line default
            #line hidden
                return;

            case 29:
                this.SameSerialNumber2Value = ((System.Windows.Controls.TextBox)(target));

            #line 112 "..\..\..\..\ProductForms\CreateProductUC\CreateProductUC.xaml"
                this.SameSerialNumber2Value.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.SameSerialNumber2Value_TextChanged);

            #line default
            #line hidden
                return;

            case 30:
                this.SameExpirationPeriodCheckBox = ((System.Windows.Controls.CheckBox)(target));

            #line 114 "..\..\..\..\ProductForms\CreateProductUC\CreateProductUC.xaml"
                this.SameExpirationPeriodCheckBox.Click += new System.Windows.RoutedEventHandler(this.SameExpirationPeriodCheckBox_Click);

            #line default
            #line hidden
                return;

            case 31:
                this.SameExpirationPeridValue = ((Syncfusion.Windows.Shared.TimeSpanEdit)(target));
                return;

            case 32:
                this.SameQuantityAlarmCheckBox = ((System.Windows.Controls.CheckBox)(target));

            #line 117 "..\..\..\..\ProductForms\CreateProductUC\CreateProductUC.xaml"
                this.SameQuantityAlarmCheckBox.Click += new System.Windows.RoutedEventHandler(this.SameQuantityChdeckBox_Click);

            #line default
            #line hidden
                return;

            case 33:
                this.SameQuantityAlarmValue = ((Syncfusion.Windows.Shared.IntegerTextBox)(target));

            #line 118 "..\..\..\..\ProductForms\CreateProductUC\CreateProductUC.xaml"
                this.SameQuantityAlarmValue.ValueChanged += new System.Windows.PropertyChangedCallback(this.SameQuantityAlarmValue_ValueChanged);

            #line default
            #line hidden
                return;

            case 34:
                this.NewProductsList = ((System.Windows.Controls.DataGrid)(target));
                return;

            case 35:
                this.AllPeacesTheSameRadioButton_CreateProductUC = ((System.Windows.Controls.RadioButton)(target));

            #line 151 "..\..\..\..\ProductForms\CreateProductUC\CreateProductUC.xaml"
                this.AllPeacesTheSameRadioButton_CreateProductUC.Click += new System.Windows.RoutedEventHandler(this.RadioButton_Clicked);

            #line default
            #line hidden
                return;

            case 36:
                this.OnlyMainInformationSameRadioButton_CreateProductUC = ((System.Windows.Controls.RadioButton)(target));

            #line 152 "..\..\..\..\ProductForms\CreateProductUC\CreateProductUC.xaml"
                this.OnlyMainInformationSameRadioButton_CreateProductUC.Click += new System.Windows.RoutedEventHandler(this.RadioButton_Clicked);

            #line default
            #line hidden
                return;

            case 37:
                this.CloseButton = ((System.Windows.Controls.Button)(target));
                return;

            case 38:
                this.RefreshButton = ((System.Windows.Controls.Button)(target));

            #line 159 "..\..\..\..\ProductForms\CreateProductUC\CreateProductUC.xaml"
                this.RefreshButton.Click += new System.Windows.RoutedEventHandler(this.RefreshButton_Click);

            #line default
            #line hidden
                return;

            case 39:
                this.PrintButton = ((System.Windows.Controls.Button)(target));
                return;

            case 40:
                this.ConfitmButton = ((System.Windows.Controls.Button)(target));

            #line 167 "..\..\..\..\ProductForms\CreateProductUC\CreateProductUC.xaml"
                this.ConfitmButton.Click += new System.Windows.RoutedEventHandler(this.ConfitmButton_Click);

            #line default
            #line hidden
                return;

            case 41:
                this.QuantityTypeValue = ((System.Windows.Controls.TextBox)(target));
                return;

            case 42:
                this.CreateNewCategoryGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 43:
                this.BackToUserGridButton_FromCreateNewCategoryGrid = ((System.Windows.Controls.Button)(target));

            #line 177 "..\..\..\..\ProductForms\CreateProductUC\CreateProductUC.xaml"
                this.BackToUserGridButton_FromCreateNewCategoryGrid.Click += new System.Windows.RoutedEventHandler(this.BackToUserGridButton_FromCreateNewCategoryGrid_Click);

            #line default
            #line hidden
                return;

            case 44:
                this.CreateNewBrandGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 45:
                this.BackToUserGridButton_FromCreateNewBrandGrid = ((System.Windows.Controls.Button)(target));

            #line 184 "..\..\..\..\ProductForms\CreateProductUC\CreateProductUC.xaml"
                this.BackToUserGridButton_FromCreateNewBrandGrid.Click += new System.Windows.RoutedEventHandler(this.BackToUserGridButton_FromCreateNewBrandGrid_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }