Example #1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.UserControl = ((BMC.Presentation.POS.Views.CUnlock)(target));

            #line 8 "..\..\..\Views\CUnlock.xaml"
                this.UserControl.Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.txtHeader = ((System.Windows.Controls.TextBlock)(target));
                return;

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

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

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

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

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

            #line 47 "..\..\..\Views\CUnlock.xaml"
                this.btn_GetMessages.Click += new System.Windows.RoutedEventHandler(this.btn_GetMessages_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.lvLockData = ((System.Windows.Controls.ListView)(target));
                return;

            case 9:
                this.gvUnlock = ((System.Windows.Controls.GridView)(target));
                return;

            case 10:
                this.clmnLock_ID = ((System.Windows.Controls.GridViewColumn)(target));
                return;

            case 11:
                this.clmnLock_User = ((System.Windows.Controls.GridViewColumn)(target));
                return;

            case 12:
                this.clmnLock_Machine = ((System.Windows.Controls.GridViewColumn)(target));
                return;

            case 13:
                this.clmnLock_Application = ((System.Windows.Controls.GridViewColumn)(target));
                return;

            case 14:
                this.clmnLock_Type = ((System.Windows.Controls.GridViewColumn)(target));
                return;

            case 15:
                this.clmnLock_Created = ((System.Windows.Controls.GridViewColumn)(target));
                return;

            case 16:
                this.clmnisSelected = ((System.Windows.Controls.GridViewColumn)(target));
                return;

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

            #line 134 "..\..\..\Views\CUnlock.xaml"
                this.btn_SelectAll.Click += new System.Windows.RoutedEventHandler(this.btn_SelectALL_Click);

            #line default
            #line hidden
                return;

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

            #line 135 "..\..\..\Views\CUnlock.xaml"
                this.btn_DeSelectAll.Click += new System.Windows.RoutedEventHandler(this.btn_DeSelectALL_Click);

            #line default
            #line hidden
                return;

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

            #line 136 "..\..\..\Views\CUnlock.xaml"
                this.btn_Unlock.Click += new System.Windows.RoutedEventHandler(this.btn_Unlock_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.UserControl = ((BMC.Presentation.POS.Views.CUnlock)(target));
     
     #line 8 "..\..\..\Views\CUnlock.xaml"
     this.UserControl.Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.txtHeader = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 3:
     this.lblAppType = ((System.Windows.Controls.Label)(target));
     return;
     case 4:
     this.cmbLockApp = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 5:
     this.lbLockType = ((System.Windows.Controls.Label)(target));
     return;
     case 6:
     this.cmbLockType = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 7:
     this.btn_GetMessages = ((System.Windows.Controls.Button)(target));
     
     #line 47 "..\..\..\Views\CUnlock.xaml"
     this.btn_GetMessages.Click += new System.Windows.RoutedEventHandler(this.btn_GetMessages_Click);
     
     #line default
     #line hidden
     return;
     case 8:
     this.lvLockData = ((System.Windows.Controls.ListView)(target));
     return;
     case 9:
     this.gvUnlock = ((System.Windows.Controls.GridView)(target));
     return;
     case 10:
     this.clmnLock_ID = ((System.Windows.Controls.GridViewColumn)(target));
     return;
     case 11:
     this.clmnLock_User = ((System.Windows.Controls.GridViewColumn)(target));
     return;
     case 12:
     this.clmnLock_Machine = ((System.Windows.Controls.GridViewColumn)(target));
     return;
     case 13:
     this.clmnLock_Application = ((System.Windows.Controls.GridViewColumn)(target));
     return;
     case 14:
     this.clmnLock_Type = ((System.Windows.Controls.GridViewColumn)(target));
     return;
     case 15:
     this.clmnLock_Created = ((System.Windows.Controls.GridViewColumn)(target));
     return;
     case 16:
     this.clmnisSelected = ((System.Windows.Controls.GridViewColumn)(target));
     return;
     case 17:
     this.btn_SelectAll = ((System.Windows.Controls.Button)(target));
     
     #line 134 "..\..\..\Views\CUnlock.xaml"
     this.btn_SelectAll.Click += new System.Windows.RoutedEventHandler(this.btn_SelectALL_Click);
     
     #line default
     #line hidden
     return;
     case 18:
     this.btn_DeSelectAll = ((System.Windows.Controls.Button)(target));
     
     #line 135 "..\..\..\Views\CUnlock.xaml"
     this.btn_DeSelectAll.Click += new System.Windows.RoutedEventHandler(this.btn_DeSelectALL_Click);
     
     #line default
     #line hidden
     return;
     case 19:
     this.btn_Unlock = ((System.Windows.Controls.Button)(target));
     
     #line 136 "..\..\..\Views\CUnlock.xaml"
     this.btn_Unlock.Click += new System.Windows.RoutedEventHandler(this.btn_Unlock_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }