Inheritance: System.Windows.Controls.TextBox
Exemple #1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.LogInMain = ((PCApplikationMVVM.Views.LogIn)(target));
                return;

            case 2:
                this.UserTextBox = ((Xceed.Wpf.Toolkit.AutoSelectTextBox)(target));
                return;

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

            case 4:

            #line 52 "..\..\..\..\Views\LogIn.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_1);

            #line default
            #line hidden
                return;

            case 5:

            #line 60 "..\..\..\..\Views\LogIn.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);

            #line default
            #line hidden
                return;

            case 6:

            #line 113 "..\..\..\..\Views\LogIn.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);

            #line default
            #line hidden
                return;

            case 7:

            #line 124 "..\..\..\..\Views\LogIn.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_2);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Exemple #2
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.LogInMain = ((PCApplikationMVVM.Views.LogIn)(target));
     return;
     case 2:
     this.UserTextBox = ((Xceed.Wpf.Toolkit.AutoSelectTextBox)(target));
     return;
     case 3:
     this.PasswordBox = ((System.Windows.Controls.PasswordBox)(target));
     return;
     case 4:
     
     #line 52 "..\..\..\..\Views\LogIn.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_1);
     
     #line default
     #line hidden
     return;
     case 5:
     
     #line 60 "..\..\..\..\Views\LogIn.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
     
     #line default
     #line hidden
     return;
     case 6:
     
     #line 113 "..\..\..\..\Views\LogIn.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     
     #line 124 "..\..\..\..\Views\LogIn.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_2);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Exemple #3
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.MainW = ((PCApplikationMVVM.MainWindow)(target));
                return;

            case 2:
                this.CategoryGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 3:
                this.SearchTextBox = ((Xceed.Wpf.Toolkit.AutoSelectTextBox)(target));

            #line 166 "..\..\..\..\Views\Main.xaml"
                this.SearchTextBox.KeyDown += new System.Windows.Input.KeyEventHandler(this.SearchTextBox_OnKeyDown_Search);

            #line default
            #line hidden
                return;

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

            case 5:
                this.ComponentDataGridUniqe = ((System.Windows.Controls.DataGrid)(target));

            #line 189 "..\..\..\..\Views\Main.xaml"
                this.ComponentDataGridUniqe.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ComponentDataGrid_OnSelectionChanged_AddToDeleteList);

            #line default
            #line hidden
                return;

            case 6:
                this.ComponentDataGrid = ((System.Windows.Controls.DataGrid)(target));

            #line 203 "..\..\..\..\Views\Main.xaml"
                this.ComponentDataGrid.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ComponentDataGrid_OnSelectionChanged_AddToDeleteList);

            #line default
            #line hidden
                return;

            case 7:
                this.ComponentHighlightedGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 8:
                this.ComponentImage = ((System.Windows.Controls.Image)(target));
                return;

            case 9:
                this.DataSheet = ((Xceed.Wpf.Toolkit.AutoSelectTextBox)(target));
                return;

            case 10:
                this.Manufacturer = ((Xceed.Wpf.Toolkit.AutoSelectTextBox)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemple #4
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.MainW = ((PCApplikationMVVM.MainWindow)(target));
     return;
     case 2:
     this.CategoryGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.SearchTextBox = ((Xceed.Wpf.Toolkit.AutoSelectTextBox)(target));
     
     #line 166 "..\..\..\..\Views\Main.xaml"
     this.SearchTextBox.KeyDown += new System.Windows.Input.KeyEventHandler(this.SearchTextBox_OnKeyDown_Search);
     
     #line default
     #line hidden
     return;
     case 4:
     this.ComponentGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 5:
     this.ComponentDataGridUniqe = ((System.Windows.Controls.DataGrid)(target));
     
     #line 189 "..\..\..\..\Views\Main.xaml"
     this.ComponentDataGridUniqe.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ComponentDataGrid_OnSelectionChanged_AddToDeleteList);
     
     #line default
     #line hidden
     return;
     case 6:
     this.ComponentDataGrid = ((System.Windows.Controls.DataGrid)(target));
     
     #line 203 "..\..\..\..\Views\Main.xaml"
     this.ComponentDataGrid.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ComponentDataGrid_OnSelectionChanged_AddToDeleteList);
     
     #line default
     #line hidden
     return;
     case 7:
     this.ComponentHighlightedGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 8:
     this.ComponentImage = ((System.Windows.Controls.Image)(target));
     return;
     case 9:
     this.DataSheet = ((Xceed.Wpf.Toolkit.AutoSelectTextBox)(target));
     return;
     case 10:
     this.Manufacturer = ((Xceed.Wpf.Toolkit.AutoSelectTextBox)(target));
     return;
     }
     this._contentLoaded = true;
 }