namespace TProduct.WinFrmUI.TPump
{
partial class FeatTestAutoParasCtrl
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.gridViewMain = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colQ = new DevExpress.XtraGrid.Columns.GridColumn();
this.colH = new DevExpress.XtraGrid.Columns.GridColumn();
this.colE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colP = new DevExpress.XtraGrid.Columns.GridColumn();
this.colDegree = new DevExpress.XtraGrid.Columns.GridColumn();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridViewMain)).BeginInit();
this.SuspendLayout();
//
// gridControl1
//
this.gridControl1.Cursor = System.Windows.Forms.Cursors.Default;
this.gridControl1.DataSource = this.bindingSource1;
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControl1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4);
this.gridControl1.Location = new System.Drawing.Point(0, 0);
this.gridControl1.MainView = this.gridViewMain;
this.gridControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 0);
this.gridControl1.Name = "gridControl1";
this.gridControl1.Size = new System.Drawing.Size(358, 651);
this.gridControl1.TabIndex = 2;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridViewMain});
//
// gridViewMain
//
this.gridViewMain.Appearance.HeaderPanel.Options.UseTextOptions = true;
this.gridViewMain.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridViewMain.Appearance.Row.Options.UseTextOptions = true;
this.gridViewMain.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
this.gridViewMain.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colID,
this.colQ,
this.colH,
this.colE,
this.colP,
this.colDegree});
this.gridViewMain.DetailHeight = 408;
this.gridViewMain.GridControl = this.gridControl1;
this.gridViewMain.Name = "gridViewMain";
this.gridViewMain.OptionsView.ShowDetailButtons = false;
//
// colID
//
this.colID.FieldName = "ID";
this.colID.MinWidth = 23;
this.colID.Name = "colID";
this.colID.Width = 87;
//
// colQ
//
this.colQ.AppearanceCell.Options.UseTextOptions = true;
this.colQ.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colQ.AppearanceHeader.Options.UseTextOptions = true;
this.colQ.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colQ.Caption = "流量(m³/h)";
this.colQ.FieldName = "CorrectPtQ";
this.colQ.MinWidth = 23;
this.colQ.Name = "colQ";
this.colQ.Visible = true;
this.colQ.VisibleIndex = 1;
this.colQ.Width = 90;
//
// colH
//
this.colH.AppearanceCell.Options.UseTextOptions = true;
this.colH.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colH.AppearanceHeader.Options.UseTextOptions = true;
this.colH.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colH.Caption = "扬程(m)";
this.colH.FieldName = "CorrectPtH";
this.colH.MinWidth = 23;
this.colH.Name = "colH";
this.colH.Visible = true;
this.colH.VisibleIndex = 2;
this.colH.Width = 87;
//
// colE
//
this.colE.AppearanceCell.Options.UseTextOptions = true;
this.colE.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colE.AppearanceHeader.Options.UseTextOptions = true;
this.colE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colE.Caption = "效率(%)";
this.colE.FieldName = "CorrectPtE";
this.colE.MinWidth = 23;
this.colE.Name = "colE";
this.colE.Visible = true;
this.colE.VisibleIndex = 3;
this.colE.Width = 100;
//
// colP
//
this.colP.AppearanceCell.Options.UseTextOptions = true;
this.colP.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colP.AppearanceHeader.Options.UseTextOptions = true;
this.colP.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colP.Caption = "功率(kW)";
this.colP.FieldName = "CorrectPtP";
this.colP.MinWidth = 23;
this.colP.Name = "colP";
this.colP.Visible = true;
this.colP.VisibleIndex = 4;
this.colP.Width = 80;
//
// colDegree
//
this.colDegree.AppearanceCell.Options.UseTextOptions = true;
this.colDegree.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colDegree.AppearanceHeader.Options.UseTextOptions = true;
this.colDegree.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colDegree.Caption = "开度";
this.colDegree.FieldName = "Degree";
this.colDegree.Name = "colDegree";
this.colDegree.Visible = true;
this.colDegree.VisibleIndex = 0;
//
// FeatTestAutoParasCtrl
//
this.Controls.Add(this.gridControl1);
this.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
this.Name = "FeatTestAutoParasCtrl";
this.Size = new System.Drawing.Size(358, 651);
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridViewMain)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridViewMain;
private DevExpress.XtraGrid.Columns.GridColumn colID;
private DevExpress.XtraGrid.Columns.GridColumn colQ;
private DevExpress.XtraGrid.Columns.GridColumn colH;
private DevExpress.XtraGrid.Columns.GridColumn colE;
private DevExpress.XtraGrid.Columns.GridColumn colP;
private DevExpress.XtraGrid.Columns.GridColumn colDegree;
private System.Windows.Forms.BindingSource bindingSource1;
}
}