コード例 #1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 8 "..\..\EditTable.xaml"
                ((NSDMasterInventorySF.EditTable)(target)).Loaded += new System.Windows.RoutedEventHandler(this.OnLoaded);

            #line default
            #line hidden
                return;

            case 2:
                this.PrefabComboBox = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 3:
                this.TableNameBox = ((Syncfusion.Windows.Controls.Input.SfTextBoxExt)(target));
                return;

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

            #line 12 "..\..\EditTable.xaml"
                this.ChooseButton.Click += new System.Windows.RoutedEventHandler(this.DoneButtonOnClicked);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
コード例 #2
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
 {
     switch (connectionId)
     {
     case 1:
         this.sfTextBoxExt = ((Syncfusion.Windows.Controls.Input.SfTextBoxExt)(target));
         return;
     }
     this._contentLoaded = true;
 }
コード例 #3
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 8 "..\..\DatabaseManagerError.xaml"
                ((NSDMasterInventorySF.DatabaseManagerError)(target)).Loaded += new System.Windows.RoutedEventHandler(this.OnLoaded);

            #line default
            #line hidden
                return;

            case 2:
                this.ServerBox = ((Syncfusion.Windows.Controls.Input.SfTextBoxExt)(target));
                return;

            case 3:
                this.UserIdBox = ((Syncfusion.Windows.Controls.Input.SfTextBoxExt)(target));
                return;

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

            case 5:
                this.DatabaseComboBox = ((Syncfusion.Windows.Controls.Input.SfTextBoxExt)(target));
                return;

            case 6:
                this.SchemaComboBox = ((Syncfusion.Windows.Controls.Input.SfTextBoxExt)(target));
                return;

            case 7:

            #line 37 "..\..\DatabaseManagerError.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.CancelClicked);

            #line default
            #line hidden
                return;

            case 8:

            #line 38 "..\..\DatabaseManagerError.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.ConnectClicked);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
コード例 #4
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.SaveButton = ((System.Windows.Controls.Button)(target));

            #line 14 "..\..\..\PrefabBuilder.xaml"
                this.SaveButton.Click += new System.Windows.RoutedEventHandler(this.SavePrefab);

            #line default
            #line hidden
                return;

            case 2:
                this.ItemNameField = ((Syncfusion.Windows.Controls.Input.SfTextBoxExt)(target));

            #line 16 "..\..\..\PrefabBuilder.xaml"
                this.ItemNameField.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.NameFieldTextChanged);

            #line default
            #line hidden
                return;

            case 3:
                this.ShowInventoriedColumn = ((System.Windows.Controls.CheckBox)(target));

            #line 27 "..\..\..\PrefabBuilder.xaml"
                this.ShowInventoriedColumn.Click += new System.Windows.RoutedEventHandler(this.ShowInventoriedColumn_OnClick);

            #line default
            #line hidden
                return;

            case 4:
                this.FieldsStackPanel = ((System.Windows.Controls.StackPanel)(target));
                return;
            }
            this._contentLoaded = true;
        }
コード例 #5
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.PrefabNameBox = ((Syncfusion.Windows.Controls.Input.SfTextBoxExt)(target));

            #line 11 "..\..\GenerateFromTable.xaml"
                this.PrefabNameBox.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.PrefabNameBox_OnTextChanged);

            #line default
            #line hidden
                return;

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

            #line 12 "..\..\GenerateFromTable.xaml"
                this.DoneButton.Click += new System.Windows.RoutedEventHandler(this.DoneButton_OnClick);

            #line default
            #line hidden
                return;

            case 3:
                this.TableList = ((System.Windows.Controls.ListBox)(target));

            #line 13 "..\..\GenerateFromTable.xaml"
                this.TableList.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.TableList_OnSelectionChanged);

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

            #line 9 "..\..\PrefabBuilder.xaml"
                ((NSDMasterInventorySF.PrefabBuilder)(target)).Loaded += new System.Windows.RoutedEventHandler(this.OnLoaded);

            #line default
            #line hidden

            #line 9 "..\..\PrefabBuilder.xaml"
                ((NSDMasterInventorySF.PrefabBuilder)(target)).Closed += new System.EventHandler(this.PrefabBuilder_OnClosed);

            #line default
            #line hidden
                return;

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

            #line 39 "..\..\PrefabBuilder.xaml"
                this.SaveButton.Click += new System.Windows.RoutedEventHandler(this.SavePrefab);

            #line default
            #line hidden
                return;

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

            #line 41 "..\..\PrefabBuilder.xaml"
                this.EditComboBoxes.Click += new System.Windows.RoutedEventHandler(this.EditComboBoxes_OnClick);

            #line default
            #line hidden
                return;

            case 4:
                this.ItemNameField = ((Syncfusion.Windows.Controls.Input.SfTextBoxExt)(target));

            #line 43 "..\..\PrefabBuilder.xaml"
                this.ItemNameField.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.ItemNameField_OnTextChanged);

            #line default
            #line hidden
                return;

            case 5:
                this.RowPositionTextBox = ((Syncfusion.Windows.Shared.IntegerTextBox)(target));

            #line 49 "..\..\PrefabBuilder.xaml"
                this.RowPositionTextBox.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.RowPositionTextBox_OnValueChanged);

            #line default
            #line hidden
                return;

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

            #line 52 "..\..\PrefabBuilder.xaml"
                this.AddNewRowButton.Click += new System.Windows.RoutedEventHandler(this.AddNewRowButton_OnClick);

            #line default
            #line hidden
                return;

            case 7:
                this.PrefabGrid = ((NSDMasterInventorySF.ui.SfDataGridExt)(target));
                return;
            }
            this._contentLoaded = true;
        }
