Shuxia Ning
2024-10-12 b94da76188b834922d2f13365b22208a4bc4049a
WinFrmUI/HStation.WinFrmUI.Assets.Core/04-pipe/02-main/PipeManageMainPanel.Designer.cs
文件名从 WinFrmUI/HStation.WinFrmUI.Assets.Core/04-pipeline/02-main/pipelineManageMainPanel.Designer.cs 修改
@@ -1,6 +1,6 @@
锘縩amespace HStation.WinFrmUI.Assets
{
    partial class PipeLineManageMainPanel
    partial class PipeManageMainPanel
    {
        /// <summary> 
        /// Required designer variable.
@@ -29,7 +29,7 @@
        private void InitializeComponent()
        {
            components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PipeLineManageMainPanel));
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PipeManageMainPanel));
            ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
            BtnAdd = new DevExpress.XtraBars.BarButtonItem();
            BtnEdit = new DevExpress.XtraBars.BarButtonItem();
@@ -181,7 +181,7 @@
            // 
            // pipeLineViewModelBindingSource
            // 
            pipeLineViewModelBindingSource.DataSource = typeof(PipeLineViewModel);
            pipeLineViewModelBindingSource.DataSource = typeof(PipeViewModel);
            // 
            // gridView1
            // 
@@ -210,7 +210,7 @@
            colCaliber.FieldName = "Caliber";
            colCaliber.Name = "colCaliber";
            colCaliber.Visible = true;
            colCaliber.VisibleIndex = 2;
            colCaliber.VisibleIndex = 3;
            colCaliber.Width = 85;
            // 
            // colHazen
@@ -221,7 +221,7 @@
            colHazen.FieldName = "Hazen";
            colHazen.Name = "colHazen";
            colHazen.Visible = true;
            colHazen.VisibleIndex = 3;
            colHazen.VisibleIndex = 4;
            colHazen.Width = 117;
            // 
            // colDarcy
@@ -232,7 +232,7 @@
            colDarcy.FieldName = "Darcy";
            colDarcy.Name = "colDarcy";
            colDarcy.Visible = true;
            colDarcy.VisibleIndex = 4;
            colDarcy.VisibleIndex = 5;
            colDarcy.Width = 98;
            // 
            // colManning
@@ -243,7 +243,7 @@
            colManning.FieldName = "Manning";
            colManning.Name = "colManning";
            colManning.Visible = true;
            colManning.VisibleIndex = 5;
            colManning.VisibleIndex = 6;
            colManning.Width = 111;
            // 
            // colDescription
@@ -253,7 +253,7 @@
            colDescription.FieldName = "Description";
            colDescription.Name = "colDescription";
            colDescription.Visible = true;
            colDescription.VisibleIndex = 6;
            colDescription.VisibleIndex = 7;
            colDescription.Width = 222;
            // 
            // colKeyWord
@@ -269,7 +269,7 @@
            colMaterialName.FieldName = "MaterialName";
            colMaterialName.Name = "colMaterialName";
            colMaterialName.Visible = true;
            colMaterialName.VisibleIndex = 7;
            colMaterialName.VisibleIndex = 2;
            colMaterialName.Width = 79;
            // 
            // colIsDefault
@@ -317,7 +317,7 @@
            pipeLineTreeListCtrl1.Size = new Size(193, 491);
            pipeLineTreeListCtrl1.TabIndex = 0;
            // 
            // PipeLineManageMainPanel
            // PipeManageMainPanel
            // 
            Appearance.BackColor = SystemColors.Control;
            Appearance.Options.UseBackColor = true;
@@ -325,7 +325,7 @@
            AutoScaleMode = AutoScaleMode.Font;
            Controls.Add(sidePanel1);
            Controls.Add(dockPanel1);
            Name = "PipeLineManageMainPanel";
            Name = "PipeManageMainPanel";
            Size = new Size(890, 520);
            ((System.ComponentModel.ISupportInitialize)ribbonControl1).EndInit();
            ((System.ComponentModel.ISupportInitialize)svgImageCollection1).EndInit();