Shuxia Ning
2024-08-28 1a8a81785470302fc7fbd6914a9df5d1094dac2a
Test/Verify/Core/Wait/WaitFormStyle1.cs
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 ¸´ÖÆ
@@ -1,6 +1,4 @@
using System;
namespace IStation.WinTest
namespace 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("正在创建销售项目");
            //DevExpress.XtraSplashScreen.SplashScreenManager.Default.SetWaitFormDescription("请稍等待");
        }