From 1a8a81785470302fc7fbd6914a9df5d1094dac2a Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期三, 28 八月 2024 17:31:07 +0800 Subject: [PATCH] 调度修改 --- Test/Verify/Core/Wait/WaitFormStyle1.cs | 14 ++++++-------- 1 files changed, 6 insertions(+), 8 deletions(-) diff --git a/Test/IStation.Win.Core/Common/Wait/WaitFormStyle1.cs b/Test/Verify/Core/Wait/WaitFormStyle1.cs similarity index 75% copy from Test/IStation.Win.Core/Common/Wait/WaitFormStyle1.cs copy to Test/Verify/Core/Wait/WaitFormStyle1.cs index 0f49221..9e91a2f 100644 --- a/Test/IStation.Win.Core/Common/Wait/WaitFormStyle1.cs +++ b/Test/Verify/Core/Wait/WaitFormStyle1.cs @@ -1,6 +1,4 @@ -锘縰sing System; - -namespace IStation.WinTest +锘縩amespace Verify { public partial class WaitFormStyle1 : DevExpress.XtraWaitForm.WaitForm { @@ -10,20 +8,20 @@ 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("姝e湪鍒涘缓閿�鍞」鐩�"); //DevExpress.XtraSplashScreen.SplashScreenManager.Default.SetWaitFormDescription("璇风◢绛夊緟"); } -- Gitblit v1.9.3