duheng
2024-07-10 2a41fffc9f962999ba163c3b471873b6b96f05bc
WinFrmUI/HStation.WinFrmUI.PumpProject/00-PumpProject/AddXhsProjectDlg.designer.cs
文件名从 WinFrmUI/HStation.WinFrmUI.Xhs.Project/01-project/AddProjectDlg.designer.cs 修改
@@ -4,9 +4,9 @@
using System.Drawing;
using System.Windows.Forms;
namespace ISupply.WinFrmUI
namespace HStation.WinFrmUI.Xhs.PumpProject
{
    partial class AddProjectDlg
    partial class AddXhsProjectDlg
    {
        /// <summary>
        /// Required designer variable.
@@ -35,11 +35,11 @@
        private void InitializeComponent()
        {
            components = new Container();
            ComponentResourceManager resources = new ComponentResourceManager(typeof(AddProjectDlg));
            ComponentResourceManager resources = new ComponentResourceManager(typeof(AddXhsProjectDlg));
            dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
            navigationFrame = new DevExpress.XtraBars.Navigation.NavigationFrame();
            navigationPageForm = new DevExpress.XtraBars.Navigation.NavigationPage();
            projectUserControl1 = new HStation.WinFrmUI.Xhs.Project.ProjectUserControl();
            projectUserControl1 = new HStation.WinFrmUI.Xhs.PumpProject.XhsProjectUserControl();
            navigationPageMapSelect = new DevExpress.XtraBars.Navigation.NavigationPage();
            webView21 = new Microsoft.Web.WebView2.WinForms.WebView2();
            stepProgressBar1 = new StepProgressBar();
@@ -367,7 +367,7 @@
        private DevExpress.XtraBars.Navigation.NavigationPage navigationPageMapSelect;
        private TextEdit textEditAddress;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItemAddress;
        private HStation.WinFrmUI.Xhs.Project.ProjectUserControl projectUserControl1;
        private HStation.WinFrmUI.Xhs.PumpProject.XhsProjectUserControl projectUserControl1;
        private Microsoft.Web.WebView2.WinForms.WebView2 webView21;
    }
}