From 2415c4eedaa96532ffc7eb1c7e5d018106115bf4 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期五, 19 七月 2024 19:41:54 +0800
Subject: [PATCH] 导入流程开发

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

diff --git a/Desktop/HStation.Desktop.Xhs.Core/MainForm.Designer.cs b/Desktop/HStation.Desktop.Xhs.Core/MainForm.Designer.cs
index 348e274..8aee99e 100644
--- a/Desktop/HStation.Desktop.Xhs.Core/MainForm.Designer.cs
+++ b/Desktop/HStation.Desktop.Xhs.Core/MainForm.Designer.cs
@@ -28,19 +28,231 @@
         /// </summary>
         private void InitializeComponent()
         {
+            components = new System.ComponentModel.Container();
+            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
+            tileNavPane = new DevExpress.XtraBars.Navigation.TileNavPane();
+            nbTitle = new DevExpress.XtraBars.Navigation.NavButton();
+            nbMin = new DevExpress.XtraBars.Navigation.NavButton();
+            nbNormal = new DevExpress.XtraBars.Navigation.NavButton();
+            nbClose = new DevExpress.XtraBars.Navigation.NavButton();
+            documentManager1 = new DevExpress.XtraBars.Docking2010.DocumentManager(components);
+            barManager1 = new DevExpress.XtraBars.BarManager(components);
+            bar3 = new DevExpress.XtraBars.Bar();
+            barStaticOwner = new DevExpress.XtraBars.BarStaticItem();
+            barStaticVersion = new DevExpress.XtraBars.BarStaticItem();
+            barDockControlTop = new DevExpress.XtraBars.BarDockControl();
+            barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
+            barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
+            barDockControlRight = new DevExpress.XtraBars.BarDockControl();
+            barDockingMenuItem1 = new DevExpress.XtraBars.BarDockingMenuItem();
+            tabbedView1 = new DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView(components);
+            dockManager1 = new DevExpress.XtraBars.Docking.DockManager(components);
+            ((System.ComponentModel.ISupportInitialize)tileNavPane).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)documentManager1).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)barManager1).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)tabbedView1).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)dockManager1).BeginInit();
             SuspendLayout();
