From 3a3c41277b39d7344d841630dd73e3dcfd494d96 Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期二, 08 十月 2024 13:55:30 +0800
Subject: [PATCH] 修改界面

---
 WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLinkManage/02-main/ThreeLinkManageMainPanel.Designer.cs |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLinkManage/02-main/ThreeLinkManageMainPanel.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLinkManage/02-main/ThreeLinkManageMainPanel.Designer.cs
index 1ece501..0c9ba3f 100644
--- a/WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLinkManage/02-main/ThreeLinkManageMainPanel.Designer.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLinkManage/02-main/ThreeLinkManageMainPanel.Designer.cs
@@ -42,7 +42,7 @@
             svgImageCollection1 = new DevExpress.Utils.SvgImageCollection(components);
             sidePanel1 = new DevExpress.XtraEditors.SidePanel();
             gridControl1 = new DevExpress.XtraGrid.GridControl();
-            elbowViewModelBindingSource = new BindingSource(components);
+            threeLinkSeriesViewModelBindingSource = new BindingSource(components);
             gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
             colName = new DevExpress.XtraGrid.Columns.GridColumn();
             colCaliber = new DevExpress.XtraGrid.Columns.GridColumn();
@@ -51,21 +51,21 @@
             colMaterialName = new DevExpress.XtraGrid.Columns.GridColumn();
             colIsDefault = new DevExpress.XtraGrid.Columns.GridColumn();
             colCoefficient = new DevExpress.XtraGrid.Columns.GridColumn();
+            elbowViewModelBindingSource = new BindingSource(components);
             dockManager1 = new DevExpress.XtraBars.Docking.DockManager(components);
             dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
             dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
             threeLinkTreeListCtrl1 = new ThreeLinkTreeListCtrl();
-            threeLinkSeriesViewModelBindingSource = new BindingSource(components);
             ((System.ComponentModel.ISupportInitialize)ribbonControl1).BeginInit();
             ((System.ComponentModel.ISupportInitialize)svgImageCollection1).BeginInit();
             sidePanel1.SuspendLayout();
             ((System.ComponentModel.ISupportInitialize)gridControl1).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)elbowViewModelBindingSource).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)threeLinkSeriesViewModelBindingSource).BeginInit();
             ((System.ComponentModel.ISupportInitialize)gridView1).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)elbowViewModelBindingSource).BeginInit();
             ((System.ComponentModel.ISupportInitialize)dockManager1).BeginInit();
             dockPanel1.SuspendLayout();
             dockPanel1_Container.SuspendLayout();
-            ((System.ComponentModel.ISupportInitialize)threeLinkSeriesViewModelBindingSource).BeginInit();
             SuspendLayout();
             // 
             // ribbonControl1
@@ -117,7 +117,7 @@
             // 
             // barBtnSetDefaultStatus
             // 
-            barBtnSetDefaultStatus.Caption = "璁剧疆榛樿鍊�";
+            barBtnSetDefaultStatus.Caption = "璁剧疆榛樿";
             barBtnSetDefaultStatus.Id = 23;
             barBtnSetDefaultStatus.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnSetDefaultStatus.ImageOptions.SvgImage");
             barBtnSetDefaultStatus.Name = "barBtnSetDefaultStatus";
@@ -170,9 +170,9 @@
             gridControl1.TabIndex = 1;
             gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
             // 
-            // elbowViewModelBindingSource
+            // threeLinkSeriesViewModelBindingSource
             // 
-            elbowViewModelBindingSource.DataSource = typeof(ElbowViewModel);
+            threeLinkSeriesViewModelBindingSource.DataSource = typeof(ThreeLinkSeriesViewModel);
             // 
             // gridView1
             // 
@@ -245,6 +245,10 @@
             colCoefficient.Visible = true;
             colCoefficient.VisibleIndex = 4;
             // 
+            // elbowViewModelBindingSource
+            // 
+            elbowViewModelBindingSource.DataSource = typeof(ElbowViewModel);
+            // 
             // dockManager1
             // 
             dockManager1.Form = this;
@@ -260,7 +264,7 @@
             dockPanel1.Name = "dockPanel1";
             dockPanel1.OriginalSize = new Size(200, 200);
             dockPanel1.Size = new Size(200, 520);
-            dockPanel1.Text = "寮ご绯诲垪";
+            dockPanel1.Text = "涓夐�氱郴鍒�";
             // 
             // dockPanel1_Container
             // 
@@ -280,10 +284,6 @@
             threeLinkTreeListCtrl1.Size = new Size(193, 491);
             threeLinkTreeListCtrl1.TabIndex = 0;
             // 
-            // threeLinkSeriesViewModelBindingSource
-            // 
-            threeLinkSeriesViewModelBindingSource.DataSource = typeof(ThreeLinkSeriesViewModel);
-            // 
             // ThreeLinkManageMainPanel
             // 
             Appearance.BackColor = SystemColors.Control;
@@ -299,12 +299,12 @@
             sidePanel1.ResumeLayout(false);
             sidePanel1.PerformLayout();
             ((System.ComponentModel.ISupportInitialize)gridControl1).EndInit();
-            ((System.ComponentModel.ISupportInitialize)elbowViewModelBindingSource).EndInit();
+            ((System.ComponentModel.ISupportInitialize)threeLinkSeriesViewModelBindingSource).EndInit();
             ((System.ComponentModel.ISupportInitialize)gridView1).EndInit();
+            ((System.ComponentModel.ISupportInitialize)elbowViewModelBindingSource).EndInit();
             ((System.ComponentModel.ISupportInitialize)dockManager1).EndInit();
             dockPanel1.ResumeLayout(false);
             dockPanel1_Container.ResumeLayout(false);
-            ((System.ComponentModel.ISupportInitialize)threeLinkSeriesViewModelBindingSource).EndInit();
             ResumeLayout(false);
         }
 

--
Gitblit v1.9.3