ÎļþÃû´Ó Test/IStation.Win.Core/Common/Wait/WaitFormStyle2.cs ÐÞ¸Ä |
| | |
| | | using System; |
| | | |
| | | namespace IStation.WinTest |
| | | namespace Verify |
| | | { |
| | | public partial class WaitFormStyle2 : DevExpress.XtraWaitForm.WaitForm |
| | | { |
| | |
| | | { |
| | | InitializeComponent(); |
| | | |
| | | //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......"; |
| | | //} |
| | | //else if (IStation.WinTest.Localization.Current == Eventech.Model.eLocalizationType.es) |
| | | //else if (Verify.Localization.Current == Eventech.Model.eLocalizationType.es) |
| | | //{ |
| | | // progressPanel1.Caption = "Por favor espere......."; |
| | | //} |
| | | //else if (IStation.WinTest.Localization.Current == Eventech.Model.eLocalizationType.ko) |
| | | //else if (Verify.Localization.Current == Eventech.Model.eLocalizationType.ko) |
| | | //{ |
| | | // progressPanel1.Caption = "ì ìë§ ê¸°ë¤ë¦¬ì¸ì ë¡ë ì¤..."; |
| | | //} |
| | | |
| | | //this.labelControlCorpName.Text = IStation.GlobeParas.GetCorpFullName(IStation.WinTest.Localization.Current); |
| | | //this.labelControlCorpName.Text = IStation.GlobeParas.GetCorpFullName(Verify.Localization.Current); |
| | | |
| | | //this.labelControlVersion.ForeColor = this.labelControlCorpName.ForeColor = |
| | | //this.progressPanel1.AppearanceCaption.ForeColor = IStation.WinTest.CorpSkinStyleHelper.SkinMainColor; |
| | | //this.pictureBox2.Image = IStation.WinTest.CorpSettingHelper.GetWaitingFormImage(); |
| | | //this.progressPanel1.AppearanceCaption.ForeColor = Verify.CorpSkinStyleHelper.SkinMainColor; |
| | | //this.pictureBox2.Image = Verify.CorpSettingHelper.GetWaitingFormImage(); |
| | | } |
| | | |
| | | |