namespace TProduct.WinFrmUI.TPump
|
{
|
partial class CalcNpshTestDataByEDlg
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows Form Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
this.components = new System.ComponentModel.Container();
|
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
this.btnCorrect = new DevExpress.XtraEditors.SimpleButton();
|
this.txtCorrectH = new System.Windows.Forms.TextBox();
|
this.txtCorrectQ = new System.Windows.Forms.TextBox();
|
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
|
this.btnOK = new DevExpress.XtraEditors.SimpleButton();
|
this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
|
this.xtraTabControl2 = new DevExpress.XtraTab.XtraTabControl();
|
this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
|
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
|
this.gridViewMain = new DevExpress.XtraGrid.Views.Grid.GridView();
|
this.colMonitorName = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colMonitorValue = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colUnitName = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.repositoryItemSpinEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
|
this.xtraTabPage4 = new DevExpress.XtraTab.XtraTabPage();
|
this.text饱和蒸汽压kpa = new System.Windows.Forms.TextBox();
|
this.label9 = new System.Windows.Forms.Label();
|
this.text饱和蒸汽压kgf = new System.Windows.Forms.TextBox();
|
this.label12 = new System.Windows.Forms.Label();
|
this.label7 = new System.Windows.Forms.Label();
|
this.label11 = new System.Windows.Forms.Label();
|
this.text运动粘度 = new System.Windows.Forms.TextBox();
|
this.txtTemperature = new DevExpress.XtraEditors.SpinEdit();
|
this.text密度 = new System.Windows.Forms.TextBox();
|
this.label10 = new System.Windows.Forms.Label();
|
this.text重度 = new System.Windows.Forms.TextBox();
|
this.label5 = new System.Windows.Forms.Label();
|
this.panel1 = new System.Windows.Forms.Panel();
|
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
|
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
|
this.label2 = new System.Windows.Forms.Label();
|
this.txtCorrectE = new System.Windows.Forms.TextBox();
|
this.lblCorrectQ = new System.Windows.Forms.Label();
|
this.lblCorrectH = new System.Windows.Forms.Label();
|
this.txtCorrectNPSH = new System.Windows.Forms.TextBox();
|
this.label1 = new System.Windows.Forms.Label();
|
this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
|
this.lblTestQ = new System.Windows.Forms.Label();
|
this.lblTestH = new System.Windows.Forms.Label();
|
this.txtTestE = new System.Windows.Forms.TextBox();
|
this.label3 = new System.Windows.Forms.Label();
|
this.txtTestNPSH = new System.Windows.Forms.TextBox();
|
this.lblTestNPSH = new System.Windows.Forms.Label();
|
this.txtTestQ = new System.Windows.Forms.TextBox();
|
this.txtTestH = new System.Windows.Forms.TextBox();
|
this.panelCalcBtn = new System.Windows.Forms.Panel();
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel1)).BeginInit();
|
this.splitContainerControl1.Panel1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel2)).BeginInit();
|
this.splitContainerControl1.Panel2.SuspendLayout();
|
this.splitContainerControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl2)).BeginInit();
|
this.xtraTabControl2.SuspendLayout();
|
this.xtraTabPage3.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridViewMain)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).BeginInit();
|
this.xtraTabPage4.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txtTemperature.Properties)).BeginInit();
|
this.panel1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
|
this.xtraTabControl1.SuspendLayout();
|
this.xtraTabPage1.SuspendLayout();
|
this.xtraTabPage2.SuspendLayout();
|
this.panelCalcBtn.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// bindingSource1
|
//
|
this.bindingSource1.DataSource = typeof(TProduct.WinFrmUI.TPump.CalcNpshTestDataByEDlg.CurrentViewModel);
|
//
|
// btnCorrect
|
//
|
this.btnCorrect.Location = new System.Drawing.Point(33, 11);
|
this.btnCorrect.Name = "btnCorrect";
|
this.btnCorrect.Size = new System.Drawing.Size(304, 29);
|
this.btnCorrect.TabIndex = 3;
|
this.btnCorrect.Text = "计 算";
|
this.btnCorrect.Click += new System.EventHandler(this.btnCorrect_Click);
|
//
|
// txtCorrectH
|
//
|
this.txtCorrectH.Enabled = false;
|
this.txtCorrectH.Location = new System.Drawing.Point(295, 14);
|
this.txtCorrectH.Name = "txtCorrectH";
|
this.txtCorrectH.Size = new System.Drawing.Size(86, 22);
|
this.txtCorrectH.TabIndex = 1;
|
this.txtCorrectH.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
//
|
// txtCorrectQ
|
//
|
this.txtCorrectQ.Enabled = false;
|
this.txtCorrectQ.Location = new System.Drawing.Point(116, 14);
|
this.txtCorrectQ.Name = "txtCorrectQ";
|
this.txtCorrectQ.Size = new System.Drawing.Size(86, 22);
|
this.txtCorrectQ.TabIndex = 1;
|
this.txtCorrectQ.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
//
|
// btnCancel
|
//
|
this.btnCancel.Location = new System.Drawing.Point(224, 6);
|
this.btnCancel.Name = "btnCancel";
|
this.btnCancel.Size = new System.Drawing.Size(75, 26);
|
this.btnCancel.TabIndex = 5;
|
this.btnCancel.Text = "取消";
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
//
|
// btnOK
|
//
|
this.btnOK.Appearance.ForeColor = System.Drawing.Color.Black;
|
this.btnOK.Appearance.Options.UseForeColor = true;
|
this.btnOK.Location = new System.Drawing.Point(78, 6);
|
this.btnOK.Name = "btnOK";
|
this.btnOK.Size = new System.Drawing.Size(75, 26);
|
this.btnOK.TabIndex = 6;
|
this.btnOK.Text = "保存";
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
//
|
// splitContainerControl1
|
//
|
this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.splitContainerControl1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
|
this.splitContainerControl1.Horizontal = false;
|
this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
|
this.splitContainerControl1.Margin = new System.Windows.Forms.Padding(1);
|
this.splitContainerControl1.Name = "splitContainerControl1";
|
//
|
// splitContainerControl1.Panel1
|
//
|
this.splitContainerControl1.Panel1.Controls.Add(this.xtraTabControl2);
|
this.splitContainerControl1.Panel1.Text = "Panel1";
|
//
|
// splitContainerControl1.Panel2
|
//
|
this.splitContainerControl1.Panel2.Controls.Add(this.panel1);
|
this.splitContainerControl1.Panel2.Controls.Add(this.xtraTabControl1);
|
this.splitContainerControl1.Panel2.Controls.Add(this.panelCalcBtn);
|
this.splitContainerControl1.Panel2.Padding = new System.Windows.Forms.Padding(5);
|
this.splitContainerControl1.Panel2.Text = "Panel2";
|
this.splitContainerControl1.Size = new System.Drawing.Size(399, 549);
|
this.splitContainerControl1.SplitterPosition = 199;
|
this.splitContainerControl1.TabIndex = 7;
|
this.splitContainerControl1.Text = "splitContainerControl1";
|
//
|
// xtraTabControl2
|
//
|
this.xtraTabControl2.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.xtraTabControl2.Location = new System.Drawing.Point(0, 0);
|
this.xtraTabControl2.Name = "xtraTabControl2";
|
this.xtraTabControl2.SelectedTabPage = this.xtraTabPage3;
|
this.xtraTabControl2.Size = new System.Drawing.Size(399, 340);
|
this.xtraTabControl2.TabIndex = 3;
|
this.xtraTabControl2.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
this.xtraTabPage3,
|
this.xtraTabPage4});
|
//
|
// xtraTabPage3
|
//
|
this.xtraTabPage3.Controls.Add(this.gridControl1);
|
this.xtraTabPage3.Name = "xtraTabPage3";
|
this.xtraTabPage3.Size = new System.Drawing.Size(397, 314);
|
this.xtraTabPage3.Text = "测量数据";
|
//
|
// gridControl1
|
//
|
this.gridControl1.DataSource = this.bindingSource1;
|
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.gridControl1.Location = new System.Drawing.Point(0, 0);
|
this.gridControl1.MainView = this.gridViewMain;
|
this.gridControl1.Name = "gridControl1";
|
this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
this.repositoryItemSpinEdit1});
|
this.gridControl1.Size = new System.Drawing.Size(397, 314);
|
this.gridControl1.TabIndex = 1;
|
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
this.gridViewMain});
|
//
|
// gridViewMain
|
//
|
this.gridViewMain.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
|
this.gridViewMain.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
|
this.gridViewMain.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.White;
|
this.gridViewMain.Appearance.ColumnFilterButton.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.ColumnFilterButton.Options.UseBorderColor = true;
|
this.gridViewMain.Appearance.ColumnFilterButton.Options.UseForeColor = true;
|
this.gridViewMain.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
|
this.gridViewMain.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
|
this.gridViewMain.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Black;
|
this.gridViewMain.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true;
|
this.gridViewMain.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true;
|
this.gridViewMain.Appearance.Empty.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
|
this.gridViewMain.Appearance.Empty.BackColor2 = System.Drawing.Color.White;
|
this.gridViewMain.Appearance.Empty.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
|
this.gridViewMain.Appearance.EvenRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
|
this.gridViewMain.Appearance.EvenRow.ForeColor = System.Drawing.Color.Black;
|
this.gridViewMain.Appearance.EvenRow.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.EvenRow.Options.UseBorderColor = true;
|
this.gridViewMain.Appearance.EvenRow.Options.UseForeColor = true;
|
this.gridViewMain.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
|
this.gridViewMain.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
|
this.gridViewMain.Appearance.FilterCloseButton.ForeColor = System.Drawing.Color.White;
|
this.gridViewMain.Appearance.FilterCloseButton.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.FilterCloseButton.Options.UseBorderColor = true;
|
this.gridViewMain.Appearance.FilterCloseButton.Options.UseForeColor = true;
|
this.gridViewMain.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
|
this.gridViewMain.Appearance.FilterPanel.BackColor2 = System.Drawing.Color.White;
|
this.gridViewMain.Appearance.FilterPanel.ForeColor = System.Drawing.Color.Black;
|
this.gridViewMain.Appearance.FilterPanel.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.FilterPanel.Options.UseForeColor = true;
|
this.gridViewMain.Appearance.FixedLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(133)))), ((int)(((byte)(195)))));
|
this.gridViewMain.Appearance.FixedLine.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.FocusedCell.BackColor = System.Drawing.Color.White;
|
this.gridViewMain.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Black;
|
this.gridViewMain.Appearance.FocusedCell.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.FocusedCell.Options.UseForeColor = true;
|
this.gridViewMain.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(109)))), ((int)(((byte)(189)))));
|
this.gridViewMain.Appearance.FocusedRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(139)))), ((int)(((byte)(206)))));
|
this.gridViewMain.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White;
|
this.gridViewMain.Appearance.FocusedRow.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.FocusedRow.Options.UseBorderColor = true;
|
this.gridViewMain.Appearance.FocusedRow.Options.UseForeColor = true;
|
this.gridViewMain.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
|
this.gridViewMain.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
|
this.gridViewMain.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Black;
|
this.gridViewMain.Appearance.FooterPanel.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.FooterPanel.Options.UseBorderColor = true;
|
this.gridViewMain.Appearance.FooterPanel.Options.UseForeColor = true;
|
this.gridViewMain.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
|
this.gridViewMain.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
|
this.gridViewMain.Appearance.GroupButton.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.GroupButton.Options.UseBorderColor = true;
|
this.gridViewMain.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
|
this.gridViewMain.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
|
this.gridViewMain.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black;
|
this.gridViewMain.Appearance.GroupFooter.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.GroupFooter.Options.UseBorderColor = true;
|
this.gridViewMain.Appearance.GroupFooter.Options.UseForeColor = true;
|
this.gridViewMain.Appearance.GroupPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
|
this.gridViewMain.Appearance.GroupPanel.BackColor2 = System.Drawing.Color.White;
|
this.gridViewMain.Appearance.GroupPanel.ForeColor = System.Drawing.Color.Black;
|
this.gridViewMain.Appearance.GroupPanel.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.GroupPanel.Options.UseForeColor = true;
|
this.gridViewMain.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
|
this.gridViewMain.Appearance.GroupRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
|
this.gridViewMain.Appearance.GroupRow.ForeColor = System.Drawing.Color.Black;
|
this.gridViewMain.Appearance.GroupRow.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.GroupRow.Options.UseBorderColor = true;
|
this.gridViewMain.Appearance.GroupRow.Options.UseForeColor = true;
|
this.gridViewMain.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(139)))), ((int)(((byte)(201)))), ((int)(((byte)(254)))));
|
this.gridViewMain.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(139)))), ((int)(((byte)(201)))), ((int)(((byte)(254)))));
|
this.gridViewMain.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black;
|
this.gridViewMain.Appearance.HeaderPanel.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.HeaderPanel.Options.UseBorderColor = true;
|
this.gridViewMain.Appearance.HeaderPanel.Options.UseForeColor = true;
|
this.gridViewMain.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(170)))), ((int)(((byte)(225)))));
|
this.gridViewMain.Appearance.HideSelectionRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(155)))), ((int)(((byte)(215)))));
|
this.gridViewMain.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
|
this.gridViewMain.Appearance.HideSelectionRow.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.HideSelectionRow.Options.UseBorderColor = true;
|
this.gridViewMain.Appearance.HideSelectionRow.Options.UseForeColor = true;
|
this.gridViewMain.Appearance.HorzLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
|
this.gridViewMain.Appearance.HorzLine.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.OddRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
|
this.gridViewMain.Appearance.OddRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
|
this.gridViewMain.Appearance.OddRow.ForeColor = System.Drawing.Color.Black;
|
this.gridViewMain.Appearance.OddRow.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.OddRow.Options.UseBorderColor = true;
|
this.gridViewMain.Appearance.OddRow.Options.UseForeColor = true;
|
this.gridViewMain.Appearance.Preview.Font = new System.Drawing.Font("Verdana", 7.5F);
|
this.gridViewMain.Appearance.Preview.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(155)))), ((int)(((byte)(215)))));
|
this.gridViewMain.Appearance.Preview.Options.UseFont = true;
|
this.gridViewMain.Appearance.Preview.Options.UseForeColor = true;
|
this.gridViewMain.Appearance.Row.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
|
this.gridViewMain.Appearance.Row.ForeColor = System.Drawing.Color.Black;
|
this.gridViewMain.Appearance.Row.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.Row.Options.UseForeColor = true;
|
this.gridViewMain.Appearance.RowSeparator.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
|
this.gridViewMain.Appearance.RowSeparator.BackColor2 = System.Drawing.Color.White;
|
this.gridViewMain.Appearance.RowSeparator.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(155)))), ((int)(((byte)(215)))));
|
this.gridViewMain.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White;
|
this.gridViewMain.Appearance.SelectedRow.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.SelectedRow.Options.UseForeColor = true;
|
this.gridViewMain.Appearance.TopNewRow.BackColor = System.Drawing.Color.White;
|
this.gridViewMain.Appearance.TopNewRow.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.VertLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
|
this.gridViewMain.Appearance.VertLine.Options.UseBackColor = true;
|
this.gridViewMain.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
this.colMonitorName,
|
this.colMonitorValue,
|
this.colUnitName});
|
this.gridViewMain.GridControl = this.gridControl1;
|
this.gridViewMain.Name = "gridViewMain";
|
this.gridViewMain.OptionsView.EnableAppearanceEvenRow = true;
|
this.gridViewMain.OptionsView.EnableAppearanceOddRow = true;
|
this.gridViewMain.OptionsView.ShowGroupPanel = false;
|
//
|
// colMonitorName
|
//
|
this.colMonitorName.AppearanceCell.Options.UseTextOptions = true;
|
this.colMonitorName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colMonitorName.AppearanceHeader.Options.UseTextOptions = true;
|
this.colMonitorName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colMonitorName.Caption = "名称";
|
this.colMonitorName.FieldName = "MonitorName";
|
this.colMonitorName.Name = "colMonitorName";
|
this.colMonitorName.OptionsColumn.AllowEdit = false;
|
this.colMonitorName.Visible = true;
|
this.colMonitorName.VisibleIndex = 0;
|
this.colMonitorName.Width = 249;
|
//
|
// colMonitorValue
|
//
|
this.colMonitorValue.AppearanceCell.Options.UseTextOptions = true;
|
this.colMonitorValue.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
this.colMonitorValue.AppearanceHeader.Options.UseTextOptions = true;
|
this.colMonitorValue.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colMonitorValue.Caption = "数据";
|
this.colMonitorValue.FieldName = "DispValue";
|
this.colMonitorValue.Name = "colMonitorValue";
|
this.colMonitorValue.Visible = true;
|
this.colMonitorValue.VisibleIndex = 2;
|
this.colMonitorValue.Width = 175;
|
//
|
// colUnitName
|
//
|
this.colUnitName.AppearanceCell.Options.UseTextOptions = true;
|
this.colUnitName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colUnitName.AppearanceHeader.Options.UseTextOptions = true;
|
this.colUnitName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colUnitName.Caption = "单位";
|
this.colUnitName.FieldName = "UnitName";
|
this.colUnitName.Name = "colUnitName";
|
this.colUnitName.OptionsColumn.AllowEdit = false;
|
this.colUnitName.UnboundDataType = typeof(string);
|
this.colUnitName.Visible = true;
|
this.colUnitName.VisibleIndex = 1;
|
//
|
// repositoryItemSpinEdit1
|
//
|
this.repositoryItemSpinEdit1.AutoHeight = false;
|
this.repositoryItemSpinEdit1.Name = "repositoryItemSpinEdit1";
|
this.repositoryItemSpinEdit1.NullText = "0";
|
this.repositoryItemSpinEdit1.NullValuePrompt = "0";
|
//
|
// xtraTabPage4
|
//
|
this.xtraTabPage4.Controls.Add(this.text饱和蒸汽压kpa);
|
this.xtraTabPage4.Controls.Add(this.label9);
|
this.xtraTabPage4.Controls.Add(this.text饱和蒸汽压kgf);
|
this.xtraTabPage4.Controls.Add(this.label12);
|
this.xtraTabPage4.Controls.Add(this.label7);
|
this.xtraTabPage4.Controls.Add(this.label11);
|
this.xtraTabPage4.Controls.Add(this.text运动粘度);
|
this.xtraTabPage4.Controls.Add(this.txtTemperature);
|
this.xtraTabPage4.Controls.Add(this.text密度);
|
this.xtraTabPage4.Controls.Add(this.label10);
|
this.xtraTabPage4.Controls.Add(this.text重度);
|
this.xtraTabPage4.Controls.Add(this.label5);
|
this.xtraTabPage4.Name = "xtraTabPage4";
|
this.xtraTabPage4.Size = new System.Drawing.Size(397, 315);
|
this.xtraTabPage4.Text = "介质参数";
|
//
|
// text饱和蒸汽压kpa
|
//
|
this.text饱和蒸汽压kpa.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
|
this.text饱和蒸汽压kpa.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.text饱和蒸汽压kpa.Cursor = System.Windows.Forms.Cursors.Default;
|
this.text饱和蒸汽压kpa.Location = new System.Drawing.Point(150, 152);
|
this.text饱和蒸汽压kpa.Name = "text饱和蒸汽压kpa";
|
this.text饱和蒸汽压kpa.Size = new System.Drawing.Size(79, 22);
|
this.text饱和蒸汽压kpa.TabIndex = 78;
|
this.text饱和蒸汽压kpa.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
//
|
// label9
|
//
|
this.label9.AutoSize = true;
|
this.label9.Location = new System.Drawing.Point(12, 128);
|
this.label9.Name = "label9";
|
this.label9.Size = new System.Drawing.Size(134, 14);
|
this.label9.TabIndex = 83;
|
this.label9.Text = "饱和蒸汽压(kgf/cm2):";
|
//
|
// text饱和蒸汽压kgf
|
//
|
this.text饱和蒸汽压kgf.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
|
this.text饱和蒸汽压kgf.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.text饱和蒸汽压kgf.Cursor = System.Windows.Forms.Cursors.Default;
|
this.text饱和蒸汽压kgf.Location = new System.Drawing.Point(150, 124);
|
this.text饱和蒸汽压kgf.Name = "text饱和蒸汽压kgf";
|
this.text饱和蒸汽压kgf.Size = new System.Drawing.Size(79, 22);
|
this.text饱和蒸汽压kgf.TabIndex = 77;
|
this.text饱和蒸汽压kgf.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
//
|
// label12
|
//
|
this.label12.AutoSize = true;
|
this.label12.Location = new System.Drawing.Point(58, 43);
|
this.label12.Name = "label12";
|
this.label12.Size = new System.Drawing.Size(88, 14);
|
this.label12.TabIndex = 81;
|
this.label12.Text = "密度(kg/m3):";
|
//
|
// label7
|
//
|
this.label7.AutoSize = true;
|
this.label7.Location = new System.Drawing.Point(38, 156);
|
this.label7.Name = "label7";
|
this.label7.Size = new System.Drawing.Size(108, 14);
|
this.label7.TabIndex = 82;
|
this.label7.Text = "饱和蒸汽压(kPa):";
|
//
|
// label11
|
//
|
this.label11.AutoSize = true;
|
this.label11.Location = new System.Drawing.Point(64, 72);
|
this.label11.Name = "label11";
|
this.label11.Size = new System.Drawing.Size(82, 14);
|
this.label11.TabIndex = 80;
|
this.label11.Text = "重度(n/m3):";
|
//
|
// text运动粘度
|
//
|
this.text运动粘度.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
|
this.text运动粘度.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.text运动粘度.Cursor = System.Windows.Forms.Cursors.Default;
|
this.text运动粘度.Location = new System.Drawing.Point(150, 96);
|
this.text运动粘度.Name = "text运动粘度";
|
this.text运动粘度.Size = new System.Drawing.Size(79, 22);
|
this.text运动粘度.TabIndex = 76;
|
this.text运动粘度.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
//
|
// txtTemperature
|
//
|
this.txtTemperature.EditValue = new decimal(new int[] {
|
20,
|
0,
|
0,
|
0});
|
this.txtTemperature.Location = new System.Drawing.Point(150, 12);
|
this.txtTemperature.Name = "txtTemperature";
|
this.txtTemperature.Properties.Appearance.Options.UseTextOptions = true;
|
this.txtTemperature.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.txtTemperature.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton()});
|
this.txtTemperature.Properties.MaxValue = new decimal(new int[] {
|
500,
|
0,
|
0,
|
0});
|
this.txtTemperature.Properties.MinValue = new decimal(new int[] {
|
5,
|
0,
|
0,
|
0});
|
this.txtTemperature.Properties.ReadOnly = true;
|
this.txtTemperature.Size = new System.Drawing.Size(78, 20);
|
this.txtTemperature.TabIndex = 73;
|
//
|
// text密度
|
//
|
this.text密度.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
|
this.text密度.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.text密度.Cursor = System.Windows.Forms.Cursors.Default;
|
this.text密度.Location = new System.Drawing.Point(150, 39);
|
this.text密度.Name = "text密度";
|
this.text密度.Size = new System.Drawing.Size(79, 22);
|
this.text密度.TabIndex = 79;
|
this.text密度.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
//
|
// label10
|
//
|
this.label10.AutoSize = true;
|
this.label10.Location = new System.Drawing.Point(42, 100);
|
this.label10.Name = "label10";
|
this.label10.Size = new System.Drawing.Size(104, 14);
|
this.label10.TabIndex = 84;
|
this.label10.Text = "运动粘度(m2/s):";
|
//
|
// text重度
|
//
|
this.text重度.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
|
this.text重度.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.text重度.Cursor = System.Windows.Forms.Cursors.Default;
|
this.text重度.Location = new System.Drawing.Point(150, 68);
|
this.text重度.Name = "text重度";
|
this.text重度.Size = new System.Drawing.Size(79, 22);
|
this.text重度.TabIndex = 75;
|
this.text重度.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
//
|
// label5
|
//
|
this.label5.AutoSize = true;
|
this.label5.Location = new System.Drawing.Point(79, 15);
|
this.label5.Name = "label5";
|
this.label5.Size = new System.Drawing.Size(67, 14);
|
this.label5.TabIndex = 74;
|
this.label5.Text = "介质温度:";
|
//
|
// panel1
|
//
|
this.panel1.Controls.Add(this.btnCancel);
|
this.panel1.Controls.Add(this.btnOK);
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.panel1.Location = new System.Drawing.Point(5, 155);
|
this.panel1.Name = "panel1";
|
this.panel1.Size = new System.Drawing.Size(389, 39);
|
this.panel1.TabIndex = 9;
|
//
|
// xtraTabControl1
|
//
|
this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Top;
|
this.xtraTabControl1.Location = new System.Drawing.Point(5, 55);
|
this.xtraTabControl1.Name = "xtraTabControl1";
|
this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
|
this.xtraTabControl1.Size = new System.Drawing.Size(389, 100);
|
this.xtraTabControl1.TabIndex = 7;
|
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
this.xtraTabPage1,
|
this.xtraTabPage2});
|
//
|
// xtraTabPage1
|
//
|
this.xtraTabPage1.Controls.Add(this.label2);
|
this.xtraTabPage1.Controls.Add(this.txtCorrectE);
|
this.xtraTabPage1.Controls.Add(this.lblCorrectQ);
|
this.xtraTabPage1.Controls.Add(this.lblCorrectH);
|
this.xtraTabPage1.Controls.Add(this.txtCorrectNPSH);
|
this.xtraTabPage1.Controls.Add(this.label1);
|
this.xtraTabPage1.Controls.Add(this.txtCorrectQ);
|
this.xtraTabPage1.Controls.Add(this.txtCorrectH);
|
this.xtraTabPage1.Name = "xtraTabPage1";
|
this.xtraTabPage1.Size = new System.Drawing.Size(387, 74);
|
this.xtraTabPage1.Text = "修正值";
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.Location = new System.Drawing.Point(34, 46);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(77, 14);
|
this.label2.TabIndex = 14;
|
this.label2.Text = "修正效率(%)";
|
//
|
// txtCorrectE
|
//
|
this.txtCorrectE.Enabled = false;
|
this.txtCorrectE.Location = new System.Drawing.Point(116, 42);
|
this.txtCorrectE.Name = "txtCorrectE";
|
this.txtCorrectE.Size = new System.Drawing.Size(86, 22);
|
this.txtCorrectE.TabIndex = 13;
|
this.txtCorrectE.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
//
|
// lblCorrectQ
|
//
|
this.lblCorrectQ.AutoSize = true;
|
this.lblCorrectQ.Location = new System.Drawing.Point(19, 18);
|
this.lblCorrectQ.Name = "lblCorrectQ";
|
this.lblCorrectQ.Size = new System.Drawing.Size(94, 14);
|
this.lblCorrectQ.TabIndex = 11;
|
this.lblCorrectQ.Text = "修正流量(m³/h)";
|
//
|
// lblCorrectH
|
//
|
this.lblCorrectH.AutoSize = true;
|
this.lblCorrectH.Location = new System.Drawing.Point(220, 17);
|
this.lblCorrectH.Name = "lblCorrectH";
|
this.lblCorrectH.Size = new System.Drawing.Size(75, 14);
|
this.lblCorrectH.TabIndex = 12;
|
this.lblCorrectH.Text = "修正扬程(m)";
|
//
|
// txtCorrectNPSH
|
//
|
this.txtCorrectNPSH.Enabled = false;
|
this.txtCorrectNPSH.Location = new System.Drawing.Point(295, 42);
|
this.txtCorrectNPSH.Name = "txtCorrectNPSH";
|
this.txtCorrectNPSH.Size = new System.Drawing.Size(86, 22);
|
this.txtCorrectNPSH.TabIndex = 10;
|
this.txtCorrectNPSH.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Location = new System.Drawing.Point(219, 46);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(75, 14);
|
this.label1.TabIndex = 9;
|
this.label1.Text = "修正汽蚀(m)";
|
//
|
// xtraTabPage2
|
//
|
this.xtraTabPage2.Controls.Add(this.lblTestQ);
|
this.xtraTabPage2.Controls.Add(this.lblTestH);
|
this.xtraTabPage2.Controls.Add(this.txtTestE);
|
this.xtraTabPage2.Controls.Add(this.label3);
|
this.xtraTabPage2.Controls.Add(this.txtTestNPSH);
|
this.xtraTabPage2.Controls.Add(this.lblTestNPSH);
|
this.xtraTabPage2.Controls.Add(this.txtTestQ);
|
this.xtraTabPage2.Controls.Add(this.txtTestH);
|
this.xtraTabPage2.Name = "xtraTabPage2";
|
this.xtraTabPage2.Size = new System.Drawing.Size(387, 74);
|
this.xtraTabPage2.Text = "测量值";
|
//
|
// lblTestQ
|
//
|
this.lblTestQ.AutoSize = true;
|
this.lblTestQ.Location = new System.Drawing.Point(19, 18);
|
this.lblTestQ.Name = "lblTestQ";
|
this.lblTestQ.Size = new System.Drawing.Size(94, 14);
|
this.lblTestQ.TabIndex = 17;
|
this.lblTestQ.Text = "测量流量(m³/h)";
|
//
|
// lblTestH
|
//
|
this.lblTestH.AutoSize = true;
|
this.lblTestH.Location = new System.Drawing.Point(220, 17);
|
this.lblTestH.Name = "lblTestH";
|
this.lblTestH.Size = new System.Drawing.Size(75, 14);
|
this.lblTestH.TabIndex = 18;
|
this.lblTestH.Text = "测量扬程(m)";
|
//
|
// txtTestE
|
//
|
this.txtTestE.Enabled = false;
|
this.txtTestE.Location = new System.Drawing.Point(116, 42);
|
this.txtTestE.Name = "txtTestE";
|
this.txtTestE.Size = new System.Drawing.Size(86, 22);
|
this.txtTestE.TabIndex = 16;
|
this.txtTestE.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
//
|
// label3
|
//
|
this.label3.Location = new System.Drawing.Point(34, 46);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(77, 14);
|
this.label3.TabIndex = 15;
|
this.label3.Text = "测量效率(%)";
|
//
|
// txtTestNPSH
|
//
|
this.txtTestNPSH.Enabled = false;
|
this.txtTestNPSH.Location = new System.Drawing.Point(295, 42);
|
this.txtTestNPSH.Name = "txtTestNPSH";
|
this.txtTestNPSH.Size = new System.Drawing.Size(86, 22);
|
this.txtTestNPSH.TabIndex = 16;
|
this.txtTestNPSH.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
//
|
// lblTestNPSH
|
//
|
this.lblTestNPSH.AutoSize = true;
|
this.lblTestNPSH.Location = new System.Drawing.Point(219, 46);
|
this.lblTestNPSH.Name = "lblTestNPSH";
|
this.lblTestNPSH.Size = new System.Drawing.Size(75, 14);
|
this.lblTestNPSH.TabIndex = 15;
|
this.lblTestNPSH.Text = "测量汽蚀(m)";
|
//
|
// txtTestQ
|
//
|
this.txtTestQ.Enabled = false;
|
this.txtTestQ.Location = new System.Drawing.Point(116, 14);
|
this.txtTestQ.Name = "txtTestQ";
|
this.txtTestQ.Size = new System.Drawing.Size(86, 22);
|
this.txtTestQ.TabIndex = 13;
|
this.txtTestQ.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
//
|
// txtTestH
|
//
|
this.txtTestH.Enabled = false;
|
this.txtTestH.Location = new System.Drawing.Point(295, 14);
|
this.txtTestH.Name = "txtTestH";
|
this.txtTestH.Size = new System.Drawing.Size(86, 22);
|
this.txtTestH.TabIndex = 14;
|
this.txtTestH.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
//
|
// panelCalcBtn
|
//
|
this.panelCalcBtn.Controls.Add(this.btnCorrect);
|
this.panelCalcBtn.Dock = System.Windows.Forms.DockStyle.Top;
|
this.panelCalcBtn.Location = new System.Drawing.Point(5, 5);
|
this.panelCalcBtn.Margin = new System.Windows.Forms.Padding(5);
|
this.panelCalcBtn.Name = "panelCalcBtn";
|
this.panelCalcBtn.Padding = new System.Windows.Forms.Padding(3);
|
this.panelCalcBtn.Size = new System.Drawing.Size(389, 50);
|
this.panelCalcBtn.TabIndex = 8;
|
//
|
// CalcNpshTestDataByEDlg
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(399, 549);
|
this.ControlBox = false;
|
this.Controls.Add(this.splitContainerControl1);
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
|
this.IconOptions.ShowIcon = false;
|
this.MaximizeBox = false;
|
this.MinimizeBox = false;
|
this.Name = "CalcNpshTestDataByEDlg";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "测量值";
|
this.Load += new System.EventHandler(this.CalcNpshTestDataDlg_Load);
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel1)).EndInit();
|
this.splitContainerControl1.Panel1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel2)).EndInit();
|
this.splitContainerControl1.Panel2.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
|
this.splitContainerControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl2)).EndInit();
|
this.xtraTabControl2.ResumeLayout(false);
|
this.xtraTabPage3.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridViewMain)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).EndInit();
|
this.xtraTabPage4.ResumeLayout(false);
|
this.xtraTabPage4.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txtTemperature.Properties)).EndInit();
|
this.panel1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
|
this.xtraTabControl1.ResumeLayout(false);
|
this.xtraTabPage1.ResumeLayout(false);
|
this.xtraTabPage1.PerformLayout();
|
this.xtraTabPage2.ResumeLayout(false);
|
this.xtraTabPage2.PerformLayout();
|
this.panelCalcBtn.ResumeLayout(false);
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraEditors.SimpleButton btnCorrect;
|
private System.Windows.Forms.TextBox txtCorrectQ;
|
private System.Windows.Forms.TextBox txtCorrectH;
|
private DevExpress.XtraEditors.SimpleButton btnCancel;
|
private DevExpress.XtraEditors.SimpleButton btnOK;
|
private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
|
private System.Windows.Forms.BindingSource bindingSource1;
|
private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage2;
|
private System.Windows.Forms.Panel panelCalcBtn;
|
private System.Windows.Forms.Panel panel1;
|
private System.Windows.Forms.TextBox txtCorrectNPSH;
|
private System.Windows.Forms.Label label1;
|
private DevExpress.XtraTab.XtraTabControl xtraTabControl2;
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage3;
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage4;
|
private System.Windows.Forms.TextBox text饱和蒸汽压kpa;
|
private System.Windows.Forms.Label label9;
|
private System.Windows.Forms.TextBox text饱和蒸汽压kgf;
|
private System.Windows.Forms.Label label12;
|
private System.Windows.Forms.Label label7;
|
private System.Windows.Forms.Label label11;
|
private System.Windows.Forms.TextBox text运动粘度;
|
private System.Windows.Forms.TextBox text密度;
|
private System.Windows.Forms.Label label10;
|
private System.Windows.Forms.TextBox text重度;
|
private System.Windows.Forms.Label label5;
|
private DevExpress.XtraEditors.SpinEdit txtTemperature;
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridViewMain;
|
private DevExpress.XtraGrid.Columns.GridColumn colMonitorName;
|
private DevExpress.XtraGrid.Columns.GridColumn colMonitorValue;
|
private DevExpress.XtraGrid.Columns.GridColumn colUnitName;
|
private DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit repositoryItemSpinEdit1;
|
private System.Windows.Forms.Label lblCorrectQ;
|
private System.Windows.Forms.Label lblCorrectH;
|
private System.Windows.Forms.Label lblTestQ;
|
private System.Windows.Forms.Label lblTestH;
|
private System.Windows.Forms.TextBox txtTestNPSH;
|
private System.Windows.Forms.Label lblTestNPSH;
|
private System.Windows.Forms.TextBox txtTestQ;
|
private System.Windows.Forms.TextBox txtTestH;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.TextBox txtCorrectE;
|
private System.Windows.Forms.TextBox txtTestE;
|
private System.Windows.Forms.Label label3;
|
}
|
}
|