コード例 #7
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 9 "..\..\MainWindow.xaml"
                ((NSDMasterInventorySF.MainWindow)(target)).Loaded += new System.Windows.RoutedEventHandler(this.OnLoaded);

            #line default
            #line hidden

            #line 10 "..\..\MainWindow.xaml"
                ((NSDMasterInventorySF.MainWindow)(target)).Closed += new System.EventHandler(this.BackupTables);

            #line default
            #line hidden
                return;

            case 2:

            #line 39 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.BackupTables);

            #line default
            #line hidden
                return;

            case 3:

            #line 44 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.RestoreFromBackups);

            #line default
            #line hidden
                return;

            case 4:

            #line 49 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.ViewRecycled);

            #line default
            #line hidden
                return;

            case 5:

            #line 59 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.ExportToExcel);

            #line default
            #line hidden
                return;

            case 6:

            #line 64 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.ExportToCsv);

            #line default
            #line hidden
                return;

            case 7:

            #line 69 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.ExportToTsv);

            #line default
            #line hidden
                return;

            case 8:

            #line 74 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.GenerateBarCodes);

            #line default
            #line hidden
                return;

            case 9:

            #line 85 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.CloseApplication);

            #line default
            #line hidden
                return;

            case 10:

            #line 92 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.OpenSheetManagerMenuItemClick);

            #line default
            #line hidden
                return;

            case 11:

            #line 97 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.OpenPrefabManagerMenuItemClick);

            #line default
            #line hidden
                return;

            case 12:

            #line 102 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.OpenDatabaseManagerMenuItemClick);

            #line default
            #line hidden
                return;

            case 13:

            #line 107 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.OpenStyleChooser);

            #line default
            #line hidden
                return;

            case 14:
                this.SearchField = ((Syncfusion.Windows.Controls.Input.SfTextBoxExt)(target));

            #line 118 "..\..\MainWindow.xaml"
                this.SearchField.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.SearchFieldTextChanged);

            #line default
            #line hidden

            #line 119 "..\..\MainWindow.xaml"
                this.SearchField.KeyDown += new System.Windows.Input.KeyEventHandler(this.SearchField_OnKeyDown);

            #line default
            #line hidden
                return;

            case 15:
                this.NewRowButton = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target));

            #line 131 "..\..\MainWindow.xaml"
                this.NewRowButton.Click += new System.Windows.RoutedEventHandler(this.NewRowOnClicked);

            #line default
            #line hidden
                return;

            case 16:
                this.ResetSorts = ((System.Windows.Controls.CheckBox)(target));

            #line 133 "..\..\MainWindow.xaml"
                this.ResetSorts.Checked += new System.Windows.RoutedEventHandler(this.ResetSorting);

            #line default
            #line hidden

            #line 133 "..\..\MainWindow.xaml"
                this.ResetSorts.Unchecked += new System.Windows.RoutedEventHandler(this.UnResetSorting);

            #line default
            #line hidden
                return;

            case 17:
                this.ResetGroupsBox = ((System.Windows.Controls.CheckBox)(target));

            #line 143 "..\..\MainWindow.xaml"
                this.ResetGroupsBox.Checked += new System.Windows.RoutedEventHandler(this.ResetGrouping);

            #line default
            #line hidden

            #line 143 "..\..\MainWindow.xaml"
                this.ResetGroupsBox.Unchecked += new System.Windows.RoutedEventHandler(this.UnResetGrouping);

            #line default
            #line hidden
                return;

            case 18:
                this.DeleteModeCheckBox = ((System.Windows.Controls.CheckBox)(target));

            #line 152 "..\..\MainWindow.xaml"
                this.DeleteModeCheckBox.Click += new System.Windows.RoutedEventHandler(this.EnterDeleteMode);

            #line default
            #line hidden
                return;

            case 19:
                this.RefreshAll = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target));

            #line 182 "..\..\MainWindow.xaml"
                this.RefreshAll.Click += new System.Windows.RoutedEventHandler(this.RefreshAll_OnClick);

            #line default
            #line hidden
                return;

            case 20:
                this.ProgressGrid = ((System.Windows.Controls.Grid)(target));
                return;

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

            case 22:
                this.ProgressTextBlock = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 23:
                this.BarcodeInventoryCommit = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target));

            #line 192 "..\..\MainWindow.xaml"
                this.BarcodeInventoryCommit.Click += new System.Windows.RoutedEventHandler(this.BarcodeInventoryCommit_OnClick);

            #line default
            #line hidden
                return;

            case 24:
                this.BarcodeTextBox = ((Syncfusion.Windows.Controls.Input.SfTextBoxExt)(target));

            #line 195 "..\..\MainWindow.xaml"
                this.BarcodeTextBox.KeyDown += new System.Windows.Input.KeyEventHandler(this.BarcodeTextBox_OnKeyDown);

            #line default
            #line hidden
                return;

            case 25:
                this.MasterTabControl = ((Syncfusion.Windows.Tools.Controls.TabControlExt)(target));
                return;
            }
            this._contentLoaded = true;
        }
コード例 #8
0
ファイル: Expenses.g.i.cs プロジェクト: A-r-c-h-e-r/SumMoney
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 396 "..\..\..\..\..\View\Menu\Expenses.xaml"
                ((System.Windows.Controls.Grid)(target)).SizeChanged += new System.Windows.SizeChangedEventHandler(this.DragButtonForm_SizeChanged);

            #line default
            #line hidden
                return;

            case 2:
                this.TextBoxExt = ((Syncfusion.Windows.Controls.Input.SfTextBoxExt)(target));
                return;

            case 3:
                this.One = ((Syncfusion.UI.Xaml.Charts.SplineSeries)(target));
                return;

            case 4:
                this.FirstLeftImage = ((System.Windows.Controls.Image)(target));
                return;

            case 5:
                this.FirstRightImage = ((System.Windows.Controls.Image)(target));
                return;

            case 6:
                this.SecondLeftImage = ((System.Windows.Controls.Image)(target));
                return;

            case 7:
                this.SecondRightImage = ((System.Windows.Controls.Image)(target));
                return;

            case 8:
                this.dataGrid = ((Syncfusion.UI.Xaml.Grid.SfDataGrid)(target));
                return;

            case 9:
                this.DragButtonForm = ((System.Windows.Controls.Grid)(target));
                return;

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

            #line 1369 "..\..\..\..\..\View\Menu\Expenses.xaml"
                this.DragButton.PreviewMouseUp += new System.Windows.Input.MouseButtonEventHandler(this.DragButton_PreviewMouseUp);

            #line default
            #line hidden

            #line 1370 "..\..\..\..\..\View\Menu\Expenses.xaml"
                this.DragButton.PreviewMouseRightButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.DragButton_PreviewMouseRightButtonDown);

            #line default
            #line hidden

            #line 1371 "..\..\..\..\..\View\Menu\Expenses.xaml"
                this.DragButton.PreviewMouseMove += new System.Windows.Input.MouseEventHandler(this.DragButton_PreviewMouseMove);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
