文件名从 WinFrmUI/HStation.WinFrmUI.Assets.Core/04-pipeline/02-main/pipelineManageMainPanel.Designer.cs 修改 |
| | |
| | | 锘縩amespace HStation.WinFrmUI.Assets |
| | | { |
| | | partial class PipeLineManageMainPanel |
| | | partial class PipeManageMainPanel |
| | | { |
| | | /// <summary> |
| | | /// Required designer variable. |
| | |
| | | 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(); |
| | |
| | | // |
| | | // pipeLineViewModelBindingSource |
| | | // |
| | | pipeLineViewModelBindingSource.DataSource = typeof(PipeLineViewModel); |
| | | pipeLineViewModelBindingSource.DataSource = typeof(PipeViewModel); |
| | | // |
| | | // gridView1 |
| | | // |
| | |
| | | colCaliber.FieldName = "Caliber"; |
| | | colCaliber.Name = "colCaliber"; |
| | | colCaliber.Visible = true; |
| | | colCaliber.VisibleIndex = 2; |
| | | colCaliber.VisibleIndex = 3; |
| | | colCaliber.Width = 85; |
| | | // |
| | | // colHazen |
| | |
| | | colHazen.FieldName = "Hazen"; |
| | | colHazen.Name = "colHazen"; |
| | | colHazen.Visible = true; |
| | | colHazen.VisibleIndex = 3; |
| | | colHazen.VisibleIndex = 4; |
| | | colHazen.Width = 117; |
| | | // |
| | | // colDarcy |
| | |
| | | colDarcy.FieldName = "Darcy"; |
| | | colDarcy.Name = "colDarcy"; |
| | | colDarcy.Visible = true; |
| | | colDarcy.VisibleIndex = 4; |
| | | colDarcy.VisibleIndex = 5; |
| | | colDarcy.Width = 98; |
| | | // |
| | | // colManning |
| | |
| | | colManning.FieldName = "Manning"; |
| | | colManning.Name = "colManning"; |
| | | colManning.Visible = true; |
| | | colManning.VisibleIndex = 5; |
| | | colManning.VisibleIndex = 6; |
| | | colManning.Width = 111; |
| | | // |
| | | // colDescription |
| | |
| | | colDescription.FieldName = "Description"; |
| | | colDescription.Name = "colDescription"; |
| | | colDescription.Visible = true; |
| | | colDescription.VisibleIndex = 6; |
| | | colDescription.VisibleIndex = 7; |
| | | colDescription.Width = 222; |
| | | // |
| | | // colKeyWord |
| | |
| | | colMaterialName.FieldName = "MaterialName"; |
| | | colMaterialName.Name = "colMaterialName"; |
| | | colMaterialName.Visible = true; |
| | | colMaterialName.VisibleIndex = 7; |
| | | colMaterialName.VisibleIndex = 2; |
| | | colMaterialName.Width = 79; |
| | | // |
| | | // colIsDefault |
| | |
| | | pipeLineTreeListCtrl1.Size = new Size(193, 491); |
| | | pipeLineTreeListCtrl1.TabIndex = 0; |
| | | // |
| | | // PipeLineManageMainPanel |
| | | // PipeManageMainPanel |
| | | // |
| | | Appearance.BackColor = SystemColors.Control; |
| | | Appearance.Options.UseBackColor = true; |
| | |
| | | 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(); |