ÎļþÃû´Ó Test/IStation.Win.Core/Common/Wait/WaitFormStyle1.cs ÐÞ¸Ä |
| | |
| | | using System; |
| | | |
| | | namespace IStation.WinTest |
| | | namespace IStation.Win |
| | | { |
| | | public partial class WaitFormStyle1 : DevExpress.XtraWaitForm.WaitForm |
| | | { |
| | |
| | | this.progressPanel1.AutoHeight = true; |
| | | |
| | | |
| | | //if (IStation.WinTest.Localization.Current == Eventech.Model.eLocalizationType.ru) |
| | | //if (IStation.Win.Localization.Current == Eventech.Model.eLocalizationType.ru) |
| | | //{ |
| | | // progressPanel1.Caption = "подожди... "; |
| | | //} |
| | | //else if (IStation.WinTest.Localization.Current == Eventech.Model.eLocalizationType.enUS) |
| | | //else if (IStation.Win.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 = IStation.Win.CorpSettingHelper.GetWaitingFormImage(); |
| | | //this.progressPanel1.AppearanceCaption.ForeColor = IStation.Win.CorpSkinStyleHelper.SkinMainColor; |
| | | //DevExpress.XtraSplashScreen.SplashScreenManager.ShowForm(this, typeof(WaitForm), true, true, true); |
| | | //IStation.WinTest.WaitFrmHelper.HideWaitForm(); |
| | | //IStation.Win.WaitFrmHelper.HideWaitForm(); |
| | | //DevExpress.XtraSplashScreen.SplashScreenManager.Default.SetWaitFormCaption("æ£å¨å建éå®é¡¹ç®"); |
| | | //DevExpress.XtraSplashScreen.SplashScreenManager.Default.SetWaitFormDescription("请ç¨çå¾
"); |
| | | } |