コード例 #9
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.SearchField = ((Syncfusion.Windows.Controls.Input.SfTextBoxExt)(target));

            #line 14 "..\..\Recyled.xaml"
                this.SearchField.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.SearchFieldTextChanged);

            #line default
            #line hidden

            #line 15 "..\..\Recyled.xaml"
                this.SearchField.KeyDown += new System.Windows.Input.KeyEventHandler(this.SearchField_OnKeyDown);

            #line default
            #line hidden
                return;

            case 2:
                this.DeleteModeCheckBox = ((System.Windows.Controls.CheckBox)(target));

            #line 27 "..\..\Recyled.xaml"
                this.DeleteModeCheckBox.Click += new System.Windows.RoutedEventHandler(this.EnterDeleteMode);

            #line default
            #line hidden
                return;

            case 3:
                this.SaveButton = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target));

            #line 46 "..\..\Recyled.xaml"
                this.SaveButton.Click += new System.Windows.RoutedEventHandler(this.Save_Changes);

            #line default
            #line hidden
                return;

            case 4:
                this.RefreshAll = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target));

            #line 58 "..\..\Recyled.xaml"
                this.RefreshAll.Click += new System.Windows.RoutedEventHandler(this.RefreshAll_OnClick);

            #line default
            #line hidden
                return;

            case 5:
                this.BarcodeInventoryCommit = ((Syncfusion.Windows.Tools.Controls.ButtonAdv)(target));

            #line 65 "..\..\Recyled.xaml"
                this.BarcodeInventoryCommit.Click += new System.Windows.RoutedEventHandler(this.BarcodeInventoryCommit_OnClick);

            #line default
            #line hidden
                return;

            case 6:
                this.BarcodeTextBox = ((Syncfusion.Windows.Controls.Input.SfTextBoxExt)(target));

            #line 68 "..\..\Recyled.xaml"
                this.BarcodeTextBox.KeyDown += new System.Windows.Input.KeyEventHandler(this.BarcodeTextBox_OnKeyDown);

            #line default
            #line hidden
                return;

            case 7:
                this.RecycledGrid = ((Syncfusion.UI.Xaml.Grid.SfDataGrid)(target));

            #line 75 "..\..\Recyled.xaml"
                this.RecycledGrid.RecordDeleting += new Syncfusion.UI.Xaml.Grid.RecordDeletingEventHandler(this.RecycledGrid_OnRecordDeleting);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
コード例 #10
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.ServerBox = ((Syncfusion.Windows.Controls.Input.SfTextBoxExt)(target));

            #line 18 "..\..\..\DatabaseManager.xaml"
                this.ServerBox.LostFocus += new System.Windows.RoutedEventHandler(this.OnLostFocus);

            #line default
            #line hidden
                return;

            case 2:
                this.UsernameBox = ((Syncfusion.Windows.Controls.Input.SfTextBoxExt)(target));

            #line 22 "..\..\..\DatabaseManager.xaml"
                this.UsernameBox.LostFocus += new System.Windows.RoutedEventHandler(this.OnLostFocus);

            #line default
            #line hidden
                return;

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

            #line 26 "..\..\..\DatabaseManager.xaml"
                this.PasswordBox.LostFocus += new System.Windows.RoutedEventHandler(this.OnLostFocus);

            #line default
            #line hidden
                return;

            case 4:
                this.DatabaseAutoComplete = ((Syncfusion.Windows.Tools.Controls.AutoComplete)(target));

            #line 30 "..\..\..\DatabaseManager.xaml"
                this.DatabaseAutoComplete.LostFocus += new System.Windows.RoutedEventHandler(this.OnLostFocus);

            #line default
            #line hidden
                return;

            case 5:
                this.SchemaAutoComplete = ((Syncfusion.Windows.Tools.Controls.AutoComplete)(target));

            #line 35 "..\..\..\DatabaseManager.xaml"
                this.SchemaAutoComplete.LostFocus += new System.Windows.RoutedEventHandler(this.OnLostFocus);

            #line default
            #line hidden
                return;

            case 6:

            #line 39 "..\..\..\DatabaseManager.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.ConnectClicked);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
コード例 #11
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

#line 8 "..\..\DatabaseManager - Copy.xaml"
                ((NSDMasterInventorySF.DatabaseManager)(target)).Loaded += new System.Windows.RoutedEventHandler(this.OnLoaded);

#line default
#line hidden
                return;

            case 2:
                this.ServerBox = ((Syncfusion.Windows.Controls.Input.SfTextBoxExt)(target));

#line 18 "..\..\DatabaseManager - Copy.xaml"
                this.ServerBox.LostFocus += new System.Windows.RoutedEventHandler(this.OnLostFocus);

#line default
#line hidden

#line 19 "..\..\DatabaseManager - Copy.xaml"
                this.ServerBox.GotFocus += new System.Windows.RoutedEventHandler(this.BoxGotFocus);

#line default
#line hidden
                return;

            case 3:
                this.UserIDBox = ((Syncfusion.Windows.Controls.Input.SfTextBoxExt)(target));

#line 23 "..\..\DatabaseManager - Copy.xaml"
                this.UserIDBox.LostFocus += new System.Windows.RoutedEventHandler(this.OnLostFocus);

#line default
#line hidden

#line 24 "..\..\DatabaseManager - Copy.xaml"
                this.UserIDBox.GotFocus += new System.Windows.RoutedEventHandler(this.BoxGotFocus);

#line default
#line hidden
                return;

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

#line 28 "..\..\DatabaseManager - Copy.xaml"
                this.PasswordBox.LostFocus += new System.Windows.RoutedEventHandler(this.OnLostFocus);

#line default
#line hidden

#line 29 "..\..\DatabaseManager - Copy.xaml"
                this.PasswordBox.GotFocus += new System.Windows.RoutedEventHandler(this.PasswordBox_OnGotKeyboardFocus);

#line default
#line hidden
                return;

            case 5:
                this.DatabaseComboBox = ((Syncfusion.Windows.Tools.Controls.AutoComplete)(target));