+            // 
+            // tileNavPane
+            // 
+            tileNavPane.Buttons.Add(nbTitle);
+            tileNavPane.Buttons.Add(nbMin);
+            tileNavPane.Buttons.Add(nbNormal);
+            tileNavPane.Buttons.Add(nbClose);
+            // 
+            // tileNavCategory1
+            // 
+            tileNavPane.DefaultCategory.Name = "tileNavCategory1";
+            // 
+            // 
+            // 
+            tileNavPane.DefaultCategory.Tile.DropDownOptions.BeakColor = Color.Empty;
+            tileNavPane.Dock = DockStyle.Top;
+            tileNavPane.Location = new Point(0, 0);
+            tileNavPane.Name = "tileNavPane";
+            tileNavPane.Size = new Size(932, 40);
+            tileNavPane.TabIndex = 0;
+            tileNavPane.Text = "tileNavPane1";
+            tileNavPane.ElementClick += tileNavPane_ElementClick;
+            tileNavPane.MouseDown += tileNavPane_MouseDown;
+            // 
+            // nbTitle
+            // 
+            nbTitle.Caption = "寰幆姘村垎鏋愮郴缁�";
+            nbTitle.Name = "nbTitle";
+            // 
+            // nbMin
+            // 
+            nbMin.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
+            nbMin.Caption = null;
+            nbMin.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
+            nbMin.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("nbMin.ImageOptions.SvgImage");
+            nbMin.Name = "nbMin";
+            nbMin.ElementClick += nbMin_ElementClick;
+            // 
+            // nbNormal
+            // 
+            nbNormal.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
+            nbNormal.Caption = null;
+            nbNormal.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
+            nbNormal.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("nbNormal.ImageOptions.SvgImage");
+            nbNormal.ImageOptions.SvgImageSize = new Size(24, 24);
+            nbNormal.Name = "nbNormal";
+            nbNormal.ElementClick += nbNormal_ElementClick;
+            // 
+            // nbClose
+            // 
+            nbClose.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
+            nbClose.Caption = null;
+            nbClose.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
+            nbClose.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("nbClose.ImageOptions.SvgImage");
+            nbClose.Name = "nbClose";
+            nbClose.ElementClick += nabClose_ElementClick;
+            // 
+            // documentManager1
+            // 
+            documentManager1.ContainerControl = this;
+            documentManager1.MenuManager = barManager1;
+            documentManager1.View = tabbedView1;
+            documentManager1.ViewCollection.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseView[] { tabbedView1 });
+            // 
+            // barManager1
+            // 
+            barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] { bar3 });
+            barManager1.DockControls.Add(barDockControlTop);
+            barManager1.DockControls.Add(barDockControlBottom);
+            barManager1.DockControls.Add(barDockControlLeft);
+            barManager1.DockControls.Add(barDockControlRight);
+            barManager1.DockManager = dockManager1;
+            barManager1.Form = this;
+            barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { barStaticOwner, barStaticVersion, barDockingMenuItem1 });
+            barManager1.MaxItemId = 4;
+            barManager1.StatusBar = bar3;
+            // 
+            // bar3
+            // 
+            bar3.BarName = "Status bar";
+            bar3.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
+            bar3.DockCol = 0;
+            bar3.DockRow = 0;
+            bar3.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
+            bar3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(barStaticOwner), new DevExpress.XtraBars.LinkPersistInfo(barStaticVersion) });
+            bar3.OptionsBar.AllowQuickCustomization = false;
+            bar3.OptionsBar.DrawDragBorder = false;
+            bar3.OptionsBar.UseWholeRow = true;
+            bar3.Text = "Status bar";
+            // 
+            // barStaticOwner
+            // 
+            barStaticOwner.Caption = "涓婃捣涔夌淮娴佷綋绉戞妧鏈夐檺鍏徃";
+            barStaticOwner.Id = 1;
+            barStaticOwner.Name = "barStaticOwner";
+            // 
+            // barStaticVersion
+            // 
+            barStaticVersion.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
+            barStaticVersion.Caption = "鐗堟湰锛�1.0.0.0";
+            barStaticVersion.Id = 2;
+            barStaticVersion.Name = "barStaticVersion";
+            // 
+            // barDockControlTop
+            // 
+            barDockControlTop.CausesValidation = false;
+            barDockControlTop.Dock = DockStyle.Top;
+            barDockControlTop.Location = new Point(0, 0);
+            barDockControlTop.Manager = barManager1;
+            barDockControlTop.Size = new Size(932, 0);
+            // 
+            // barDockControlBottom
+            // 
+            barDockControlBottom.CausesValidation = false;
+            barDockControlBottom.Dock = DockStyle.Bottom;
+            barDockControlBottom.Location = new Point(0, 498);
+            barDockControlBottom.Manager = barManager1;
+            barDockControlBottom.Size = new Size(932, 23);
+            // 
+            // barDockControlLeft
+            // 
+            barDockControlLeft.CausesValidation = false;
+            barDockControlLeft.Dock = DockStyle.Left;
+            barDockControlLeft.Location = new Point(0, 0);
+            barDockControlLeft.Manager = barManager1;
+            barDockControlLeft.Size = new Size(0, 498);
+            // 
+            // barDockControlRight
+            // 
+            barDockControlRight.CausesValidation = false;
+            barDockControlRight.Dock = DockStyle.Right;
+            barDockControlRight.Location = new Point(932, 0);
+            barDockControlRight.Manager = barManager1;
+            barDockControlRight.Size = new Size(0, 498);
+            // 
+            // barDockingMenuItem1
+            // 
+            barDockingMenuItem1.Caption = "Window";
+            barDockingMenuItem1.Id = 3;
+            barDockingMenuItem1.Name = "barDockingMenuItem1";
+            // 
+            // tabbedView1
+            // 
+            tabbedView1.DocumentProperties.AllowPin = true;
+            tabbedView1.DocumentSelected += tabbedView1_DocumentSelected;
+            tabbedView1.DocumentAdded += tabbedView1_DocumentAdded;
+            tabbedView1.DocumentActivated += tabbedView1_DocumentActivated;
+            tabbedView1.DocumentClosed += tabbedView1_DocumentClosed;
+            // 
+            // dockManager1
+            // 
+            dockManager1.Form = this;
+            dockManager1.MenuManager = barManager1;
+            dockManager1.TopZIndexControls.AddRange(new string[] { "DevExpress.XtraBars.BarDockControl", "DevExpress.XtraBars.StandaloneBarDockControl", "System.Windows.Forms.MenuStrip", "System.Windows.Forms.StatusStrip", "System.Windows.Forms.StatusBar", "DevExpress.XtraBars.Ribbon.RibbonStatusBar", "DevExpress.XtraBars.Ribbon.RibbonControl", "DevExpress.XtraBars.Navigation.OfficeNavigationBar", "DevExpress.XtraBars.Navigation.TileNavPane", "DevExpress.XtraBars.TabFormControl", "DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl", "DevExpress.XtraBars.ToolbarForm.ToolbarFormControl" });
             // 
             // MainForm
             // 
