Exemple #1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.LoginScreen = ((System.Windows.Controls.Grid)(target));
                return;

            case 2:
                this.txtbox_password = ((DevExpress.Xpf.Editors.PasswordBoxEdit)(target));
                return;

            case 3:
                this.txtedit_username = ((DevExpress.Xpf.Editors.TextEdit)(target));
                return;

            case 4:
                this.btn_login = ((DevExpress.Xpf.Core.SimpleButton)(target));

            #line 38 "..\..\..\Views\LoginWindow.xaml"
                this.btn_login.Click += new System.Windows.RoutedEventHandler(this.btn_login_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.txtRutaEmpresa = ((DevExpress.Xpf.Editors.TextEdit)(target));
                return;

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

            #line 15 "..\..\..\View.Contpaqi\StartWindow.xaml"
                this.btnSeleccionar.Click += new System.Windows.RoutedEventHandler(this.btnSeleccionar_Click);

            #line default
            #line hidden
                return;

            case 3:
                this.cbxServers = ((DevExpress.Xpf.Editors.ComboBoxEdit)(target));
                return;

            case 4:
                this.txtUser = ((DevExpress.Xpf.Editors.TextEdit)(target));
                return;

            case 5:
                this.txtPassword = ((DevExpress.Xpf.Editors.PasswordBoxEdit)(target));

            #line 25 "..\..\..\View.Contpaqi\StartWindow.xaml"
                this.txtPassword.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtPassword_KeyUp);

            #line default
            #line hidden
                return;

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

            #line 27 "..\..\..\View.Contpaqi\StartWindow.xaml"
                this.btnIngresar.Click += new System.Windows.RoutedEventHandler(this.btnIngresar_Click);

            #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.window_change_pas = ((GreatestApplicatioInMyLife.pas_change)(target));
                return;

            case 2:
                this.oldpas = ((DevExpress.Xpf.Editors.PasswordBoxEdit)(target));

            #line 11 "..\..\..\pas_change.xaml"
                this.oldpas.GotFocus += new System.Windows.RoutedEventHandler(this.oldpas_GotFocus);

            #line default
            #line hidden
                return;

            case 3:
                this.newpas = ((DevExpress.Xpf.Editors.PasswordBoxEdit)(target));

            #line 14 "..\..\..\pas_change.xaml"
                this.newpas.GotFocus += new System.Windows.RoutedEventHandler(this.oldpas_GotFocus);

            #line default
            #line hidden
                return;

            case 4:
                this.tbp_main_window_di = ((System.Windows.Controls.Primitives.ToolBarPanel)(target));
                return;

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

            #line 16 "..\..\..\pas_change.xaml"
                this.bt_change_pas.Click += new System.Windows.RoutedEventHandler(this.bt_change_pas_Click);

            #line default
            #line hidden
                return;

            case 6:
                this.bt_can = ((System.Windows.Controls.Button)(target));
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.txtPwd = ((DevExpress.Xpf.Editors.PasswordBoxEdit)(target));
                return;

            case 2:
                this.lblTip = ((System.Windows.Controls.Label)(target));
                return;

            case 3:
                this.tipControl = ((BPMS.Views.Default.TipControl)(target));
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.LayoutGroupWorkpackSelection = ((DevExpress.Xpf.LayoutControl.LayoutGroup)(target));
                return;

            case 2:
                this.layoutItemLogo = ((DevExpress.Xpf.LayoutControl.LayoutItem)(target));
                return;

            case 3:
                this.layoutItemUsername = ((DevExpress.Xpf.LayoutControl.LayoutItem)(target));
                return;

            case 4:
                this.txtUsername = ((DevExpress.Xpf.Editors.TextEdit)(target));
                return;

            case 5:
                this.layoutItemPassword = ((DevExpress.Xpf.LayoutControl.LayoutItem)(target));
                return;

            case 6:
                this.txtPassword = ((DevExpress.Xpf.Editors.PasswordBoxEdit)(target));
                return;

            case 7:
                this.LayoutGroupButtons = ((DevExpress.Xpf.LayoutControl.LayoutGroup)(target));
                return;

            case 8:
                this.btnLogin = ((System.Windows.Controls.Button)(target));
                return;

            case 9:
                this.btnCancel = ((System.Windows.Controls.Button)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemple #6
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.txtid = ((DevExpress.Xpf.Editors.TextEdit)(target));

            #line 23 "..\..\DangNhap.xaml"
                this.txtid.PreviewMouseDown += new System.Windows.Input.MouseButtonEventHandler(this.txtid_PreviewMouseDown);

            #line default
            #line hidden
                return;

            case 2:
                this.txtpass = ((DevExpress.Xpf.Editors.PasswordBoxEdit)(target));

            #line 28 "..\..\DangNhap.xaml"
                this.txtpass.PreviewMouseDown += new System.Windows.Input.MouseButtonEventHandler(this.txtpass_PreviewMouseDown);

            #line default
            #line hidden

            #line 28 "..\..\DangNhap.xaml"
                this.txtpass.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtpass_KeyDown);

            #line default
            #line hidden
                return;

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

            #line 32 "..\..\DangNhap.xaml"
                this.btnLogin.Click += new System.Windows.RoutedEventHandler(this.btnLogin_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Exemple #7
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.txtUserName = ((DevExpress.Xpf.Editors.TextEdit)(target));
                return;

            case 2:
                this.txtPwd = ((DevExpress.Xpf.Editors.PasswordBoxEdit)(target));
                return;

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

            case 4:
                this.btnLogin = ((System.Windows.Controls.Button)(target));
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 9 "..\..\..\..\Settings\Windows\UserAccountWindow.xaml"
     ((NSPIREIncSystem.Settings.Windows.UserAccountWindow)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
     
     #line default
     #line hidden
     
     #line 9 "..\..\..\..\Settings\Windows\UserAccountWindow.xaml"
     ((NSPIREIncSystem.Settings.Windows.UserAccountWindow)(target)).Closing += new System.ComponentModel.CancelEventHandler(this.Window_Closing);
     
     #line default
     #line hidden
     return;
     case 2:
     this.txtEmployeeName = ((DevExpress.Xpf.Editors.TextEdit)(target));
     return;
     case 3:
     this.btnSearch = ((System.Windows.Controls.Button)(target));
     
     #line 42 "..\..\..\..\Settings\Windows\UserAccountWindow.xaml"
     this.btnSearch.Click += new System.Windows.RoutedEventHandler(this.btnSearch_Click);
     
     #line default
     #line hidden
     return;
     case 4:
     this.txtUsername = ((DevExpress.Xpf.Editors.TextEdit)(target));
     return;
     case 5:
     this.lblOldPassword = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 6:
     this.txtOldPassword = ((DevExpress.Xpf.Editors.PasswordBoxEdit)(target));
     return;
     case 7:
     this.lblNewPassword = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 8:
     this.txtNewPassword = ((DevExpress.Xpf.Editors.PasswordBoxEdit)(target));
     return;
     case 9:
     this.lblConfirmPassword = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 10:
     this.txtConfirmPassword = ((DevExpress.Xpf.Editors.PasswordBoxEdit)(target));
     return;
     case 11:
     this.lblLead = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 12:
     this.cbLeadAccess = ((DevExpress.Xpf.Editors.ComboBoxEdit)(target));
     return;
     case 13:
     this.lblTask = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 14:
     this.cbTaskAccess = ((DevExpress.Xpf.Editors.ComboBoxEdit)(target));
     return;
     case 15:
     this.stackCustomerService = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 16:
     this.lblCustomerService = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 17:
     this.lblCustomerService2 = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 18:
     this.cbCustomerServiceAccess = ((DevExpress.Xpf.Editors.ComboBoxEdit)(target));
     return;
     case 19:
     this.lblAdminCheck = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 20:
     this.tsAdminCheck = ((WPFSpark.ToggleSwitch)(target));
     
     #line 104 "..\..\..\..\Settings\Windows\UserAccountWindow.xaml"
     this.tsAdminCheck.Checked += new System.Windows.RoutedEventHandler(this.tsAdminCheck_Checked);
     
     #line default
     #line hidden
     
     #line 104 "..\..\..\..\Settings\Windows\UserAccountWindow.xaml"
     this.tsAdminCheck.Unchecked += new System.Windows.RoutedEventHandler(this.tsAdminCheck_Unchecked);
     
     #line default
     #line hidden
     return;
     case 21:
     this.btnSave = ((System.Windows.Controls.Button)(target));
     
     #line 108 "..\..\..\..\Settings\Windows\UserAccountWindow.xaml"
     this.btnSave.Click += new System.Windows.RoutedEventHandler(this.btnSave_Click);
     
     #line default
     #line hidden
     return;
     case 22:
     this.btnClose = ((System.Windows.Controls.Button)(target));
     
     #line 113 "..\..\..\..\Settings\Windows\UserAccountWindow.xaml"
     this.btnClose.Click += new System.Windows.RoutedEventHandler(this.btnClose_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Exemple #9
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 16 "..\..\..\Views\Account.xaml"
                ((WPFSuperMarket.Views.Account)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.gridControl1 = ((DevExpress.Xpf.Grid.GridControl)(target));

            #line 58 "..\..\..\Views\Account.xaml"
                this.gridControl1.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.gridControl1_MouseDown);

            #line default
            #line hidden

            #line 58 "..\..\..\Views\Account.xaml"
                this.gridControl1.SelectedItemChanged += new DevExpress.Xpf.Grid.SelectedItemChangedEventHandler(this.gridControl1_SelectedItemChanged);

            #line default
            #line hidden
                return;

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

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

            case 5:
                this.txtAccountCreatedBy = ((System.Windows.Controls.TextBox)(target));
                return;

            case 6:
                this.imageAccountPicture = ((DevExpress.Xpf.Editors.ImageEdit)(target));

            #line 85 "..\..\..\Views\Account.xaml"
                this.imageAccountPicture.EditValueChanged += new DevExpress.Xpf.Editors.EditValueChangedEventHandler(this.imageAccountPicture_EditValueChanged);

            #line default
            #line hidden
                return;

            case 7:
                this.txtAccountUsername = ((DevExpress.Xpf.Editors.TextEdit)(target));
                return;

            case 8:
                this.txtAccountHashedPassword = ((DevExpress.Xpf.Editors.PasswordBoxEdit)(target));
                return;

            case 9:
                this.txtAccountEmail = ((DevExpress.Xpf.Editors.TextEdit)(target));
                return;

            case 10:
                this.txtAccountName = ((DevExpress.Xpf.Editors.TextEdit)(target));
                return;

            case 11:
                this.txtAccountIdCard = ((DevExpress.Xpf.Editors.TextEdit)(target));
                return;

            case 12:
                this.txtAccountPhone = ((DevExpress.Xpf.Editors.TextEdit)(target));
                return;

            case 13:
                this.txtAccountDetail = ((DevExpress.Xpf.Editors.TextEdit)(target));
                return;

            case 14:
                this.btnAddAccount_Cancel = ((System.Windows.Controls.Button)(target));

            #line 145 "..\..\..\Views\Account.xaml"
                this.btnAddAccount_Cancel.Click += new System.Windows.RoutedEventHandler(this.btnAddAccount_Cancel_Click);

            #line default
            #line hidden
                return;

            case 15:
                this.btnAddAccount = ((System.Windows.Controls.Button)(target));

            #line 151 "..\..\..\Views\Account.xaml"
                this.btnAddAccount.Click += new System.Windows.RoutedEventHandler(this.btnAddAccount_Click);

            #line default
            #line hidden
                return;

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

            #line 159 "..\..\..\Views\Account.xaml"
                this.btnSaveChangeAccount.Click += new System.Windows.RoutedEventHandler(this.btnAccount_SaveChange_Click);

            #line default
            #line hidden
                return;

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

            #line 167 "..\..\..\Views\Account.xaml"
                this.btnSaveChangeAccount_Cancel.Click += new System.Windows.RoutedEventHandler(this.btnSaveChangeAccount_Cancel_Click);

            #line default
            #line hidden
                return;

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

            #line 173 "..\..\..\Views\Account.xaml"
                this.btnChangePasswordAccount.Click += new System.Windows.RoutedEventHandler(this.btnChangePassword_Click);

            #line default
            #line hidden
                return;

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

            #line 181 "..\..\..\Views\Account.xaml"
                this.btnChangePasswordAccount_Cancel.Click += new System.Windows.RoutedEventHandler(this.btnChangePassword_Account_Cancel_Click);

            #line default
            #line hidden
                return;

            case 20:
                this.btnDeleteAccount = ((System.Windows.Controls.Button)(target));

            #line 187 "..\..\..\Views\Account.xaml"
                this.btnDeleteAccount.Click += new System.Windows.RoutedEventHandler(this.btnDeleteAccount_Click);

            #line default
            #line hidden
                return;

            case 21:
                this.btnSetAdmin = ((System.Windows.Controls.Button)(target));

            #line 195 "..\..\..\Views\Account.xaml"
                this.btnSetAdmin.Click += new System.Windows.RoutedEventHandler(this.btnSetAdmin_Click);

            #line default
            #line hidden
                return;

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

            #line 203 "..\..\..\Views\Account.xaml"
                this.btnUnSetAdmin.Click += new System.Windows.RoutedEventHandler(this.btnUnSetAdmin_Click);

            #line default
            #line hidden
                return;

            case 23:
                this._comboboxquyenhan = ((DevExpress.Xpf.Editors.ComboBoxEdit)(target));
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.txtPwd = ((DevExpress.Xpf.Editors.PasswordBoxEdit)(target));
     return;
     case 2:
     this.txtRePwd = ((BPMS.Views.Default.PasswordBoxEditEx)(target));
     return;
     case 3:
     this.tipControl = ((BPMS.Views.Default.TipControl)(target));
     return;
     case 4:
     this.buttonTools = ((BPMS.Views.Default.ButtonTools)(target));
     return;
     }
     this._contentLoaded = true;
 }
Exemple #11
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 5 "..\..\..\WxzForms\FSignIn.xaml"
                ((StudentsManagement.WxzForms.FSignIn)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Window_MouseDown);

            #line default
            #line hidden
                return;

            case 2:
                this.menu = ((DevExpress.Xpf.WindowsUI.HamburgerMenu)(target));

            #line 8 "..\..\..\WxzForms\FSignIn.xaml"
                this.menu.SelectedItemChanged += new System.EventHandler <DevExpress.Xpf.WindowsUI.HamburgerMenuSelectedItemChangedEventArgs>(this.HamburgerMenu_SelectedItemChanged_1);

            #line default
            #line hidden
                return;

            case 3:
                this.frame = ((DevExpress.Xpf.WindowsUI.NavigationFrame)(target));
                return;

            case 4:
                this.service = ((DevExpress.Xpf.WindowsUI.Navigation.FrameNavigationService)(target));
                return;

            case 5:
                this.Group_SignIn = ((DevExpress.Xpf.LayoutControl.GroupBox)(target));
                return;

            case 6:
                this.tbx_SignIn_Username = ((DevExpress.Xpf.Editors.TextEdit)(target));
                return;

            case 7:
                this.tbx_SignIn_Password = ((DevExpress.Xpf.Editors.PasswordBoxEdit)(target));
                return;

            case 8:
                this.btn_SignIn_Ok = ((DevExpress.Xpf.Core.SimpleButton)(target));

            #line 37 "..\..\..\WxzForms\FSignIn.xaml"
                this.btn_SignIn_Ok.Click += new System.Windows.RoutedEventHandler(this.btn_SignIn_Ok_Click);

            #line default
            #line hidden
                return;

            case 9:
                this.btn_SignIn_Clear = ((DevExpress.Xpf.Core.SimpleButton)(target));

            #line 38 "..\..\..\WxzForms\FSignIn.xaml"
                this.btn_SignIn_Clear.Click += new System.Windows.RoutedEventHandler(this.btn_SignIn_Clear_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.Group_SignUp = ((DevExpress.Xpf.LayoutControl.GroupBox)(target));
                return;

            case 11:
                this.tbx_SignUp_Username = ((DevExpress.Xpf.Editors.TextEdit)(target));
                return;

            case 12:
                this.tbx_SignUp_Password = ((DevExpress.Xpf.Editors.PasswordBoxEdit)(target));
                return;

            case 13:
                this.tbx_SignUp_RePassword = ((DevExpress.Xpf.Editors.PasswordBoxEdit)(target));
                return;

            case 14:
                this.btn_SignUp_Ok = ((DevExpress.Xpf.Core.SimpleButton)(target));

            #line 61 "..\..\..\WxzForms\FSignIn.xaml"
                this.btn_SignUp_Ok.Click += new System.Windows.RoutedEventHandler(this.btn_SignUp_Ok_Click);

            #line default
            #line hidden
                return;

            case 15:
                this.btn_SignUp_Clear = ((DevExpress.Xpf.Core.SimpleButton)(target));

            #line 62 "..\..\..\WxzForms\FSignIn.xaml"
                this.btn_SignUp_Clear.Click += new System.Windows.RoutedEventHandler(this.btn_SignUp_Clear_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.border = ((System.Windows.Controls.Border)(target));
                return;

            case 2:

            #line 115 "..\..\..\Views\SWCS201_02P.xaml"
                ((System.Windows.Controls.Border)(target)).PreviewMouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Grid_PreviewMouseDown);

            #line default
            #line hidden
                return;

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

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

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

            case 6:
                this.content = ((System.Windows.Controls.Border)(target));
                return;

            case 7:
                this.lblNotice_First = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 8:
                this.lblNotice_Second = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 9:
                this.lblNotice_Third = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 10:
                this.lblNotice_Fourth = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 11:
                this.lblNotice_Fifth = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 12:
                this.lblNotice_Sixth = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 13:
                this.lblPASSWORD = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 14:
                this.lblPASSWORD_CONF = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 15:
                this.txtPassword = ((DevExpress.Xpf.Editors.PasswordBoxEdit)(target));
                return;

            case 16:
                this.txtPasswordConf = ((DevExpress.Xpf.Editors.PasswordBoxEdit)(target));
                return;

            case 17:
                this.ButtonArea = ((System.Windows.Controls.Border)(target));
                return;

            case 18:
                this.btnConfirm = ((DevExpress.Xpf.Core.SimpleButton)(target));
                return;

            case 19:
                this.btnCancel = ((DevExpress.Xpf.Core.SimpleButton)(target));
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.txtLogin = ((System.Windows.Controls.TextBox)(target));

            #line 13 "..\..\..\..\Pages\LoginPage.xaml"
                this.txtLogin.LostFocus += new System.Windows.RoutedEventHandler(this.txtLogin_LostFocus);

            #line default
            #line hidden

            #line 13 "..\..\..\..\Pages\LoginPage.xaml"
                this.txtLogin.GotFocus += new System.Windows.RoutedEventHandler(this.txtLogin_GotFocus);

            #line default
            #line hidden
                return;

            case 2:
                this.LblLogin = ((System.Windows.Controls.Label)(target));
                return;

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

            case 4:
                this.passwordBoxEdit1 = ((DevExpress.Xpf.Editors.PasswordBoxEdit)(target));

            #line 29 "..\..\..\..\Pages\LoginPage.xaml"
                this.passwordBoxEdit1.GotFocus += new System.Windows.RoutedEventHandler(this.passwordBoxEdit1_GotFocus);

            #line default
            #line hidden

            #line 29 "..\..\..\..\Pages\LoginPage.xaml"
                this.passwordBoxEdit1.LostFocus += new System.Windows.RoutedEventHandler(this.passwordBoxEdit1_LostFocus);

            #line default
            #line hidden
                return;

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

            #line 43 "..\..\..\..\Pages\LoginPage.xaml"
                this.button1.Click += new System.Windows.RoutedEventHandler(this.button1_Click);

            #line default
            #line hidden
                return;

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

            #line 51 "..\..\..\..\Pages\LoginPage.xaml"
                this.btnRegistration.Click += new System.Windows.RoutedEventHandler(this.btnRegistration_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Exemple #14
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.txtUserName = ((DevExpress.Xpf.Editors.TextEdit)(target));
     return;
     case 2:
     this.txtPwd = ((DevExpress.Xpf.Editors.PasswordBoxEdit)(target));
     return;
     case 3:
     this.tbTips = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 4:
     this.btnLogin = ((System.Windows.Controls.Button)(target));
     return;
     }
     this._contentLoaded = true;
 }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.tbDescription = ((System.Windows.Controls.TextBlock)(target));
                return;

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

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

            case 4:
                this.tbServer = ((DevExpress.Xpf.Editors.TextEdit)(target));
                return;

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

            case 6:
                this.cbDatabase = ((DevExpress.Xpf.Editors.TextEdit)(target));
                return;

            case 7:
                this.stackPanel1 = ((System.Windows.Controls.GroupBox)(target));
                return;

            case 8:
                this.rbWindowsAuthentication = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 9:
                this.rbSQLServerAuthentication = ((System.Windows.Controls.RadioButton)(target));
                return;

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

            case 11:
                this.tbLogin = ((DevExpress.Xpf.Editors.TextEdit)(target));
                return;

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

            case 13:
                this.tbPassword = ((DevExpress.Xpf.Editors.PasswordBoxEdit)(target));
                return;

            case 14:
                this.lRecords = ((System.Windows.Controls.Label)(target));
                return;

            case 15:
                this.label5 = ((System.Windows.Controls.Label)(target));
                return;

            case 16:
                this.tbRecords = ((DevExpress.Xpf.Editors.TextEdit)(target));
                return;

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

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

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

            case 20:
                this.progressBarCore = ((System.Windows.Controls.ProgressBar)(target));
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.autwindow = ((GreatestApplicatioInMyLife.AutWindow)(target));

            #line 7 "..\..\AutWindow.xaml"
                this.autwindow.Activated += new System.EventHandler(this.autwindow_Activated);

            #line default
            #line hidden
                return;

            case 2:
                this.rb_user = ((System.Windows.Controls.RadioButton)(target));

            #line 24 "..\..\AutWindow.xaml"
                this.rb_user.Checked += new System.Windows.RoutedEventHandler(this.rb_user_Checked);

            #line default
            #line hidden
                return;

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

            #line 25 "..\..\AutWindow.xaml"
                this.rb_admin.Checked += new System.Windows.RoutedEventHandler(this.rb_admin_Checked);

            #line default
            #line hidden
                return;

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

            case 5:
                this.pb_admin = ((DevExpress.Xpf.Editors.PasswordBoxEdit)(target));
                return;

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

            case 7:
                this.sp_login = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 8:
                this.cb_choose_war = ((DevExpress.Xpf.Editors.ComboBoxEdit)(target));

            #line 45 "..\..\AutWindow.xaml"
                this.cb_choose_war.Loaded += new System.Windows.RoutedEventHandler(this.cb_choose_war_Loaded);

            #line default
            #line hidden

            #line 45 "..\..\AutWindow.xaml"
                this.cb_choose_war.EditValueChanged += new DevExpress.Xpf.Editors.EditValueChangedEventHandler(this.cb_choose_war_EditValueChanged);

            #line default
            #line hidden
                return;

            case 9:
                this.cb_choose_user = ((DevExpress.Xpf.Editors.ComboBoxEdit)(target));
                return;

            case 10:
                this.pb_user = ((DevExpress.Xpf.Editors.PasswordBoxEdit)(target));
                return;

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

            #line 54 "..\..\AutWindow.xaml"
                this.btLogin.Click += new System.Windows.RoutedEventHandler(this.btLogin_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Exemple #17
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 11 "..\..\..\..\Shared\Views\Login.xaml"
     ((NSPIREIncSystem.Shared.Views.Login)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.txtUsername = ((DevExpress.Xpf.Editors.TextEdit)(target));
     return;
     case 3:
     this.txtPassword = ((DevExpress.Xpf.Editors.PasswordBoxEdit)(target));
     return;
     case 4:
     this.btnOK = ((System.Windows.Controls.Button)(target));
     
     #line 42 "..\..\..\..\Shared\Views\Login.xaml"
     this.btnOK.Click += new System.Windows.RoutedEventHandler(this.btnOK_Click);
     
     #line default
     #line hidden
     return;
     case 5:
     this.btnExit = ((System.Windows.Controls.Button)(target));
     
     #line 43 "..\..\..\..\Shared\Views\Login.xaml"
     this.btnExit.Click += new System.Windows.RoutedEventHandler(this.btnExit_Click);
     
     #line default
     #line hidden
     return;
     case 6:
     this.busyIndicator = ((Xceed.Wpf.Toolkit.BusyIndicator)(target));
     return;
     }
     this._contentLoaded = true;
 }
Exemple #18
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 10 "..\..\..\UserControls\PersonalUserControl.xaml"
                ((SatisUI.Views.PersonalUserControl)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);

            #line default
            #line hidden
                return;

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

            case 3:
                this.personalName = ((DevExpress.Xpf.Editors.TextEdit)(target));
                return;

            case 4:
                this.personelLastname = ((DevExpress.Xpf.Editors.TextEdit)(target));
                return;

            case 5:
                this.personelUsername = ((DevExpress.Xpf.Editors.TextEdit)(target));
                return;

            case 6:
                this.personelPassword = ((DevExpress.Xpf.Editors.PasswordBoxEdit)(target));
                return;

            case 7:
                this.chkboxAdmin = ((DevExpress.Xpf.Editors.CheckEdit)(target));

            #line 69 "..\..\..\UserControls\PersonalUserControl.xaml"
                this.chkboxAdmin.EditValueChanged += new DevExpress.Xpf.Editors.EditValueChangedEventHandler(this.chkboxAdmin_EditValueChanged);

            #line default
            #line hidden
                return;

            case 8:
                this.chkboxUser = ((DevExpress.Xpf.Editors.CheckEdit)(target));

            #line 70 "..\..\..\UserControls\PersonalUserControl.xaml"
                this.chkboxUser.EditValueChanged += new DevExpress.Xpf.Editors.EditValueChangedEventHandler(this.chkboxUser_EditValueChanged);

            #line default
            #line hidden
                return;

            case 9:
                this.chkboxUser2 = ((DevExpress.Xpf.Editors.CheckEdit)(target));

            #line 71 "..\..\..\UserControls\PersonalUserControl.xaml"
                this.chkboxUser2.EditValueChanged += new DevExpress.Xpf.Editors.EditValueChangedEventHandler(this.chkboxUser2_EditValueChanged);

            #line default
            #line hidden
                return;

            case 10:
                this.Per_pic_url = ((DevExpress.Xpf.Editors.TextEdit)(target));
                return;

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

            #line 77 "..\..\..\UserControls\PersonalUserControl.xaml"
                this.Per_pic_upload.Click += new System.Windows.RoutedEventHandler(this.Per_pic_upload_Click);

            #line default
            #line hidden
                return;

            case 12:
                this.per_image = ((DevExpress.Xpf.Editors.ImageEdit)(target));
                return;

            case 13:
                this.gridcontrol_personel = ((DevExpress.Xpf.Grid.GridControl)(target));

            #line 80 "..\..\..\UserControls\PersonalUserControl.xaml"
                this.gridcontrol_personel.SelectedItemChanged += new DevExpress.Xpf.Grid.SelectedItemChangedEventHandler(this.GridControl_SelectedItemChanged);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Exemple #19
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.label1 = ((System.Windows.Controls.Label)(target));
                return;

            case 2:
                this.label2 = ((System.Windows.Controls.Label)(target));
                return;

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

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

            case 5:
                this.txtNameF = ((System.Windows.Controls.TextBox)(target));
                return;

            case 6:
                this.txtNameI = ((System.Windows.Controls.TextBox)(target));
                return;

            case 7:
                this.txtNameO = ((System.Windows.Controls.TextBox)(target));
                return;

            case 8:
                this.txtPhone = ((System.Windows.Controls.TextBox)(target));
                return;

            case 9:
                this.btnOK = ((System.Windows.Controls.Button)(target));

            #line 81 "..\..\..\..\Pages\Registration.xaml"
                this.btnOK.Click += new System.Windows.RoutedEventHandler(this.btnOK_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.dtpBirthday = ((System.Windows.Controls.DatePicker)(target));
                return;

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

            #line 97 "..\..\..\..\Pages\Registration.xaml"
                this.btnCancel.Click += new System.Windows.RoutedEventHandler(this.btnCancel_Click);

            #line default
            #line hidden
                return;

            case 12:
                this.passBox = ((DevExpress.Xpf.Editors.PasswordBoxEdit)(target));
                return;

            case 13:
                this.label4_Copy = ((System.Windows.Controls.Label)(target));
                return;

            case 14:
                this.label4_Copy1 = ((System.Windows.Controls.Label)(target));
                return;

            case 15:
                this.passwordBoxCheck = ((DevExpress.Xpf.Editors.PasswordBoxEdit)(target));
                return;

            case 16:
                this.lblLogin = ((System.Windows.Controls.Label)(target));
                return;

            case 17:
                this.txtLogin = ((System.Windows.Controls.TextBox)(target));
                return;

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