namespace TProduct.WinFrmUI.TPump
|
{
|
partial class CalcNpshTestData2Dlg
|
{
|
/// <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.gridControl1 = new DevExpress.XtraGrid.GridControl();
|
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
this.colMeasureType = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colMeasureName = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colMeasureValue = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.repositoryItemSpinEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
|
this.colIsInstrument = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colConnCoefficient = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colUnit = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.lblMotorEff = new System.Windows.Forms.Label();
|
this.btnCorrect = new System.Windows.Forms.Button();
|
this.groupBoxMotor = new System.Windows.Forms.GroupBox();
|
this.txtMotorFactor = new DevExpress.XtraEditors.SpinEdit();
|
this.lblMotorFactor = new System.Windows.Forms.Label();
|
this.txtMotorEff = new DevExpress.XtraEditors.SpinEdit();
|
this.txtCorrectE = new System.Windows.Forms.TextBox();
|
this.lblCorrectE = new System.Windows.Forms.Label();
|
this.txtCorrectQ = new System.Windows.Forms.TextBox();
|
this.lblCorrectQ = new System.Windows.Forms.Label();
|
this.btnCancel = new System.Windows.Forms.Button();
|
this.btnOK = new System.Windows.Forms.Button();
|
this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
|
this.xtraTabControl2 = new DevExpress.XtraTab.XtraTabControl();
|
this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
|
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.txtCorrectNPSH = new System.Windows.Forms.TextBox();
|
this.label1 = new System.Windows.Forms.Label();
|
this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
|
this.txtTestQ = new System.Windows.Forms.TextBox();
|
this.label2 = new System.Windows.Forms.Label();
|
this.txtTestE = new System.Windows.Forms.TextBox();
|
this.label3 = new System.Windows.Forms.Label();
|
this.label4 = new System.Windows.Forms.Label();
|
this.txtTestNPSH = new System.Windows.Forms.TextBox();
|
this.panelCalcBtn = new System.Windows.Forms.Panel();
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).BeginInit();
|
this.groupBoxMotor.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txtMotorFactor.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtMotorEff.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
|
this.splitContainerControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl2)).BeginInit();
|
this.xtraTabControl2.SuspendLayout();
|
this.xtraTabPage3.SuspendLayout();
|
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();
|
//
|
// 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.gridView1;
|
this.gridControl1.Name = "gridControl1";
|
this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
this.repositoryItemSpinEdit1});
|
this.gridControl1.Size = new System.Drawing.Size(361, 229);
|
this.gridControl1.TabIndex = 0;
|
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
this.gridView1});
|
//
|
// bindingSourceMotor
|
//
|
this.bindingSource1.DataSource = typeof(TPump.ViewModel.TestDataCalcViewModel);
|
//
|
// gridView1
|
//
|
this.gridView1.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
|
this.gridView1.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
|
this.gridView1.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.White;
|
this.gridView1.Appearance.ColumnFilterButton.Options.UseBackColor = true;
|
this.gridView1.Appearance.ColumnFilterButton.Options.UseBorderColor = true;
|
this.gridView1.Appearance.ColumnFilterButton.Options.UseForeColor = true;
|
this.gridView1.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
|
this.gridView1.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
|
this.gridView1.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Black;
|
this.gridView1.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true;
|
this.gridView1.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true;
|
this.gridView1.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true;
|
this.gridView1.Appearance.Empty.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
|
this.gridView1.Appearance.Empty.BackColor2 = System.Drawing.Color.White;
|
this.gridView1.Appearance.Empty.Options.UseBackColor = true;
|
this.gridView1.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
|
this.gridView1.Appearance.EvenRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
|
this.gridView1.Appearance.EvenRow.ForeColor = System.Drawing.Color.Black;
|
this.gridView1.Appearance.EvenRow.Options.UseBackColor = true;
|
this.gridView1.Appearance.EvenRow.Options.UseBorderColor = true;
|
this.gridView1.Appearance.EvenRow.Options.UseForeColor = true;
|
this.gridView1.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
|
this.gridView1.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
|
this.gridView1.Appearance.FilterCloseButton.ForeColor = System.Drawing.Color.White;
|
this.gridView1.Appearance.FilterCloseButton.Options.UseBackColor = true;
|
this.gridView1.Appearance.FilterCloseButton.Options.UseBorderColor = true;
|
this.gridView1.Appearance.FilterCloseButton.Options.UseForeColor = true;
|
this.gridView1.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
|
this.gridView1.Appearance.FilterPanel.BackColor2 = System.Drawing.Color.White;
|
this.gridView1.Appearance.FilterPanel.ForeColor = System.Drawing.Color.Black;
|
this.gridView1.Appearance.FilterPanel.Options.UseBackColor = true;
|
this.gridView1.Appearance.FilterPanel.Options.UseForeColor = true;
|
this.gridView1.Appearance.FixedLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(133)))), ((int)(((byte)(195)))));
|
this.gridView1.Appearance.FixedLine.Options.UseBackColor = true;
|
this.gridView1.Appearance.FocusedCell.BackColor = System.Drawing.Color.White;
|
this.gridView1.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Black;
|
this.gridView1.Appearance.FocusedCell.Options.UseBackColor = true;
|
this.gridView1.Appearance.FocusedCell.Options.UseForeColor = true;
|
this.gridView1.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(109)))), ((int)(((byte)(189)))));
|
this.gridView1.Appearance.FocusedRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(139)))), ((int)(((byte)(206)))));
|
this.gridView1.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White;
|
this.gridView1.Appearance.FocusedRow.Options.UseBackColor = true;
|
this.gridView1.Appearance.FocusedRow.Options.UseBorderColor = true;
|
this.gridView1.Appearance.FocusedRow.Options.UseForeColor = true;
|
this.gridView1.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
|
this.gridView1.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
|
this.gridView1.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Black;
|
this.gridView1.Appearance.FooterPanel.Options.UseBackColor = true;
|
this.gridView1.Appearance.FooterPanel.Options.UseBorderColor = true;
|
this.gridView1.Appearance.FooterPanel.Options.UseForeColor = true;
|
this.gridView1.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
|
this.gridView1.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
|
this.gridView1.Appearance.GroupButton.Options.UseBackColor = true;
|
this.gridView1.Appearance.GroupButton.Options.UseBorderColor = true;
|
this.gridView1.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
|
this.gridView1.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
|
this.gridView1.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black;
|
this.gridView1.Appearance.GroupFooter.Options.UseBackColor = true;
|
this.gridView1.Appearance.GroupFooter.Options.UseBorderColor = true;
|
this.gridView1.Appearance.GroupFooter.Options.UseForeColor = true;
|
this.gridView1.Appearance.GroupPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
|
this.gridView1.Appearance.GroupPanel.BackColor2 = System.Drawing.Color.White;
|
this.gridView1.Appearance.GroupPanel.ForeColor = System.Drawing.Color.Black;
|
this.gridView1.Appearance.GroupPanel.Options.UseBackColor = true;
|
this.gridView1.Appearance.GroupPanel.Options.UseForeColor = true;
|
this.gridView1.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
|
this.gridView1.Appearance.GroupRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
|
this.gridView1.Appearance.GroupRow.ForeColor = System.Drawing.Color.Black;
|
this.gridView1.Appearance.GroupRow.Options.UseBackColor = true;
|
this.gridView1.Appearance.GroupRow.Options.UseBorderColor = true;
|
this.gridView1.Appearance.GroupRow.Options.UseForeColor = true;
|
this.gridView1.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(139)))), ((int)(((byte)(201)))), ((int)(((byte)(254)))));
|
this.gridView1.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(139)))), ((int)(((byte)(201)))), ((int)(((byte)(254)))));
|
this.gridView1.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black;
|
this.gridView1.Appearance.HeaderPanel.Options.UseBackColor = true;
|
this.gridView1.Appearance.HeaderPanel.Options.UseBorderColor = true;
|
this.gridView1.Appearance.HeaderPanel.Options.UseForeColor = true;
|
this.gridView1.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(170)))), ((int)(((byte)(225)))));
|
this.gridView1.Appearance.HideSelectionRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(155)))), ((int)(((byte)(215)))));
|
this.gridView1.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
|
this.gridView1.Appearance.HideSelectionRow.Options.UseBackColor = true;
|
this.gridView1.Appearance.HideSelectionRow.Options.UseBorderColor = true;
|
this.gridView1.Appearance.HideSelectionRow.Options.UseForeColor = true;
|
this.gridView1.Appearance.HorzLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
|
this.gridView1.Appearance.HorzLine.Options.UseBackColor = true;
|
this.gridView1.Appearance.OddRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
|
this.gridView1.Appearance.OddRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
|
this.gridView1.Appearance.OddRow.ForeColor = System.Drawing.Color.Black;
|
this.gridView1.Appearance.OddRow.Options.UseBackColor = true;
|
this.gridView1.Appearance.OddRow.Options.UseBorderColor = true;
|
this.gridView1.Appearance.OddRow.Options.UseForeColor = true;
|
this.gridView1.Appearance.Preview.Font = new System.Drawing.Font("Verdana", 7.5F);
|
this.gridView1.Appearance.Preview.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(155)))), ((int)(((byte)(215)))));
|
this.gridView1.Appearance.Preview.Options.UseFont = true;
|
this.gridView1.Appearance.Preview.Options.UseForeColor = true;
|
this.gridView1.Appearance.Row.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
|
this.gridView1.Appearance.Row.ForeColor = System.Drawing.Color.Black;
|
this.gridView1.Appearance.Row.Options.UseBackColor = true;
|
this.gridView1.Appearance.Row.Options.UseForeColor = true;
|
this.gridView1.Appearance.RowSeparator.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
|
this.gridView1.Appearance.RowSeparator.BackColor2 = System.Drawing.Color.White;
|
this.gridView1.Appearance.RowSeparator.Options.UseBackColor = true;
|
this.gridView1.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(155)))), ((int)(((byte)(215)))));
|
this.gridView1.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White;
|
this.gridView1.Appearance.SelectedRow.Options.UseBackColor = true;
|
this.gridView1.Appearance.SelectedRow.Options.UseForeColor = true;
|
this.gridView1.Appearance.TopNewRow.BackColor = System.Drawing.Color.White;
|
this.gridView1.Appearance.TopNewRow.Options.UseBackColor = true;
|
this.gridView1.Appearance.VertLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
|
this.gridView1.Appearance.VertLine.Options.UseBackColor = true;
|
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
this.colMeasureType,
|
this.colMeasureName,
|
this.colMeasureValue,
|
this.colIsInstrument,
|
this.colConnCoefficient,
|
this.colUnit});
|
this.gridView1.GridControl = this.gridControl1;
|
this.gridView1.GroupCount = 1;
|
this.gridView1.Name = "gridView1";
|
this.gridView1.OptionsView.EnableAppearanceEvenRow = true;
|
this.gridView1.OptionsView.EnableAppearanceOddRow = true;
|
this.gridView1.OptionsView.ShowGroupPanel = false;
|
this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
|
new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colIsInstrument, DevExpress.Data.ColumnSortOrder.Ascending)});
|
|
//
|
// colMeasureType
|
//
|
this.colMeasureType.FieldName = "MeasureType";
|
this.colMeasureType.Name = "colMeasureType";
|
//
|
// colMeasureName
|
//
|
this.colMeasureName.AppearanceCell.Options.UseTextOptions = true;
|
this.colMeasureName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colMeasureName.AppearanceHeader.Options.UseTextOptions = true;
|
this.colMeasureName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colMeasureName.Caption = "名称";
|
this.colMeasureName.FieldName = "MeasureName";
|
this.colMeasureName.Name = "colMeasureName";
|
this.colMeasureName.OptionsColumn.AllowEdit = false;
|
this.colMeasureName.Visible = true;
|
this.colMeasureName.VisibleIndex = 0;
|
this.colMeasureName.Width = 130;
|
//
|
// colMeasureValue
|
//
|
this.colMeasureValue.AppearanceCell.Options.UseTextOptions = true;
|
this.colMeasureValue.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
this.colMeasureValue.AppearanceHeader.Options.UseTextOptions = true;
|
this.colMeasureValue.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colMeasureValue.Caption = "数据";
|
this.colMeasureValue.ColumnEdit = this.repositoryItemSpinEdit1;
|
this.colMeasureValue.FieldName = "MeasureValue";
|
this.colMeasureValue.Name = "colMeasureValue";
|
this.colMeasureValue.Visible = true;
|
this.colMeasureValue.VisibleIndex = 2;
|
//
|
// repositoryItemSpinEdit1
|
//
|
this.repositoryItemSpinEdit1.AutoHeight = false;
|
this.repositoryItemSpinEdit1.Name = "repositoryItemSpinEdit1";
|
this.repositoryItemSpinEdit1.NullText = "0";
|
this.repositoryItemSpinEdit1.NullValuePrompt = "0";
|
//
|
// colIsInstrument
|
//
|
this.colIsInstrument.FieldName = "IsInstrument";
|
this.colIsInstrument.Name = "colIsInstrument";
|
//
|
// colConnCoefficient
|
//
|
this.colConnCoefficient.FieldName = "ConnCoefficient";
|
this.colConnCoefficient.Name = "colConnCoefficient";
|
//
|
// colUnit
|
//
|
this.colUnit.AppearanceCell.Options.UseTextOptions = true;
|
this.colUnit.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colUnit.AppearanceHeader.Options.UseTextOptions = true;
|
this.colUnit.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colUnit.Caption = "单位";
|
this.colUnit.FieldName = "Unit";
|
this.colUnit.Name = "colUnit";
|
this.colUnit.OptionsColumn.AllowEdit = false;
|
this.colUnit.Visible = true;
|
this.colUnit.VisibleIndex = 1;
|
this.colUnit.Width = 132;
|
//
|
// lblMotorEff
|
//
|
this.lblMotorEff.AutoSize = true;
|
this.lblMotorEff.Location = new System.Drawing.Point(12, 23);
|
this.lblMotorEff.Name = "lblMotorEff";
|
this.lblMotorEff.Size = new System.Drawing.Size(77, 14);
|
this.lblMotorEff.TabIndex = 0;
|
this.lblMotorEff.Text = "电机效率(%)";
|
//
|
// btnCorrect
|
//
|
this.btnCorrect.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnCorrect.Location = new System.Drawing.Point(22, 11);
|
this.btnCorrect.Name = "btnCorrect";
|
this.btnCorrect.Size = new System.Drawing.Size(322, 29);
|
this.btnCorrect.TabIndex = 3;
|
this.btnCorrect.Text = "计 算";
|
this.btnCorrect.UseVisualStyleBackColor = true;
|
this.btnCorrect.Click += new System.EventHandler(this.btnCorrect_Click);
|
//
|
// groupBoxMotor
|
//
|
this.groupBoxMotor.Controls.Add(this.txtMotorFactor);
|
this.groupBoxMotor.Controls.Add(this.lblMotorFactor);
|
this.groupBoxMotor.Controls.Add(this.txtMotorEff);
|
this.groupBoxMotor.Controls.Add(this.lblMotorEff);
|
this.groupBoxMotor.Dock = System.Windows.Forms.DockStyle.Top;
|
this.groupBoxMotor.Location = new System.Drawing.Point(5, 5);
|
this.groupBoxMotor.Name = "groupBoxMotor";
|
this.groupBoxMotor.Size = new System.Drawing.Size(357, 50);
|
this.groupBoxMotor.TabIndex = 4;
|
this.groupBoxMotor.TabStop = false;
|
this.groupBoxMotor.Text = "电机参数";
|
//
|
// txtMotorFactor
|
//
|
this.txtMotorFactor.EditValue = new decimal(new int[] {
|
1,
|
0,
|
0,
|
0});
|
this.txtMotorFactor.Location = new System.Drawing.Point(263, 20);
|
this.txtMotorFactor.Name = "txtMotorFactor";
|
this.txtMotorFactor.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton()});
|
this.txtMotorFactor.Properties.MaxValue = new decimal(new int[] {
|
1,
|
0,
|
0,
|
0});
|
this.txtMotorFactor.Properties.MinValue = new decimal(new int[] {
|
1,
|
0,
|
0,
|
65536});
|
this.txtMotorFactor.Size = new System.Drawing.Size(74, 21);
|
this.txtMotorFactor.TabIndex = 1;
|
//
|
// lblMotorFactor
|
//
|
this.lblMotorFactor.AutoSize = true;
|
this.lblMotorFactor.Location = new System.Drawing.Point(202, 23);
|
this.lblMotorFactor.Name = "lblMotorFactor";
|
this.lblMotorFactor.Size = new System.Drawing.Size(55, 14);
|
this.lblMotorFactor.TabIndex = 0;
|
this.lblMotorFactor.Text = "功率因数";
|
//
|
// txtMotorEff
|
//
|
this.txtMotorEff.EditValue = new decimal(new int[] {
|
100,
|
0,
|
0,
|
0});
|
this.txtMotorEff.Location = new System.Drawing.Point(95, 20);
|
this.txtMotorEff.Name = "txtMotorEff";
|
this.txtMotorEff.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton()});
|
this.txtMotorEff.Properties.MaxValue = new decimal(new int[] {
|
100,
|
0,
|
0,
|
0});
|
this.txtMotorEff.Properties.MinValue = new decimal(new int[] {
|
10,
|
0,
|
0,
|
0});
|
this.txtMotorEff.Size = new System.Drawing.Size(74, 21);
|
this.txtMotorEff.TabIndex = 1;
|
//
|
// txtCorrectE
|
//
|
this.txtCorrectE.Enabled = false;
|
this.txtCorrectE.Location = new System.Drawing.Point(250, 14);
|
this.txtCorrectE.Name = "txtCorrectE";
|
this.txtCorrectE.Size = new System.Drawing.Size(86, 22);
|
this.txtCorrectE.TabIndex = 1;
|
this.txtCorrectE.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
//
|
// lblCorrectE
|
//
|
this.lblCorrectE.AutoSize = true;
|
this.lblCorrectE.Location = new System.Drawing.Point(189, 17);
|
this.lblCorrectE.Name = "lblCorrectE";
|
this.lblCorrectE.Size = new System.Drawing.Size(55, 14);
|
this.lblCorrectE.TabIndex = 0;
|
this.lblCorrectE.Text = "修正效率";
|
//
|
// txtCorrectQ
|
//
|
this.txtCorrectQ.Enabled = false;
|
this.txtCorrectQ.Location = new System.Drawing.Point(77, 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;
|
//
|
// lblCorrectQ
|
//
|
this.lblCorrectQ.AutoSize = true;
|
this.lblCorrectQ.Location = new System.Drawing.Point(16, 17);
|
this.lblCorrectQ.Name = "lblCorrectQ";
|
this.lblCorrectQ.Size = new System.Drawing.Size(55, 14);
|
this.lblCorrectQ.TabIndex = 0;
|
this.lblCorrectQ.Text = "修正流量";
|
//
|
// btnCancel
|
//
|
this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnCancel.Location = new System.Drawing.Point(224, 9);
|
this.btnCancel.Name = "btnCancel";
|
this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
this.btnCancel.TabIndex = 5;
|
this.btnCancel.Text = "取消";
|
this.btnCancel.UseVisualStyleBackColor = true;
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
//
|
// btnOK
|
//
|
this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnOK.Location = new System.Drawing.Point(78, 9);
|
this.btnOK.Name = "btnOK";
|
this.btnOK.Size = new System.Drawing.Size(75, 23);
|
this.btnOK.TabIndex = 6;
|
this.btnOK.Text = "保存";
|
this.btnOK.UseVisualStyleBackColor = true;
|
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";
|
this.splitContainerControl1.Panel1.Controls.Add(this.xtraTabControl2);
|
this.splitContainerControl1.Panel1.Text = "Panel1";
|
this.splitContainerControl1.Panel2.Controls.Add(this.panel1);
|
this.splitContainerControl1.Panel2.Controls.Add(this.xtraTabControl1);
|
this.splitContainerControl1.Panel2.Controls.Add(this.panelCalcBtn);
|
this.splitContainerControl1.Panel2.Controls.Add(this.groupBoxMotor);
|
this.splitContainerControl1.Panel2.Padding = new System.Windows.Forms.Padding(5);
|
this.splitContainerControl1.Panel2.Text = "Panel2";
|
this.splitContainerControl1.Size = new System.Drawing.Size(367, 511);
|
this.splitContainerControl1.SplitterPosition = 250;
|
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(367, 256);
|
this.xtraTabControl2.TabIndex = 4;
|
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(361, 229);
|
this.xtraTabPage3.Text = "测量值";
|
//
|
// 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(361, 229);
|
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.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[] {
|
10,
|
0,
|
0,
|
0});
|
this.txtTemperature.Size = new System.Drawing.Size(78, 21);
|
this.txtTemperature.TabIndex = 73;
|
this.txtTemperature.EditValueChanged += new System.EventHandler(this.txtTemperature_EditValueChanged);
|
//
|
// 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.Top;
|
this.panel1.Location = new System.Drawing.Point(5, 205);
|
this.panel1.Name = "panel1";
|
this.panel1.Size = new System.Drawing.Size(357, 40);
|
this.panel1.TabIndex = 9;
|
//
|
// xtraTabControl1
|
//
|
this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Top;
|
this.xtraTabControl1.Location = new System.Drawing.Point(5, 105);
|
this.xtraTabControl1.Name = "xtraTabControl1";
|
this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
|
this.xtraTabControl1.Size = new System.Drawing.Size(357, 100);
|
this.xtraTabControl1.TabIndex = 7;
|
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
this.xtraTabPage1,
|
this.xtraTabPage2});
|
//
|
// xtraTabPageNpsh
|
//
|
this.xtraTabPage1.Controls.Add(this.txtCorrectNPSH);
|
this.xtraTabPage1.Controls.Add(this.label1);
|
this.xtraTabPage1.Controls.Add(this.txtCorrectQ);
|
this.xtraTabPage1.Controls.Add(this.lblCorrectQ);
|
this.xtraTabPage1.Controls.Add(this.txtCorrectE);
|
this.xtraTabPage1.Controls.Add(this.lblCorrectE);
|
this.xtraTabPage1.Name = "xtraTabPage1";
|
this.xtraTabPage1.Size = new System.Drawing.Size(351, 73);
|
this.xtraTabPage1.Text = "修正值";
|
//
|
// txtCorrectNPSH
|
//
|
this.txtCorrectNPSH.Enabled = false;
|
this.txtCorrectNPSH.Location = new System.Drawing.Point(77, 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(16, 45);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(55, 14);
|
this.label1.TabIndex = 9;
|
this.label1.Text = "修正汽蚀";
|
//
|
// xtraTabPage2
|
//
|
this.xtraTabPage2.Controls.Add(this.txtTestQ);
|
this.xtraTabPage2.Controls.Add(this.label2);
|
this.xtraTabPage2.Controls.Add(this.txtTestE);
|
this.xtraTabPage2.Controls.Add(this.label3);
|
this.xtraTabPage2.Controls.Add(this.label4);
|
this.xtraTabPage2.Controls.Add(this.txtTestNPSH);
|
this.xtraTabPage2.Name = "xtraTabPage2";
|
this.xtraTabPage2.Size = new System.Drawing.Size(351, 73);
|
this.xtraTabPage2.Text = "测量值";
|
//
|
// txtTestQ
|
//
|
this.txtTestQ.Enabled = false;
|
this.txtTestQ.Location = new System.Drawing.Point(77, 14);
|
this.txtTestQ.Name = "txtTestQ";
|
this.txtTestQ.Size = new System.Drawing.Size(86, 22);
|
this.txtTestQ.TabIndex = 7;
|
this.txtTestQ.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.Location = new System.Drawing.Point(16, 17);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(55, 14);
|
this.label2.TabIndex = 5;
|
this.label2.Text = "测量流量";
|
//
|
// txtTestE
|
//
|
this.txtTestE.Enabled = false;
|
this.txtTestE.Location = new System.Drawing.Point(250, 17);
|
this.txtTestE.Name = "txtTestE";
|
this.txtTestE.Size = new System.Drawing.Size(86, 22);
|
this.txtTestE.TabIndex = 9;
|
this.txtTestE.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.Location = new System.Drawing.Point(16, 45);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(55, 14);
|
this.label3.TabIndex = 3;
|
this.label3.Text = "测量汽蚀";
|
//
|
// label4
|
//
|
this.label4.AutoSize = true;
|
this.label4.Location = new System.Drawing.Point(189, 20);
|
this.label4.Name = "label4";
|
this.label4.Size = new System.Drawing.Size(55, 14);
|
this.label4.TabIndex = 2;
|
this.label4.Text = "测量效率";
|
//
|
// txtTestNPSH
|
//
|
this.txtTestNPSH.Enabled = false;
|
this.txtTestNPSH.Location = new System.Drawing.Point(77, 42);
|
this.txtTestNPSH.Name = "txtTestNPSH";
|
this.txtTestNPSH.Size = new System.Drawing.Size(86, 22);
|
this.txtTestNPSH.TabIndex = 6;
|
this.txtTestNPSH.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, 55);
|
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(357, 50);
|
this.panelCalcBtn.TabIndex = 8;
|
//
|
// CalcNpshTestData2Dlg
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(367, 511);
|
this.ControlBox = false;
|
this.Controls.Add(this.splitContainerControl1);
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
|
this.MaximizeBox = false;
|
this.MinimizeBox = false;
|
this.Name = "CalcNpshTestData2Dlg";
|
this.ShowIcon = false;
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "测量值";
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).EndInit();
|
this.groupBoxMotor.ResumeLayout(false);
|
this.groupBoxMotor.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txtMotorFactor.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtMotorEff.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
|
this.splitContainerControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl2)).EndInit();
|
this.xtraTabControl2.ResumeLayout(false);
|
this.xtraTabPage3.ResumeLayout(false);
|
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 System.Windows.Forms.Label lblMotorEff;
|
private System.Windows.Forms.Button btnCorrect;
|
private System.Windows.Forms.GroupBox groupBoxMotor;
|
private System.Windows.Forms.TextBox txtCorrectQ;
|
private System.Windows.Forms.Label lblCorrectQ;
|
private System.Windows.Forms.TextBox txtCorrectE;
|
private System.Windows.Forms.Label lblCorrectE;
|
private System.Windows.Forms.Button btnCancel;
|
private System.Windows.Forms.Button btnOK;
|
private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
private System.Windows.Forms.BindingSource bindingSource1;
|
private DevExpress.XtraGrid.Columns.GridColumn colMeasureType;
|
private DevExpress.XtraGrid.Columns.GridColumn colMeasureName;
|
private DevExpress.XtraGrid.Columns.GridColumn colMeasureValue;
|
private DevExpress.XtraGrid.Columns.GridColumn colIsInstrument;
|
private DevExpress.XtraGrid.Columns.GridColumn colConnCoefficient;
|
private DevExpress.XtraEditors.SpinEdit txtMotorEff;
|
private DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit repositoryItemSpinEdit1;
|
private DevExpress.XtraGrid.Columns.GridColumn colUnit;
|
private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage2;
|
private System.Windows.Forms.TextBox txtTestQ;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.TextBox txtTestE;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.Label label4;
|
private System.Windows.Forms.TextBox txtTestNPSH;
|
private DevExpress.XtraEditors.SpinEdit txtMotorFactor;
|
private System.Windows.Forms.Label lblMotorFactor;
|
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运动粘度;
|
public DevExpress.XtraEditors.SpinEdit txtTemperature;
|
private System.Windows.Forms.TextBox text密度;
|
private System.Windows.Forms.Label label10;
|
private System.Windows.Forms.TextBox text重度;
|
private System.Windows.Forms.Label label5;
|
|
}
|
}
|