Example #1
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.ucLogin = ((VMukti.Presentation.Controls.CtlLogin)(target));
     return;
     case 2:
     this.cnvMain = ((System.Windows.Controls.Canvas)(target));
     return;
     case 3:
     this.lblUserNameID = ((System.Windows.Controls.Label)(target));
     return;
     case 4:
     this.txtUserNameID = ((System.Windows.Controls.TextBox)(target));
     
     #line 98 "..\..\..\Controls\CtlLogin.xaml"
     this.txtUserNameID.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtUserNameID_KeyDown);
     
     #line default
     #line hidden
     return;
     case 5:
     this.lblPasword = ((System.Windows.Controls.Label)(target));
     return;
     case 6:
     this.pwdPasssword = ((System.Windows.Controls.PasswordBox)(target));
     
     #line 100 "..\..\..\Controls\CtlLogin.xaml"
     this.pwdPasssword.KeyDown += new System.Windows.Input.KeyEventHandler(this.pwdPasssword_KeyDown);
     
     #line default
     #line hidden
     return;
     case 7:
     this.chkRememberMe = ((System.Windows.Controls.CheckBox)(target));
     
     #line 102 "..\..\..\Controls\CtlLogin.xaml"
     this.chkRememberMe.Checked += new System.Windows.RoutedEventHandler(this.chkRememberMe_Checked);
     
     #line default
     #line hidden
     return;
     case 8:
     this.chkSigninAuto = ((System.Windows.Controls.CheckBox)(target));
     
     #line 103 "..\..\..\Controls\CtlLogin.xaml"
     this.chkSigninAuto.Checked += new System.Windows.RoutedEventHandler(this.chkSigninAuto_Checked);
     
     #line default
     #line hidden
     return;
     case 9:
     this.lblForgotYourPassword = ((System.Windows.Controls.Label)(target));
     return;
     case 10:
     this.btnForgetPass = ((System.Windows.Controls.Button)(target));
     
     #line 105 "..\..\..\Controls\CtlLogin.xaml"
     this.btnForgetPass.Click += new System.Windows.RoutedEventHandler(this.btnForgetPassClick);
     
     #line default
     #line hidden
     return;
     case 11:
     this.btnLogIn = ((System.Windows.Controls.Button)(target));
     
     #line 106 "..\..\..\Controls\CtlLogin.xaml"
     this.btnLogIn.Click += new System.Windows.RoutedEventHandler(this.btnLogIn_Click);
     
     #line default
     #line hidden
     return;
     case 12:
     this.btnSignUp = ((System.Windows.Controls.Button)(target));
     
     #line 107 "..\..\..\Controls\CtlLogin.xaml"
     this.btnSignUp.Click += new System.Windows.RoutedEventHandler(this.btnSignUp_Click);
     
     #line default
     #line hidden
     return;
     case 13:
     this.lblValidate = ((System.Windows.Controls.Label)(target));
     return;
     }
     this._contentLoaded = true;
 }
Example #2
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.ucLogin = ((VMukti.Presentation.Controls.CtlLogin)(target));
                return;

            case 2:
                this.cnvMain = ((System.Windows.Controls.Canvas)(target));
                return;

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

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

            #line 98 "..\..\..\Controls\CtlLogin.xaml"
                this.txtUserNameID.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtUserNameID_KeyDown);

            #line default
            #line hidden
                return;

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

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

            #line 100 "..\..\..\Controls\CtlLogin.xaml"
                this.pwdPasssword.KeyDown += new System.Windows.Input.KeyEventHandler(this.pwdPasssword_KeyDown);

            #line default
            #line hidden
                return;

            case 7:
                this.chkRememberMe = ((System.Windows.Controls.CheckBox)(target));

            #line 102 "..\..\..\Controls\CtlLogin.xaml"
                this.chkRememberMe.Checked += new System.Windows.RoutedEventHandler(this.chkRememberMe_Checked);

            #line default
            #line hidden
                return;

            case 8:
                this.chkSigninAuto = ((System.Windows.Controls.CheckBox)(target));

            #line 103 "..\..\..\Controls\CtlLogin.xaml"
                this.chkSigninAuto.Checked += new System.Windows.RoutedEventHandler(this.chkSigninAuto_Checked);

            #line default
            #line hidden
                return;

            case 9:
                this.lblForgotYourPassword = ((System.Windows.Controls.Label)(target));
                return;

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

            #line 105 "..\..\..\Controls\CtlLogin.xaml"
                this.btnForgetPass.Click += new System.Windows.RoutedEventHandler(this.btnForgetPassClick);

            #line default
            #line hidden
                return;

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

            #line 106 "..\..\..\Controls\CtlLogin.xaml"
                this.btnLogIn.Click += new System.Windows.RoutedEventHandler(this.btnLogIn_Click);

            #line default
            #line hidden
                return;

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

            #line 107 "..\..\..\Controls\CtlLogin.xaml"
                this.btnSignUp.Click += new System.Windows.RoutedEventHandler(this.btnSignUp_Click);

            #line default
            #line hidden
                return;

            case 13:
                this.lblValidate = ((System.Windows.Controls.Label)(target));
                return;
            }
            this._contentLoaded = true;
        }