namespace HStation.WinFrmUI.Assets
{
partial class PipeLineManageMainPanel
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PipeLineManageMainPanel));
ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
BtnAdd = new DevExpress.XtraBars.BarButtonItem();
BtnEdit = new DevExpress.XtraBars.BarButtonItem();
BtnDelete = new DevExpress.XtraBars.BarButtonItem();
BarBtnEidtPumpPart = new DevExpress.XtraBars.BarButtonItem();
BtnDescription = new DevExpress.XtraBars.BarButtonItem();
ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
svgImageCollection1 = new DevExpress.Utils.SvgImageCollection(components);
sidePanel1 = new DevExpress.XtraEditors.SidePanel();
gridControl1 = new DevExpress.XtraGrid.GridControl();
pipeLineViewModelBindingSource = new BindingSource(components);
gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
colName = new DevExpress.XtraGrid.Columns.GridColumn();
colCaliber = new DevExpress.XtraGrid.Columns.GridColumn();
colMaterial = new DevExpress.XtraGrid.Columns.GridColumn();
colHazen = new DevExpress.XtraGrid.Columns.GridColumn();
colDarcy = new DevExpress.XtraGrid.Columns.GridColumn();
colManning = new DevExpress.XtraGrid.Columns.GridColumn();
colDescription = new DevExpress.XtraGrid.Columns.GridColumn();
((System.ComponentModel.ISupportInitialize)ribbonControl1).BeginInit();
((System.ComponentModel.ISupportInitialize)svgImageCollection1).BeginInit();
sidePanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)gridControl1).BeginInit();
((System.ComponentModel.ISupportInitialize)pipeLineViewModelBindingSource).BeginInit();
((System.ComponentModel.ISupportInitialize)gridView1).BeginInit();
SuspendLayout();
//
// ribbonControl1
//
ribbonControl1.DrawGroupsBorderMode = DevExpress.Utils.DefaultBoolean.True;
ribbonControl1.ExpandCollapseItem.Id = 0;
ribbonControl1.ItemPanelStyle = DevExpress.XtraBars.Ribbon.RibbonItemPanelStyle.Classic;
ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { ribbonControl1.ExpandCollapseItem, BtnAdd, BtnEdit, BtnDelete, BarBtnEidtPumpPart, BtnDescription });
ribbonControl1.Location = new Point(0, 0);
ribbonControl1.MaxItemId = 23;
ribbonControl1.Name = "ribbonControl1";
ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] { ribbonPage1 });
ribbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
ribbonControl1.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False;
ribbonControl1.ShowPageHeadersInFormCaption = DevExpress.Utils.DefaultBoolean.True;
ribbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages;
ribbonControl1.Size = new Size(890, 101);
ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
//
// BtnAdd
//
BtnAdd.Caption = "添加管道";
BtnAdd.Id = 1;
BtnAdd.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("BtnAdd.ImageOptions.SvgImage");
BtnAdd.Name = "BtnAdd";
BtnAdd.ItemClick += BtnAdd_ItemClick;
//
// BtnEdit
//
BtnEdit.Caption = "编辑管道";
BtnEdit.Id = 2;
BtnEdit.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("BtnEdit.ImageOptions.SvgImage");
BtnEdit.Name = "BtnEdit";
BtnEdit.ItemClick += BtnEdit_ItemClick;
//
// BtnDelete
//
BtnDelete.Caption = "删除管道";
BtnDelete.Id = 3;
BtnDelete.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("BtnDelete.ImageOptions.SvgImage");
BtnDelete.Name = "BtnDelete";
BtnDelete.ItemClick += BtnDelete_ItemClick;
//
// BarBtnEidtPumpPart
//
BarBtnEidtPumpPart.Caption = "编辑泵产品属性";
BarBtnEidtPumpPart.Id = 16;
BarBtnEidtPumpPart.Name = "BarBtnEidtPumpPart";
//
// BtnDescription
//
BtnDescription.Caption = "说明";
BtnDescription.Id = 22;
BtnDescription.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("BtnDescription.ImageOptions.SvgImage");
BtnDescription.Name = "BtnDescription";
BtnDescription.ItemClick += BtnDescription_ItemClick;
//
// ribbonPage1
//
ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { ribbonPageGroup1, ribbonPageGroup2 });
ribbonPage1.Name = "ribbonPage1";
ribbonPage1.Text = "ribbonPage1";
//
// ribbonPageGroup1
//
ribbonPageGroup1.ItemLinks.Add(BtnAdd);
ribbonPageGroup1.ItemLinks.Add(BtnEdit);
ribbonPageGroup1.ItemLinks.Add(BtnDelete);
ribbonPageGroup1.Name = "ribbonPageGroup1";
ribbonPageGroup1.Text = "基础功能";
//
// ribbonPageGroup2
//
ribbonPageGroup2.ItemLinks.Add(BtnDescription);
ribbonPageGroup2.Name = "ribbonPageGroup2";
ribbonPageGroup2.Text = "更多";
//
// svgImageCollection1
//
svgImageCollection1.Add("showallvalue", "image://svgimages/dashboards/showallvalue.svg");
//
// sidePanel1
//
sidePanel1.Controls.Add(gridControl1);
sidePanel1.Controls.Add(ribbonControl1);
sidePanel1.Dock = DockStyle.Fill;
sidePanel1.Location = new Point(0, 0);
sidePanel1.Name = "sidePanel1";
sidePanel1.Size = new Size(890, 520);
sidePanel1.TabIndex = 2;
sidePanel1.Text = "sidePanel1";
//
// gridControl1
//
gridControl1.DataSource = pipeLineViewModelBindingSource;
gridControl1.Dock = DockStyle.Fill;
gridControl1.Location = new Point(0, 101);
gridControl1.MainView = gridView1;
gridControl1.MenuManager = ribbonControl1;
gridControl1.Name = "gridControl1";
gridControl1.Size = new Size(890, 419);
gridControl1.TabIndex = 1;
gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
//
// pipeLineViewModelBindingSource
//
pipeLineViewModelBindingSource.DataSource = typeof(PipeLineViewModel);
//
// gridView1
//
gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true;
gridView1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
gridView1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colName, colCaliber, colMaterial, colHazen, colDarcy, colManning, colDescription });
gridView1.GridControl = gridControl1;
gridView1.Name = "gridView1";
gridView1.OptionsView.ShowGroupPanel = false;
gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] { new DevExpress.XtraGrid.Columns.GridColumnSortInfo(colManning, DevExpress.Data.ColumnSortOrder.Ascending) });
//
// colName
//
colName.AppearanceCell.Options.UseTextOptions = true;
colName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
colName.FieldName = "Name";
colName.Name = "colName";
colName.Visible = true;
colName.VisibleIndex = 0;
colName.Width = 169;
//
// colCaliber
//
colCaliber.AppearanceCell.Options.UseTextOptions = true;
colCaliber.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
colCaliber.FieldName = "Caliber";
colCaliber.Name = "colCaliber";
colCaliber.Visible = true;
colCaliber.VisibleIndex = 1;
colCaliber.Width = 86;
//
// colMaterial
//
colMaterial.AppearanceCell.Options.UseTextOptions = true;
colMaterial.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
colMaterial.FieldName = "Material";
colMaterial.Name = "colMaterial";
colMaterial.Visible = true;
colMaterial.VisibleIndex = 2;
colMaterial.Width = 72;
//
// colHazen
//
colHazen.AppearanceCell.Options.UseTextOptions = true;
colHazen.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
colHazen.Caption = "威廉姆斯粗糙系数";
colHazen.FieldName = "Hazen";
colHazen.Name = "colHazen";
colHazen.Visible = true;
colHazen.VisibleIndex = 3;
colHazen.Width = 109;
//
// colDarcy
//
colDarcy.AppearanceCell.Options.UseTextOptions = true;
colDarcy.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
colDarcy.Caption = "达西粗糙系数";
colDarcy.FieldName = "Darcy";
colDarcy.Name = "colDarcy";
colDarcy.Visible = true;
colDarcy.VisibleIndex = 4;
colDarcy.Width = 92;
//
// colManning
//
colManning.AppearanceCell.Options.UseTextOptions = true;
colManning.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
colManning.Caption = "曼宁粗糙系数";
colManning.FieldName = "Manning";
colManning.Name = "colManning";
colManning.Visible = true;
colManning.VisibleIndex = 5;
colManning.Width = 104;
//
// colDescription
//
colDescription.AppearanceCell.Options.UseTextOptions = true;
colDescription.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
colDescription.FieldName = "Description";
colDescription.Name = "colDescription";
colDescription.Visible = true;
colDescription.VisibleIndex = 6;
colDescription.Width = 206;
//
// PipeLineManageMainPanel
//
Appearance.BackColor = SystemColors.Control;
Appearance.Options.UseBackColor = true;
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(sidePanel1);
Name = "PipeLineManageMainPanel";
Size = new Size(890, 520);
((System.ComponentModel.ISupportInitialize)ribbonControl1).EndInit();
((System.ComponentModel.ISupportInitialize)svgImageCollection1).EndInit();
sidePanel1.ResumeLayout(false);
sidePanel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)gridControl1).EndInit();
((System.ComponentModel.ISupportInitialize)pipeLineViewModelBindingSource).EndInit();
((System.ComponentModel.ISupportInitialize)gridView1).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl1;
private DevExpress.XtraBars.BarButtonItem BtnAdd;
private DevExpress.XtraBars.BarButtonItem BtnEdit;
private DevExpress.XtraBars.BarButtonItem BtnDelete;
private DevExpress.XtraBars.BarButtonItem BarBtnEidtPumpPart;
private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1;
private DevExpress.Utils.SvgImageCollection svgImageCollection1;
private DevExpress.XtraEditors.SidePanel sidePanel1;
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private BindingSource pipeLineViewModelBindingSource;
private DevExpress.XtraGrid.Columns.GridColumn colName;
private DevExpress.XtraGrid.Columns.GridColumn colCaliber;
private DevExpress.XtraGrid.Columns.GridColumn colMaterial;
private DevExpress.XtraGrid.Columns.GridColumn colHazen;
private DevExpress.XtraGrid.Columns.GridColumn colDarcy;
private DevExpress.XtraGrid.Columns.GridColumn colManning;
private DevExpress.XtraBars.BarButtonItem BtnDescription;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup2;
private DevExpress.XtraGrid.Columns.GridColumn colDescription;
}
}