#line 33 "..\..\DatabaseManager - Copy.xaml"
                this.DatabaseComboBox.LostFocus += new System.Windows.RoutedEventHandler(this.OnLostFocus);

#line default
#line hidden

#line 34 "..\..\DatabaseManager - Copy.xaml"
                this.DatabaseComboBox.GotFocus += new System.Windows.RoutedEventHandler(this.AutoCompleteGotFocus);

#line default
#line hidden
                return;

            case 6:
                this.SchemaComboBox = ((Syncfusion.Windows.Tools.Controls.AutoComplete)(target));

#line 39 "..\..\DatabaseManager - Copy.xaml"
                this.SchemaComboBox.LostFocus += new System.Windows.RoutedEventHandler(this.OnLostFocus);

#line default
#line hidden

#line 40 "..\..\DatabaseManager - Copy.xaml"
                this.SchemaComboBox.GotFocus += new System.Windows.RoutedEventHandler(this.AutoCompleteGotFocus);

#line default
#line hidden
                return;

            case 7:

#line 42 "..\..\DatabaseManager - Copy.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.ConnectClicked);

#line default
#line hidden
                return;
            }
            this._contentLoaded = true;
        }
コード例 #12
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.UserGrid = ((System.Windows.Controls.Grid)(target));
                return;

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

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

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

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

            #line 28 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml"
                this.ConfirmButton.Click += new System.Windows.RoutedEventHandler(this.ConfirmButton_Click);

            #line default
            #line hidden
                return;

            case 6:
                this.CategoryFilterValue = ((System.Windows.Controls.ComboBox)(target));

            #line 41 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml"
                this.CategoryFilterValue.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.CategoryOrBrandFilterValue_SelectionChanged);

            #line default
            #line hidden
                return;

            case 7:
                this.BrandFilterValue = ((System.Windows.Controls.ComboBox)(target));

            #line 45 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml"
                this.BrandFilterValue.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.CategoryOrBrandFilterValue_SelectionChanged);

            #line default
            #line hidden
                return;

            case 8:
                this.ProductNameFilterValue = ((System.Windows.Controls.ComboBox)(target));

            #line 49 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml"
                this.ProductNameFilterValue.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ProductNameFilterValue_SelectionChanged);

            #line default
            #line hidden
                return;

            case 9:
                this.ProductNameSearchValue = ((Syncfusion.UI.Xaml.Grid.SfMultiColumnDropDownControl)(target));

            #line 50 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml"
                this.ProductNameSearchValue.SelectionChanged += new Syncfusion.UI.Xaml.Grid.SelectionChangedEventHandler(this.ProductNameSearchValue_SelectionChanged);

            #line default
            #line hidden
                return;

            case 10:
                this.ProductBarCodeSearchValue = ((Syncfusion.Windows.Controls.Input.SfTextBoxExt)(target));

            #line 68 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml"
                this.ProductBarCodeSearchValue.SelectionChanged += new System.Windows.RoutedEventHandler(this.ProductBarCodeSearchValue_SelectionChanged);

            #line default
            #line hidden
                return;

            case 11:
                this.ProductSerialNumberSearchValue = ((Syncfusion.Windows.Controls.Input.SfTextBoxExt)(target));

            #line 80 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml"
                this.ProductSerialNumberSearchValue.SelectionChanged += new System.Windows.RoutedEventHandler(this.ProductSerialNumberSearchValue_SelectionChanged);

            #line default
            #line hidden
                return;

            case 12:
                this.ProductSerialNumber2SearchValue = ((Syncfusion.Windows.Controls.Input.SfTextBoxExt)(target));

            #line 92 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml"
                this.ProductSerialNumber2SearchValue.SelectionChanged += new System.Windows.RoutedEventHandler(this.ProductSerialNumber2SearchValue_SelectionChanged);

            #line default
            #line hidden
                return;

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

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

            case 15:
                this.SBarCodeSearchValue = ((Syncfusion.Windows.Controls.Input.SfTextBoxExt)(target));

            #line 115 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml"
                this.SBarCodeSearchValue.SelectionChanged += new System.Windows.RoutedEventHandler(this.SBarCodeSearchValue_SelectionChanged);

            #line default
            #line hidden
                return;

            case 16:
                this.SBarCodeFilterValue = ((System.Windows.Controls.ComboBox)(target));

            #line 124 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml"
                this.SBarCodeFilterValue.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.SBarCodeFilterValue_SelectionChanged);

            #line default
            #line hidden
                return;

            case 17:
                this.InStockValue = ((Syncfusion.Windows.Shared.DoubleTextBox)(target));
                return;

            case 18:
                this.StockSalePriceValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target));
                return;

            case 19:
                this.StockIncomePriceValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target));

            #line 155 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml"
                this.StockIncomePriceValue.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.StockIncomePriceValue_TextChanged);

            #line default
            #line hidden
                return;

            case 20:
                this.IncomeOrderProductQuantityValue = ((Syncfusion.Windows.Shared.DoubleTextBox)(target));

            #line 170 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml"
                this.IncomeOrderProductQuantityValue.ValueChanged += new System.Windows.PropertyChangedCallback(this.IncomeOrderProductQuantityValue_ValueChanged);

            #line default
            #line hidden
                return;

            case 21:
                this.IncomeOrderProductTotalPriceValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target));
                return;

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

            #line 199 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml"
                this.IncomeOrderProductButton.Click += new System.Windows.RoutedEventHandler(this.IncomeOrderProductButton_Click);

            #line default
            #line hidden
                return;

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

            #line 201 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml"
                this.ClearIncomeOrderProductButton.Click += new System.Windows.RoutedEventHandler(this.ClearIncomeOrderProductButton_Click);

            #line default
            #line hidden
                return;

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

            #line 205 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml"
                this.CreateNewProductButton.Click += new System.Windows.RoutedEventHandler(this.CreateNewProductButton_Click);

            #line default
            #line hidden
                return;

            case 25:
                this.StockQuantityAlarmValue = ((Syncfusion.Windows.Shared.IntegerTextBox)(target));
                return;

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

            #line 223 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml"
                this.QuantityAlarmCB.Checked += new System.Windows.RoutedEventHandler(this.QuantityAlarmCB_Checked);

            #line default
            #line hidden

            #line 223 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml"
                this.QuantityAlarmCB.Unchecked += new System.Windows.RoutedEventHandler(this.QuantityAlarmCB_Unchecked);

            #line default
            #line hidden
                return;

            case 27:
                this.StockExpirationPeriodCB = ((System.Windows.Controls.CheckBox)(target));

            #line 227 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml"
                this.StockExpirationPeriodCB.Checked += new System.Windows.RoutedEventHandler(this.StockExpirationPeriodCB_Checked);

            #line default
            #line hidden

            #line 227 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml"
                this.StockExpirationPeriodCB.Unchecked += new System.Windows.RoutedEventHandler(this.StockExpirationPeriodCB_Unchecked);

            #line default
            #line hidden
                return;

            case 28:
                this.StockExpirationDateValue = ((System.Windows.Controls.DatePicker)(target));

            #line 228 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml"
                this.StockExpirationDateValue.SelectedDateChanged += new System.EventHandler <System.Windows.Controls.SelectionChangedEventArgs>(this.ExpirationDateValue_SelectedDateChanged);

            #line default
            #line hidden
                return;

            case 29:
                this.StockExpirationTimeValue = ((Syncfusion.Windows.Controls.Input.SfTimePicker)(target));
                return;

            case 30:
                this.StockExpirationPeriodValue = ((Syncfusion.Windows.Shared.TimeSpanEdit)(target));
                return;

            case 31:
                this.NotifyMeAtDateValue = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 32:
                this.NotifyMeAtTime = ((Syncfusion.Windows.Controls.Input.SfTimePicker)(target));
                return;

            case 33:
                this.ChooseSupplierGB = ((System.Windows.Controls.GroupBox)(target));
                return;

            case 34:
                this.SelectedPersonButton = ((System.Windows.Controls.Button)(target));

            #line 273 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml"
                this.SelectedPersonButton.Click += new System.Windows.RoutedEventHandler(this.SelectedPersonButton_Click);

            #line default
            #line hidden
                return;

            case 35:
                this.AddNewSupplierButton = ((System.Windows.Controls.Button)(target));

            #line 280 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml"
                this.AddNewSupplierButton.Click += new System.Windows.RoutedEventHandler(this.AddNewSupplierButton_Click);

            #line default
            #line hidden
                return;

            case 36:
                this.ClearSupplierSupplier = ((System.Windows.Controls.Button)(target));

            #line 287 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml"
                this.ClearSupplierSupplier.Click += new System.Windows.RoutedEventHandler(this.ClearSupplierSupplier_Click);

            #line default
            #line hidden
                return;

            case 37:
                this.SupplierSearchTypeValue = ((System.Windows.Controls.ComboBox)(target));

            #line 291 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml"
                this.SupplierSearchTypeValue.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.SupplierSearchTypeValue_SelectionChanged);

            #line default
            #line hidden
                return;

            case 38:
                this.SupplierSearchValue = ((Syncfusion.UI.Xaml.Grid.SfMultiColumnDropDownControl)(target));
                return;

            case 39:
                this.IncomeOrderProductRecordsList = ((System.Windows.Controls.DataGrid)(target));
                return;

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

            #line 323 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml"
                this.RemoveSelectedIncomeOrderProductRecormButton.Click += new System.Windows.RoutedEventHandler(this.RemoveSelectedIncomeOrderProductRecormButton_Click);

            #line default
            #line hidden
                return;

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

            case 42:
                this.DateValue = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 43:
                this.ShippingExpensesValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target));

            #line 342 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml"
                this.ShippingExpensesValue.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.ShippingExpensesValue_TextChanged);

            #line default
            #line hidden
                return;

            case 44:
                this.IncomeOrderTotalPriceValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target));
                return;

            case 45:
                this.RecentlyAddedGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 46:
                this.RecentlyAddProductsList = ((Syncfusion.UI.Xaml.Grid.SfDataGrid)(target));
                return;

            case 47:
                this.SupplierSwichGBButton = ((System.Windows.Controls.Button)(target));
                return;

            case 48:
                this.RecentAddedProductsSwichButton = ((System.Windows.Controls.Button)(target));
                return;

            case 49:
                this.IncomeOrderDetailsValue = ((System.Windows.Controls.TextBox)(target));
                return;

            case 50:
                this.CashRadioButton = ((System.Windows.Controls.RadioButton)(target));

            #line 393 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml"
                this.CashRadioButton.Checked += new System.Windows.RoutedEventHandler(this.CashRadioButton_Checked);

            #line default
            #line hidden
                return;

            case 51:
                this.SuspendPayementRadioButton = ((System.Windows.Controls.RadioButton)(target));

            #line 394 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml"
                this.SuspendPayementRadioButton.Checked += new System.Windows.RoutedEventHandler(this.SuspendPayementRadioButton_Checked);

            #line default
            #line hidden
                return;

            case 52:
                this.StoreWillPayNowValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target));

            #line 398 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml"
                this.StoreWillPayNowValue.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.StoreWillPayNowValue_TextChanged);

            #line default
            #line hidden
                return;

            case 53:
                this.StoreWillPayLaterValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target));

            #line 413 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml"
                this.StoreWillPayLaterValue.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.StoreWillPayLaterValue_TextChanged);

            #line default
            #line hidden
                return;

            case 54:
                this.ShoppeeWalletValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target));
                return;

            case 55:
                this.NewProductGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 56:
                this.BackToUserGridButton_FromCreateNewProductGrid = ((System.Windows.Controls.Button)(target));

            #line 443 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml"
                this.BackToUserGridButton_FromCreateNewProductGrid.Click += new System.Windows.RoutedEventHandler(this.BackToUserGridButton_FromCreateNewProductGrid_Click);

            #line default
            #line hidden
                return;

            case 57:
                this.NewSupplierGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 58:
                this.BackToUserGridButton_FromCreateNewSupplierGrid = ((System.Windows.Controls.Button)(target));

            #line 449 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml"
                this.BackToUserGridButton_FromCreateNewSupplierGrid.Click += new System.Windows.RoutedEventHandler(this.BackToUserGridButton_FromCreateNewSupplierGrid_Click);

            #line default
            #line hidden
                return;

            case 59:
                this.SelectedSupplierLogGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 60:
                this.BackToUserGridButton_FromSelectedSupplierGrid = ((System.Windows.Controls.Button)(target));

            #line 455 "..\..\..\..\..\Orders\In\IncomeOrder\IncomeOrderUC.xaml"
                this.BackToUserGridButton_FromSelectedSupplierGrid.Click += new System.Windows.RoutedEventHandler(this.BackToUserGridButton_FromSelectedSupplierGrid_Click);

            #line default
            #line hidden
                return;

            case 61:
                this.SelectedSupplierContentControl = ((System.Windows.Controls.ContentControl)(target));
                return;
            }
            this._contentLoaded = true;
        }
