Esempio n. 1
0
 private void Initialize()
 {
     LanguageEngine.ChangeCaptionLabelControl(this.Name, ConfigEngine.Language, lblNote);
     LanguageEngine.ChangeCaptionLayoutControlItem(this.Name, ConfigEngine.Language, new DevExpress.XtraLayout.LayoutControlItem[] { lciUsername, lciGroupName, lciOldPassword, lciNewPassword, lciConfirmPassword });
     LanguageEngine.ChangeCaptionSimpleButton(this.Name, ConfigEngine.Language, new SimpleButton[] { btnSave, btnCancel });
     txtUsername.Text  = CommonEngine.userInfo.UserID;
     txtGroupName.Text = CommonEngine.userInfo.GroupName;
 }