void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.ucUserInfo = ((User.Presentation.CtlUserInfo)(target));
     return;
     case 2:
     this.cnvMain = ((System.Windows.Controls.Canvas)(target));
     return;
     case 3:
     this.cnvView = ((System.Windows.Controls.Canvas)(target));
     return;
     case 4:
     this.CtlGrid = ((VMukti.CtlGrid.Presentation.ctlGrid)(target));
     
     #line 13 "..\..\CtlUserInfo.xaml"
     this.CtlGrid.btnDeleteClicked += new VMukti.CtlGrid.Presentation.ctlGrid.ButtonClicked(this.CtlGrid_btnDeleteClicked);
     
     #line default
     #line hidden
     
     #line 13 "..\..\CtlUserInfo.xaml"
     this.CtlGrid.btnEditClicked += new VMukti.CtlGrid.Presentation.ctlGrid.ButtonClicked(this.CtlGrid_btnEditClicked);
     
     #line default
     #line hidden
     return;
     case 5:
     this.tbcUserAdditon = ((System.Windows.Controls.TabControl)(target));
     return;
     case 6:
     this.tbiPersonalInfo = ((System.Windows.Controls.TabItem)(target));
     
     #line 16 "..\..\CtlUserInfo.xaml"
     this.tbiPersonalInfo.GotFocus += new System.Windows.RoutedEventHandler(this.tbiPersonalInfo_GotFocus);
     
     #line default
     #line hidden
     
     #line 16 "..\..\CtlUserInfo.xaml"
     this.tbiPersonalInfo.LostFocus += new System.Windows.RoutedEventHandler(this.tbiPersonalInfo_LostFocus);
     
     #line default
     #line hidden
     return;
     case 7:
     this.lblDisplayName = ((System.Windows.Controls.Label)(target));
     return;
     case 8:
     this.lblRoleAssigned = ((System.Windows.Controls.Label)(target));
     return;
     case 9:
     this.lblFirstName = ((System.Windows.Controls.Label)(target));
     return;
     case 10:
     this.lblLastName = ((System.Windows.Controls.Label)(target));
     return;
     case 11:
     this.lblEmail = ((System.Windows.Controls.Label)(target));
     return;
     case 12:
     this.lblPassword = ((System.Windows.Controls.Label)(target));
     return;
     case 13:
     this.txtDisplayName = ((System.Windows.Controls.TextBox)(target));
     
     #line 24 "..\..\CtlUserInfo.xaml"
     this.txtDisplayName.GotFocus += new System.Windows.RoutedEventHandler(this.txtDisplayName_GotFocus);
     
     #line default
     #line hidden
     
     #line 24 "..\..\CtlUserInfo.xaml"
     this.txtDisplayName.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtDisplayName_KeyDown);
     
     #line default
     #line hidden
     
     #line 24 "..\..\CtlUserInfo.xaml"
     this.txtDisplayName.LostFocus += new System.Windows.RoutedEventHandler(this.txtDisplayName_LostFocus);
     
     #line default
     #line hidden
     return;
     case 14:
     this.txtFirstName = ((System.Windows.Controls.TextBox)(target));
     
     #line 25 "..\..\CtlUserInfo.xaml"
     this.txtFirstName.GotFocus += new System.Windows.RoutedEventHandler(this.txtFirstName_GotFocus);
     
     #line default
     #line hidden
     
     #line 25 "..\..\CtlUserInfo.xaml"
     this.txtFirstName.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtFirstName_KeyDown);
     
     #line default
     #line hidden
     
     #line 25 "..\..\CtlUserInfo.xaml"
     this.txtFirstName.LostFocus += new System.Windows.RoutedEventHandler(this.txtFirstName_LostFocus);
     
     #line default
     #line hidden
     return;
     case 15:
     this.txtLastName = ((System.Windows.Controls.TextBox)(target));
     
     #line 26 "..\..\CtlUserInfo.xaml"
     this.txtLastName.GotFocus += new System.Windows.RoutedEventHandler(this.txtLastName_GotFocus);
     
     #line default
     #line hidden
     
     #line 26 "..\..\CtlUserInfo.xaml"
     this.txtLastName.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtLastName_KeyDown);
     
     #line default
     #line hidden
     
     #line 26 "..\..\CtlUserInfo.xaml"
     this.txtLastName.LostFocus += new System.Windows.RoutedEventHandler(this.txtLastName_LostFocus);
     
     #line default
     #line hidden
     return;
     case 16:
     this.txtEmail = ((System.Windows.Controls.TextBox)(target));
     
     #line 27 "..\..\CtlUserInfo.xaml"
     this.txtEmail.GotFocus += new System.Windows.RoutedEventHandler(this.txtEmail_GotFocus);
     
     #line default
     #line hidden
     
     #line 27 "..\..\CtlUserInfo.xaml"
     this.txtEmail.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtEmail_KeyDown);
     
     #line default
     #line hidden
     
     #line 27 "..\..\CtlUserInfo.xaml"
     this.txtEmail.LostFocus += new System.Windows.RoutedEventHandler(this.txtEmail_LostFocus);
     
     #line default
     #line hidden
     return;
     case 17:
     this.txtPassWord = ((System.Windows.Controls.PasswordBox)(target));
     
     #line 28 "..\..\CtlUserInfo.xaml"
     this.txtPassWord.GotFocus += new System.Windows.RoutedEventHandler(this.txtPassword_GotFocus);
     
     #line default
     #line hidden
     
     #line 28 "..\..\CtlUserInfo.xaml"
     this.txtPassWord.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtPassword_KeyDown);
     
     #line default
     #line hidden
     
     #line 28 "..\..\CtlUserInfo.xaml"
     this.txtPassWord.LostFocus += new System.Windows.RoutedEventHandler(this.txtPassword_LostFocus);
     
     #line default
     #line hidden
     return;
     case 18:
     this.cmbRoleAssigned = ((System.Windows.Controls.ComboBox)(target));
     
     #line 29 "..\..\CtlUserInfo.xaml"
     this.cmbRoleAssigned.GotFocus += new System.Windows.RoutedEventHandler(this.cmbRoleAssigned_GotFocus);
     
     #line default
     #line hidden
     
     #line 29 "..\..\CtlUserInfo.xaml"
     this.cmbRoleAssigned.LostFocus += new System.Windows.RoutedEventHandler(this.cmbRoleAssigned_LostFocus);
     
     #line default
     #line hidden
     
     #line 29 "..\..\CtlUserInfo.xaml"
     this.cmbRoleAssigned.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cmbRoleAssigned_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 19:
     this.btnAddRole = ((System.Windows.Controls.Button)(target));
     
     #line 31 "..\..\CtlUserInfo.xaml"
     this.btnAddRole.Click += new System.Windows.RoutedEventHandler(this.btnAddRole_Click);
     
     #line default
     #line hidden
     return;
     case 20:
     this.lblIsActive = ((System.Windows.Controls.Label)(target));
     return;
     case 21:
     this.chkIsActive = ((System.Windows.Controls.CheckBox)(target));
     
     #line 33 "..\..\CtlUserInfo.xaml"
     this.chkIsActive.GotFocus += new System.Windows.RoutedEventHandler(this.chkIsActive_GotFocus);
     
     #line default
     #line hidden
     
     #line 33 "..\..\CtlUserInfo.xaml"
     this.chkIsActive.LostFocus += new System.Windows.RoutedEventHandler(this.chkIsActive_LostFocus);
     
     #line default
     #line hidden
     
     #line 33 "..\..\CtlUserInfo.xaml"
     this.chkIsActive.Checked += new System.Windows.RoutedEventHandler(this.chkIsActive_Checked);
     
     #line default
     #line hidden
     return;
     case 22:
     this.tbiPayrollInfo = ((System.Windows.Controls.TabItem)(target));
     
     #line 36 "..\..\CtlUserInfo.xaml"
     this.tbiPayrollInfo.GotFocus += new System.Windows.RoutedEventHandler(this.tbiPayrollInfo_GotFocus);
     
     #line default
     #line hidden
     
     #line 36 "..\..\CtlUserInfo.xaml"
     this.tbiPayrollInfo.LostFocus += new System.Windows.RoutedEventHandler(this.tbiPayrollInfo_LostFocus);
     
     #line default
     #line hidden
     return;
     case 23:
     this.lblRatePerHour = ((System.Windows.Controls.Label)(target));
     return;
     case 24:
     this.lblOverTimeRate = ((System.Windows.Controls.Label)(target));
     return;
     case 25:
     this.lblDoubleTimeRate = ((System.Windows.Controls.Label)(target));
     return;
     case 26:
     this.lblDoubleOverTimeRate = ((System.Windows.Controls.Label)(target));
     return;
     case 27:
     this.txtRatePerHour = ((System.Windows.Controls.TextBox)(target));
     
     #line 42 "..\..\CtlUserInfo.xaml"
     this.txtRatePerHour.GotFocus += new System.Windows.RoutedEventHandler(this.txtRatePerHour_GotFocus);
     
     #line default
     #line hidden
     
     #line 42 "..\..\CtlUserInfo.xaml"
     this.txtRatePerHour.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtRatePerHour_KeyDown);
     
     #line default
     #line hidden
     
     #line 42 "..\..\CtlUserInfo.xaml"
     this.txtRatePerHour.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtRatePerHour_KeyUp);
     
     #line default
     #line hidden
     
     #line 42 "..\..\CtlUserInfo.xaml"
     this.txtRatePerHour.LostFocus += new System.Windows.RoutedEventHandler(this.txtRatePerHour_LostFocus);
     
     #line default
     #line hidden
     return;
     case 28:
     this.txtDoubleTimeRate = ((System.Windows.Controls.TextBox)(target));
     
     #line 43 "..\..\CtlUserInfo.xaml"
     this.txtDoubleTimeRate.GotFocus += new System.Windows.RoutedEventHandler(this.txtDoubleTimeRate_GotFocus);
     
     #line default
     #line hidden
     
     #line 43 "..\..\CtlUserInfo.xaml"
     this.txtDoubleTimeRate.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtDoubleTimeRate_KeyDown);
     
     #line default
     #line hidden
     
     #line 43 "..\..\CtlUserInfo.xaml"
     this.txtDoubleTimeRate.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtDoubleTimeRate_KeyUp);
     
     #line default
     #line hidden
     
     #line 43 "..\..\CtlUserInfo.xaml"
     this.txtDoubleTimeRate.LostFocus += new System.Windows.RoutedEventHandler(this.txtDoubleTimeRate_LostFocus);
     
     #line default
     #line hidden
     return;
     case 29:
     this.txtOverTimeRate = ((System.Windows.Controls.TextBox)(target));
     
     #line 44 "..\..\CtlUserInfo.xaml"
     this.txtOverTimeRate.GotFocus += new System.Windows.RoutedEventHandler(this.txtOverTimeRate_GotFocus);
     
     #line default
     #line hidden
     
     #line 44 "..\..\CtlUserInfo.xaml"
     this.txtOverTimeRate.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtOverTimeRate_KeyDown);
     
     #line default
     #line hidden
     
     #line 44 "..\..\CtlUserInfo.xaml"
     this.txtOverTimeRate.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtOverTimeRate_KeyUp);
     
     #line default
     #line hidden
     
     #line 44 "..\..\CtlUserInfo.xaml"
     this.txtOverTimeRate.LostFocus += new System.Windows.RoutedEventHandler(this.txtOverTimeRate_LostFocus);
     
     #line default
     #line hidden
     return;
     case 30:
     this.txtDoubleOverTimeRate = ((System.Windows.Controls.TextBox)(target));
     
     #line 45 "..\..\CtlUserInfo.xaml"
     this.txtDoubleOverTimeRate.GotFocus += new System.Windows.RoutedEventHandler(this.txtDoubleOverTimeRate_GotFocus);
     
     #line default
     #line hidden
     
     #line 45 "..\..\CtlUserInfo.xaml"
     this.txtDoubleOverTimeRate.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtDoubleOverTimeRate_KeyDown);
     
     #line default
     #line hidden
     
     #line 45 "..\..\CtlUserInfo.xaml"
     this.txtDoubleOverTimeRate.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtDoubleOverTimeRate_KeyUp);
     
     #line default
     #line hidden
     
     #line 45 "..\..\CtlUserInfo.xaml"
     this.txtDoubleOverTimeRate.LostFocus += new System.Windows.RoutedEventHandler(this.txtDoubleOverTimeRate_LostFocus);
     
     #line default
     #line hidden
     return;
     case 31:
     this.btnSave = ((System.Windows.Controls.Button)(target));
     
     #line 49 "..\..\CtlUserInfo.xaml"
     this.btnSave.Click += new System.Windows.RoutedEventHandler(this.btnSave_Click);
     
     #line default
     #line hidden
     return;
     case 32:
     this.btnCancel = ((System.Windows.Controls.Button)(target));
     
     #line 50 "..\..\CtlUserInfo.xaml"
     this.btnCancel.Click += new System.Windows.RoutedEventHandler(this.btnCancel_Click);
     
     #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.ucUserInfo = ((User.Presentation.CtlUserInfo)(target));
                return;

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

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

            case 4:
                this.CtlGrid = ((VMukti.CtlGrid.Presentation.ctlGrid)(target));

            #line 13 "..\..\CtlUserInfo.xaml"
                this.CtlGrid.btnDeleteClicked += new VMukti.CtlGrid.Presentation.ctlGrid.ButtonClicked(this.CtlGrid_btnDeleteClicked);

            #line default
            #line hidden

            #line 13 "..\..\CtlUserInfo.xaml"
                this.CtlGrid.btnEditClicked += new VMukti.CtlGrid.Presentation.ctlGrid.ButtonClicked(this.CtlGrid_btnEditClicked);

            #line default
            #line hidden
                return;

            case 5:
                this.tbcUserAdditon = ((System.Windows.Controls.TabControl)(target));
                return;

            case 6:
                this.tbiPersonalInfo = ((System.Windows.Controls.TabItem)(target));

            #line 16 "..\..\CtlUserInfo.xaml"
                this.tbiPersonalInfo.GotFocus += new System.Windows.RoutedEventHandler(this.tbiPersonalInfo_GotFocus);

            #line default
            #line hidden

            #line 16 "..\..\CtlUserInfo.xaml"
                this.tbiPersonalInfo.LostFocus += new System.Windows.RoutedEventHandler(this.tbiPersonalInfo_LostFocus);

            #line default
            #line hidden
                return;

            case 7:
                this.lblDisplayName = ((System.Windows.Controls.Label)(target));
                return;

            case 8:
                this.lblRoleAssigned = ((System.Windows.Controls.Label)(target));
                return;

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

            case 10:
                this.lblLastName = ((System.Windows.Controls.Label)(target));
                return;

            case 11:
                this.lblEmail = ((System.Windows.Controls.Label)(target));
                return;

            case 12:
                this.lblPassword = ((System.Windows.Controls.Label)(target));
                return;

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

            #line 24 "..\..\CtlUserInfo.xaml"
                this.txtDisplayName.GotFocus += new System.Windows.RoutedEventHandler(this.txtDisplayName_GotFocus);

            #line default
            #line hidden

            #line 24 "..\..\CtlUserInfo.xaml"
                this.txtDisplayName.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtDisplayName_KeyDown);

            #line default
            #line hidden

            #line 24 "..\..\CtlUserInfo.xaml"
                this.txtDisplayName.LostFocus += new System.Windows.RoutedEventHandler(this.txtDisplayName_LostFocus);

            #line default
            #line hidden
                return;

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

            #line 25 "..\..\CtlUserInfo.xaml"
                this.txtFirstName.GotFocus += new System.Windows.RoutedEventHandler(this.txtFirstName_GotFocus);

            #line default
            #line hidden

            #line 25 "..\..\CtlUserInfo.xaml"
                this.txtFirstName.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtFirstName_KeyDown);

            #line default
            #line hidden

            #line 25 "..\..\CtlUserInfo.xaml"
                this.txtFirstName.LostFocus += new System.Windows.RoutedEventHandler(this.txtFirstName_LostFocus);

            #line default
            #line hidden
                return;

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

            #line 26 "..\..\CtlUserInfo.xaml"
                this.txtLastName.GotFocus += new System.Windows.RoutedEventHandler(this.txtLastName_GotFocus);

            #line default
            #line hidden

            #line 26 "..\..\CtlUserInfo.xaml"
                this.txtLastName.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtLastName_KeyDown);

            #line default
            #line hidden

            #line 26 "..\..\CtlUserInfo.xaml"
                this.txtLastName.LostFocus += new System.Windows.RoutedEventHandler(this.txtLastName_LostFocus);

            #line default
            #line hidden
                return;

            case 16:
                this.txtEmail = ((System.Windows.Controls.TextBox)(target));

            #line 27 "..\..\CtlUserInfo.xaml"
                this.txtEmail.GotFocus += new System.Windows.RoutedEventHandler(this.txtEmail_GotFocus);

            #line default
            #line hidden

            #line 27 "..\..\CtlUserInfo.xaml"
                this.txtEmail.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtEmail_KeyDown);

            #line default
            #line hidden

            #line 27 "..\..\CtlUserInfo.xaml"
                this.txtEmail.LostFocus += new System.Windows.RoutedEventHandler(this.txtEmail_LostFocus);

            #line default
            #line hidden
                return;

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

            #line 28 "..\..\CtlUserInfo.xaml"
                this.txtPassWord.GotFocus += new System.Windows.RoutedEventHandler(this.txtPassword_GotFocus);

            #line default
            #line hidden

            #line 28 "..\..\CtlUserInfo.xaml"
                this.txtPassWord.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtPassword_KeyDown);

            #line default
            #line hidden

            #line 28 "..\..\CtlUserInfo.xaml"
                this.txtPassWord.LostFocus += new System.Windows.RoutedEventHandler(this.txtPassword_LostFocus);

            #line default
            #line hidden
                return;

            case 18:
                this.cmbRoleAssigned = ((System.Windows.Controls.ComboBox)(target));

            #line 29 "..\..\CtlUserInfo.xaml"
                this.cmbRoleAssigned.GotFocus += new System.Windows.RoutedEventHandler(this.cmbRoleAssigned_GotFocus);

            #line default
            #line hidden

            #line 29 "..\..\CtlUserInfo.xaml"
                this.cmbRoleAssigned.LostFocus += new System.Windows.RoutedEventHandler(this.cmbRoleAssigned_LostFocus);

            #line default
            #line hidden

            #line 29 "..\..\CtlUserInfo.xaml"
                this.cmbRoleAssigned.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cmbRoleAssigned_SelectionChanged);

            #line default
            #line hidden
                return;

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

            #line 31 "..\..\CtlUserInfo.xaml"
                this.btnAddRole.Click += new System.Windows.RoutedEventHandler(this.btnAddRole_Click);

            #line default
            #line hidden
                return;

            case 20:
                this.lblIsActive = ((System.Windows.Controls.Label)(target));
                return;

            case 21:
                this.chkIsActive = ((System.Windows.Controls.CheckBox)(target));

            #line 33 "..\..\CtlUserInfo.xaml"
                this.chkIsActive.GotFocus += new System.Windows.RoutedEventHandler(this.chkIsActive_GotFocus);

            #line default
            #line hidden

            #line 33 "..\..\CtlUserInfo.xaml"
                this.chkIsActive.LostFocus += new System.Windows.RoutedEventHandler(this.chkIsActive_LostFocus);

            #line default
            #line hidden

            #line 33 "..\..\CtlUserInfo.xaml"
                this.chkIsActive.Checked += new System.Windows.RoutedEventHandler(this.chkIsActive_Checked);

            #line default
            #line hidden
                return;

            case 22:
                this.tbiPayrollInfo = ((System.Windows.Controls.TabItem)(target));

            #line 36 "..\..\CtlUserInfo.xaml"
                this.tbiPayrollInfo.GotFocus += new System.Windows.RoutedEventHandler(this.tbiPayrollInfo_GotFocus);

            #line default
            #line hidden

            #line 36 "..\..\CtlUserInfo.xaml"
                this.tbiPayrollInfo.LostFocus += new System.Windows.RoutedEventHandler(this.tbiPayrollInfo_LostFocus);

            #line default
            #line hidden
                return;

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

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

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

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

            case 27:
                this.txtRatePerHour = ((System.Windows.Controls.TextBox)(target));

            #line 42 "..\..\CtlUserInfo.xaml"
                this.txtRatePerHour.GotFocus += new System.Windows.RoutedEventHandler(this.txtRatePerHour_GotFocus);

            #line default
            #line hidden

            #line 42 "..\..\CtlUserInfo.xaml"
                this.txtRatePerHour.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtRatePerHour_KeyDown);

            #line default
            #line hidden

            #line 42 "..\..\CtlUserInfo.xaml"
                this.txtRatePerHour.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtRatePerHour_KeyUp);

            #line default
            #line hidden

            #line 42 "..\..\CtlUserInfo.xaml"
                this.txtRatePerHour.LostFocus += new System.Windows.RoutedEventHandler(this.txtRatePerHour_LostFocus);

            #line default
            #line hidden
                return;

            case 28:
                this.txtDoubleTimeRate = ((System.Windows.Controls.TextBox)(target));

            #line 43 "..\..\CtlUserInfo.xaml"
                this.txtDoubleTimeRate.GotFocus += new System.Windows.RoutedEventHandler(this.txtDoubleTimeRate_GotFocus);

            #line default
            #line hidden

            #line 43 "..\..\CtlUserInfo.xaml"
                this.txtDoubleTimeRate.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtDoubleTimeRate_KeyDown);

            #line default
            #line hidden

            #line 43 "..\..\CtlUserInfo.xaml"
                this.txtDoubleTimeRate.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtDoubleTimeRate_KeyUp);

            #line default
            #line hidden

            #line 43 "..\..\CtlUserInfo.xaml"
                this.txtDoubleTimeRate.LostFocus += new System.Windows.RoutedEventHandler(this.txtDoubleTimeRate_LostFocus);

            #line default
            #line hidden
                return;

            case 29:
                this.txtOverTimeRate = ((System.Windows.Controls.TextBox)(target));

            #line 44 "..\..\CtlUserInfo.xaml"
                this.txtOverTimeRate.GotFocus += new System.Windows.RoutedEventHandler(this.txtOverTimeRate_GotFocus);

            #line default
            #line hidden

            #line 44 "..\..\CtlUserInfo.xaml"
                this.txtOverTimeRate.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtOverTimeRate_KeyDown);

            #line default
            #line hidden

            #line 44 "..\..\CtlUserInfo.xaml"
                this.txtOverTimeRate.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtOverTimeRate_KeyUp);

            #line default
            #line hidden

            #line 44 "..\..\CtlUserInfo.xaml"
                this.txtOverTimeRate.LostFocus += new System.Windows.RoutedEventHandler(this.txtOverTimeRate_LostFocus);

            #line default
            #line hidden
                return;

            case 30:
                this.txtDoubleOverTimeRate = ((System.Windows.Controls.TextBox)(target));

            #line 45 "..\..\CtlUserInfo.xaml"
                this.txtDoubleOverTimeRate.GotFocus += new System.Windows.RoutedEventHandler(this.txtDoubleOverTimeRate_GotFocus);

            #line default
            #line hidden

            #line 45 "..\..\CtlUserInfo.xaml"
                this.txtDoubleOverTimeRate.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtDoubleOverTimeRate_KeyDown);

            #line default
            #line hidden

            #line 45 "..\..\CtlUserInfo.xaml"
                this.txtDoubleOverTimeRate.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtDoubleOverTimeRate_KeyUp);

            #line default
            #line hidden

            #line 45 "..\..\CtlUserInfo.xaml"
                this.txtDoubleOverTimeRate.LostFocus += new System.Windows.RoutedEventHandler(this.txtDoubleOverTimeRate_LostFocus);

            #line default
            #line hidden
                return;

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

            #line 49 "..\..\CtlUserInfo.xaml"
                this.btnSave.Click += new System.Windows.RoutedEventHandler(this.btnSave_Click);

            #line default
            #line hidden
                return;

            case 32:
                this.btnCancel = ((System.Windows.Controls.Button)(target));

            #line 50 "..\..\CtlUserInfo.xaml"
                this.btnCancel.Click += new System.Windows.RoutedEventHandler(this.btnCancel_Click);

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