コード例 #13
0
ファイル: SellUC.g.i.cs プロジェクト: omarwasfi/W-SmartShop
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.UserGrid = ((System.Windows.Controls.Grid)(target));
                return;

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

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

            #line 22 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml"
                this.ReloadTabButton.Click += new System.Windows.RoutedEventHandler(this.ReloadTabButton_Click);

            #line default
            #line hidden
                return;

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

            #line 26 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml"
                this.PrintButton.Click += new System.Windows.RoutedEventHandler(this.PrintButton_Click);

            #line default
            #line hidden
                return;

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

            #line 30 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml"
                this.ConfitmButton.Click += new System.Windows.RoutedEventHandler(this.ConfitmButton_Click);

            #line default
            #line hidden
                return;

            case 6:
                this.ChooseProductGB = ((System.Windows.Controls.GroupBox)(target));
                return;

            case 7:
                this.CategoryFilterValue = ((System.Windows.Controls.ComboBox)(target));

            #line 42 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml"
                this.CategoryFilterValue.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.CategoryOrBrandFilterValue_SelectionChanged);

            #line default
            #line hidden
                return;

            case 8:
                this.BrandFilterValue = ((System.Windows.Controls.ComboBox)(target));

            #line 46 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml"
                this.BrandFilterValue.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.CategoryOrBrandFilterValue_SelectionChanged);

            #line default
            #line hidden
                return;

            case 9:
                this.ProductNameFilterValue = ((System.Windows.Controls.ComboBox)(target));

            #line 50 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml"
                this.ProductNameFilterValue.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ProductNameFilterValue_SelectionChanged);

            #line default
            #line hidden
                return;

            case 10:
                this.ProductNameSearchValue = ((Syncfusion.UI.Xaml.Grid.SfMultiColumnDropDownControl)(target));

            #line 51 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml"
                this.ProductNameSearchValue.SelectionChanged += new Syncfusion.UI.Xaml.Grid.SelectionChangedEventHandler(this.ProductNameSearchValue_SelectionChanged);

            #line default
            #line hidden
                return;

            case 11:
                this.ProductBarCodeSearchValue = ((Syncfusion.Windows.Controls.Input.SfTextBoxExt)(target));

            #line 69 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml"
                this.ProductBarCodeSearchValue.SelectionChanged += new System.Windows.RoutedEventHandler(this.ProductBarCodeSearchValue_SelectionChanged);

            #line default
            #line hidden
                return;

            case 12:
                this.ProductSerialNumberSearchValue = ((Syncfusion.Windows.Controls.Input.SfTextBoxExt)(target));

            #line 81 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml"
                this.ProductSerialNumberSearchValue.SelectionChanged += new System.Windows.RoutedEventHandler(this.ProductSerialNumberSearchValue_SelectionChanged);

            #line default
            #line hidden
                return;

            case 13:
                this.ProductSerialNumber2SearchValue = ((Syncfusion.Windows.Controls.Input.SfTextBoxExt)(target));

            #line 93 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml"
                this.ProductSerialNumber2SearchValue.SelectionChanged += new System.Windows.RoutedEventHandler(this.ProductSerialNumber2SearchValue_SelectionChanged);

            #line default
            #line hidden
                return;

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

            case 15:
                this.ProductSizeValue = ((System.Windows.Controls.TextBox)(target));
                return;

            case 16:
                this.SBarCodeSearchValue = ((Syncfusion.Windows.Controls.Input.SfTextBoxExt)(target));

            #line 115 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml"
                this.SBarCodeSearchValue.SelectionChanged += new System.Windows.RoutedEventHandler(this.SBarCodeSearchValue_SelectionChanged);

            #line default
            #line hidden
                return;

            case 17:
                this.SBarCodeFilterValue = ((System.Windows.Controls.ComboBox)(target));

            #line 124 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml"
                this.SBarCodeFilterValue.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.SBarCodeFilterValue_SelectionChanged);

            #line default
            #line hidden
                return;

            case 18:
                this.InStockValue = ((Syncfusion.Windows.Shared.DoubleTextBox)(target));
                return;

            case 19:
                this.InStockFilterValue = ((System.Windows.Controls.ComboBox)(target));

            #line 137 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml"
                this.InStockFilterValue.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.InStockFilterValue_SelectionChanged);

            #line default
            #line hidden
                return;

            case 20:
                this.StockSalePriceValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target));

            #line 141 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml"
                this.StockSalePriceValue.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.StockSalePriceValue_TextChanged);

            #line default
            #line hidden
                return;

            case 21:
                this.StockSalePriceFilterValue = ((System.Windows.Controls.ComboBox)(target));

            #line 153 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml"
                this.StockSalePriceFilterValue.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.StockSalePriceFilterValue_SelectionChanged);

            #line default
            #line hidden
                return;

            case 22:
                this.StockIncomePriceValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target));
                return;

            case 23:
                this.StockInomePriceFilterValue = ((System.Windows.Controls.ComboBox)(target));

            #line 169 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml"
                this.StockInomePriceFilterValue.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.StockInomePriceFilterValue_SelectionChanged);

            #line default
            #line hidden
                return;

            case 24:
                this.ExpirationValue = ((System.Windows.Controls.TextBox)(target));
                return;

            case 25:
                this.ExpirationFilterValue = ((System.Windows.Controls.ComboBox)(target));

            #line 174 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml"
                this.ExpirationFilterValue.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ExpirationFilterValue_SelectionChanged);

            #line default
            #line hidden
                return;

            case 26:
                this.DiscountValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target));

            #line 178 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml"
                this.DiscountValue.ValueChanged += new System.Windows.PropertyChangedCallback(this.DiscountValue_ValueChanged);

            #line default
            #line hidden
                return;

            case 27:
                this.ProfitValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target));
                return;

            case 28:
                this.OrderProductQuantityValue = ((Syncfusion.Windows.Shared.DoubleTextBox)(target));

            #line 208 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml"
                this.OrderProductQuantityValue.ValueChanged += new System.Windows.PropertyChangedCallback(this.OrderProductQuantityValue_ValueChanged);

            #line default
            #line hidden
                return;

            case 29:
                this.OrderProductTotalPriceValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target));
                return;

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

            #line 234 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml"
                this.AddOrderProductButton.Click += new System.Windows.RoutedEventHandler(this.AddOrderProductButton_Click);

            #line default
            #line hidden
                return;

            case 31:
                this.ClearOrderProductButton = ((System.Windows.Controls.Button)(target));

            #line 235 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml"
                this.ClearOrderProductButton.Click += new System.Windows.RoutedEventHandler(this.ClearOrderProductButton_Click);

            #line default
            #line hidden
                return;

            case 32:
                this.CustomerSearchTypeValue = ((System.Windows.Controls.ComboBox)(target));

            #line 248 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml"
                this.CustomerSearchTypeValue.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.CustomerSearchTypeValue_SelectionChanged);

            #line default
            #line hidden
                return;

            case 33:
                this.CustomerSearchValue = ((Syncfusion.UI.Xaml.Grid.SfMultiColumnDropDownControl)(target));
                return;

            case 34:
                this.SelectedCustomerButton = ((System.Windows.Controls.Button)(target));
                return;

            case 35:
                this.AddNewCustomerButton = ((System.Windows.Controls.Button)(target));

            #line 272 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml"
                this.AddNewCustomerButton.Click += new System.Windows.RoutedEventHandler(this.AddNewCustomerButton_Click);

            #line default
            #line hidden
                return;

            case 36:
                this.ClearCusomerButton = ((System.Windows.Controls.Button)(target));

            #line 279 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml"
                this.ClearCusomerButton.Click += new System.Windows.RoutedEventHandler(this.ClearCusomerButton_Click);

            #line default
            #line hidden
                return;

            case 37:
                this.OrderProductRecordList = ((System.Windows.Controls.DataGrid)(target));
                return;

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

            #line 298 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml"
                this.RemoveSelectedProductButton.Click += new System.Windows.RoutedEventHandler(this.RemoveSelectedProductButton_Click);

            #line default
            #line hidden
                return;

            case 39:
                this.TotalProfitValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target));
                return;

            case 40:
                this.OrderTotalPriceValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target));
                return;

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

            case 42:
                this.CashRadioButton = ((System.Windows.Controls.RadioButton)(target));

            #line 344 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml"
                this.CashRadioButton.Checked += new System.Windows.RoutedEventHandler(this.CashRadioButton_Checked);

            #line default
            #line hidden
                return;

            case 43:
                this.SuspendPayementRadioButton = ((System.Windows.Controls.RadioButton)(target));

            #line 345 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml"
                this.SuspendPayementRadioButton.Checked += new System.Windows.RoutedEventHandler(this.SuspendPayementRadioButton_Checked);

            #line default
            #line hidden
                return;

            case 44:
                this.CustomerWillPayNowValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target));

            #line 348 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml"
                this.CustomerWillPayNowValue.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.CustomerWillPayNowValue_TextChanged);

            #line default
            #line hidden
                return;

            case 45:
                this.CustomerWillPayLaterValue = ((Syncfusion.Windows.Shared.CurrencyTextBox)(target));

            #line 362 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml"
                this.CustomerWillPayLaterValue.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.CustomerWillPayLaterValue_TextChanged);

            #line default
            #line hidden
                return;

            case 46:
                this.PrintGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 47:
                this.BackToNormalGridButton = ((System.Windows.Controls.Button)(target));

            #line 378 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml"
                this.BackToNormalGridButton.Click += new System.Windows.RoutedEventHandler(this.BackToNormalGridButton_Click);

            #line default
            #line hidden
                return;

            case 48:
                this.SellOrderReportPrint = ((Stimulsoft.Report.Viewer.StiWpfViewerControl)(target));
                return;

            case 49:
                this.OrganizationOrdersCountValue = ((System.Windows.Controls.TextBox)(target));
                return;

            case 50:
                this.SelectedCustomerOrdersCountValue = ((System.Windows.Controls.TextBox)(target));
                return;

            case 51:
                this.OrderCountTodayValue = ((System.Windows.Controls.TextBox)(target));
                return;

            case 52:
                this.StaffOrderCountTodayValue = ((System.Windows.Controls.TextBox)(target));
                return;

            case 53:
                this.StaffNameValue = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 54:
                this.CreateCustomerGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 55:
                this.BackToUserGridButton_FromCreateNewCustomerGrid = ((System.Windows.Controls.Button)(target));

            #line 400 "..\..\..\..\..\Orders\Out\SellUC\SellUC.xaml"
                this.BackToUserGridButton_FromCreateNewCustomerGrid.Click += new System.Windows.RoutedEventHandler(this.BackToUserGridButton_FromCreateNewCustomerGrid_Click);

            #line default
            #line hidden
                return;

            case 56:
                this.SelectedCustomerLogGrid = ((System.Windows.Controls.Grid)(target));
                return;
            }
            this._contentLoaded = true;
        }
