copy from Test/IStation.Win.Core/Common/Wait/WaitFormStyle1.cs
copy to Test/Verify/Core/Wait/WaitFormStyle1.cs
Îļþ´Ó Test/IStation.Win.Core/Common/Wait/WaitFormStyle1.cs ¸´ÖÆ |
| | |
| | | using System; |
| | | |
| | | namespace IStation.WinTest |
| | | namespace Verify |
| | | { |
| | | public partial class WaitFormStyle1 : DevExpress.XtraWaitForm.WaitForm |
| | | { |
| | |
| | | this.progressPanel1.AutoHeight = true; |
| | | |
| | | |
| | | //if (IStation.WinTest.Localization.Current == Eventech.Model.eLocalizationType.ru) |
| | | //if (Verify.Localization.Current == Eventech.Model.eLocalizationType.ru) |
| | | //{ |
| | | // progressPanel1.Caption = "подожди... "; |
| | | //} |
| | | //else if (IStation.WinTest.Localization.Current == Eventech.Model.eLocalizationType.enUS) |
| | | //else if (Verify.Localization.Current == Eventech.Model.eLocalizationType.enUS) |
| | | //{ |
| | | // progressPanel1.Caption = "please waiting......"; |
| | | //} |
| | | |
| | | |
| | | //this.pictureBox2.Image = IStation.WinTest.CorpSettingHelper.GetWaitingFormImage(); |
| | | //this.progressPanel1.AppearanceCaption.ForeColor = IStation.WinTest.CorpSkinStyleHelper.SkinMainColor; |
| | | //this.pictureBox2.Image = Verify.CorpSettingHelper.GetWaitingFormImage(); |
| | | //this.progressPanel1.AppearanceCaption.ForeColor = Verify.CorpSkinStyleHelper.SkinMainColor; |
| | | //DevExpress.XtraSplashScreen.SplashScreenManager.ShowForm(this, typeof(WaitForm), true, true, true); |
| | | //IStation.WinTest.WaitFrmHelper.HideWaitForm(); |
| | | //Verify.WaitFrmHelper.HideWaitForm(); |
| | | //DevExpress.XtraSplashScreen.SplashScreenManager.Default.SetWaitFormCaption("æ£å¨å建éå®é¡¹ç®"); |
| | | //DevExpress.XtraSplashScreen.SplashScreenManager.Default.SetWaitFormDescription("请ç¨çå¾
"); |
| | | } |