From fb98441d18634dd73233b943eade8768193ca7a3 Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期四, 29 八月 2024 11:59:27 +0800
Subject: [PATCH] 迁移系统配置界面

---
 Desktop/HStation.Desktop.Xhs.Core/MainForm.Designer.cs |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/Desktop/HStation.Desktop.Xhs.Core/MainForm.Designer.cs b/Desktop/HStation.Desktop.Xhs.Core/MainForm.Designer.cs
index fdeea8e..ac629ad 100644
--- a/Desktop/HStation.Desktop.Xhs.Core/MainForm.Designer.cs
+++ b/Desktop/HStation.Desktop.Xhs.Core/MainForm.Designer.cs
@@ -34,6 +34,7 @@
             nbTitle = new DevExpress.XtraBars.Navigation.NavButton();
             nbProjectMgr = new DevExpress.XtraBars.Navigation.NavButton();
             nbModelMgr = new DevExpress.XtraBars.Navigation.NavButton();
+            nbProductManage = new DevExpress.XtraBars.Navigation.NavButton();
             nbSystemConfig = new DevExpress.XtraBars.Navigation.NavButton();
             nbMin = new DevExpress.XtraBars.Navigation.NavButton();
             nbNormal = new DevExpress.XtraBars.Navigation.NavButton();
@@ -70,6 +71,7 @@
             tileNavPane.Buttons.Add(nbTitle);
             tileNavPane.Buttons.Add(nbProjectMgr);
             tileNavPane.Buttons.Add(nbModelMgr);
+            tileNavPane.Buttons.Add(nbProductManage);
             tileNavPane.Buttons.Add(nbSystemConfig);
             tileNavPane.Buttons.Add(nbMin);
             tileNavPane.Buttons.Add(nbNormal);
@@ -116,6 +118,14 @@
             nbModelMgr.ImageOptions.SvgImageSize = new Size(24, 24);
             nbModelMgr.Name = "nbModelMgr";
             nbModelMgr.ElementClick += nbModelMgr_ElementClick;
+            // 
+            // nbProductManage
+            // 
+            nbProductManage.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
+            nbProductManage.Caption = "浜у搧绠$悊";
+            nbProductManage.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("nbProductManage.ImageOptions.SvgImage");
+            nbProductManage.Name = "nbProductManage";
+            nbProductManage.ElementClick += nbProductManage_ElementClick;
             // 
             // nbSystemConfig
             // 
@@ -345,6 +355,7 @@
         private DevExpress.Utils.FlyoutPanel flyoutPanel1;
         private DevExpress.Utils.FlyoutPanelControl flyoutPanelControl1;
         private DevExpress.Utils.SvgImageCollection svgImg32Model;
+        private DevExpress.XtraBars.Navigation.NavButton nbProductManage;
         private DevExpress.XtraBars.Navigation.NavButton nbSystemConfig;
     }
 }

--
Gitblit v1.9.3