コード例 #14
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 11 "..\..\..\MainWindow.xaml"
                ((NSDMasterInventorySF.MainWindow)(target)).Loaded += new System.Windows.RoutedEventHandler(this.OnLoaded);

            #line default
            #line hidden

            #line 12 "..\..\..\MainWindow.xaml"
                ((NSDMasterInventorySF.MainWindow)(target)).Closed += new System.EventHandler(this.BackupTables);

            #line default
            #line hidden
                return;

            case 2:

            #line 42 "..\..\..\MainWindow.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.OpenSheetManagerMenuItemClick);

            #line default
            #line hidden
                return;

            case 3:

            #line 47 "..\..\..\MainWindow.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.OpenPrefabManagerMenuItemClick);

            #line default
            #line hidden
                return;

            case 4:

            #line 52 "..\..\..\MainWindow.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.OpenDatabaseManagerMenuItemClick);

            #line default
            #line hidden
                return;

            case 5:

            #line 57 "..\..\..\MainWindow.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.OpenStyleChooser);

            #line default
            #line hidden
                return;

            case 6:

            #line 63 "..\..\..\MainWindow.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.BackupTables);

            #line default
            #line hidden
                return;

            case 7:

            #line 68 "..\..\..\MainWindow.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.RestoreFromBackups);

            #line default
            #line hidden
                return;

            case 8:

            #line 78 "..\..\..\MainWindow.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.ExportToExcel);

            #line default
            #line hidden
                return;

            case 9:

            #line 83 "..\..\..\MainWindow.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.ExportToCsv);

            #line default
            #line hidden
                return;

            case 10:

            #line 88 "..\..\..\MainWindow.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.ExportToTsv);

            #line default
            #line hidden
                return;

            case 11:

            #line 94 "..\..\..\MainWindow.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.CloseApplication);

            #line default
            #line hidden
                return;

            case 12:
                this.SearchField = ((Syncfusion.Windows.Controls.Input.SfTextBoxExt)(target));

            #line 104 "..\..\..\MainWindow.xaml"
                this.SearchField.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.SearchFieldTextChanged);

            #line default
            #line hidden

            #line 105 "..\..\..\MainWindow.xaml"
                this.SearchField.KeyDown += new System.Windows.Input.KeyEventHandler(this.SearchField_OnKeyDown);

            #line default
            #line hidden
                return;

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

            #line 117 "..\..\..\MainWindow.xaml"
                this.ResetSorts.Click += new System.Windows.RoutedEventHandler(this.ResetSorting);

            #line default
            #line hidden
                return;

            case 14:
                this.ResetGroupsBox = ((System.Windows.Controls.CheckBox)(target));

            #line 126 "..\..\..\MainWindow.xaml"
                this.ResetGroupsBox.Checked += new System.Windows.RoutedEventHandler(this.ResetGrouping);

            #line default
            #line hidden

            #line 126 "..\..\..\MainWindow.xaml"
                this.ResetGroupsBox.Unchecked += new System.Windows.RoutedEventHandler(this.UnResetGrouping);

            #line default
            #line hidden
                return;

            case 15:
                this.DeleteModeCheckBox = ((System.Windows.Controls.CheckBox)(target));

            #line 135 "..\..\..\MainWindow.xaml"
                this.DeleteModeCheckBox.Click += new System.Windows.RoutedEventHandler(this.EnterDeleteMode);

            #line default
            #line hidden
                return;

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

            #line 154 "..\..\..\MainWindow.xaml"
                this.SaveButton.Click += new System.Windows.RoutedEventHandler(this.Save_Changes);

            #line default
            #line hidden
                return;

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

            #line 162 "..\..\..\MainWindow.xaml"
                this.RevertChanges.Click += new System.Windows.RoutedEventHandler(this.Revert_Changes);

            #line default
            #line hidden
                return;

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

            #line 180 "..\..\..\MainWindow.xaml"
                this.GenerateBarcodes.Click += new System.Windows.RoutedEventHandler(this.GenerateBarCodes);

            #line default
            #line hidden
                return;

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

            #line 190 "..\..\..\MainWindow.xaml"
                this.BarcodeInventoryCommit.Click += new System.Windows.RoutedEventHandler(this.BarcodeInventoryCommit_OnClick);

            #line default
            #line hidden
                return;

            case 20:
                this.BarcodeTextBox = ((Syncfusion.Windows.Controls.Input.SfTextBoxExt)(target));

            #line 193 "..\..\..\MainWindow.xaml"
                this.BarcodeTextBox.KeyDown += new System.Windows.Input.KeyEventHandler(this.BarcodeTextBox_OnKeyDown);

            #line default
            #line hidden
                return;

            case 21:
                this.MasterTabControl = ((Syncfusion.Windows.Tools.Controls.TabControlExt)(target));
                return;
            }
            this._contentLoaded = true;
        }
