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

            case 2:
                this.Configuration = ((PosControls.ConfigurationManager)(target));
                return;

            case 3:
                this.lastColumn = ((System.Windows.Controls.ColumnDefinition)(target));
                return;

            case 4:
                this.radioBoxNamedBrushes = ((PosControls.PushRadioButton)(target));
                return;

            case 5:
                this.comboBoxNamedBrushes = ((PosControls.PushComboBox)(target));
                return;

            case 6:
                this.radioBoxSpecifiedColor = ((PosControls.PushRadioButton)(target));
                return;

            case 7:
                this.textBoxRed = ((PosControls.CustomTextBox)(target));
                return;

            case 8:
                this.textBoxGreen = ((PosControls.CustomTextBox)(target));
                return;

            case 9:
                this.textBoxBlue = ((PosControls.CustomTextBox)(target));
                return;

            case 10:
                this.textBoxAlpha = ((PosControls.CustomTextBox)(target));
                return;

            case 11:
                this.borderSwatch = ((System.Windows.Controls.Border)(target));
                return;

            case 12:
                this.buttonSave = ((PosControls.TextBlockButton)(target));
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.mainPane = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 2:
                this.Configuration = ((PosControls.ConfigurationManager)(target));
                return;

            case 3:
                this.comboBoxCustomer = ((PosControls.PushComboBox)(target));

            #line 34 "..\..\..\LicenseDetailsControl.xaml"
                this.comboBoxCustomer.SelectedIndexChanged += new System.EventHandler(this.comboBoxCustomer_SelectedIndexChanged);

            #line default
            #line hidden
                return;

            case 4:
                this.textBoxSerialNumber = ((PosControls.CustomTextBox)(target));

            #line 35 "..\..\..\LicenseDetailsControl.xaml"
                this.textBoxSerialNumber.TextChanged += new System.Windows.RoutedEventHandler(this.textBoxSerialNumber_TextChanged);

            #line default
            #line hidden
                return;

            case 5:
                this.radioButtonIsValid = ((PosControls.PushRadioButton)(target));

            #line 37 "..\..\..\LicenseDetailsControl.xaml"
                this.radioButtonIsValid.SelectionGained += new System.EventHandler(this.radioButtonIsValid_SelectionGained);

            #line default
            #line hidden
                return;

            case 6:
                this.radioButtonIsNotValid = ((PosControls.PushRadioButton)(target));

            #line 38 "..\..\..\LicenseDetailsControl.xaml"
                this.radioButtonIsNotValid.SelectionGained += new System.EventHandler(this.radioButtonIsNotValid_SelectionGained);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.mainPane = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 2:
                this.Configuration = ((PosControls.ConfigurationManager)(target));
                return;

            case 3:
                this.buttonAllCategories = ((PosControls.PushRadioButton)(target));

            #line 18 "..\..\..\ItemMaintenanceViewContextMenuControl.xaml"
                this.buttonAllCategories.SelectionGained += new System.EventHandler(this.buttonAllCategories_SelectionGained);

            #line default
            #line hidden
                return;

            case 4:
                this.buttonAllItemsInCategory = ((PosControls.PushRadioButton)(target));

            #line 19 "..\..\..\ItemMaintenanceViewContextMenuControl.xaml"
                this.buttonAllItemsInCategory.SelectionGained += new System.EventHandler(this.buttonAllItemsInCategory_SelectionGained);

            #line default
            #line hidden
                return;

            case 5:
                this.buttonAllItems = ((PosControls.PushRadioButton)(target));

            #line 20 "..\..\..\ItemMaintenanceViewContextMenuControl.xaml"
                this.buttonAllItems.SelectionGained += new System.EventHandler(this.buttonAllItems_SelectionGained);

            #line default
            #line hidden
                return;

            case 6:
                this.buttonAllItemOptionsSets = ((PosControls.PushRadioButton)(target));

            #line 21 "..\..\..\ItemMaintenanceViewContextMenuControl.xaml"
                this.buttonAllItemOptionsSets.SelectionGained += new System.EventHandler(this.buttonAllItemOptionsSets_SelectionGained);

            #line default
            #line hidden
                return;

            case 7:
                this.buttonAllIngredients = ((PosControls.PushRadioButton)(target));

            #line 22 "..\..\..\ItemMaintenanceViewContextMenuControl.xaml"
                this.buttonAllIngredients.SelectionGained += new System.EventHandler(this.buttonAllIngredients_SelectionGained);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.mainPane = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 2:
                this.Configuration = ((PosControls.ConfigurationManager)(target));
                return;

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

            #line 17 "..\..\..\ReportsMenuControl.xaml"
                this.buttonSalesTotalsByItem.Click += new System.Windows.RoutedEventHandler(this.buttonSalesTotalsByItem_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.buttonSalesTotalsByCategory = ((System.Windows.Controls.Button)(target));

            #line 18 "..\..\..\ReportsMenuControl.xaml"
                this.buttonSalesTotalsByCategory.Click += new System.Windows.RoutedEventHandler(this.buttonSalesTotalsByCategory_Click);

            #line default
            #line hidden
                return;

            case 5:
                this.buttonSalesTotalsByEmployee = ((System.Windows.Controls.Button)(target));

            #line 19 "..\..\..\ReportsMenuControl.xaml"
                this.buttonSalesTotalsByEmployee.Click += new System.Windows.RoutedEventHandler(this.buttonSalesTotalsByEmployee_Click);

            #line default
            #line hidden
                return;

            case 6:
                this.buttonEmployeeSalesTotalsByItem = ((System.Windows.Controls.Button)(target));

            #line 25 "..\..\..\ReportsMenuControl.xaml"
                this.buttonEmployeeSalesTotalsByItem.Click += new System.Windows.RoutedEventHandler(this.buttonEmployeeSalesTotalsByItem_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.buttonEmployeeSalesTotalsByCategory = ((System.Windows.Controls.Button)(target));

            #line 26 "..\..\..\ReportsMenuControl.xaml"
                this.buttonEmployeeSalesTotalsByCategory.Click += new System.Windows.RoutedEventHandler(this.buttonEmployeeSalesTotalsByCategory_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.buttonCancels = ((System.Windows.Controls.Button)(target));

            #line 32 "..\..\..\ReportsMenuControl.xaml"
                this.buttonCancels.Click += new System.Windows.RoutedEventHandler(this.buttonCancels_Click);

            #line default
            #line hidden
                return;

            case 9:
                this.buttonVoids = ((System.Windows.Controls.Button)(target));

            #line 33 "..\..\..\ReportsMenuControl.xaml"
                this.buttonVoids.Click += new System.Windows.RoutedEventHandler(this.buttonVoids_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.buttonReturns = ((System.Windows.Controls.Button)(target));

            #line 34 "..\..\..\ReportsMenuControl.xaml"
                this.buttonReturns.Click += new System.Windows.RoutedEventHandler(this.buttonReturns_Click);

            #line default
            #line hidden
                return;

            case 11:
                this.buttonRefunds = ((System.Windows.Controls.Button)(target));

            #line 35 "..\..\..\ReportsMenuControl.xaml"
                this.buttonRefunds.Click += new System.Windows.RoutedEventHandler(this.buttonRefunds_Click);

            #line default
            #line hidden
                return;

            case 12:
                this.buttonNoSales = ((System.Windows.Controls.Button)(target));

            #line 42 "..\..\..\ReportsMenuControl.xaml"
                this.buttonNoSales.Click += new System.Windows.RoutedEventHandler(this.buttonNoSales_Click);

            #line default
            #line hidden
                return;

            case 13:
                this.buttonPayouts = ((System.Windows.Controls.Button)(target));

            #line 43 "..\..\..\ReportsMenuControl.xaml"
                this.buttonPayouts.Click += new System.Windows.RoutedEventHandler(this.buttonPayouts_Click);

            #line default
            #line hidden
                return;

            case 14:
                this.buttonSafeDrops = ((System.Windows.Controls.Button)(target));

            #line 44 "..\..\..\ReportsMenuControl.xaml"
                this.buttonSafeDrops.Click += new System.Windows.RoutedEventHandler(this.buttonSafeDrops_Click);

            #line default
            #line hidden
                return;

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

            #line 45 "..\..\..\ReportsMenuControl.xaml"
                this.buttonRegisterDeposits.Click += new System.Windows.RoutedEventHandler(this.buttonRegisterDeposits_Click);

            #line default
            #line hidden
                return;

            case 16:
                this.buttonRegisterFloatingDocking = ((System.Windows.Controls.Button)(target));

            #line 46 "..\..\..\ReportsMenuControl.xaml"
                this.buttonRegisterFloatingDocking.Click += new System.Windows.RoutedEventHandler(this.buttonRegisterFloatingDocking_Click);

            #line default
            #line hidden
                return;

            case 17:
                this.buttonLaborEmployeeHours = ((System.Windows.Controls.Button)(target));

            #line 51 "..\..\..\ReportsMenuControl.xaml"
                this.buttonLaborEmployeeHours.Click += new System.Windows.RoutedEventHandler(this.buttonLaborEmployeeHours_Click);

            #line default
            #line hidden
                return;

            case 18:
                this.buttonLaborHourlyTotals = ((System.Windows.Controls.Button)(target));

            #line 52 "..\..\..\ReportsMenuControl.xaml"
                this.buttonLaborHourlyTotals.Click += new System.Windows.RoutedEventHandler(this.buttonLaborHourlyTotals_Click);

            #line default
            #line hidden
                return;

            case 19:
                this.buttonInventoryUsageByIngredient = ((System.Windows.Controls.Button)(target));

            #line 57 "..\..\..\ReportsMenuControl.xaml"
                this.buttonInventoryUsageByIngredient.Click += new System.Windows.RoutedEventHandler(this.buttonInventoryUsageByIngredient_Click);

            #line default
            #line hidden
                return;

            case 20:
                this.buttonInventoryCurrentInventory = ((System.Windows.Controls.Button)(target));

            #line 58 "..\..\..\ReportsMenuControl.xaml"
                this.buttonInventoryCurrentInventory.Click += new System.Windows.RoutedEventHandler(this.buttonInventoryCurrentInventory_Click);

            #line default
            #line hidden
                return;

            case 21:
                this.buttonInventoryWasteByItem = ((System.Windows.Controls.Button)(target));

            #line 65 "..\..\..\ReportsMenuControl.xaml"
                this.buttonInventoryWasteByItem.Click += new System.Windows.RoutedEventHandler(this.buttonInventoryWasteByItem_Click);

            #line default
            #line hidden
                return;

            case 22:
                this.buttonInventoryWasteByCategory = ((System.Windows.Controls.Button)(target));

            #line 66 "..\..\..\ReportsMenuControl.xaml"
                this.buttonInventoryWasteByCategory.Click += new System.Windows.RoutedEventHandler(this.buttonInventoryWasteByCategory_Click);

            #line default
            #line hidden
                return;

            case 23:
                this.buttonInventoryWasteByIngredient = ((System.Windows.Controls.Button)(target));

            #line 67 "..\..\..\ReportsMenuControl.xaml"
                this.buttonInventoryWasteByIngredient.Click += new System.Windows.RoutedEventHandler(this.buttonInventoryWasteByIngredient_Click);

            #line default
            #line hidden
                return;

            case 24:
                this.buttonInventoryWasteByHours = ((System.Windows.Controls.Button)(target));

            #line 68 "..\..\..\ReportsMenuControl.xaml"
                this.buttonInventoryWasteByHours.Click += new System.Windows.RoutedEventHandler(this.buttonInventoryWasteByHours_Click);

            #line default
            #line hidden
                return;

            case 25:
                this.buttonLogInventoryAdjustments = ((PosControls.TextBlockButton)(target));

            #line 73 "..\..\..\ReportsMenuControl.xaml"
                this.buttonLogInventoryAdjustments.Click += new System.Windows.RoutedEventHandler(this.buttonLogInventoryAdjustments_Click);

            #line default
            #line hidden
                return;

            case 26:
                this.buttonLogIngredientSetChanges = ((PosControls.TextBlockButton)(target));

            #line 74 "..\..\..\ReportsMenuControl.xaml"
                this.buttonLogIngredientSetChanges.Click += new System.Windows.RoutedEventHandler(this.buttonLogIngredientSetChanges_Click);

            #line default
            #line hidden
                return;

            case 27:
                this.buttonLogItemDiscontinue = ((PosControls.TextBlockButton)(target));

            #line 75 "..\..\..\ReportsMenuControl.xaml"
                this.buttonLogItemDiscontinue.Click += new System.Windows.RoutedEventHandler(this.buttonLogItemDiscontinue_Click);

            #line default
            #line hidden
                return;

            case 28:
                this.buttonLogItemIngredientChanges = ((PosControls.TextBlockButton)(target));

            #line 76 "..\..\..\ReportsMenuControl.xaml"
                this.buttonLogItemIngredientChanges.Click += new System.Windows.RoutedEventHandler(this.buttonLogItemIngredientChanges_Click);

            #line default
            #line hidden
                return;

            case 29:
                this.buttonLogPricingChanges = ((System.Windows.Controls.Button)(target));

            #line 77 "..\..\..\ReportsMenuControl.xaml"
                this.buttonLogPricingChanges.Click += new System.Windows.RoutedEventHandler(this.buttonLogPricingChanges_Click);

            #line default
            #line hidden
                return;

            case 30:
                this.buttonLaborTimesheetChanges = ((System.Windows.Controls.Button)(target));

            #line 78 "..\..\..\ReportsMenuControl.xaml"
                this.buttonLaborTimesheetChanges.Click += new System.Windows.RoutedEventHandler(this.buttonLaborTimesheetChanges_Click);

            #line default
            #line hidden
                return;

            case 31:
                this.radioTodayOnly = ((PosControls.PushRadioButton)(target));

            #line 84 "..\..\..\ReportsMenuControl.xaml"
                this.radioTodayOnly.SelectionGained += new System.EventHandler(this.radioButton_SelectionGained);

            #line default
            #line hidden
                return;

            case 32:
                this.radioDateRange = ((PosControls.PushRadioButton)(target));

            #line 85 "..\..\..\ReportsMenuControl.xaml"
                this.radioDateRange.SelectionGained += new System.EventHandler(this.radioButton_SelectionGained);

            #line default
            #line hidden
                return;

            case 33:
                this.radioDayOfOperationRange = ((PosControls.PushRadioButton)(target));

            #line 86 "..\..\..\ReportsMenuControl.xaml"
                this.radioDayOfOperationRange.SelectionGained += new System.EventHandler(this.radioButton_SelectionGained);

            #line default
            #line hidden
                return;

            case 34:
                this.radioMonthToDate = ((PosControls.PushRadioButton)(target));

            #line 87 "..\..\..\ReportsMenuControl.xaml"
                this.radioMonthToDate.SelectionGained += new System.EventHandler(this.radioButton_SelectionGained);

            #line default
            #line hidden
                return;

            case 35:
                this.radioYearToDate = ((PosControls.PushRadioButton)(target));

            #line 88 "..\..\..\ReportsMenuControl.xaml"
                this.radioYearToDate.SelectionGained += new System.EventHandler(this.radioButton_SelectionGained);

            #line default
            #line hidden
                return;

            case 36:
                this.radioAllDates = ((PosControls.PushRadioButton)(target));

            #line 89 "..\..\..\ReportsMenuControl.xaml"
                this.radioAllDates.SelectionGained += new System.EventHandler(this.radioButton_SelectionGained);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Beispiel #5
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.mainPane = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 2:
                this.Configuration = ((PosControls.ConfigurationManager)(target));
                return;

            case 3:
                this.textBoxName = ((PosControls.CustomTextBox)(target));

            #line 38 "..\..\..\EmployeeJobEditorControl.xaml"
                this.textBoxName.TextChanged += new System.Windows.RoutedEventHandler(this.textBoxName_TextChanged);

            #line default
            #line hidden
                return;

            case 4:
                this.buttonTipsYes = ((PosControls.PushRadioButton)(target));

            #line 40 "..\..\..\EmployeeJobEditorControl.xaml"
                this.buttonTipsYes.SelectionGained += new System.EventHandler(this.buttonTips_SelectionGained);

            #line default
            #line hidden
                return;

            case 5:
                this.buttonTipsNo = ((PosControls.PushRadioButton)(target));

            #line 41 "..\..\..\EmployeeJobEditorControl.xaml"
                this.buttonTipsNo.SelectionGained += new System.EventHandler(this.buttonTips_SelectionGained);

            #line default
            #line hidden
                return;

            case 6:
                this.buttonDeliveriesYes = ((PosControls.PushRadioButton)(target));

            #line 44 "..\..\..\EmployeeJobEditorControl.xaml"
                this.buttonDeliveriesYes.SelectionGained += new System.EventHandler(this.buttonDeliveries_SelectionGained);

            #line default
            #line hidden
                return;

            case 7:
                this.buttonDeliveriesNo = ((PosControls.PushRadioButton)(target));

            #line 45 "..\..\..\EmployeeJobEditorControl.xaml"
                this.buttonDeliveriesNo.SelectionGained += new System.EventHandler(this.buttonDeliveries_SelectionGained);

            #line default
            #line hidden
                return;

            case 8:
                this.buttonIsEnabledYes = ((PosControls.PushRadioButton)(target));

            #line 48 "..\..\..\EmployeeJobEditorControl.xaml"
                this.buttonIsEnabledYes.SelectionGained += new System.EventHandler(this.buttonIsEnabled_SelectionGained);

            #line default
            #line hidden
                return;

            case 9:
                this.buttonIsEnabledNo = ((PosControls.PushRadioButton)(target));

            #line 49 "..\..\..\EmployeeJobEditorControl.xaml"
                this.buttonIsEnabledNo.SelectionGained += new System.EventHandler(this.buttonIsEnabled_SelectionGained);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Beispiel #6
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.mainPane = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 2:
                this.Configuration = ((PosControls.ConfigurationManager)(target));
                return;

            case 3:
                this.buttonSalesTotalsByItem = ((PosControls.PushButton)(target));

            #line 28 "..\..\..\OrderEntryReportsMenuControl.xaml"
                this.buttonSalesTotalsByItem.Selected += new System.EventHandler(this.buttonSalesTotalsByItem_Selected);

            #line default
            #line hidden
                return;

            case 4:
                this.buttonSalesTotalsByCategory = ((PosControls.PushButton)(target));

            #line 29 "..\..\..\OrderEntryReportsMenuControl.xaml"
                this.buttonSalesTotalsByCategory.Selected += new System.EventHandler(this.buttonSalesTotalsByCategory_Selected);

            #line default
            #line hidden
                return;

            case 5:
                this.buttonSalesTotalsByEmployee = ((PosControls.PushButton)(target));

            #line 30 "..\..\..\OrderEntryReportsMenuControl.xaml"
                this.buttonSalesTotalsByEmployee.Selected += new System.EventHandler(this.buttonSalesTotalsByEmployee_Selected);

            #line default
            #line hidden
                return;

            case 6:
                this.buttonEmployeeSalesTotalsByItem = ((PosControls.PushButton)(target));

            #line 39 "..\..\..\OrderEntryReportsMenuControl.xaml"
                this.buttonEmployeeSalesTotalsByItem.Selected += new System.EventHandler(this.buttonEmployeeSalesTotalsByItem_Selected);

            #line default
            #line hidden
                return;

            case 7:
                this.buttonEmployeeSalesTotalsByCategory = ((PosControls.PushButton)(target));

            #line 40 "..\..\..\OrderEntryReportsMenuControl.xaml"
                this.buttonEmployeeSalesTotalsByCategory.Selected += new System.EventHandler(this.buttonEmployeeSalesTotalsByCategory_Selected);

            #line default
            #line hidden
                return;

            case 8:
                this.buttonLaborEmployeeHours = ((PosControls.PushButton)(target));

            #line 49 "..\..\..\OrderEntryReportsMenuControl.xaml"
                this.buttonLaborEmployeeHours.Selected += new System.EventHandler(this.buttonLaborEmployeeHours_Selected);

            #line default
            #line hidden
                return;

            case 9:
                this.buttonLaborHourlyTotals = ((PosControls.PushButton)(target));

            #line 50 "..\..\..\OrderEntryReportsMenuControl.xaml"
                this.buttonLaborHourlyTotals.Selected += new System.EventHandler(this.buttonLaborHourlyTotals_Selected);

            #line default
            #line hidden
                return;

            case 10:
                this.buttonLaborTimesheetChanges = ((PosControls.PushButton)(target));

            #line 51 "..\..\..\OrderEntryReportsMenuControl.xaml"
                this.buttonLaborTimesheetChanges.Selected += new System.EventHandler(this.buttonLaborTimesheetChanges_Selected);

            #line default
            #line hidden
                return;

            case 11:
                this.buttonCancels = ((PosControls.PushButton)(target));

            #line 70 "..\..\..\OrderEntryReportsMenuControl.xaml"
                this.buttonCancels.Selected += new System.EventHandler(this.buttonCancels_Selected);

            #line default
            #line hidden
                return;

            case 12:
                this.buttonVoids = ((PosControls.PushButton)(target));

            #line 71 "..\..\..\OrderEntryReportsMenuControl.xaml"
                this.buttonVoids.Selected += new System.EventHandler(this.buttonVoids_Selected);

            #line default
            #line hidden
                return;

            case 13:
                this.buttonReturns = ((PosControls.PushButton)(target));

            #line 72 "..\..\..\OrderEntryReportsMenuControl.xaml"
                this.buttonReturns.Selected += new System.EventHandler(this.buttonReturns_Selected);

            #line default
            #line hidden
                return;

            case 14:
                this.buttonRefunds = ((PosControls.PushButton)(target));

            #line 73 "..\..\..\OrderEntryReportsMenuControl.xaml"
                this.buttonRefunds.Selected += new System.EventHandler(this.buttonRefunds_Selected);

            #line default
            #line hidden
                return;

            case 15:
                this.buttonNoSales = ((PosControls.PushButton)(target));

            #line 81 "..\..\..\OrderEntryReportsMenuControl.xaml"
                this.buttonNoSales.Selected += new System.EventHandler(this.buttonNoSales_Selected);

            #line default
            #line hidden
                return;

            case 16:
                this.buttonPayouts = ((PosControls.PushButton)(target));

            #line 82 "..\..\..\OrderEntryReportsMenuControl.xaml"
                this.buttonPayouts.Selected += new System.EventHandler(this.buttonPayouts_Selected);

            #line default
            #line hidden
                return;

            case 17:
                this.buttonSafeDrops = ((PosControls.PushButton)(target));

            #line 83 "..\..\..\OrderEntryReportsMenuControl.xaml"
                this.buttonSafeDrops.Selected += new System.EventHandler(this.buttonSafeDrops_Selected);

            #line default
            #line hidden
                return;

            case 18:
                this.buttonRegisterDeposits = ((PosControls.PushButton)(target));

            #line 84 "..\..\..\OrderEntryReportsMenuControl.xaml"
                this.buttonRegisterDeposits.Selected += new System.EventHandler(this.buttonRegisterDeposits_Selected);

            #line default
            #line hidden
                return;

            case 19:
                this.radioTodayOnly = ((PosControls.PushRadioButton)(target));

            #line 97 "..\..\..\OrderEntryReportsMenuControl.xaml"
                this.radioTodayOnly.SelectionGained += new System.EventHandler(this.radioButton_SelectionGained);

            #line default
            #line hidden
                return;

            case 20:
                this.radioDateRange = ((PosControls.PushRadioButton)(target));

            #line 98 "..\..\..\OrderEntryReportsMenuControl.xaml"
                this.radioDateRange.SelectionGained += new System.EventHandler(this.radioButton_SelectionGained);

            #line default
            #line hidden
                return;

            case 21:
                this.radioDayOfOperationRange = ((PosControls.PushRadioButton)(target));

            #line 99 "..\..\..\OrderEntryReportsMenuControl.xaml"
                this.radioDayOfOperationRange.SelectionGained += new System.EventHandler(this.radioButton_SelectionGained);

            #line default
            #line hidden
                return;

            case 22:
                this.radioMonthToDate = ((PosControls.PushRadioButton)(target));

            #line 100 "..\..\..\OrderEntryReportsMenuControl.xaml"
                this.radioMonthToDate.SelectionGained += new System.EventHandler(this.radioButton_SelectionGained);

            #line default
            #line hidden
                return;

            case 23:
                this.radioYearToDate = ((PosControls.PushRadioButton)(target));

            #line 101 "..\..\..\OrderEntryReportsMenuControl.xaml"
                this.radioYearToDate.SelectionGained += new System.EventHandler(this.radioButton_SelectionGained);

            #line default
            #line hidden
                return;

            case 24:
                this.radioAllDates = ((PosControls.PushRadioButton)(target));

            #line 102 "..\..\..\OrderEntryReportsMenuControl.xaml"
                this.radioAllDates.SelectionGained += new System.EventHandler(this.radioButton_SelectionGained);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.mainPane = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 2:
                this.Configuration = ((PosControls.ConfigurationManager)(target));
                return;

            case 3:
                this.comboBoxCategory = ((PosControls.PushComboBox)(target));

            #line 49 "..\..\..\ItemEditorDetailsControl.xaml"
                this.comboBoxCategory.SelectedIndexChanged += new System.EventHandler(this.comboBoxCategory_SelectedIndexChanged);

            #line default
            #line hidden
                return;

            case 4:
                this.textBoxFullName = ((PosControls.CustomTextBox)(target));

            #line 50 "..\..\..\ItemEditorDetailsControl.xaml"
                this.textBoxFullName.TextChanged += new System.Windows.RoutedEventHandler(this.textBoxFullName_TextChanged);

            #line default
            #line hidden
                return;

            case 5:
                this.textBoxPosName = ((PosControls.CustomTextBox)(target));

            #line 51 "..\..\..\ItemEditorDetailsControl.xaml"
                this.textBoxPosName.TextChanged += new System.Windows.RoutedEventHandler(this.textBoxPosName_TextChanged);

            #line default
            #line hidden
                return;

            case 6:
                this.textBoxPrice = ((PosControls.CustomTextBox)(target));

            #line 52 "..\..\..\ItemEditorDetailsControl.xaml"
                this.textBoxPrice.TextChanged += new System.Windows.RoutedEventHandler(this.textBoxPrice_TextChanged);

            #line default
            #line hidden
                return;

            case 7:
                this.checkBoxPrintDestinationJournal = ((PosControls.PushCheckBox)(target));

            #line 60 "..\..\..\ItemEditorDetailsControl.xaml"
                this.checkBoxPrintDestinationJournal.SelectionChanged += new System.EventHandler(this.checkBoxPrintDestinationJournal_SelectionChanged);

            #line default
            #line hidden
                return;

            case 8:
                this.checkBoxPrintDestinationReceipt = ((PosControls.PushCheckBox)(target));

            #line 64 "..\..\..\ItemEditorDetailsControl.xaml"
                this.checkBoxPrintDestinationReceipt.SelectionChanged += new System.EventHandler(this.checkBoxPrintDestinationReceipt_SelectionChanged);

            #line default
            #line hidden
                return;

            case 9:
                this.checkBoxPrintDestinationKitchen1 = ((PosControls.PushCheckBox)(target));

            #line 75 "..\..\..\ItemEditorDetailsControl.xaml"
                this.checkBoxPrintDestinationKitchen1.SelectionChanged += new System.EventHandler(this.checkBoxPrintDestinationKitchen1_SelectionChanged);

            #line default
            #line hidden
                return;

            case 10:
                this.checkBoxPrintDestinationKitchen2 = ((PosControls.PushCheckBox)(target));

            #line 79 "..\..\..\ItemEditorDetailsControl.xaml"
                this.checkBoxPrintDestinationKitchen2.SelectionChanged += new System.EventHandler(this.checkBoxPrintDestinationKitchen2_SelectionChanged);

            #line default
            #line hidden
                return;

            case 11:
                this.checkBoxPrintDestinationKitchen3 = ((PosControls.PushCheckBox)(target));

            #line 83 "..\..\..\ItemEditorDetailsControl.xaml"
                this.checkBoxPrintDestinationKitchen3.SelectionChanged += new System.EventHandler(this.checkBoxPrintDestinationKitchen3_SelectionChanged);

            #line default
            #line hidden
                return;

            case 12:
                this.checkBoxPrintDestinationBar1 = ((PosControls.PushCheckBox)(target));

            #line 94 "..\..\..\ItemEditorDetailsControl.xaml"
                this.checkBoxPrintDestinationBar1.SelectionChanged += new System.EventHandler(this.checkBoxPrintDestinationBar1_SelectionChanged);

            #line default
            #line hidden
                return;

            case 13:
                this.checkBoxPrintDestinationBar2 = ((PosControls.PushCheckBox)(target));

            #line 98 "..\..\..\ItemEditorDetailsControl.xaml"
                this.checkBoxPrintDestinationBar2.SelectionChanged += new System.EventHandler(this.checkBoxPrintDestinationBar2_SelectionChanged);

            #line default
            #line hidden
                return;

            case 14:
                this.checkBoxPrintDestinationBar3 = ((PosControls.PushCheckBox)(target));

            #line 102 "..\..\..\ItemEditorDetailsControl.xaml"
                this.checkBoxPrintDestinationBar3.SelectionChanged += new System.EventHandler(this.checkBoxPrintDestinationBar3_SelectionChanged);

            #line default
            #line hidden
                return;

            case 15:
                this.comboBoxTaxId = ((PosControls.PushComboBox)(target));

            #line 106 "..\..\..\ItemEditorDetailsControl.xaml"
                this.comboBoxTaxId.SelectedIndexChanged += new System.EventHandler(this.comboBoxTaxId_SelectedIndexChanged);

            #line default
            #line hidden
                return;

            case 16:
                this.pushButtonIsReturnableYes = ((PosControls.PushRadioButton)(target));

            #line 108 "..\..\..\ItemEditorDetailsControl.xaml"
                this.pushButtonIsReturnableYes.SelectionGained += new System.EventHandler(this.pushButtonIsReturnable_SelectionGained);

            #line default
            #line hidden
                return;

            case 17:
                this.pushButtonIsReturnableNo = ((PosControls.PushRadioButton)(target));

            #line 109 "..\..\..\ItemEditorDetailsControl.xaml"
                this.pushButtonIsReturnableNo.SelectionGained += new System.EventHandler(this.pushButtonIsReturnable_SelectionGained);

            #line default
            #line hidden
                return;

            case 18:
                this.pushButtonIsFiredYes = ((PosControls.PushRadioButton)(target));

            #line 112 "..\..\..\ItemEditorDetailsControl.xaml"
                this.pushButtonIsFiredYes.SelectionGained += new System.EventHandler(this.pushButtonIsFired_SelectionGained);

            #line default
            #line hidden
                return;

            case 19:
                this.pushButtonIsFiredNo = ((PosControls.PushRadioButton)(target));

            #line 113 "..\..\..\ItemEditorDetailsControl.xaml"
                this.pushButtonIsFiredNo.SelectionGained += new System.EventHandler(this.pushButtonIsFired_SelectionGained);

            #line default
            #line hidden
                return;

            case 20:
                this.pushButtonIsTaxExemptableYes = ((PosControls.PushRadioButton)(target));

            #line 116 "..\..\..\ItemEditorDetailsControl.xaml"
                this.pushButtonIsTaxExemptableYes.SelectionGained += new System.EventHandler(this.pushButtonIsTaxExemptable_SelectionGained);

            #line default
            #line hidden
                return;

            case 21:
                this.pushButtonIsTaxExemptableNo = ((PosControls.PushRadioButton)(target));

            #line 117 "..\..\..\ItemEditorDetailsControl.xaml"
                this.pushButtonIsTaxExemptableNo.SelectionGained += new System.EventHandler(this.pushButtonIsTaxExemptable_SelectionGained);

            #line default
            #line hidden
                return;

            case 22:
                this.pushButtonIsForSaleYes = ((PosControls.PushRadioButton)(target));

            #line 120 "..\..\..\ItemEditorDetailsControl.xaml"
                this.pushButtonIsForSaleYes.SelectionGained += new System.EventHandler(this.pushButtonIsForSale_SelectionGained);

            #line default
            #line hidden
                return;

            case 23:
                this.pushButtonIsForSaleNo = ((PosControls.PushRadioButton)(target));

            #line 121 "..\..\..\ItemEditorDetailsControl.xaml"
                this.pushButtonIsForSaleNo.SelectionGained += new System.EventHandler(this.pushButtonIsForSale_SelectionGained);

            #line default
            #line hidden
                return;

            case 24:
                this.pushButtonIsOutOfStockYes = ((PosControls.PushRadioButton)(target));

            #line 124 "..\..\..\ItemEditorDetailsControl.xaml"
                this.pushButtonIsOutOfStockYes.SelectionGained += new System.EventHandler(this.pushButtonIsOutOfStock_SelectionGained);

            #line default
            #line hidden
                return;

            case 25:
                this.pushButtonIsOutOfStockNo = ((PosControls.PushRadioButton)(target));

            #line 125 "..\..\..\ItemEditorDetailsControl.xaml"
                this.pushButtonIsOutOfStockNo.SelectionGained += new System.EventHandler(this.pushButtonIsOutOfStock_SelectionGained);

            #line default
            #line hidden
                return;

            case 26:
                this.radioButtonIsGrouping = ((PosControls.PushRadioButton)(target));

            #line 128 "..\..\..\ItemEditorDetailsControl.xaml"
                this.radioButtonIsGrouping.SelectionGained += new System.EventHandler(this.radioButtonIsGrouping_SelectionGained);

            #line default
            #line hidden
                return;

            case 27:
                this.radioButtonIsNotGrouping = ((PosControls.PushRadioButton)(target));

            #line 129 "..\..\..\ItemEditorDetailsControl.xaml"
                this.radioButtonIsNotGrouping.SelectionGained += new System.EventHandler(this.radioButtonIsGrouping_SelectionGained);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.mainPane = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 2:
                this.Configuration = ((PointOfSale.ConfigurationManager)(target));
                return;

            case 3:
                this.comboBoxCategory = ((PosControls.PushComboBox)(target));
                return;

            case 4:
                this.textBoxFullName = ((PosControls.CustomTextBox)(target));

            #line 83 "..\..\..\ItemEditorDetailsControl.xaml"
                this.textBoxFullName.TextChanged += new System.Windows.RoutedEventHandler(this.textBoxFullName_TextChanged);

            #line default
            #line hidden
                return;

            case 5:
                this.textBoxPosName = ((PosControls.CustomTextBox)(target));

            #line 84 "..\..\..\ItemEditorDetailsControl.xaml"
                this.textBoxPosName.TextChanged += new System.Windows.RoutedEventHandler(this.textBoxPosName_TextChanged);

            #line default
            #line hidden
                return;

            case 6:
                this.textBoxPrice = ((PosControls.CustomTextBox)(target));

            #line 85 "..\..\..\ItemEditorDetailsControl.xaml"
                this.textBoxPrice.TextChanged += new System.Windows.RoutedEventHandler(this.textBoxPrice_TextChanged);

            #line default
            #line hidden
                return;

            case 7:
                this.comboBoxPrintDestination = ((PosControls.PushComboBox)(target));

            #line 86 "..\..\..\ItemEditorDetailsControl.xaml"
                this.comboBoxPrintDestination.SelectedIndexChanged += new System.EventHandler(this.comboBoxPrintDestination_SelectedIndexChanged);

            #line default
            #line hidden
                return;

            case 8:
                this.comboBoxTaxId = ((PosControls.PushComboBox)(target));

            #line 87 "..\..\..\ItemEditorDetailsControl.xaml"
                this.comboBoxTaxId.SelectedIndexChanged += new System.EventHandler(this.comboBoxTaxId_SelectedIndexChanged);

            #line default
            #line hidden
                return;

            case 9:
                this.pushButtonIsReturnableYes = ((PosControls.PushRadioButton)(target));

            #line 89 "..\..\..\ItemEditorDetailsControl.xaml"
                this.pushButtonIsReturnableYes.SelectionGained += new System.EventHandler(this.pushButtonIsReturnable_SelectionGained);

            #line default
            #line hidden
                return;

            case 10:
                this.pushButtonIsReturnableNo = ((PosControls.PushRadioButton)(target));

            #line 90 "..\..\..\ItemEditorDetailsControl.xaml"
                this.pushButtonIsReturnableNo.SelectionGained += new System.EventHandler(this.pushButtonIsReturnable_SelectionGained);

            #line default
            #line hidden
                return;

            case 11:
                this.pushButtonIsTaxExemptableYes = ((PosControls.PushRadioButton)(target));

            #line 93 "..\..\..\ItemEditorDetailsControl.xaml"
                this.pushButtonIsTaxExemptableYes.SelectionGained += new System.EventHandler(this.pushButtonIsTaxExemptable_SelectionGained);

            #line default
            #line hidden
                return;

            case 12:
                this.pushButtonIsTaxExemptableNo = ((PosControls.PushRadioButton)(target));

            #line 94 "..\..\..\ItemEditorDetailsControl.xaml"
                this.pushButtonIsTaxExemptableNo.SelectionGained += new System.EventHandler(this.pushButtonIsTaxExemptable_SelectionGained);

            #line default
            #line hidden
                return;

            case 13:
                this.pushButtonIsFiredYes = ((PosControls.PushRadioButton)(target));

            #line 97 "..\..\..\ItemEditorDetailsControl.xaml"
                this.pushButtonIsFiredYes.SelectionGained += new System.EventHandler(this.pushButtonIsFired_SelectionGained);

            #line default
            #line hidden
                return;

            case 14:
                this.pushButtonIsFiredNo = ((PosControls.PushRadioButton)(target));

            #line 98 "..\..\..\ItemEditorDetailsControl.xaml"
                this.pushButtonIsFiredNo.SelectionGained += new System.EventHandler(this.pushButtonIsFired_SelectionGained);

            #line default
            #line hidden
                return;

            case 15:
                this.pushButtonIsForSaleYes = ((PosControls.PushRadioButton)(target));

            #line 101 "..\..\..\ItemEditorDetailsControl.xaml"
                this.pushButtonIsForSaleYes.SelectionGained += new System.EventHandler(this.pushButtonIsForSale_SelectionGained);

            #line default
            #line hidden
                return;

            case 16:
                this.pushButtonIsForSaleNo = ((PosControls.PushRadioButton)(target));

            #line 102 "..\..\..\ItemEditorDetailsControl.xaml"
                this.pushButtonIsForSaleNo.SelectionGained += new System.EventHandler(this.pushButtonIsForSale_SelectionGained);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.mainPane = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 2:
                this.Configuration = ((PosControls.ConfigurationManager)(target));
                return;

            case 3:
                this.textBoxName = ((PosControls.CustomTextBox)(target));

            #line 41 "..\..\..\CouponEditorDetailsControl.xaml"
                this.textBoxName.TextChanged += new System.Windows.RoutedEventHandler(this.textBoxName_TextChanged);

            #line default
            #line hidden
                return;

            case 4:
                this.textBoxAmount = ((PosControls.CustomTextBox)(target));

            #line 42 "..\..\..\CouponEditorDetailsControl.xaml"
                this.textBoxAmount.TextChanged += new System.Windows.RoutedEventHandler(this.textBoxAmount_TextChanged);

            #line default
            #line hidden
                return;

            case 5:
                this.radioButtonIsPercentage = ((PosControls.PushRadioButton)(target));

            #line 44 "..\..\..\CouponEditorDetailsControl.xaml"
                this.radioButtonIsPercentage.SelectionGained += new System.EventHandler(this.radioButtonIsPercentage_SelectionGained);

            #line default
            #line hidden
                return;

            case 6:
                this.radioButtonIsNotPercentage = ((PosControls.PushRadioButton)(target));

            #line 45 "..\..\..\CouponEditorDetailsControl.xaml"
                this.radioButtonIsNotPercentage.SelectionGained += new System.EventHandler(this.radioButtonIsPercentage_SelectionGained);

            #line default
            #line hidden
                return;

            case 7:
                this.radioButtonIsActive = ((PosControls.PushRadioButton)(target));

            #line 48 "..\..\..\CouponEditorDetailsControl.xaml"
                this.radioButtonIsActive.SelectionGained += new System.EventHandler(this.radioButtonIsActive_SelectionGained);

            #line default
            #line hidden
                return;

            case 8:
                this.radioButtonIsNotActive = ((PosControls.PushRadioButton)(target));

            #line 49 "..\..\..\CouponEditorDetailsControl.xaml"
                this.radioButtonIsNotActive.SelectionGained += new System.EventHandler(this.radioButtonIsActive_SelectionGained);

            #line default
            #line hidden
                return;

            case 9:
                this.comboBoxCouponExclusionSelection = ((PosControls.PushComboBox)(target));

            #line 51 "..\..\..\CouponEditorDetailsControl.xaml"
                this.comboBoxCouponExclusionSelection.SelectedIndexChanged += new System.EventHandler(this.comboBoxCouponExclusionSelection_SelectedIndexChanged);

            #line default
            #line hidden
                return;

            case 10:
                this.radioButtonApplyToAll = ((PosControls.PushRadioButton)(target));

            #line 53 "..\..\..\CouponEditorDetailsControl.xaml"
                this.radioButtonApplyToAll.SelectionGained += new System.EventHandler(this.radioButtonApplyToAll_SelectionGained);

            #line default
            #line hidden
                return;

            case 11:
                this.radioButtonIsNotApplyToAll = ((PosControls.PushRadioButton)(target));

            #line 54 "..\..\..\CouponEditorDetailsControl.xaml"
                this.radioButtonIsNotApplyToAll.SelectionGained += new System.EventHandler(this.radioButtonApplyToAll_SelectionGained);

            #line default
            #line hidden
                return;

            case 12:
                this.radioButtonIsThirdParty = ((PosControls.PushRadioButton)(target));

            #line 57 "..\..\..\CouponEditorDetailsControl.xaml"
                this.radioButtonIsThirdParty.SelectionGained += new System.EventHandler(this.radioButtonIsThirdParty_SelectionGained);

            #line default
            #line hidden
                return;

            case 13:
                this.radioButtonIsNotThirdParty = ((PosControls.PushRadioButton)(target));

            #line 58 "..\..\..\CouponEditorDetailsControl.xaml"
                this.radioButtonIsNotThirdParty.SelectionGained += new System.EventHandler(this.radioButtonIsThirdParty_SelectionGained);

            #line default
            #line hidden
                return;

            case 14:
                this.textBoxAmountLimit = ((PosControls.CustomTextBox)(target));

            #line 60 "..\..\..\CouponEditorDetailsControl.xaml"
                this.textBoxAmountLimit.TextChanged += new System.Windows.RoutedEventHandler(this.textBoxAmountLimit_TextChanged);

            #line default
            #line hidden
                return;

            case 15:
                this.textBoxLimitPerTicket = ((PosControls.CustomTextBox)(target));

            #line 61 "..\..\..\CouponEditorDetailsControl.xaml"
                this.textBoxLimitPerTicket.TextChanged += new System.Windows.RoutedEventHandler(this.textBoxLimitPerTicket_TextChanged);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.mainPane = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 2:
                this.Configuration = ((PosControls.ConfigurationManager)(target));
                return;

            case 3:
                this.textBoxName = ((PosControls.CustomTextBox)(target));

            #line 42 "..\..\..\ItemOptionSetEditorControl.xaml"
                this.textBoxName.TextChanged += new System.Windows.RoutedEventHandler(this.textBoxName_TextChanged);

            #line default
            #line hidden
                return;

            case 4:
                this.textBoxMin = ((PosControls.CustomTextBox)(target));

            #line 43 "..\..\..\ItemOptionSetEditorControl.xaml"
                this.textBoxMin.TextChanged += new System.Windows.RoutedEventHandler(this.textBoxMin_TextChanged);

            #line default
            #line hidden
                return;

            case 5:
                this.textBoxFree = ((PosControls.CustomTextBox)(target));

            #line 44 "..\..\..\ItemOptionSetEditorControl.xaml"
                this.textBoxFree.TextChanged += new System.Windows.RoutedEventHandler(this.textBoxFree_TextChanged);

            #line default
            #line hidden
                return;

            case 6:
                this.textBoxMax = ((PosControls.CustomTextBox)(target));

            #line 45 "..\..\..\ItemOptionSetEditorControl.xaml"
                this.textBoxMax.TextChanged += new System.Windows.RoutedEventHandler(this.textBoxMax_TextChanged);

            #line default
            #line hidden
                return;

            case 7:
                this.textBoxExtraCost = ((PosControls.CustomTextBox)(target));

            #line 46 "..\..\..\ItemOptionSetEditorControl.xaml"
                this.textBoxExtraCost.TextChanged += new System.Windows.RoutedEventHandler(this.textBoxExtraCost_TextChanged);

            #line default
            #line hidden
                return;

            case 8:
                this.radioButtonIsPizzaStyle = ((PosControls.PushRadioButton)(target));

            #line 49 "..\..\..\ItemOptionSetEditorControl.xaml"
                this.radioButtonIsPizzaStyle.SelectionGained += new System.EventHandler(this.radioButtonPizzaStyle_SelectionChanged);

            #line default
            #line hidden
                return;

            case 9:
                this.radioButtonIsNotPizzaStyle = ((PosControls.PushRadioButton)(target));

            #line 50 "..\..\..\ItemOptionSetEditorControl.xaml"
                this.radioButtonIsNotPizzaStyle.SelectionGained += new System.EventHandler(this.radioButtonPizzaStyle_SelectionChanged);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.mainPane = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 2:
                this.Configuration = ((PosControls.ConfigurationManager)(target));
                return;

            case 3:
                this.textBoxName = ((PosControls.CustomTextBox)(target));

            #line 40 "..\..\..\DiscountEditorControl.xaml"
                this.textBoxName.TextChanged += new System.Windows.RoutedEventHandler(this.textBoxName_TextChanged);

            #line default
            #line hidden
                return;

            case 4:
                this.stackPanelPromptAmount = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 5:
                this.checkBoxPrompt = ((PosControls.PushCheckBox)(target));

            #line 42 "..\..\..\DiscountEditorControl.xaml"
                this.checkBoxPrompt.SelectionChanged += new System.EventHandler(this.checkBoxPrompt_SelectionChanged);

            #line default
            #line hidden
                return;

            case 6:
                this.textBoxAmount = ((PosControls.CustomTextBox)(target));

            #line 45 "..\..\..\DiscountEditorControl.xaml"
                this.textBoxAmount.TextChanged += new System.Windows.RoutedEventHandler(this.textBoxAmount_TextChanged);

            #line default
            #line hidden
                return;

            case 7:
                this.radioButtonIsPercentage = ((PosControls.PushRadioButton)(target));

            #line 47 "..\..\..\DiscountEditorControl.xaml"
                this.radioButtonIsPercentage.SelectionGained += new System.EventHandler(this.radioButtonIsPercentage_SelectionGained);

            #line default
            #line hidden
                return;

            case 8:
                this.radioButtonIsNotPercentage = ((PosControls.PushRadioButton)(target));

            #line 48 "..\..\..\DiscountEditorControl.xaml"
                this.radioButtonIsNotPercentage.SelectionGained += new System.EventHandler(this.radioButtonIsPercentage_SelectionGained);

            #line default
            #line hidden
                return;

            case 9:
                this.radioButtonEntireTicket = ((PosControls.PushRadioButton)(target));

            #line 51 "..\..\..\DiscountEditorControl.xaml"
                this.radioButtonEntireTicket.SelectionGained += new System.EventHandler(this.radioButtonApplyTo_SelectionGained);

            #line default
            #line hidden
                return;

            case 10:
                this.radioButtonOnTicketItem = ((PosControls.PushRadioButton)(target));

            #line 52 "..\..\..\DiscountEditorControl.xaml"
                this.radioButtonOnTicketItem.SelectionGained += new System.EventHandler(this.radioButtonApplyTo_SelectionGained);

            #line default
            #line hidden
                return;

            case 11:
                this.radioButtonRequiresManager = ((PosControls.PushRadioButton)(target));

            #line 55 "..\..\..\DiscountEditorControl.xaml"
                this.radioButtonRequiresManager.SelectionGained += new System.EventHandler(this.radioButtonRequiresManager_SelectionGained);

            #line default
            #line hidden
                return;

            case 12:
                this.radioButtonNoManagerRequired = ((PosControls.PushRadioButton)(target));

            #line 56 "..\..\..\DiscountEditorControl.xaml"
                this.radioButtonNoManagerRequired.SelectionGained += new System.EventHandler(this.radioButtonRequiresManager_SelectionGained);

            #line default
            #line hidden
                return;

            case 13:
                this.radioButtonIsActive = ((PosControls.PushRadioButton)(target));

            #line 59 "..\..\..\DiscountEditorControl.xaml"
                this.radioButtonIsActive.SelectionGained += new System.EventHandler(this.radioButtonIsActive_SelectionGained);

            #line default
            #line hidden
                return;

            case 14:
                this.radioButtonIsNotActive = ((PosControls.PushRadioButton)(target));

            #line 60 "..\..\..\DiscountEditorControl.xaml"
                this.radioButtonIsNotActive.SelectionGained += new System.EventHandler(this.radioButtonIsActive_SelectionGained);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.mainPane = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 2:
                this.Configuration = ((PosControls.ConfigurationManager)(target));
                return;

            case 3:
                this.labelSpecifiedUse = ((System.Windows.Controls.Label)(target));
                return;

            case 4:
                this.labelAmount = ((System.Windows.Controls.Label)(target));
                return;

            case 5:
                this.labelMeasurementUnit = ((System.Windows.Controls.Label)(target));
                return;

            case 6:
                this.textBoxName = ((PosControls.CustomTextBox)(target));

            #line 26 "..\..\..\ItemOptionEditorControl.xaml"
                this.textBoxName.TextChanged += new System.Windows.RoutedEventHandler(this.textBoxName_TextChanged);

            #line default
            #line hidden
                return;

            case 7:
                this.textBoxExtraCost = ((PosControls.CustomTextBox)(target));

            #line 27 "..\..\..\ItemOptionEditorControl.xaml"
                this.textBoxExtraCost.TextChanged += new System.Windows.RoutedEventHandler(this.textBoxExtraCost_TextChanged);

            #line default
            #line hidden
                return;

            case 8:
                this.radioButtonUsesNothing = ((PosControls.PushRadioButton)(target));

            #line 29 "..\..\..\ItemOptionEditorControl.xaml"
                this.radioButtonUsesNothing.SelectionGained += new System.EventHandler(this.radioButtonUsesNothing_SelectionGained);

            #line default
            #line hidden
                return;

            case 9:
                this.radioButtonUsesIngredient = ((PosControls.PushRadioButton)(target));

            #line 30 "..\..\..\ItemOptionEditorControl.xaml"
                this.radioButtonUsesIngredient.SelectionGained += new System.EventHandler(this.radioButtonUsesIngredient_SelectionGained);

            #line default
            #line hidden
                return;

            case 10:
                this.radioButtonUsesItem = ((PosControls.PushRadioButton)(target));

            #line 31 "..\..\..\ItemOptionEditorControl.xaml"
                this.radioButtonUsesItem.SelectionGained += new System.EventHandler(this.radioButtonUsesItem_SelectionGained);

            #line default
            #line hidden
                return;

            case 11:
                this.comboBoxItemChoice = ((PosControls.PushComboBox)(target));

            #line 33 "..\..\..\ItemOptionEditorControl.xaml"
                this.comboBoxItemChoice.SelectedIndexChanged += new System.EventHandler(this.comboBoxItemChoice_SelectedIndexChanged);

            #line default
            #line hidden
                return;

            case 12:
                this.comboBoxAddsIngredientChoice = ((PosControls.PushComboBox)(target));

            #line 34 "..\..\..\ItemOptionEditorControl.xaml"
                this.comboBoxAddsIngredientChoice.SelectedIndexChanged += new System.EventHandler(this.comboBoxAddsIngredientChoice_SelectedIndexChanged);

            #line default
            #line hidden
                return;

            case 13:
                this.textBoxPortionAmount = ((PosControls.CustomTextBox)(target));

            #line 35 "..\..\..\ItemOptionEditorControl.xaml"
                this.textBoxPortionAmount.TextChanged += new System.Windows.RoutedEventHandler(this.textBoxPortionAmount_TextChanged);

            #line default
            #line hidden
                return;

            case 14:
                this.comboBoxMeasuringUnits = ((PosControls.PushComboBox)(target));

            #line 36 "..\..\..\ItemOptionEditorControl.xaml"
                this.comboBoxMeasuringUnits.SelectedIndexChanged += new System.EventHandler(this.comboBoxMeasuringUnits_SelectedIndexChanged);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Beispiel #13
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.mainPane = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 2:
                this.Configuration = ((PosControls.ConfigurationManager)(target));
                return;

            case 3:
                this.buttonNoneToggle = ((PosControls.PushRadioButton)(target));

            #line 9 "..\..\..\TicketTypeFilterControl.xaml"
                this.buttonNoneToggle.SelectionGained += new System.EventHandler(this.buttonNoneToggle_SelectionGained);

            #line default
            #line hidden
                return;

            case 4:
                this.buttonDineInToggle = ((PosControls.PushRadioButton)(target));

            #line 10 "..\..\..\TicketTypeFilterControl.xaml"
                this.buttonDineInToggle.SelectionGained += new System.EventHandler(this.buttonDineInToggle_SelectionGained);

            #line default
            #line hidden
                return;

            case 5:
                this.buttonCarryOutToggle = ((PosControls.PushRadioButton)(target));

            #line 11 "..\..\..\TicketTypeFilterControl.xaml"
                this.buttonCarryOutToggle.SelectionGained += new System.EventHandler(this.buttonCarryOutToggle_SelectionGained);

            #line default
            #line hidden
                return;

            case 6:
                this.buttonDeliveryToggle = ((PosControls.PushRadioButton)(target));

            #line 12 "..\..\..\TicketTypeFilterControl.xaml"
                this.buttonDeliveryToggle.SelectionGained += new System.EventHandler(this.buttonDeliveryToggle_SelectionGained);

            #line default
            #line hidden
                return;

            case 7:
                this.buttonDriveThruToggle = ((PosControls.PushRadioButton)(target));

            #line 13 "..\..\..\TicketTypeFilterControl.xaml"
                this.buttonDriveThruToggle.SelectionGained += new System.EventHandler(this.buttonDriveThruToggle_SelectionGained);

            #line default
            #line hidden
                return;

            case 8:
                this.buttonCateringToggle = ((PosControls.PushRadioButton)(target));

            #line 14 "..\..\..\TicketTypeFilterControl.xaml"
                this.buttonCateringToggle.SelectionGained += new System.EventHandler(this.buttonCateringToggle_SelectionGained);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Beispiel #14
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.mainPane = ((System.Windows.Controls.DockPanel)(target));

            #line 2 "..\..\..\GeneralSettingsGeneralPreferencesControl.xaml"
                this.mainPane.Loaded += new System.Windows.RoutedEventHandler(this.mainPane_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.Configuration = ((PosControls.ConfigurationManager)(target));
                return;

            case 3:
                this.groupBoxBroadcastServer = ((System.Windows.Controls.GroupBox)(target));
                return;

            case 4:
                this.radioButtonIsEnabled = ((PosControls.PushRadioButton)(target));

            #line 42 "..\..\..\GeneralSettingsGeneralPreferencesControl.xaml"
                this.radioButtonIsEnabled.SelectionGained += new System.EventHandler(this.radioButtonIsEnabled_SelectionGained);

            #line default
            #line hidden
                return;

            case 5:
                this.radioButtonIsNotEnabled = ((PosControls.PushRadioButton)(target));

            #line 43 "..\..\..\GeneralSettingsGeneralPreferencesControl.xaml"
                this.radioButtonIsNotEnabled.SelectionGained += new System.EventHandler(this.radioButtonIsNotEnabled_SelectionGained);

            #line default
            #line hidden
                return;

            case 6:
                this.textBoxPort = ((PosControls.CustomTextBox)(target));

            #line 45 "..\..\..\GeneralSettingsGeneralPreferencesControl.xaml"
                this.textBoxPort.CommitEdit += new System.EventHandler(this.textBoxPort_CommitEdit);

            #line default
            #line hidden
                return;

            case 7:
                this.buttonTest = ((PosControls.TextBlockButton)(target));

            #line 46 "..\..\..\GeneralSettingsGeneralPreferencesControl.xaml"
                this.buttonTest.Click += new System.Windows.RoutedEventHandler(this.buttonTest_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.radioButtonIsUsingSeating = ((PosControls.PushRadioButton)(target));

            #line 78 "..\..\..\GeneralSettingsGeneralPreferencesControl.xaml"
                this.radioButtonIsUsingSeating.SelectionGained += new System.EventHandler(this.radioButtonIsUsingSeating_SelectionGained);

            #line default
            #line hidden
                return;

            case 9:
                this.radioButtonIsNotUsingSeating = ((PosControls.PushRadioButton)(target));

            #line 79 "..\..\..\GeneralSettingsGeneralPreferencesControl.xaml"
                this.radioButtonIsNotUsingSeating.SelectionGained += new System.EventHandler(this.radioButtonIsNotUsingSeating_SelectionGained);

            #line default
            #line hidden
                return;

            case 10:
                this.radioButtonIsForceVoidWaste = ((PosControls.PushRadioButton)(target));

            #line 82 "..\..\..\GeneralSettingsGeneralPreferencesControl.xaml"
                this.radioButtonIsForceVoidWaste.SelectionGained += new System.EventHandler(this.radioButtonIsForceVoidWaste_SelectionGained);

            #line default
            #line hidden
                return;

            case 11:
                this.radioButtonIsNotForceVoidWaste = ((PosControls.PushRadioButton)(target));

            #line 83 "..\..\..\GeneralSettingsGeneralPreferencesControl.xaml"
                this.radioButtonIsNotForceVoidWaste.SelectionGained += new System.EventHandler(this.radioButtonIsNotForceVoidWaste_SelectionGained);

            #line default
            #line hidden
                return;

            case 12:
                this.radioButtonIsKeyboardRestricted = ((PosControls.PushRadioButton)(target));

            #line 86 "..\..\..\GeneralSettingsGeneralPreferencesControl.xaml"
                this.radioButtonIsKeyboardRestricted.SelectionGained += new System.EventHandler(this.radioButtonIsKeyboardRestricted_SelectionGained);

            #line default
            #line hidden
                return;

            case 13:
                this.radioButtonIsNotKeyboardRestricted = ((PosControls.PushRadioButton)(target));

            #line 87 "..\..\..\GeneralSettingsGeneralPreferencesControl.xaml"
                this.radioButtonIsNotKeyboardRestricted.SelectionGained += new System.EventHandler(this.radioButtonIsNotKeyboardRestricted_SelectionGained);

            #line default
            #line hidden
                return;

            case 14:
                this.radioButtonIsLogoutOnPlaceOrder = ((PosControls.PushRadioButton)(target));

            #line 90 "..\..\..\GeneralSettingsGeneralPreferencesControl.xaml"
                this.radioButtonIsLogoutOnPlaceOrder.SelectionGained += new System.EventHandler(this.radioButtonIsLogoutOnPlaceOrder_SelectionGained);

            #line default
            #line hidden
                return;

            case 15:
                this.radioButtonIsNotLogoutOnPlaceOrder = ((PosControls.PushRadioButton)(target));

            #line 91 "..\..\..\GeneralSettingsGeneralPreferencesControl.xaml"
                this.radioButtonIsNotLogoutOnPlaceOrder.SelectionGained += new System.EventHandler(this.radioButtonIsNotLogoutOnPlaceOrder_SelectionGained);

            #line default
            #line hidden
                return;

            case 16:
                this.radioButtonIsBlockTaskManager = ((PosControls.PushRadioButton)(target));

            #line 94 "..\..\..\GeneralSettingsGeneralPreferencesControl.xaml"
                this.radioButtonIsBlockTaskManager.SelectionGained += new System.EventHandler(this.radioButtonIsBlockTaskManager_SelectionGained);

            #line default
            #line hidden
                return;

            case 17:
                this.radioButtonIsNotBlockTaskManager = ((PosControls.PushRadioButton)(target));

            #line 95 "..\..\..\GeneralSettingsGeneralPreferencesControl.xaml"
                this.radioButtonIsNotBlockTaskManager.SelectionGained += new System.EventHandler(this.radioButtonIsNotBlockTaskManager_SelectionGained);

            #line default
            #line hidden
                return;

            case 18:
                this.labelWeatherPostal = ((System.Windows.Controls.Label)(target));
                return;

            case 19:
                this.radioButtonWeatherIsEnabled = ((PosControls.PushRadioButton)(target));

            #line 124 "..\..\..\GeneralSettingsGeneralPreferencesControl.xaml"
                this.radioButtonWeatherIsEnabled.SelectionGained += new System.EventHandler(this.radioButtonWeatherIsEnabled_SelectionGained);

            #line default
            #line hidden
                return;

            case 20:
                this.radioButtonWeatherIsNotEnabled = ((PosControls.PushRadioButton)(target));

            #line 125 "..\..\..\GeneralSettingsGeneralPreferencesControl.xaml"
                this.radioButtonWeatherIsNotEnabled.SelectionGained += new System.EventHandler(this.radioButtonWeatherIsNotEnabled_SelectionGained);

            #line default
            #line hidden
                return;

            case 21:
                this.textBoxWeatherZipCode = ((PosControls.CustomTextBox)(target));

            #line 127 "..\..\..\GeneralSettingsGeneralPreferencesControl.xaml"
                this.textBoxWeatherZipCode.CommitEdit += new System.EventHandler(this.textBoxWeatherZipCode_CommitEdit);

            #line default
            #line hidden
                return;

            case 22:
                this.labelAutoLogoutTimeOut = ((System.Windows.Controls.Label)(target));
                return;

            case 23:
                this.labelAutoLogoutDisable = ((System.Windows.Controls.Label)(target));
                return;

            case 24:
                this.labelAutoLogoutDisableOrder = ((System.Windows.Controls.Label)(target));
                return;

            case 25:
                this.labelAutoLogoutDisableDialog = ((System.Windows.Controls.Label)(target));
                return;

            case 26:
                this.labelAutoLogoutDisablePassword = ((System.Windows.Controls.Label)(target));
                return;

            case 27:
                this.radioButtonYesAutoLogoutEnabled = ((PosControls.PushRadioButton)(target));

            #line 153 "..\..\..\GeneralSettingsGeneralPreferencesControl.xaml"
                this.radioButtonYesAutoLogoutEnabled.SelectionGained += new System.EventHandler(this.radioButtonYesAutoLogoutEnabled_SelectionGained);

            #line default
            #line hidden
                return;

            case 28:
                this.radioButtonNoAutoLogoutEnabled = ((PosControls.PushRadioButton)(target));

            #line 154 "..\..\..\GeneralSettingsGeneralPreferencesControl.xaml"
                this.radioButtonNoAutoLogoutEnabled.SelectionGained += new System.EventHandler(this.radioButtonNoAutoLogoutEnabled_SelectionGained);

            #line default
            #line hidden
                return;

            case 29:
                this.textBoxAutoLogoutTimeout = ((PosControls.CustomTextBox)(target));

            #line 156 "..\..\..\GeneralSettingsGeneralPreferencesControl.xaml"
                this.textBoxAutoLogoutTimeout.CommitEdit += new System.EventHandler(this.textBoxAutoLogoutTimeout_CommitEdit);

            #line default
            #line hidden
                return;

            case 30:
                this.radioButtonYesDisableAutoLogoutInOrderEntry = ((PosControls.PushRadioButton)(target));

            #line 158 "..\..\..\GeneralSettingsGeneralPreferencesControl.xaml"
                this.radioButtonYesDisableAutoLogoutInOrderEntry.SelectionGained += new System.EventHandler(this.radioButtonYesDisableAutoLogoutInOrderEntry_SelectionGained);

            #line default
            #line hidden
                return;

            case 31:
                this.radioButtonNoDisableAutoLogoutInOrderEntry = ((PosControls.PushRadioButton)(target));

            #line 159 "..\..\..\GeneralSettingsGeneralPreferencesControl.xaml"
                this.radioButtonNoDisableAutoLogoutInOrderEntry.SelectionGained += new System.EventHandler(this.radioButtonNoDisableAutoLogoutinOrderEntry_SelectionGained);

            #line default
            #line hidden
                return;

            case 32:
                this.radioButtonYesDisableAutoLogoutForDialogWindows = ((PosControls.PushRadioButton)(target));

            #line 162 "..\..\..\GeneralSettingsGeneralPreferencesControl.xaml"
                this.radioButtonYesDisableAutoLogoutForDialogWindows.SelectionGained += new System.EventHandler(this.radioButtonYesDisableAutoLogoutForDialogWindows_SelectionGained);

            #line default
            #line hidden
                return;

            case 33:
                this.radioButtonNoDisableAutoLogoutForDialogWindows = ((PosControls.PushRadioButton)(target));

            #line 163 "..\..\..\GeneralSettingsGeneralPreferencesControl.xaml"
                this.radioButtonNoDisableAutoLogoutForDialogWindows.SelectionGained += new System.EventHandler(this.radioButtonNoDisableAutoLogoutForDialogWindows_SelectionGained);

            #line default
            #line hidden
                return;

            case 34:
                this.radioButtonYesDisableAutoLogoutForPasswordChanges = ((PosControls.PushRadioButton)(target));

            #line 166 "..\..\..\GeneralSettingsGeneralPreferencesControl.xaml"
                this.radioButtonYesDisableAutoLogoutForPasswordChanges.SelectionGained += new System.EventHandler(this.radioButtonYesDisableAutoLogoutForPasswordChanges_SelectionGained);

            #line default
            #line hidden
                return;

            case 35:
                this.radioButtonNoDisableAutoLogoutForPasswordChanges = ((PosControls.PushRadioButton)(target));

            #line 167 "..\..\..\GeneralSettingsGeneralPreferencesControl.xaml"
                this.radioButtonNoDisableAutoLogoutForPasswordChanges.SelectionGained += new System.EventHandler(this.radioButtonNoDisableAutoLogoutForPasswordChanges_SelectionGained);

            #line default
            #line hidden
                return;

            case 36:
                this.radioButtonIsUsingKioskMode = ((PosControls.PushRadioButton)(target));

            #line 183 "..\..\..\GeneralSettingsGeneralPreferencesControl.xaml"
                this.radioButtonIsUsingKioskMode.SelectionGained += new System.EventHandler(this.radioButtonIsUsingKioskMode_SelectionGained);

            #line default
            #line hidden
                return;

            case 37:
                this.radioButtonIsNotUsingKioskMode = ((PosControls.PushRadioButton)(target));

            #line 184 "..\..\..\GeneralSettingsGeneralPreferencesControl.xaml"
                this.radioButtonIsNotUsingKioskMode.SelectionGained += new System.EventHandler(this.radioButtonIsNotUsingKioskMode_SelectionGained);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.mainPane = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 2:
                this.Configuration = ((PosControls.ConfigurationManager)(target));
                return;

            case 3:
                this.buttonMyOpenToggle = ((PosControls.PushRadioButton)(target));

            #line 9 "..\..\..\TicketFilterControl.xaml"
                this.buttonMyOpenToggle.SelectionGained += new System.EventHandler(this.buttonMyOpenToggle_SelectionGained);

            #line default
            #line hidden
                return;

            case 4:
                this.buttonAllOpenToggle = ((PosControls.PushRadioButton)(target));

            #line 10 "..\..\..\TicketFilterControl.xaml"
                this.buttonAllOpenToggle.SelectionGained += new System.EventHandler(this.buttonAllOpenToggle_SelectionGained);

            #line default
            #line hidden
                return;

            case 5:
                this.buttonFutureToggle = ((PosControls.PushRadioButton)(target));

            #line 11 "..\..\..\TicketFilterControl.xaml"
                this.buttonFutureToggle.SelectionGained += new System.EventHandler(this.buttonFutureToggle_SelectionGained);

            #line default
            #line hidden
                return;

            case 6:
                this.buttonClosedToggle = ((PosControls.PushRadioButton)(target));

            #line 12 "..\..\..\TicketFilterControl.xaml"
                this.buttonClosedToggle.SelectionGained += new System.EventHandler(this.buttonClosedToggle_SelectionGained);

            #line default
            #line hidden
                return;

            case 7:
                this.buttonCancelToggle = ((PosControls.PushRadioButton)(target));

            #line 13 "..\..\..\TicketFilterControl.xaml"
                this.buttonCancelToggle.SelectionGained += new System.EventHandler(this.buttonCancelToggle_SelectionGained);

            #line default
            #line hidden
                return;

            case 8:
                this.buttonDispatchedToggle = ((PosControls.PushRadioButton)(target));

            #line 14 "..\..\..\TicketFilterControl.xaml"
                this.buttonDispatchedToggle.SelectionGained += new System.EventHandler(this.buttonDispatchedToggle_SelectionGained);

            #line default
            #line hidden
                return;

            case 9:
                this.buttonAllDayToggle = ((PosControls.PushRadioButton)(target));

            #line 15 "..\..\..\TicketFilterControl.xaml"
                this.buttonAllDayToggle.SelectionGained += new System.EventHandler(this.buttonAllDay_SelectionGained);

            #line default
            #line hidden
                return;

            case 10:
                this.buttonRangeToggle = ((PosControls.PushRadioButton)(target));

            #line 16 "..\..\..\TicketFilterControl.xaml"
                this.buttonRangeToggle.SelectionGained += new System.EventHandler(this.buttonRange_SelectionGained);

            #line default
            #line hidden
                return;

            case 11:
                this.buttonAllToggle = ((PosControls.PushRadioButton)(target));

            #line 17 "..\..\..\TicketFilterControl.xaml"
                this.buttonAllToggle.SelectionGained += new System.EventHandler(this.buttonAllToggle_SelectionGained);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.mainPane = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 2:
                this.Configuration = ((PosControls.ConfigurationManager)(target));
                return;

            case 3:
                this.labelBroadcastServer = ((System.Windows.Controls.Label)(target));
                return;

            case 4:
                this.radioButtonIsEnabled = ((PosControls.PushRadioButton)(target));

            #line 50 "..\..\..\GeneralSettingsGeneralPreferencesControl.xaml"
                this.radioButtonIsEnabled.SelectionGained += new System.EventHandler(this.radioButtonIsEnabled_SelectionGained);

            #line default
            #line hidden
                return;

            case 5:
                this.radioButtonIsNotEnabled = ((PosControls.PushRadioButton)(target));

            #line 51 "..\..\..\GeneralSettingsGeneralPreferencesControl.xaml"
                this.radioButtonIsNotEnabled.SelectionGained += new System.EventHandler(this.radioButtonIsNotEnabled_SelectionGained);

            #line default
            #line hidden
                return;

            case 6:
                this.textBoxPort = ((PosControls.CustomTextBox)(target));

            #line 53 "..\..\..\GeneralSettingsGeneralPreferencesControl.xaml"
                this.textBoxPort.TextChanged += new System.Windows.RoutedEventHandler(this.textBoxPort_TextChanged);

            #line default
            #line hidden

            #line 53 "..\..\..\GeneralSettingsGeneralPreferencesControl.xaml"
                this.textBoxPort.ContextMenuClosing += new System.Windows.Controls.ContextMenuEventHandler(this.textBoxPort_ContextMenuClosing);

            #line default
            #line hidden
                return;

            case 7:
                this.buttonTest = ((PosControls.TextBlockButton)(target));

            #line 54 "..\..\..\GeneralSettingsGeneralPreferencesControl.xaml"
                this.buttonTest.Click += new System.Windows.RoutedEventHandler(this.buttonTest_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.mainPane = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 2:
                this.Configuration = ((PosControls.ConfigurationManager)(target));
                return;

            case 3:

            #line 13 "..\..\..\GeneralSettingsUpdateControl.xaml"
                ((System.Windows.Controls.Grid)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Grid_Loaded);

            #line default
            #line hidden
                return;

            case 4:
                this.dragScrollViewer = ((PosControls.DragScrollViewer)(target));
                return;

            case 5:
                this.flowDocumentScroll = ((System.Windows.Controls.FlowDocumentScrollViewer)(target));
                return;

            case 6:
                this.buttonVersionCheck = ((PosControls.TextBlockButton)(target));

            #line 43 "..\..\..\GeneralSettingsUpdateControl.xaml"
                this.buttonVersionCheck.Click += new System.Windows.RoutedEventHandler(this.buttonVersionCheck_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.buttonUpdate = ((PosControls.TextBlockButton)(target));

            #line 44 "..\..\..\GeneralSettingsUpdateControl.xaml"
                this.buttonUpdate.Click += new System.Windows.RoutedEventHandler(this.buttonUpdate_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.progressBar = ((System.Windows.Controls.ProgressBar)(target));
                return;

            case 9:
                this.radioButtonAutoUpdateIsEnabled = ((PosControls.PushRadioButton)(target));

            #line 54 "..\..\..\GeneralSettingsUpdateControl.xaml"
                this.radioButtonAutoUpdateIsEnabled.SelectionGained += new System.EventHandler(this.radioButtonAutoUpdateIsEnabled_SelectionGained);

            #line default
            #line hidden
                return;

            case 10:
                this.radioButtonAutoUpdateIsNotEnabled = ((PosControls.PushRadioButton)(target));

            #line 55 "..\..\..\GeneralSettingsUpdateControl.xaml"
                this.radioButtonAutoUpdateIsNotEnabled.SelectionGained += new System.EventHandler(this.radioButtonAutoUpdateIsNotEnabled_SelectionGained);

            #line default
            #line hidden
                return;

            case 11:
                this.textBoxServer = ((PosControls.CustomTextBox)(target));

            #line 57 "..\..\..\GeneralSettingsUpdateControl.xaml"
                this.textBoxServer.TextChanged += new System.Windows.RoutedEventHandler(this.textBoxServer_TextChanged);

            #line default
            #line hidden
                return;

            case 12:
                this.textBoxPort = ((PosControls.CustomTextBox)(target));

            #line 58 "..\..\..\GeneralSettingsUpdateControl.xaml"
                this.textBoxPort.TextChanged += new System.Windows.RoutedEventHandler(this.textBoxPort_TextChanged);

            #line default
            #line hidden
                return;

            case 13:
                this.buttonSave = ((PosControls.TextBlockButton)(target));

            #line 59 "..\..\..\GeneralSettingsUpdateControl.xaml"
                this.buttonSave.Click += new System.Windows.RoutedEventHandler(this.buttonSave_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.mainPane = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 2:
                this.Configuration = ((PosControls.ConfigurationManager)(target));
                return;

            case 3:
                this.groupBoxLanguage = ((System.Windows.Controls.GroupBox)(target));
                return;

            case 4:
                this.rowDefinitionDebug = ((System.Windows.Controls.RowDefinition)(target));
                return;

            case 5:
                this.radioButtonLangEnglish = ((PosControls.PushRadioButton)(target));

            #line 25 "..\..\..\PersonalSettingsControl.xaml"
                this.radioButtonLangEnglish.SelectionGained += new System.EventHandler(this.radioButtonLangEnglish_SelectionGained);

            #line default
            #line hidden
                return;

            case 6:
                this.radioButtonLangSpanish = ((PosControls.PushRadioButton)(target));

            #line 26 "..\..\..\PersonalSettingsControl.xaml"
                this.radioButtonLangSpanish.SelectionGained += new System.EventHandler(this.radioButtonLangSpanish_SelectionGained);

            #line default
            #line hidden
                return;

            case 7:
                this.radioButtonLangFrench = ((PosControls.PushRadioButton)(target));

            #line 27 "..\..\..\PersonalSettingsControl.xaml"
                this.radioButtonLangFrench.SelectionGained += new System.EventHandler(this.radioButtonLangFrench_SelectionGained);

            #line default
            #line hidden
                return;

            case 8:
                this.radioButtonLangGerman = ((PosControls.PushRadioButton)(target));

            #line 28 "..\..\..\PersonalSettingsControl.xaml"
                this.radioButtonLangGerman.SelectionGained += new System.EventHandler(this.radioButtonLangGerman_SelectionGained);

            #line default
            #line hidden
                return;

            case 9:
                this.radioButtonLangItalian = ((PosControls.PushRadioButton)(target));

            #line 29 "..\..\..\PersonalSettingsControl.xaml"
                this.radioButtonLangItalian.SelectionGained += new System.EventHandler(this.radioButtonLangItalian_SelectionGained);

            #line default
            #line hidden
                return;

            case 10:
                this.radioButtonLangDutch = ((PosControls.PushRadioButton)(target));

            #line 30 "..\..\..\PersonalSettingsControl.xaml"
                this.radioButtonLangDutch.SelectionGained += new System.EventHandler(this.radioButtonLangDutch_SelectionGained);

            #line default
            #line hidden
                return;

            case 11:
                this.radioButtonLangPortuguese = ((PosControls.PushRadioButton)(target));

            #line 31 "..\..\..\PersonalSettingsControl.xaml"
                this.radioButtonLangPortuguese.SelectionGained += new System.EventHandler(this.radioButtonLangPortuguese_SelectionGained);

            #line default
            #line hidden
                return;

            case 12:
                this.radioButtonLangDebug = ((PosControls.PushRadioButton)(target));

            #line 32 "..\..\..\PersonalSettingsControl.xaml"
                this.radioButtonLangDebug.SelectionGained += new System.EventHandler(this.radioButtonLangDebug_SelectionGained);

            #line default
            #line hidden
                return;

            case 13:
                this.groupBoxTemperature = ((System.Windows.Controls.GroupBox)(target));
                return;

            case 14:
                this.radioButtonLangFahrenheit = ((PosControls.PushRadioButton)(target));

            #line 42 "..\..\..\PersonalSettingsControl.xaml"
                this.radioButtonLangFahrenheit.SelectionGained += new System.EventHandler(this.radioButtonLangFahrenheit_SelectionGained);

            #line default
            #line hidden
                return;

            case 15:
                this.radioButtonLangCelsius = ((PosControls.PushRadioButton)(target));

            #line 43 "..\..\..\PersonalSettingsControl.xaml"
                this.radioButtonLangCelsius.SelectionGained += new System.EventHandler(this.radioButtonLangCelsius_SelectionGained);

            #line default
            #line hidden
                return;

            case 16:
                this.radioButtonLangKelvin = ((PosControls.PushRadioButton)(target));

            #line 44 "..\..\..\PersonalSettingsControl.xaml"
                this.radioButtonLangKelvin.SelectionGained += new System.EventHandler(this.radioButtonLangKelvin_SelectionGained);

            #line default
            #line hidden
                return;

            case 17:
                this.groupBoxTicketFilter = ((System.Windows.Controls.GroupBox)(target));
                return;

            case 18:
                this.radioButton1 = ((PosControls.PushRadioButton)(target));
                return;

            case 19:
                this.radioButton2 = ((PosControls.PushRadioButton)(target));
                return;

            case 20:
                this.radioButton3 = ((PosControls.PushRadioButton)(target));
                return;

            case 21:
                this.radioButton4 = ((PosControls.PushRadioButton)(target));
                return;

            case 22:
                this.radioButton5 = ((PosControls.PushRadioButton)(target));
                return;

            case 23:
                this.radioButton6 = ((PosControls.PushRadioButton)(target));
                return;

            case 24:
                this.radioButton7 = ((PosControls.PushRadioButton)(target));
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.mainPane = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 2:
                this.Configuration = ((PosControls.ConfigurationManager)(target));
                return;

            case 3:
                this.stackPanelGradientStops = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 4:
                this.borderGradientStops = ((System.Windows.Controls.Border)(target));
                return;

            case 5:
                this.listBoxGradientStopCollection = ((PosControls.DragScrollListBox)(target));
                return;

            case 6:
                this.buttonAdd = ((PosControls.TextBlockButton)(target));
                return;

            case 7:
                this.buttonEdit = ((PosControls.TextBlockButton)(target));
                return;

            case 8:
                this.buttonRemove = ((PosControls.TextBlockButton)(target));
                return;

            case 9:
                this.buttonMoveUp = ((PosControls.TextBlockButton)(target));
                return;

            case 10:
                this.buttonMoveDown = ((PosControls.TextBlockButton)(target));
                return;

            case 11:
                this.buttonSave = ((PosControls.TextBlockButton)(target));
                return;

            case 12:
                this.radioButtonLinearGradient = ((PosControls.PushRadioButton)(target));
                return;

            case 13:
                this.radioButtonRadialGradient = ((PosControls.PushRadioButton)(target));
                return;

            case 14:
                this.comboBoxSpreadMethod = ((PosControls.PushComboBox)(target));
                return;

            case 15:
                this.comboBoxColorInterpolationMode = ((PosControls.PushComboBox)(target));
                return;

            case 16:
                this.borderSwatch = ((System.Windows.Controls.Border)(target));
                return;

            case 17:
                this.stackPanelLinearParameters = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 18:
                this.textBoxLinearStartPointX = ((PosControls.CustomTextBox)(target));
                return;

            case 19:
                this.textBoxLinearStartPointY = ((PosControls.CustomTextBox)(target));
                return;

            case 20:
                this.textBoxLinearEndPointX = ((PosControls.CustomTextBox)(target));
                return;

            case 21:
                this.textBoxLinearEndPointY = ((PosControls.CustomTextBox)(target));
                return;

            case 22:
                this.textBoxLinearOpacity = ((PosControls.CustomTextBox)(target));
                return;

            case 23:
                this.stackPanelRadialParameters = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 24:
                this.textBoxOriginX = ((PosControls.CustomTextBox)(target));
                return;

            case 25:
                this.textBoxOriginY = ((PosControls.CustomTextBox)(target));
                return;

            case 26:
                this.textBoxCenterX = ((PosControls.CustomTextBox)(target));
                return;

            case 27:
                this.textBoxCenterY = ((PosControls.CustomTextBox)(target));
                return;

            case 28:
                this.textBoxRadiusX = ((PosControls.CustomTextBox)(target));
                return;

            case 29:
                this.textBoxRadiusY = ((PosControls.CustomTextBox)(target));
                return;

            case 30:
                this.textBoxRadientOpacity = ((PosControls.CustomTextBox)(target));
                return;
            }
            this._contentLoaded = true;
        }
Beispiel #20
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.mainPane = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 2:
                this.Configuration = ((PosControls.ConfigurationManager)(target));
                return;

            case 3:
                this.radioButtonIsUsingSeating = ((PosControls.PushRadioButton)(target));

            #line 49 "..\..\..\GeneralSettingsStoreSettingsControl.xaml"
                this.radioButtonIsUsingSeating.SelectionGained += new System.EventHandler(this.radioButtonIsUsingSeating_SelectionGained);

            #line default
            #line hidden
                return;

            case 4:
                this.radioButtonIsNotUsingSeating = ((PosControls.PushRadioButton)(target));

            #line 50 "..\..\..\GeneralSettingsStoreSettingsControl.xaml"
                this.radioButtonIsNotUsingSeating.SelectionGained += new System.EventHandler(this.radioButtonIsNotUsingSeating_SelectionGained);

            #line default
            #line hidden
                return;

            case 5:
                this.radioButtonIsForceVoidWaste = ((PosControls.PushRadioButton)(target));

            #line 53 "..\..\..\GeneralSettingsStoreSettingsControl.xaml"
                this.radioButtonIsForceVoidWaste.SelectionGained += new System.EventHandler(this.radioButtonIsForceVoidWaste_SelectionGained);

            #line default
            #line hidden
                return;

            case 6:
                this.radioButtonIsNotForceVoidWaste = ((PosControls.PushRadioButton)(target));

            #line 54 "..\..\..\GeneralSettingsStoreSettingsControl.xaml"
                this.radioButtonIsNotForceVoidWaste.SelectionGained += new System.EventHandler(this.radioButtonIsNotForceVoidWaste_SelectionGained);

            #line default
            #line hidden
                return;

            case 7:
                this.radioButtonIsKeyboardRestricted = ((PosControls.PushRadioButton)(target));

            #line 57 "..\..\..\GeneralSettingsStoreSettingsControl.xaml"
                this.radioButtonIsKeyboardRestricted.SelectionGained += new System.EventHandler(this.radioButtonIsKeyboardRestricted_SelectionGained);

            #line default
            #line hidden
                return;

            case 8:
                this.radioButtonIsNotKeyboardRestricted = ((PosControls.PushRadioButton)(target));

            #line 58 "..\..\..\GeneralSettingsStoreSettingsControl.xaml"
                this.radioButtonIsNotKeyboardRestricted.SelectionGained += new System.EventHandler(this.radioButtonIsNotKeyboardRestricted_SelectionGained);

            #line default
            #line hidden
                return;

            case 9:
                this.radioButtonYesAutoLogoutEnabled = ((PosControls.PushRadioButton)(target));

            #line 84 "..\..\..\GeneralSettingsStoreSettingsControl.xaml"
                this.radioButtonYesAutoLogoutEnabled.SelectionGained += new System.EventHandler(this.radioButtonYesAutoLogoutEnabled_SelectionGained);

            #line default
            #line hidden
                return;

            case 10:
                this.radioButtonNoAutoLogoutEnabled = ((PosControls.PushRadioButton)(target));

            #line 85 "..\..\..\GeneralSettingsStoreSettingsControl.xaml"
                this.radioButtonNoAutoLogoutEnabled.SelectionGained += new System.EventHandler(this.radioButtonNoAutoLogoutEnabled_SelectionGained);

            #line default
            #line hidden
                return;

            case 11:
                this.textBoxAutoLogoutTimeout = ((PosControls.CustomTextBox)(target));

            #line 87 "..\..\..\GeneralSettingsStoreSettingsControl.xaml"
                this.textBoxAutoLogoutTimeout.CommitEdit += new System.EventHandler(this.textBoxAutoLogoutTimeout_CommitEdit);

            #line default
            #line hidden
                return;

            case 12:
                this.radioButtonYesDisableAutoLogoutInOrderEntry = ((PosControls.PushRadioButton)(target));

            #line 89 "..\..\..\GeneralSettingsStoreSettingsControl.xaml"
                this.radioButtonYesDisableAutoLogoutInOrderEntry.SelectionGained += new System.EventHandler(this.radioButtonYesDisableAutoLogoutInOrderEntry_SelectionGained);

            #line default
            #line hidden
                return;

            case 13:
                this.radioButtonNoDisableAutoLogoutInOrderEntry = ((PosControls.PushRadioButton)(target));

            #line 90 "..\..\..\GeneralSettingsStoreSettingsControl.xaml"
                this.radioButtonNoDisableAutoLogoutInOrderEntry.SelectionGained += new System.EventHandler(this.radioButtonNoDisableAutoLogoutinOrderEntry_SelectionGained);

            #line default
            #line hidden
                return;

            case 14:
                this.radioButtonYesDisableAutoLogoutForDialogWindows = ((PosControls.PushRadioButton)(target));

            #line 93 "..\..\..\GeneralSettingsStoreSettingsControl.xaml"
                this.radioButtonYesDisableAutoLogoutForDialogWindows.SelectionGained += new System.EventHandler(this.radioButtonYesDisableAutoLogoutForDialogWindows_SelectionGained);

            #line default
            #line hidden
                return;

            case 15:
                this.radioButtonNoDisableAutoLogoutForDialogWindows = ((PosControls.PushRadioButton)(target));

            #line 94 "..\..\..\GeneralSettingsStoreSettingsControl.xaml"
                this.radioButtonNoDisableAutoLogoutForDialogWindows.SelectionGained += new System.EventHandler(this.radioButtonNoDisableAutoLogoutForDialogWindows_SelectionGained);

            #line default
            #line hidden
                return;

            case 16:
                this.radioButtonYesDisableAutoLogoutForPasswordChanges = ((PosControls.PushRadioButton)(target));

            #line 97 "..\..\..\GeneralSettingsStoreSettingsControl.xaml"
                this.radioButtonYesDisableAutoLogoutForPasswordChanges.SelectionGained += new System.EventHandler(this.radioButtonYesDisableAutoLogoutForPasswordChanges_SelectionGained);

            #line default
            #line hidden
                return;

            case 17:
                this.radioButtonNoDisableAutoLogoutForPasswordChanges = ((PosControls.PushRadioButton)(target));

            #line 98 "..\..\..\GeneralSettingsStoreSettingsControl.xaml"
                this.radioButtonNoDisableAutoLogoutForPasswordChanges.SelectionGained += new System.EventHandler(this.radioButtonNoDisableAutoLogoutForPasswordChanges_SelectionGained);

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