-            AutoScaleDimensions = new SizeF(7F, 17F);
+            AutoScaleDimensions = new SizeF(7F, 14F);
             AutoScaleMode = AutoScaleMode.Font;
-            ClientSize = new Size(800, 450);
+            ClientSize = new Size(932, 521);
+            Controls.Add(tileNavPane);
+            Controls.Add(barDockControlLeft);
+            Controls.Add(barDockControlRight);
+            Controls.Add(barDockControlBottom);
+            Controls.Add(barDockControlTop);
+            Margin = new Padding(3, 2, 3, 2);
             Name = "MainForm";
             Text = "Form1";
+            FormClosing += MainForm_FormClosing;
+            FormClosed += MainForm_FormClosed;
             Load += MainForm_Load;
+            Shown += MainForm_Shown;
+            Resize += MainForm_Resize;
+            ((System.ComponentModel.ISupportInitialize)tileNavPane).EndInit();
+            ((System.ComponentModel.ISupportInitialize)documentManager1).EndInit();
+            ((System.ComponentModel.ISupportInitialize)barManager1).EndInit();
+            ((System.ComponentModel.ISupportInitialize)tabbedView1).EndInit();
+            ((System.ComponentModel.ISupportInitialize)dockManager1).EndInit();
             ResumeLayout(false);
+            PerformLayout();
         }
 
         #endregion
+
+        private DevExpress.XtraBars.Navigation.TileNavPane tileNavPane;
+        private DevExpress.XtraBars.Navigation.NavButton nbTitle;
+        private DevExpress.XtraBars.Docking2010.DocumentManager documentManager1;
+        private DevExpress.XtraBars.BarDockControl barDockControlLeft;
+        private DevExpress.XtraBars.BarManager barManager1;
+        private DevExpress.XtraBars.Bar bar3;
+        private DevExpress.XtraBars.BarDockControl barDockControlTop;
+        private DevExpress.XtraBars.BarDockControl barDockControlBottom;
+        private DevExpress.XtraBars.BarDockControl barDockControlRight;
+        private DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView tabbedView1;
+        private DevExpress.XtraBars.BarStaticItem barStaticOwner;
+        private DevExpress.XtraBars.BarStaticItem barStaticVersion;
+        private DevExpress.XtraBars.BarDockingMenuItem barDockingMenuItem1;
+        private DevExpress.XtraBars.Navigation.NavButton nbMin;
+        private DevExpress.XtraBars.Navigation.NavButton nbNormal;
+        private DevExpress.XtraBars.Navigation.NavButton nbClose;
+        private DevExpress.XtraBars.Docking.DockManager dockManager1;
     }
 }

--
Gitblit v1.9.3