コード例 #15
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.ChoiceNameTextBox = ((Syncfusion.Windows.Controls.Input.SfTextBoxExt)(target));

            #line 12 "..\..\..\ComboBoxBuilder.xaml"
                this.ChoiceNameTextBox.KeyDown += new System.Windows.Input.KeyEventHandler(this.UIElement_OnKeyDown);

            #line default
            #line hidden
                return;

            case 2:

            #line 13 "..\..\..\ComboBoxBuilder.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.ButtonBase_OnClick);

            #line default
            #line hidden
                return;

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

            #line 14 "..\..\..\ComboBoxBuilder.xaml"
                this.RemoveButton.Click += new System.Windows.RoutedEventHandler(this.RemoveButton_OnClick);

            #line default
            #line hidden
                return;

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

            #line 16 "..\..\..\ComboBoxBuilder.xaml"
                this.SaveButton.Click += new System.Windows.RoutedEventHandler(this.SaveButton_OnClick);

            #line default
            #line hidden
                return;

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

            #line 21 "..\..\..\ComboBoxBuilder.xaml"
                this.MoveUpButton.Click += new System.Windows.RoutedEventHandler(this.MoveUpButton_OnClick);

            #line default
            #line hidden
                return;

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

            #line 23 "..\..\..\ComboBoxBuilder.xaml"
                this.MoveDownButton.Click += new System.Windows.RoutedEventHandler(this.MoveDownButton_OnClick);

            #line default
            #line hidden
                return;

            case 7:
                this.ChoiceList = ((System.Windows.Controls.ListBox)(target));

            #line 26 "..\..\..\ComboBoxBuilder.xaml"
                this.ChoiceList.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ChoiceList_OnSelectionChanged);

            #line default
            #line hidden

            #line 26 "..\..\..\ComboBoxBuilder.xaml"
                this.ChoiceList.KeyDown += new System.Windows.Input.KeyEventHandler(this.ChoiceList_OnKeyDown);

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