Esempio n. 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.textBoxWallThickness           = new ProsimoUI.ProcessVarTextBox();
     this.textBoxWallThermalConductivity = new ProsimoUI.ProcessVarTextBox();
     this.SuspendLayout();
     //
     // textBoxWallThickness
     //
     this.textBoxWallThickness.Location  = new System.Drawing.Point(0, 20);
     this.textBoxWallThickness.Name      = "textBoxWallThickness";
     this.textBoxWallThickness.Size      = new System.Drawing.Size(80, 20);
     this.textBoxWallThickness.TabIndex  = 5;
     this.textBoxWallThickness.Text      = "";
     this.textBoxWallThickness.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxWallThickness.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxWallThermalConductivity
     //
     this.textBoxWallThermalConductivity.Location  = new System.Drawing.Point(0, 0);
     this.textBoxWallThermalConductivity.Name      = "textBoxWallThermalConductivity";
     this.textBoxWallThermalConductivity.Size      = new System.Drawing.Size(80, 20);
     this.textBoxWallThermalConductivity.TabIndex  = 4;
     this.textBoxWallThermalConductivity.Text      = "";
     this.textBoxWallThermalConductivity.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxWallThermalConductivity.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // HXRating2ValuesControl
     //
     this.Controls.Add(this.textBoxWallThickness);
     this.Controls.Add(this.textBoxWallThermalConductivity);
     this.Name = "HXRating2ValuesControl";
     this.Size = new System.Drawing.Size(80, 40);
     this.ResumeLayout(false);
 }
Esempio n. 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.labelOutletDiameter   = new ProsimoUI.ProcessVarLabel();
     this.labelOutletVelocity   = new ProsimoUI.ProcessVarLabel();
     this.textBoxOutletDiameter = new ProsimoUI.ProcessVarTextBox();
     this.textBoxOutletVelocity = new ProsimoUI.ProcessVarTextBox();
     this.SuspendLayout();
     //
     // labelOutletDiameter
     //
     this.labelOutletDiameter.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.labelOutletDiameter.Location    = new System.Drawing.Point(0, 0);
     this.labelOutletDiameter.Name        = "labelOutletDiameter";
     this.labelOutletDiameter.Size        = new System.Drawing.Size(192, 20);
     this.labelOutletDiameter.TabIndex    = 94;
     this.labelOutletDiameter.Text        = "OutletDiameter";
     this.labelOutletDiameter.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelOutletVelocity
     //
     this.labelOutletVelocity.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.labelOutletVelocity.Location    = new System.Drawing.Point(0, 20);
     this.labelOutletVelocity.Name        = "labelOutletVelocity";
     this.labelOutletVelocity.Size        = new System.Drawing.Size(192, 20);
     this.labelOutletVelocity.TabIndex    = 93;
     this.labelOutletVelocity.Text        = "OutletVelocity";
     this.labelOutletVelocity.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // textBoxOutletDiameter
     //
     this.textBoxOutletDiameter.Location  = new System.Drawing.Point(192, 0);
     this.textBoxOutletDiameter.Name      = "textBoxOutletDiameter";
     this.textBoxOutletDiameter.Size      = new System.Drawing.Size(80, 20);
     this.textBoxOutletDiameter.TabIndex  = 95;
     this.textBoxOutletDiameter.Text      = "";
     this.textBoxOutletDiameter.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxOutletDiameter.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxOutletVelocity
     //
     this.textBoxOutletVelocity.Location  = new System.Drawing.Point(192, 20);
     this.textBoxOutletVelocity.Name      = "textBoxOutletVelocity";
     this.textBoxOutletVelocity.Size      = new System.Drawing.Size(80, 20);
     this.textBoxOutletVelocity.TabIndex  = 96;
     this.textBoxOutletVelocity.Text      = "";
     this.textBoxOutletVelocity.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxOutletVelocity.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // PumpDimensionsControl
     //
     this.Controls.Add(this.textBoxOutletDiameter);
     this.Controls.Add(this.textBoxOutletVelocity);
     this.Controls.Add(this.labelOutletDiameter);
     this.Controls.Add(this.labelOutletVelocity);
     this.Name = "PumpDimensionsControl";
     this.Size = new System.Drawing.Size(272, 40);
     this.ResumeLayout(false);
 }
Esempio n. 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.textBoxShellSideEntranceNozzleDiameter = new ProsimoUI.ProcessVarTextBox();
     this.textBoxTubeSideEntranceNozzleDiameter  = new ProsimoUI.ProcessVarTextBox();
     this.textBoxTubeSideExitNozzleDiameter      = new ProsimoUI.ProcessVarTextBox();
     this.textBoxShellSideExitNozzleDiameter     = new ProsimoUI.ProcessVarTextBox();
     this.SuspendLayout();
     //
     // textBoxShellSideEntranceNozzleDiameter
     //
     this.textBoxShellSideEntranceNozzleDiameter.Location  = new System.Drawing.Point(0, 40);
     this.textBoxShellSideEntranceNozzleDiameter.Name      = "textBoxShellSideEntranceNozzleDiameter";
     this.textBoxShellSideEntranceNozzleDiameter.Size      = new System.Drawing.Size(80, 20);
     this.textBoxShellSideEntranceNozzleDiameter.TabIndex  = 5;
     this.textBoxShellSideEntranceNozzleDiameter.Text      = "";
     this.textBoxShellSideEntranceNozzleDiameter.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxShellSideEntranceNozzleDiameter.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxTubeSideEntranceNozzleDiameter
     //
     this.textBoxTubeSideEntranceNozzleDiameter.Location  = new System.Drawing.Point(0, 0);
     this.textBoxTubeSideEntranceNozzleDiameter.Name      = "textBoxTubeSideEntranceNozzleDiameter";
     this.textBoxTubeSideEntranceNozzleDiameter.Size      = new System.Drawing.Size(80, 20);
     this.textBoxTubeSideEntranceNozzleDiameter.TabIndex  = 4;
     this.textBoxTubeSideEntranceNozzleDiameter.Text      = "";
     this.textBoxTubeSideEntranceNozzleDiameter.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxTubeSideEntranceNozzleDiameter.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxTubeSideExitNozzleDiameter
     //
     this.textBoxTubeSideExitNozzleDiameter.Location  = new System.Drawing.Point(0, 20);
     this.textBoxTubeSideExitNozzleDiameter.Name      = "textBoxTubeSideExitNozzleDiameter";
     this.textBoxTubeSideExitNozzleDiameter.Size      = new System.Drawing.Size(80, 20);
     this.textBoxTubeSideExitNozzleDiameter.TabIndex  = 6;
     this.textBoxTubeSideExitNozzleDiameter.Text      = "";
     this.textBoxTubeSideExitNozzleDiameter.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxTubeSideExitNozzleDiameter.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxShellSideExitNozzleDiameter
     //
     this.textBoxShellSideExitNozzleDiameter.Location  = new System.Drawing.Point(0, 60);
     this.textBoxShellSideExitNozzleDiameter.Name      = "textBoxShellSideExitNozzleDiameter";
     this.textBoxShellSideExitNozzleDiameter.Size      = new System.Drawing.Size(80, 20);
     this.textBoxShellSideExitNozzleDiameter.TabIndex  = 7;
     this.textBoxShellSideExitNozzleDiameter.Text      = "";
     this.textBoxShellSideExitNozzleDiameter.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxShellSideExitNozzleDiameter.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // HXRating3ValuesControl
     //
     this.Controls.Add(this.textBoxShellSideExitNozzleDiameter);
     this.Controls.Add(this.textBoxTubeSideExitNozzleDiameter);
     this.Controls.Add(this.textBoxShellSideEntranceNozzleDiameter);
     this.Controls.Add(this.textBoxTubeSideEntranceNozzleDiameter);
     this.Name = "HXRating3ValuesControl";
     this.Size = new System.Drawing.Size(80, 80);
     this.ResumeLayout(false);
 }
Esempio n. 4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.textBoxLengthDiameterRatio = new ProsimoUI.ProcessVarTextBox();
     this.textBoxLength   = new ProsimoUI.ProcessVarTextBox();
     this.textBoxDiameter = new ProsimoUI.ProcessVarTextBox();
     this.SuspendLayout();
     //
     // textBoxLengthDiameterRatio
     //
     this.textBoxLengthDiameterRatio.Location  = new System.Drawing.Point(0, 40);
     this.textBoxLengthDiameterRatio.Name      = "textBoxLengthDiameterRatio";
     this.textBoxLengthDiameterRatio.Size      = new System.Drawing.Size(80, 20);
     this.textBoxLengthDiameterRatio.TabIndex  = 3;
     this.textBoxLengthDiameterRatio.Text      = "";
     this.textBoxLengthDiameterRatio.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxLengthDiameterRatio.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxLength
     //
     this.textBoxLength.Location  = new System.Drawing.Point(0, 20);
     this.textBoxLength.Name      = "textBoxLength";
     this.textBoxLength.Size      = new System.Drawing.Size(80, 20);
     this.textBoxLength.TabIndex  = 2;
     this.textBoxLength.Text      = "";
     this.textBoxLength.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxLength.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxDiameter
     //
     this.textBoxDiameter.Location  = new System.Drawing.Point(0, 0);
     this.textBoxDiameter.Name      = "textBoxDiameter";
     this.textBoxDiameter.Size      = new System.Drawing.Size(80, 20);
     this.textBoxDiameter.TabIndex  = 1;
     this.textBoxDiameter.Text      = "";
     this.textBoxDiameter.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxDiameter.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // DryerScopingCircularValuesControl
     //
     this.Controls.Add(this.textBoxLengthDiameterRatio);
     this.Controls.Add(this.textBoxLength);
     this.Controls.Add(this.textBoxDiameter);
     this.Name = "DryerScopingCircularValuesControl";
     this.Size = new System.Drawing.Size(80, 60);
     this.ResumeLayout(false);
 }
Esempio n. 5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.textBoxGasVelocity = new ProsimoUI.ProcessVarTextBox();
     this.SuspendLayout();
     //
     // textBoxGasVelocity
     //
     this.textBoxGasVelocity.Location  = new System.Drawing.Point(0, 0);
     this.textBoxGasVelocity.Name      = "textBoxGasVelocity";
     this.textBoxGasVelocity.Size      = new System.Drawing.Size(80, 20);
     this.textBoxGasVelocity.TabIndex  = 3;
     this.textBoxGasVelocity.Text      = "";
     this.textBoxGasVelocity.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxGasVelocity.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // DryerScopingCommonValuesControl
     //
     this.Controls.Add(this.textBoxGasVelocity);
     this.Name = "DryerScopingCommonValuesControl";
     this.Size = new System.Drawing.Size(80, 20);
     this.ResumeLayout(false);
 }
Esempio n. 6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.textBoxEfficiency = new ProsimoUI.ProcessVarTextBox();
     this.labelEfficiency   = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // textBoxEfficiency
     //
     this.textBoxEfficiency.BackColor = System.Drawing.Color.White;
     this.textBoxEfficiency.Location  = new System.Drawing.Point(240, 0);
     this.textBoxEfficiency.Name      = "textBoxEfficiency";
     this.textBoxEfficiency.ReadOnly  = true;
     this.textBoxEfficiency.Size      = new System.Drawing.Size(90, 20);
     this.textBoxEfficiency.TabIndex  = 5;
     this.textBoxEfficiency.TabStop   = false;
     this.textBoxEfficiency.Text      = "";
     this.textBoxEfficiency.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // labelEfficiency
     //
     this.labelEfficiency.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.labelEfficiency.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.labelEfficiency.Location    = new System.Drawing.Point(0, 0);
     this.labelEfficiency.Name        = "labelEfficiency";
     this.labelEfficiency.Size        = new System.Drawing.Size(240, 20);
     this.labelEfficiency.TabIndex    = 6;
     this.labelEfficiency.Text        = "Total Efficiency: ";
     this.labelEfficiency.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     //
     // CycloneTotalEfficiencyControl
     //
     this.Controls.Add(this.labelEfficiency);
     this.Controls.Add(this.textBoxEfficiency);
     this.Name = "CycloneTotalEfficiencyControl";
     this.Size = new System.Drawing.Size(332, 20);
     this.ResumeLayout(false);
 }
Esempio n. 7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.labelOutletVelocity                  = new ProsimoUI.ProcessVarLabel();
     this.textBoxOutletVelocity                = new ProsimoUI.ProcessVarTextBox();
     this.groupBoxCrossSectionType             = new System.Windows.Forms.GroupBox();
     this.radioButtonCrossSectionTypeRectangle = new System.Windows.Forms.RadioButton();
     this.radioButtonCrossSectionTypeCircle    = new System.Windows.Forms.RadioButton();
     this.fanCircularLabelsControl             = new ProsimoUI.UnitOperationsUI.TwoStream.FanCircularLabelsControl();
     this.fanRectangularLabelsControl          = new ProsimoUI.UnitOperationsUI.TwoStream.FanRectangularLabelsControl();
     this.fanCircularValuesControl             = new ProsimoUI.UnitOperationsUI.TwoStream.FanCircularValuesControl();
     this.fanRectangularValuesControl          = new ProsimoUI.UnitOperationsUI.TwoStream.FanRectangularValuesControl();
     this.groupBoxCrossSectionType.SuspendLayout();
     this.SuspendLayout();
     //
     // labelOutletVelocity
     //
     this.labelOutletVelocity.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.labelOutletVelocity.Location    = new System.Drawing.Point(0, 104);
     this.labelOutletVelocity.Name        = "labelOutletVelocity";
     this.labelOutletVelocity.Size        = new System.Drawing.Size(192, 20);
     this.labelOutletVelocity.TabIndex    = 101;
     this.labelOutletVelocity.Text        = "OutletVelocity";
     this.labelOutletVelocity.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // textBoxOutletVelocity
     //
     this.textBoxOutletVelocity.Location  = new System.Drawing.Point(192, 104);
     this.textBoxOutletVelocity.Name      = "textBoxOutletVelocity";
     this.textBoxOutletVelocity.Size      = new System.Drawing.Size(80, 20);
     this.textBoxOutletVelocity.TabIndex  = 102;
     this.textBoxOutletVelocity.Text      = "";
     this.textBoxOutletVelocity.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxOutletVelocity.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // groupBoxCrossSectionType
     //
     this.groupBoxCrossSectionType.Controls.Add(this.radioButtonCrossSectionTypeRectangle);
     this.groupBoxCrossSectionType.Controls.Add(this.radioButtonCrossSectionTypeCircle);
     this.groupBoxCrossSectionType.Location = new System.Drawing.Point(0, 0);
     this.groupBoxCrossSectionType.Name     = "groupBoxCrossSectionType";
     this.groupBoxCrossSectionType.Size     = new System.Drawing.Size(194, 40);
     this.groupBoxCrossSectionType.TabIndex = 103;
     this.groupBoxCrossSectionType.TabStop  = false;
     this.groupBoxCrossSectionType.Text     = "Outlet Cross Section Type";
     //
     // radioButtonCrossSectionTypeRectangle
     //
     this.radioButtonCrossSectionTypeRectangle.Location        = new System.Drawing.Point(112, 20);
     this.radioButtonCrossSectionTypeRectangle.Name            = "radioButtonCrossSectionTypeRectangle";
     this.radioButtonCrossSectionTypeRectangle.Size            = new System.Drawing.Size(80, 16);
     this.radioButtonCrossSectionTypeRectangle.TabIndex        = 1;
     this.radioButtonCrossSectionTypeRectangle.Text            = "Rectangle";
     this.radioButtonCrossSectionTypeRectangle.CheckedChanged += new System.EventHandler(this.radioButtonCrossSectionType_CheckedChanged);
     //
     // radioButtonCrossSectionTypeCircle
     //
     this.radioButtonCrossSectionTypeCircle.Location        = new System.Drawing.Point(28, 20);
     this.radioButtonCrossSectionTypeCircle.Name            = "radioButtonCrossSectionTypeCircle";
     this.radioButtonCrossSectionTypeCircle.Size            = new System.Drawing.Size(80, 16);
     this.radioButtonCrossSectionTypeCircle.TabIndex        = 0;
     this.radioButtonCrossSectionTypeCircle.Text            = "Circle";
     this.radioButtonCrossSectionTypeCircle.CheckedChanged += new System.EventHandler(this.radioButtonCrossSectionType_CheckedChanged);
     //
     // fanCircularLabelsControl
     //
     this.fanCircularLabelsControl.Location = new System.Drawing.Point(0, 44);
     this.fanCircularLabelsControl.Name     = "fanCircularLabelsControl";
     this.fanCircularLabelsControl.Size     = new System.Drawing.Size(192, 20);
     this.fanCircularLabelsControl.TabIndex = 104;
     //
     // fanRectangularLabelsControl
     //
     this.fanRectangularLabelsControl.Location = new System.Drawing.Point(0, 44);
     this.fanRectangularLabelsControl.Name     = "fanRectangularLabelsControl";
     this.fanRectangularLabelsControl.Size     = new System.Drawing.Size(192, 60);
     this.fanRectangularLabelsControl.TabIndex = 105;
     //
     // fanCircularValuesControl
     //
     this.fanCircularValuesControl.Location = new System.Drawing.Point(192, 44);
     this.fanCircularValuesControl.Name     = "fanCircularValuesControl";
     this.fanCircularValuesControl.Size     = new System.Drawing.Size(80, 20);
     this.fanCircularValuesControl.TabIndex = 106;
     //
     // fanRectangularValuesControl
     //
     this.fanRectangularValuesControl.Location = new System.Drawing.Point(192, 44);
     this.fanRectangularValuesControl.Name     = "fanRectangularValuesControl";
     this.fanRectangularValuesControl.Size     = new System.Drawing.Size(80, 60);
     this.fanRectangularValuesControl.TabIndex = 107;
     //
     // FanDimensionsControl
     //
     this.Controls.Add(this.fanRectangularValuesControl);
     this.Controls.Add(this.fanCircularValuesControl);
     this.Controls.Add(this.fanRectangularLabelsControl);
     this.Controls.Add(this.fanCircularLabelsControl);
     this.Controls.Add(this.groupBoxCrossSectionType);
     this.Controls.Add(this.textBoxOutletVelocity);
     this.Controls.Add(this.labelOutletVelocity);
     this.Name = "FanDimensionsControl";
     this.Size = new System.Drawing.Size(272, 124);
     this.groupBoxCrossSectionType.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.textBoxHeightWidthRatio = new ProsimoUI.ProcessVarTextBox();
     this.textBoxLengthWidthRatio = new ProsimoUI.ProcessVarTextBox();
     this.textBoxHeight           = new ProsimoUI.ProcessVarTextBox();
     this.textBoxLength           = new ProsimoUI.ProcessVarTextBox();
     this.textBoxWidth            = new ProsimoUI.ProcessVarTextBox();
     this.SuspendLayout();
     //
     // textBoxHeightWidthRatio
     //
     this.textBoxHeightWidthRatio.Location  = new System.Drawing.Point(0, 80);
     this.textBoxHeightWidthRatio.Name      = "textBoxHeightWidthRatio";
     this.textBoxHeightWidthRatio.Size      = new System.Drawing.Size(80, 20);
     this.textBoxHeightWidthRatio.TabIndex  = 8;
     this.textBoxHeightWidthRatio.Text      = "";
     this.textBoxHeightWidthRatio.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxHeightWidthRatio.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxLengthWidthRatio
     //
     this.textBoxLengthWidthRatio.Location  = new System.Drawing.Point(0, 60);
     this.textBoxLengthWidthRatio.Name      = "textBoxLengthWidthRatio";
     this.textBoxLengthWidthRatio.Size      = new System.Drawing.Size(80, 20);
     this.textBoxLengthWidthRatio.TabIndex  = 7;
     this.textBoxLengthWidthRatio.Text      = "";
     this.textBoxLengthWidthRatio.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxLengthWidthRatio.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxHeight
     //
     this.textBoxHeight.Location  = new System.Drawing.Point(0, 40);
     this.textBoxHeight.Name      = "textBoxHeight";
     this.textBoxHeight.Size      = new System.Drawing.Size(80, 20);
     this.textBoxHeight.TabIndex  = 5;
     this.textBoxHeight.Text      = "";
     this.textBoxHeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxHeight.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxLength
     //
     this.textBoxLength.Location  = new System.Drawing.Point(0, 20);
     this.textBoxLength.Name      = "textBoxLength";
     this.textBoxLength.Size      = new System.Drawing.Size(80, 20);
     this.textBoxLength.TabIndex  = 4;
     this.textBoxLength.Text      = "";
     this.textBoxLength.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxLength.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxWidth
     //
     this.textBoxWidth.Location  = new System.Drawing.Point(0, 0);
     this.textBoxWidth.Name      = "textBoxWidth";
     this.textBoxWidth.Size      = new System.Drawing.Size(80, 20);
     this.textBoxWidth.TabIndex  = 3;
     this.textBoxWidth.Text      = "";
     this.textBoxWidth.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxWidth.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // DryerScopingRectangularValuesControl
     //
     this.Controls.Add(this.textBoxHeightWidthRatio);
     this.Controls.Add(this.textBoxLengthWidthRatio);
     this.Controls.Add(this.textBoxHeight);
     this.Controls.Add(this.textBoxLength);
     this.Controls.Add(this.textBoxWidth);
     this.Name = "DryerScopingRectangularValuesControl";
     this.Size = new System.Drawing.Size(80, 100);
     this.ResumeLayout(false);
 }
Esempio n. 9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.comboBoxFlowDirection                  = new System.Windows.Forms.ComboBox();
     this.textBoxNumberOfHeatTransferUnits       = new ProsimoUI.ProcessVarTextBox();
     this.textBoxTotalHeatTransferArea           = new ProsimoUI.ProcessVarTextBox();
     this.textBoxHotSideFoulingFactor            = new ProsimoUI.ProcessVarTextBox();
     this.textBoxColdSideFoulingFactor           = new ProsimoUI.ProcessVarTextBox();
     this.textBoxHotSideHeatTransferCoefficient  = new ProsimoUI.ProcessVarTextBox();
     this.textBoxExchangerEffectiveness          = new ProsimoUI.ProcessVarTextBox();
     this.textBoxTotalHeatTransferCoefficient    = new ProsimoUI.ProcessVarTextBox();
     this.textBoxColdSideHeatTransferCoefficient = new ProsimoUI.ProcessVarTextBox();
     this.textBoxColdSideRe       = new ProsimoUI.ProcessVarTextBox();
     this.textBoxHotSideRe        = new ProsimoUI.ProcessVarTextBox();
     this.textBoxColdSideVelocity = new ProsimoUI.ProcessVarTextBox();
     this.textBoxHotSideVelocity  = new ProsimoUI.ProcessVarTextBox();
     this.SuspendLayout();
     //
     // comboBoxFlowDirection
     //
     this.comboBoxFlowDirection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxFlowDirection.Items.AddRange(new object[] {
         "Parallel",
         "Counter",
         "Cross"
     });
     this.comboBoxFlowDirection.Location              = new System.Drawing.Point(0, 0);
     this.comboBoxFlowDirection.Name                  = "comboBoxFlowDirection";
     this.comboBoxFlowDirection.Size                  = new System.Drawing.Size(80, 21);
     this.comboBoxFlowDirection.TabIndex              = 10;
     this.comboBoxFlowDirection.KeyUp                += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     this.comboBoxFlowDirection.SelectedIndexChanged += new System.EventHandler(this.comboBoxFlowDirection_SelectedIndexChanged);
     //
     // textBoxNumberOfHeatTransferUnits
     //
     this.textBoxNumberOfHeatTransferUnits.Location  = new System.Drawing.Point(0, 140);
     this.textBoxNumberOfHeatTransferUnits.Name      = "textBoxNumberOfHeatTransferUnits";
     this.textBoxNumberOfHeatTransferUnits.Size      = new System.Drawing.Size(80, 20);
     this.textBoxNumberOfHeatTransferUnits.TabIndex  = 17;
     this.textBoxNumberOfHeatTransferUnits.Text      = "";
     this.textBoxNumberOfHeatTransferUnits.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxNumberOfHeatTransferUnits.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxTotalHeatTransferArea
     //
     this.textBoxTotalHeatTransferArea.Location  = new System.Drawing.Point(0, 120);
     this.textBoxTotalHeatTransferArea.Name      = "textBoxTotalHeatTransferArea";
     this.textBoxTotalHeatTransferArea.Size      = new System.Drawing.Size(80, 20);
     this.textBoxTotalHeatTransferArea.TabIndex  = 16;
     this.textBoxTotalHeatTransferArea.Text      = "";
     this.textBoxTotalHeatTransferArea.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxTotalHeatTransferArea.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxHotSideFoulingFactor
     //
     this.textBoxHotSideFoulingFactor.Location  = new System.Drawing.Point(0, 80);
     this.textBoxHotSideFoulingFactor.Name      = "textBoxHotSideFoulingFactor";
     this.textBoxHotSideFoulingFactor.Size      = new System.Drawing.Size(80, 20);
     this.textBoxHotSideFoulingFactor.TabIndex  = 14;
     this.textBoxHotSideFoulingFactor.Text      = "";
     this.textBoxHotSideFoulingFactor.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxHotSideFoulingFactor.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxColdSideFoulingFactor
     //
     this.textBoxColdSideFoulingFactor.Location  = new System.Drawing.Point(0, 60);
     this.textBoxColdSideFoulingFactor.Name      = "textBoxColdSideFoulingFactor";
     this.textBoxColdSideFoulingFactor.Size      = new System.Drawing.Size(80, 20);
     this.textBoxColdSideFoulingFactor.TabIndex  = 13;
     this.textBoxColdSideFoulingFactor.Text      = "";
     this.textBoxColdSideFoulingFactor.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxColdSideFoulingFactor.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxHotSideHeatTransferCoefficient
     //
     this.textBoxHotSideHeatTransferCoefficient.Location  = new System.Drawing.Point(0, 40);
     this.textBoxHotSideHeatTransferCoefficient.Name      = "textBoxHotSideHeatTransferCoefficient";
     this.textBoxHotSideHeatTransferCoefficient.Size      = new System.Drawing.Size(80, 20);
     this.textBoxHotSideHeatTransferCoefficient.TabIndex  = 12;
     this.textBoxHotSideHeatTransferCoefficient.Text      = "";
     this.textBoxHotSideHeatTransferCoefficient.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxHotSideHeatTransferCoefficient.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxExchangerEffectiveness
     //
     this.textBoxExchangerEffectiveness.Location  = new System.Drawing.Point(0, 160);
     this.textBoxExchangerEffectiveness.Name      = "textBoxExchangerEffectiveness";
     this.textBoxExchangerEffectiveness.Size      = new System.Drawing.Size(80, 20);
     this.textBoxExchangerEffectiveness.TabIndex  = 18;
     this.textBoxExchangerEffectiveness.Text      = "";
     this.textBoxExchangerEffectiveness.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxExchangerEffectiveness.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxTotalHeatTransferCoefficient
     //
     this.textBoxTotalHeatTransferCoefficient.Location  = new System.Drawing.Point(0, 100);
     this.textBoxTotalHeatTransferCoefficient.Name      = "textBoxTotalHeatTransferCoefficient";
     this.textBoxTotalHeatTransferCoefficient.Size      = new System.Drawing.Size(80, 20);
     this.textBoxTotalHeatTransferCoefficient.TabIndex  = 15;
     this.textBoxTotalHeatTransferCoefficient.Text      = "";
     this.textBoxTotalHeatTransferCoefficient.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxTotalHeatTransferCoefficient.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxColdSideHeatTransferCoefficient
     //
     this.textBoxColdSideHeatTransferCoefficient.Location  = new System.Drawing.Point(0, 20);
     this.textBoxColdSideHeatTransferCoefficient.Name      = "textBoxColdSideHeatTransferCoefficient";
     this.textBoxColdSideHeatTransferCoefficient.Size      = new System.Drawing.Size(80, 20);
     this.textBoxColdSideHeatTransferCoefficient.TabIndex  = 11;
     this.textBoxColdSideHeatTransferCoefficient.Text      = "";
     this.textBoxColdSideHeatTransferCoefficient.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxColdSideHeatTransferCoefficient.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxColdSideRe
     //
     this.textBoxColdSideRe.Location  = new System.Drawing.Point(0, 200);
     this.textBoxColdSideRe.Name      = "textBoxColdSideRe";
     this.textBoxColdSideRe.Size      = new System.Drawing.Size(80, 20);
     this.textBoxColdSideRe.TabIndex  = 20;
     this.textBoxColdSideRe.Text      = "";
     this.textBoxColdSideRe.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxColdSideRe.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxHotSideRe
     //
     this.textBoxHotSideRe.Location  = new System.Drawing.Point(0, 240);
     this.textBoxHotSideRe.Name      = "textBoxHotSideRe";
     this.textBoxHotSideRe.Size      = new System.Drawing.Size(80, 20);
     this.textBoxHotSideRe.TabIndex  = 22;
     this.textBoxHotSideRe.Text      = "";
     this.textBoxHotSideRe.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxHotSideRe.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxColdSideVelocity
     //
     this.textBoxColdSideVelocity.Location  = new System.Drawing.Point(0, 180);
     this.textBoxColdSideVelocity.Name      = "textBoxColdSideVelocity";
     this.textBoxColdSideVelocity.Size      = new System.Drawing.Size(80, 20);
     this.textBoxColdSideVelocity.TabIndex  = 19;
     this.textBoxColdSideVelocity.Text      = "";
     this.textBoxColdSideVelocity.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxColdSideVelocity.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxHotSideVelocity
     //
     this.textBoxHotSideVelocity.Location  = new System.Drawing.Point(0, 220);
     this.textBoxHotSideVelocity.Name      = "textBoxHotSideVelocity";
     this.textBoxHotSideVelocity.Size      = new System.Drawing.Size(80, 20);
     this.textBoxHotSideVelocity.TabIndex  = 21;
     this.textBoxHotSideVelocity.Text      = "";
     this.textBoxHotSideVelocity.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxHotSideVelocity.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // HXRatingSimpleGenericPlateAndFrameValuesControl
     //
     this.Controls.Add(this.textBoxHotSideVelocity);
     this.Controls.Add(this.textBoxColdSideVelocity);
     this.Controls.Add(this.textBoxHotSideRe);
     this.Controls.Add(this.textBoxColdSideRe);
     this.Controls.Add(this.comboBoxFlowDirection);
     this.Controls.Add(this.textBoxNumberOfHeatTransferUnits);
     this.Controls.Add(this.textBoxTotalHeatTransferArea);
     this.Controls.Add(this.textBoxHotSideFoulingFactor);
     this.Controls.Add(this.textBoxColdSideFoulingFactor);
     this.Controls.Add(this.textBoxHotSideHeatTransferCoefficient);
     this.Controls.Add(this.textBoxExchangerEffectiveness);
     this.Controls.Add(this.textBoxTotalHeatTransferCoefficient);
     this.Controls.Add(this.textBoxColdSideHeatTransferCoefficient);
     this.Name = "HXRatingSimpleGenericPlateAndFrameValuesControl";
     this.Size = new System.Drawing.Size(80, 260);
     this.ResumeLayout(false);
 }
Esempio n. 10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.textBoxOutletWallThickness     = new ProsimoUI.ProcessVarTextBox();
     this.textBoxOutletInnerDiameter     = new ProsimoUI.ProcessVarTextBox();
     this.textBoxCycloneDiameter         = new ProsimoUI.ProcessVarTextBox();
     this.textBoxInletHeightToWidthRatio = new ProsimoUI.ProcessVarTextBox();
     this.textBoxInletHeight             = new ProsimoUI.ProcessVarTextBox();
     this.textBoxInletWidth                        = new ProsimoUI.ProcessVarTextBox();
     this.textBoxCutParticleDiameter               = new ProsimoUI.ProcessVarTextBox();
     this.textBoxParticleBulkDensity               = new ProsimoUI.ProcessVarTextBox();
     this.comboBoxInletConfiguration               = new System.Windows.Forms.ComboBox();
     this.comboBoxParticleTypeGroup                = new System.Windows.Forms.ComboBox();
     this.textBoxInletVelocity                     = new ProsimoUI.ProcessVarTextBox();
     this.textBoxExternalVesselDiameter            = new ProsimoUI.ProcessVarTextBox();
     this.textBoxDiplegDiameter                    = new ProsimoUI.ProcessVarTextBox();
     this.textBoxParticleDensity                   = new ProsimoUI.ProcessVarTextBox();
     this.textBoxNumberOfCyclones                  = new ProsimoUI.ProcessVarTextBox();
     this.textBoxOutletTubeLengthBelowRoof         = new ProsimoUI.ProcessVarTextBox();
     this.textBoxOutletBelowRoofToInletHeightRatio = new ProsimoUI.ProcessVarTextBox();
     this.textBoxConeAngle            = new ProsimoUI.ProcessVarTextBox();
     this.textBoxBarrelLength         = new ProsimoUI.ProcessVarTextBox();
     this.textBoxConeLength           = new ProsimoUI.ProcessVarTextBox();
     this.textBoxBarrelPlusConeLength = new ProsimoUI.ProcessVarTextBox();
     this.textBoxNaturalVortexLength  = new ProsimoUI.ProcessVarTextBox();
     this.SuspendLayout();
     //
     // textBoxOutletWallThickness
     //
     this.textBoxOutletWallThickness.Location  = new System.Drawing.Point(0, 220);
     this.textBoxOutletWallThickness.Name      = "textBoxOutletWallThickness";
     this.textBoxOutletWallThickness.Size      = new System.Drawing.Size(80, 20);
     this.textBoxOutletWallThickness.TabIndex  = 12;
     this.textBoxOutletWallThickness.Text      = "";
     this.textBoxOutletWallThickness.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxOutletWallThickness.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxOutletInnerDiameter
     //
     this.textBoxOutletInnerDiameter.Location  = new System.Drawing.Point(0, 200);
     this.textBoxOutletInnerDiameter.Name      = "textBoxOutletInnerDiameter";
     this.textBoxOutletInnerDiameter.Size      = new System.Drawing.Size(80, 20);
     this.textBoxOutletInnerDiameter.TabIndex  = 11;
     this.textBoxOutletInnerDiameter.Text      = "";
     this.textBoxOutletInnerDiameter.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxOutletInnerDiameter.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxCycloneDiameter
     //
     this.textBoxCycloneDiameter.Location  = new System.Drawing.Point(0, 180);
     this.textBoxCycloneDiameter.Name      = "textBoxCycloneDiameter";
     this.textBoxCycloneDiameter.Size      = new System.Drawing.Size(80, 20);
     this.textBoxCycloneDiameter.TabIndex  = 10;
     this.textBoxCycloneDiameter.Text      = "";
     this.textBoxCycloneDiameter.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxCycloneDiameter.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxInletHeightToWidthRatio
     //
     this.textBoxInletHeightToWidthRatio.Location  = new System.Drawing.Point(0, 160);
     this.textBoxInletHeightToWidthRatio.Name      = "textBoxInletHeightToWidthRatio";
     this.textBoxInletHeightToWidthRatio.Size      = new System.Drawing.Size(80, 20);
     this.textBoxInletHeightToWidthRatio.TabIndex  = 9;
     this.textBoxInletHeightToWidthRatio.Text      = "";
     this.textBoxInletHeightToWidthRatio.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxInletHeightToWidthRatio.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxInletHeight
     //
     this.textBoxInletHeight.Location  = new System.Drawing.Point(0, 140);
     this.textBoxInletHeight.Name      = "textBoxInletHeight";
     this.textBoxInletHeight.Size      = new System.Drawing.Size(80, 20);
     this.textBoxInletHeight.TabIndex  = 8;
     this.textBoxInletHeight.Text      = "";
     this.textBoxInletHeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxInletHeight.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxInletWidth
     //
     this.textBoxInletWidth.Location  = new System.Drawing.Point(0, 120);
     this.textBoxInletWidth.Name      = "textBoxInletWidth";
     this.textBoxInletWidth.Size      = new System.Drawing.Size(80, 20);
     this.textBoxInletWidth.TabIndex  = 7;
     this.textBoxInletWidth.Text      = "";
     this.textBoxInletWidth.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxInletWidth.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxCutParticleDiameter
     //
     this.textBoxCutParticleDiameter.Location  = new System.Drawing.Point(0, 80);
     this.textBoxCutParticleDiameter.Name      = "textBoxCutParticleDiameter";
     this.textBoxCutParticleDiameter.Size      = new System.Drawing.Size(80, 20);
     this.textBoxCutParticleDiameter.TabIndex  = 5;
     this.textBoxCutParticleDiameter.Text      = "";
     this.textBoxCutParticleDiameter.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxCutParticleDiameter.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxParticleBulkDensity
     //
     this.textBoxParticleBulkDensity.Location  = new System.Drawing.Point(0, 60);
     this.textBoxParticleBulkDensity.Name      = "textBoxParticleBulkDensity";
     this.textBoxParticleBulkDensity.Size      = new System.Drawing.Size(80, 20);
     this.textBoxParticleBulkDensity.TabIndex  = 4;
     this.textBoxParticleBulkDensity.Text      = "";
     this.textBoxParticleBulkDensity.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxParticleBulkDensity.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // comboBoxInletConfiguration
     //
     this.comboBoxInletConfiguration.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxInletConfiguration.Items.AddRange(new object[] {
         "Tangential",
         "Scroll",
         "Volute"
     });
     this.comboBoxInletConfiguration.Location              = new System.Drawing.Point(0, 100);
     this.comboBoxInletConfiguration.Name                  = "comboBoxInletConfiguration";
     this.comboBoxInletConfiguration.Size                  = new System.Drawing.Size(80, 21);
     this.comboBoxInletConfiguration.TabIndex              = 6;
     this.comboBoxInletConfiguration.SelectedIndexChanged += new System.EventHandler(this.comboBoxInletConfiguration_SelectedIndexChanged);
     //
     // comboBoxParticleTypeGroup
     //
     this.comboBoxParticleTypeGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxParticleTypeGroup.Items.AddRange(new object[] {
         "A",
         "B",
         "C",
         "D"
     });
     this.comboBoxParticleTypeGroup.Location              = new System.Drawing.Point(0, 20);
     this.comboBoxParticleTypeGroup.Name                  = "comboBoxParticleTypeGroup";
     this.comboBoxParticleTypeGroup.Size                  = new System.Drawing.Size(80, 21);
     this.comboBoxParticleTypeGroup.TabIndex              = 2;
     this.comboBoxParticleTypeGroup.SelectedIndexChanged += new System.EventHandler(this.comboBoxParticleTypeGroup_SelectedIndexChanged);
     //
     // textBoxInletVelocity
     //
     this.textBoxInletVelocity.Location  = new System.Drawing.Point(0, 320);
     this.textBoxInletVelocity.Name      = "textBoxInletVelocity";
     this.textBoxInletVelocity.Size      = new System.Drawing.Size(80, 20);
     this.textBoxInletVelocity.TabIndex  = 17;
     this.textBoxInletVelocity.Text      = "";
     this.textBoxInletVelocity.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxInletVelocity.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxExternalVesselDiameter
     //
     this.textBoxExternalVesselDiameter.Location  = new System.Drawing.Point(0, 300);
     this.textBoxExternalVesselDiameter.Name      = "textBoxExternalVesselDiameter";
     this.textBoxExternalVesselDiameter.Size      = new System.Drawing.Size(80, 20);
     this.textBoxExternalVesselDiameter.TabIndex  = 16;
     this.textBoxExternalVesselDiameter.Text      = "";
     this.textBoxExternalVesselDiameter.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxExternalVesselDiameter.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxDiplegDiameter
     //
     this.textBoxDiplegDiameter.Location  = new System.Drawing.Point(0, 280);
     this.textBoxDiplegDiameter.Name      = "textBoxDiplegDiameter";
     this.textBoxDiplegDiameter.Size      = new System.Drawing.Size(80, 20);
     this.textBoxDiplegDiameter.TabIndex  = 15;
     this.textBoxDiplegDiameter.Text      = "";
     this.textBoxDiplegDiameter.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxDiplegDiameter.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxParticleDensity
     //
     this.textBoxParticleDensity.Location  = new System.Drawing.Point(0, 40);
     this.textBoxParticleDensity.Name      = "textBoxParticleDensity";
     this.textBoxParticleDensity.Size      = new System.Drawing.Size(80, 20);
     this.textBoxParticleDensity.TabIndex  = 3;
     this.textBoxParticleDensity.Text      = "";
     this.textBoxParticleDensity.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxParticleDensity.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxNumberOfCyclones
     //
     this.textBoxNumberOfCyclones.Location  = new System.Drawing.Point(0, 0);
     this.textBoxNumberOfCyclones.Name      = "textBoxNumberOfCyclones";
     this.textBoxNumberOfCyclones.Size      = new System.Drawing.Size(80, 20);
     this.textBoxNumberOfCyclones.TabIndex  = 1;
     this.textBoxNumberOfCyclones.Text      = "";
     this.textBoxNumberOfCyclones.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxNumberOfCyclones.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxOutletTubeLengthBelowRoof
     //
     this.textBoxOutletTubeLengthBelowRoof.Location  = new System.Drawing.Point(0, 240);
     this.textBoxOutletTubeLengthBelowRoof.Name      = "textBoxOutletTubeLengthBelowRoof";
     this.textBoxOutletTubeLengthBelowRoof.Size      = new System.Drawing.Size(80, 20);
     this.textBoxOutletTubeLengthBelowRoof.TabIndex  = 13;
     this.textBoxOutletTubeLengthBelowRoof.Text      = "";
     this.textBoxOutletTubeLengthBelowRoof.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxOutletTubeLengthBelowRoof.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxOutletBelowRoofToInletHeightRatio
     //
     this.textBoxOutletBelowRoofToInletHeightRatio.Location  = new System.Drawing.Point(0, 260);
     this.textBoxOutletBelowRoofToInletHeightRatio.Name      = "textBoxOutletBelowRoofToInletHeightRatio";
     this.textBoxOutletBelowRoofToInletHeightRatio.Size      = new System.Drawing.Size(80, 20);
     this.textBoxOutletBelowRoofToInletHeightRatio.TabIndex  = 14;
     this.textBoxOutletBelowRoofToInletHeightRatio.Text      = "";
     this.textBoxOutletBelowRoofToInletHeightRatio.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxOutletBelowRoofToInletHeightRatio.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxConeAngle
     //
     this.textBoxConeAngle.Location  = new System.Drawing.Point(0, 340);
     this.textBoxConeAngle.Name      = "textBoxConeAngle";
     this.textBoxConeAngle.Size      = new System.Drawing.Size(80, 20);
     this.textBoxConeAngle.TabIndex  = 18;
     this.textBoxConeAngle.Text      = "";
     this.textBoxConeAngle.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxConeAngle.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxBarrelLength
     //
     this.textBoxBarrelLength.Location  = new System.Drawing.Point(0, 380);
     this.textBoxBarrelLength.Name      = "textBoxBarrelLength";
     this.textBoxBarrelLength.Size      = new System.Drawing.Size(80, 20);
     this.textBoxBarrelLength.TabIndex  = 20;
     this.textBoxBarrelLength.Text      = "";
     this.textBoxBarrelLength.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxBarrelLength.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxConeLength
     //
     this.textBoxConeLength.Location  = new System.Drawing.Point(0, 400);
     this.textBoxConeLength.Name      = "textBoxConeLength";
     this.textBoxConeLength.Size      = new System.Drawing.Size(80, 20);
     this.textBoxConeLength.TabIndex  = 21;
     this.textBoxConeLength.Text      = "";
     this.textBoxConeLength.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxConeLength.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxBarrelPlusConeLength
     //
     this.textBoxBarrelPlusConeLength.Location  = new System.Drawing.Point(0, 420);
     this.textBoxBarrelPlusConeLength.Name      = "textBoxBarrelPlusConeLength";
     this.textBoxBarrelPlusConeLength.Size      = new System.Drawing.Size(80, 20);
     this.textBoxBarrelPlusConeLength.TabIndex  = 22;
     this.textBoxBarrelPlusConeLength.Text      = "";
     this.textBoxBarrelPlusConeLength.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxBarrelPlusConeLength.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxNaturalVortexLength
     //
     this.textBoxNaturalVortexLength.Location  = new System.Drawing.Point(0, 360);
     this.textBoxNaturalVortexLength.Name      = "textBoxNaturalVortexLength";
     this.textBoxNaturalVortexLength.Size      = new System.Drawing.Size(80, 20);
     this.textBoxNaturalVortexLength.TabIndex  = 19;
     this.textBoxNaturalVortexLength.Text      = "";
     this.textBoxNaturalVortexLength.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxNaturalVortexLength.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // CycloneRatingValuesControl
     //
     this.Controls.Add(this.textBoxNaturalVortexLength);
     this.Controls.Add(this.textBoxBarrelPlusConeLength);
     this.Controls.Add(this.textBoxConeLength);
     this.Controls.Add(this.textBoxBarrelLength);
     this.Controls.Add(this.textBoxConeAngle);
     this.Controls.Add(this.textBoxOutletBelowRoofToInletHeightRatio);
     this.Controls.Add(this.textBoxOutletTubeLengthBelowRoof);
     this.Controls.Add(this.textBoxOutletWallThickness);
     this.Controls.Add(this.textBoxOutletInnerDiameter);
     this.Controls.Add(this.textBoxCycloneDiameter);
     this.Controls.Add(this.textBoxInletHeightToWidthRatio);
     this.Controls.Add(this.textBoxInletHeight);
     this.Controls.Add(this.textBoxInletWidth);
     this.Controls.Add(this.textBoxCutParticleDiameter);
     this.Controls.Add(this.textBoxParticleBulkDensity);
     this.Controls.Add(this.comboBoxInletConfiguration);
     this.Controls.Add(this.comboBoxParticleTypeGroup);
     this.Controls.Add(this.textBoxInletVelocity);
     this.Controls.Add(this.textBoxExternalVesselDiameter);
     this.Controls.Add(this.textBoxDiplegDiameter);
     this.Controls.Add(this.textBoxParticleDensity);
     this.Controls.Add(this.textBoxNumberOfCyclones);
     this.Name = "CycloneRatingValuesControl";
     this.Size = new System.Drawing.Size(80, 440);
     this.ResumeLayout(false);
 }
Esempio n. 11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.textBoxSealingStrips = new ProsimoUI.ProcessVarTextBox();
     this.textBoxBundleToShellDiametralClearance = new ProsimoUI.ProcessVarTextBox();
     this.textBoxShellInnerDiameter = new ProsimoUI.ProcessVarTextBox();
     this.textBoxShellToBaffleDiametralClearance = new ProsimoUI.ProcessVarTextBox();
     this.textBoxBaffles = new ProsimoUI.ProcessVarTextBox();
     this.textBoxEntranceBaffleSpacing       = new ProsimoUI.ProcessVarTextBox();
     this.textBoxBaffleSpacing               = new ProsimoUI.ProcessVarTextBox();
     this.textBoxBaffleCut                   = new ProsimoUI.ProcessVarTextBox();
     this.comboBoxTubeLayout                 = new System.Windows.Forms.ComboBox();
     this.comboBoxShellType                  = new System.Windows.Forms.ComboBox();
     this.textBoxShellPasses                 = new ProsimoUI.ProcessVarTextBox();
     this.textBoxTubePassesPerShellPass      = new ProsimoUI.ProcessVarTextBox();
     this.textBoxTubeLengthBetweenTubeSheets = new ProsimoUI.ProcessVarTextBox();
     this.textBoxTubeWallThickness           = new ProsimoUI.ProcessVarTextBox();
     this.textBoxTubeOuterDiameter           = new ProsimoUI.ProcessVarTextBox();
     this.textBoxTubePitch                   = new ProsimoUI.ProcessVarTextBox();
     this.textBoxTubesPerTubePass            = new ProsimoUI.ProcessVarTextBox();
     this.textBoxTubeInnerDiameter           = new ProsimoUI.ProcessVarTextBox();
     this.textBoxExitBaffleSpacing           = new ProsimoUI.ProcessVarTextBox();
     this.textBoxTotalTubesInShell           = new ProsimoUI.ProcessVarTextBox();
     this.SuspendLayout();
     //
     // textBoxSealingStrips
     //
     this.textBoxSealingStrips.Location  = new System.Drawing.Point(0, 380);
     this.textBoxSealingStrips.Name      = "textBoxSealingStrips";
     this.textBoxSealingStrips.Size      = new System.Drawing.Size(80, 20);
     this.textBoxSealingStrips.TabIndex  = 18;
     this.textBoxSealingStrips.Text      = "";
     this.textBoxSealingStrips.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxSealingStrips.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxBundleToShellDiametralClearance
     //
     this.textBoxBundleToShellDiametralClearance.Location  = new System.Drawing.Point(0, 360);
     this.textBoxBundleToShellDiametralClearance.Name      = "textBoxBundleToShellDiametralClearance";
     this.textBoxBundleToShellDiametralClearance.Size      = new System.Drawing.Size(80, 20);
     this.textBoxBundleToShellDiametralClearance.TabIndex  = 17;
     this.textBoxBundleToShellDiametralClearance.Text      = "";
     this.textBoxBundleToShellDiametralClearance.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxBundleToShellDiametralClearance.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxShellInnerDiameter
     //
     this.textBoxShellInnerDiameter.Location  = new System.Drawing.Point(0, 320);
     this.textBoxShellInnerDiameter.Name      = "textBoxShellInnerDiameter";
     this.textBoxShellInnerDiameter.Size      = new System.Drawing.Size(80, 20);
     this.textBoxShellInnerDiameter.TabIndex  = 15;
     this.textBoxShellInnerDiameter.Text      = "";
     this.textBoxShellInnerDiameter.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxShellInnerDiameter.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxShellToBaffleDiametralClearance
     //
     this.textBoxShellToBaffleDiametralClearance.Location  = new System.Drawing.Point(0, 340);
     this.textBoxShellToBaffleDiametralClearance.Name      = "textBoxShellToBaffleDiametralClearance";
     this.textBoxShellToBaffleDiametralClearance.Size      = new System.Drawing.Size(80, 20);
     this.textBoxShellToBaffleDiametralClearance.TabIndex  = 16;
     this.textBoxShellToBaffleDiametralClearance.Text      = "";
     this.textBoxShellToBaffleDiametralClearance.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxShellToBaffleDiametralClearance.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxBaffles
     //
     this.textBoxBaffles.Location  = new System.Drawing.Point(0, 300);
     this.textBoxBaffles.Name      = "textBoxBaffles";
     this.textBoxBaffles.Size      = new System.Drawing.Size(80, 20);
     this.textBoxBaffles.TabIndex  = 14;
     this.textBoxBaffles.Text      = "";
     this.textBoxBaffles.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxBaffles.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxEntranceBaffleSpacing
     //
     this.textBoxEntranceBaffleSpacing.Location  = new System.Drawing.Point(0, 260);
     this.textBoxEntranceBaffleSpacing.Name      = "textBoxEntranceBaffleSpacing";
     this.textBoxEntranceBaffleSpacing.Size      = new System.Drawing.Size(80, 20);
     this.textBoxEntranceBaffleSpacing.TabIndex  = 13;
     this.textBoxEntranceBaffleSpacing.Text      = "";
     this.textBoxEntranceBaffleSpacing.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxEntranceBaffleSpacing.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxBaffleSpacing
     //
     this.textBoxBaffleSpacing.Location  = new System.Drawing.Point(0, 240);
     this.textBoxBaffleSpacing.Name      = "textBoxBaffleSpacing";
     this.textBoxBaffleSpacing.Size      = new System.Drawing.Size(80, 20);
     this.textBoxBaffleSpacing.TabIndex  = 12;
     this.textBoxBaffleSpacing.Text      = "";
     this.textBoxBaffleSpacing.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxBaffleSpacing.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxBaffleCut
     //
     this.textBoxBaffleCut.Location  = new System.Drawing.Point(0, 220);
     this.textBoxBaffleCut.Name      = "textBoxBaffleCut";
     this.textBoxBaffleCut.Size      = new System.Drawing.Size(80, 20);
     this.textBoxBaffleCut.TabIndex  = 11;
     this.textBoxBaffleCut.Text      = "";
     this.textBoxBaffleCut.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxBaffleCut.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // comboBoxTubeLayout
     //
     this.comboBoxTubeLayout.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxTubeLayout.Items.AddRange(new object[] {
         "Triangular",
         "Inline Square",
         "Rotated Square"
     });
     this.comboBoxTubeLayout.Location              = new System.Drawing.Point(0, 180);
     this.comboBoxTubeLayout.Name                  = "comboBoxTubeLayout";
     this.comboBoxTubeLayout.Size                  = new System.Drawing.Size(80, 21);
     this.comboBoxTubeLayout.TabIndex              = 9;
     this.comboBoxTubeLayout.KeyUp                += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     this.comboBoxTubeLayout.SelectedIndexChanged += new System.EventHandler(this.comboBoxTubeLayout_SelectedIndexChanged);
     //
     // comboBoxShellType
     //
     this.comboBoxShellType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxShellType.Items.AddRange(new object[] {
         "E",
         "F",
         "G",
         "H",
         "J",
         "K",
         "X"
     });
     this.comboBoxShellType.Location              = new System.Drawing.Point(0, 160);
     this.comboBoxShellType.Name                  = "comboBoxShellType";
     this.comboBoxShellType.Size                  = new System.Drawing.Size(80, 21);
     this.comboBoxShellType.TabIndex              = 8;
     this.comboBoxShellType.KeyUp                += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     this.comboBoxShellType.SelectedIndexChanged += new System.EventHandler(this.comboBoxShellType_SelectedIndexChanged);
     //
     // textBoxShellPasses
     //
     this.textBoxShellPasses.Location  = new System.Drawing.Point(0, 120);
     this.textBoxShellPasses.Name      = "textBoxShellPasses";
     this.textBoxShellPasses.Size      = new System.Drawing.Size(80, 20);
     this.textBoxShellPasses.TabIndex  = 7;
     this.textBoxShellPasses.Text      = "";
     this.textBoxShellPasses.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxShellPasses.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxTubePassesPerShellPass
     //
     this.textBoxTubePassesPerShellPass.Location  = new System.Drawing.Point(0, 100);
     this.textBoxTubePassesPerShellPass.Name      = "textBoxTubePassesPerShellPass";
     this.textBoxTubePassesPerShellPass.Size      = new System.Drawing.Size(80, 20);
     this.textBoxTubePassesPerShellPass.TabIndex  = 6;
     this.textBoxTubePassesPerShellPass.Text      = "";
     this.textBoxTubePassesPerShellPass.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxTubePassesPerShellPass.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxTubeLengthBetweenTubeSheets
     //
     this.textBoxTubeLengthBetweenTubeSheets.Location  = new System.Drawing.Point(0, 60);
     this.textBoxTubeLengthBetweenTubeSheets.Name      = "textBoxTubeLengthBetweenTubeSheets";
     this.textBoxTubeLengthBetweenTubeSheets.Size      = new System.Drawing.Size(80, 20);
     this.textBoxTubeLengthBetweenTubeSheets.TabIndex  = 4;
     this.textBoxTubeLengthBetweenTubeSheets.Text      = "";
     this.textBoxTubeLengthBetweenTubeSheets.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxTubeLengthBetweenTubeSheets.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxTubeWallThickness
     //
     this.textBoxTubeWallThickness.Location  = new System.Drawing.Point(0, 20);
     this.textBoxTubeWallThickness.Name      = "textBoxTubeWallThickness";
     this.textBoxTubeWallThickness.Size      = new System.Drawing.Size(80, 20);
     this.textBoxTubeWallThickness.TabIndex  = 2;
     this.textBoxTubeWallThickness.Text      = "";
     this.textBoxTubeWallThickness.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxTubeWallThickness.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxTubeOuterDiameter
     //
     this.textBoxTubeOuterDiameter.Location  = new System.Drawing.Point(0, 0);
     this.textBoxTubeOuterDiameter.Name      = "textBoxTubeOuterDiameter";
     this.textBoxTubeOuterDiameter.Size      = new System.Drawing.Size(80, 20);
     this.textBoxTubeOuterDiameter.TabIndex  = 1;
     this.textBoxTubeOuterDiameter.Text      = "";
     this.textBoxTubeOuterDiameter.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxTubeOuterDiameter.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxTubePitch
     //
     this.textBoxTubePitch.Location  = new System.Drawing.Point(0, 200);
     this.textBoxTubePitch.Name      = "textBoxTubePitch";
     this.textBoxTubePitch.Size      = new System.Drawing.Size(80, 20);
     this.textBoxTubePitch.TabIndex  = 10;
     this.textBoxTubePitch.Text      = "";
     this.textBoxTubePitch.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxTubePitch.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxTubesPerTubePass
     //
     this.textBoxTubesPerTubePass.Location  = new System.Drawing.Point(0, 80);
     this.textBoxTubesPerTubePass.Name      = "textBoxTubesPerTubePass";
     this.textBoxTubesPerTubePass.Size      = new System.Drawing.Size(80, 20);
     this.textBoxTubesPerTubePass.TabIndex  = 5;
     this.textBoxTubesPerTubePass.Text      = "";
     this.textBoxTubesPerTubePass.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxTubesPerTubePass.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxTubeInnerDiameter
     //
     this.textBoxTubeInnerDiameter.Location  = new System.Drawing.Point(0, 40);
     this.textBoxTubeInnerDiameter.Name      = "textBoxTubeInnerDiameter";
     this.textBoxTubeInnerDiameter.Size      = new System.Drawing.Size(80, 20);
     this.textBoxTubeInnerDiameter.TabIndex  = 3;
     this.textBoxTubeInnerDiameter.Text      = "";
     this.textBoxTubeInnerDiameter.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxTubeInnerDiameter.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxExitBaffleSpacing
     //
     this.textBoxExitBaffleSpacing.Location  = new System.Drawing.Point(0, 280);
     this.textBoxExitBaffleSpacing.Name      = "textBoxExitBaffleSpacing";
     this.textBoxExitBaffleSpacing.Size      = new System.Drawing.Size(80, 20);
     this.textBoxExitBaffleSpacing.TabIndex  = 19;
     this.textBoxExitBaffleSpacing.Text      = "";
     this.textBoxExitBaffleSpacing.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxExitBaffleSpacing.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxTotalTubesInShell
     //
     this.textBoxTotalTubesInShell.Location  = new System.Drawing.Point(0, 140);
     this.textBoxTotalTubesInShell.Name      = "textBoxTotalTubesInShell";
     this.textBoxTotalTubesInShell.Size      = new System.Drawing.Size(80, 20);
     this.textBoxTotalTubesInShell.TabIndex  = 20;
     this.textBoxTotalTubesInShell.Text      = "";
     this.textBoxTotalTubesInShell.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxTotalTubesInShell.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // HXRatingShellAndTubeBellDelawareValuesControl
     //
     this.Controls.Add(this.textBoxTotalTubesInShell);
     this.Controls.Add(this.textBoxExitBaffleSpacing);
     this.Controls.Add(this.textBoxSealingStrips);
     this.Controls.Add(this.textBoxBundleToShellDiametralClearance);
     this.Controls.Add(this.textBoxShellInnerDiameter);
     this.Controls.Add(this.textBoxShellToBaffleDiametralClearance);
     this.Controls.Add(this.textBoxBaffles);
     this.Controls.Add(this.textBoxEntranceBaffleSpacing);
     this.Controls.Add(this.textBoxBaffleSpacing);
     this.Controls.Add(this.textBoxBaffleCut);
     this.Controls.Add(this.comboBoxTubeLayout);
     this.Controls.Add(this.comboBoxShellType);
     this.Controls.Add(this.textBoxShellPasses);
     this.Controls.Add(this.textBoxTubePassesPerShellPass);
     this.Controls.Add(this.textBoxTubeLengthBetweenTubeSheets);
     this.Controls.Add(this.textBoxTubeWallThickness);
     this.Controls.Add(this.textBoxTubeOuterDiameter);
     this.Controls.Add(this.textBoxTubePitch);
     this.Controls.Add(this.textBoxTubesPerTubePass);
     this.Controls.Add(this.textBoxTubeInnerDiameter);
     this.Name = "HXRatingShellAndTubeBellDelawareValuesControl";
     this.Size = new System.Drawing.Size(80, 400);
     this.ResumeLayout(false);
 }
Esempio n. 12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.textBoxGasPressureDrop       = new ProsimoUI.ProcessVarTextBox();
     this.textBoxOutletParticleLoading = new ProsimoUI.ProcessVarTextBox();
     this.textBoxCollectionEfficiency  = new ProsimoUI.ProcessVarTextBox();
     this.textBoxLiquidToGasRatio      = new ProsimoUI.ProcessVarTextBox();
     this.textBoxInletParticleLoading  = new ProsimoUI.ProcessVarTextBox();
     this.textBoxMassFlowRateOfParticleLostToGasOutlet = new ProsimoUI.ProcessVarTextBox();
     this.textBoxParticleCollectionRate            = new ProsimoUI.ProcessVarTextBox();
     this.textBoxCoolingDuty                       = new ProsimoUI.ProcessVarTextBox();
     this.textBoxLiquidRecirculationMassFlowRate   = new ProsimoUI.ProcessVarTextBox();
     this.textBoxLiquidRecirculationVolumeFlowRate = new ProsimoUI.ProcessVarTextBox();
     this.SuspendLayout();
     //
     // textBoxGasPressureDrop
     //
     this.textBoxGasPressureDrop.Location  = new System.Drawing.Point(0, 0);
     this.textBoxGasPressureDrop.Name      = "textBoxGasPressureDrop";
     this.textBoxGasPressureDrop.Size      = new System.Drawing.Size(80, 20);
     this.textBoxGasPressureDrop.TabIndex  = 1;
     this.textBoxGasPressureDrop.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxGasPressureDrop.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxOutletParticleLoading
     //
     this.textBoxOutletParticleLoading.Location  = new System.Drawing.Point(0, 60);
     this.textBoxOutletParticleLoading.Name      = "textBoxOutletParticleLoading";
     this.textBoxOutletParticleLoading.Size      = new System.Drawing.Size(80, 20);
     this.textBoxOutletParticleLoading.TabIndex  = 4;
     this.textBoxOutletParticleLoading.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxOutletParticleLoading.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxCollectionEfficiency
     //
     this.textBoxCollectionEfficiency.Location  = new System.Drawing.Point(0, 20);
     this.textBoxCollectionEfficiency.Name      = "textBoxCollectionEfficiency";
     this.textBoxCollectionEfficiency.Size      = new System.Drawing.Size(80, 20);
     this.textBoxCollectionEfficiency.TabIndex  = 2;
     this.textBoxCollectionEfficiency.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxCollectionEfficiency.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxLiquidToGasRatio
     //
     this.textBoxLiquidToGasRatio.Location  = new System.Drawing.Point(0, 140);
     this.textBoxLiquidToGasRatio.Name      = "textBoxLiquidToGasRatio";
     this.textBoxLiquidToGasRatio.Size      = new System.Drawing.Size(80, 20);
     this.textBoxLiquidToGasRatio.TabIndex  = 8;
     this.textBoxLiquidToGasRatio.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxLiquidToGasRatio.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxInletParticleLoading
     //
     this.textBoxInletParticleLoading.Location  = new System.Drawing.Point(0, 40);
     this.textBoxInletParticleLoading.Name      = "textBoxInletParticleLoading";
     this.textBoxInletParticleLoading.Size      = new System.Drawing.Size(80, 20);
     this.textBoxInletParticleLoading.TabIndex  = 3;
     this.textBoxInletParticleLoading.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxInletParticleLoading.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxMassFlowRateOfParticleLostToGasOutlet
     //
     this.textBoxMassFlowRateOfParticleLostToGasOutlet.Location  = new System.Drawing.Point(0, 100);
     this.textBoxMassFlowRateOfParticleLostToGasOutlet.Name      = "textBoxMassFlowRateOfParticleLostToGasOutlet";
     this.textBoxMassFlowRateOfParticleLostToGasOutlet.Size      = new System.Drawing.Size(80, 20);
     this.textBoxMassFlowRateOfParticleLostToGasOutlet.TabIndex  = 6;
     this.textBoxMassFlowRateOfParticleLostToGasOutlet.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxMassFlowRateOfParticleLostToGasOutlet.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxParticleCollectionRate
     //
     this.textBoxParticleCollectionRate.Location  = new System.Drawing.Point(0, 80);
     this.textBoxParticleCollectionRate.Name      = "textBoxParticleCollectionRate";
     this.textBoxParticleCollectionRate.Size      = new System.Drawing.Size(80, 20);
     this.textBoxParticleCollectionRate.TabIndex  = 5;
     this.textBoxParticleCollectionRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxParticleCollectionRate.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxCoolingDuty
     //
     this.textBoxCoolingDuty.Location  = new System.Drawing.Point(0, 120);
     this.textBoxCoolingDuty.Name      = "textBoxCoolingDuty";
     this.textBoxCoolingDuty.Size      = new System.Drawing.Size(80, 20);
     this.textBoxCoolingDuty.TabIndex  = 7;
     this.textBoxCoolingDuty.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxCoolingDuty.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxLiquidRecirculationMassFlowRate
     //
     this.textBoxLiquidRecirculationMassFlowRate.Location  = new System.Drawing.Point(0, 160);
     this.textBoxLiquidRecirculationMassFlowRate.Name      = "textBoxLiquidRecirculationMassFlowRate";
     this.textBoxLiquidRecirculationMassFlowRate.Size      = new System.Drawing.Size(80, 20);
     this.textBoxLiquidRecirculationMassFlowRate.TabIndex  = 9;
     this.textBoxLiquidRecirculationMassFlowRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxLiquidRecirculationMassFlowRate.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxLiquidRecirculationVolumeFlowRate
     //
     this.textBoxLiquidRecirculationVolumeFlowRate.Location  = new System.Drawing.Point(0, 180);
     this.textBoxLiquidRecirculationVolumeFlowRate.Name      = "textBoxLiquidRecirculationVolumeFlowRate";
     this.textBoxLiquidRecirculationVolumeFlowRate.Size      = new System.Drawing.Size(80, 20);
     this.textBoxLiquidRecirculationVolumeFlowRate.TabIndex  = 10;
     this.textBoxLiquidRecirculationVolumeFlowRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxLiquidRecirculationVolumeFlowRate.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // ScrubberCondenserValuesControl
     //
     this.Controls.Add(this.textBoxLiquidRecirculationVolumeFlowRate);
     this.Controls.Add(this.textBoxLiquidRecirculationMassFlowRate);
     this.Controls.Add(this.textBoxCoolingDuty);
     this.Controls.Add(this.textBoxParticleCollectionRate);
     this.Controls.Add(this.textBoxMassFlowRateOfParticleLostToGasOutlet);
     this.Controls.Add(this.textBoxInletParticleLoading);
     this.Controls.Add(this.textBoxGasPressureDrop);
     this.Controls.Add(this.textBoxOutletParticleLoading);
     this.Controls.Add(this.textBoxCollectionEfficiency);
     this.Controls.Add(this.textBoxLiquidToGasRatio);
     this.Name = "ScrubberCondenserValuesControl";
     this.Size = new System.Drawing.Size(80, 200);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.textBoxNumberOfPlates            = new ProsimoUI.ProcessVarTextBox();
     this.textBoxEnlargementFactor         = new ProsimoUI.ProcessVarTextBox();
     this.textBoxProjectedChannelLength    = new ProsimoUI.ProcessVarTextBox();
     this.textBoxChannelWidth              = new ProsimoUI.ProcessVarTextBox();
     this.textBoxHotSidePasses             = new ProsimoUI.ProcessVarTextBox();
     this.textBoxPortDiameter              = new ProsimoUI.ProcessVarTextBox();
     this.textBoxHorizontalPortDistance    = new ProsimoUI.ProcessVarTextBox();
     this.textBoxVerticalPortDistance      = new ProsimoUI.ProcessVarTextBox();
     this.textBoxCompressedPlatePakcLength = new ProsimoUI.ProcessVarTextBox();
     this.textBoxColdSidePasses            = new ProsimoUI.ProcessVarTextBox();
     this.textBoxPlatePitch = new ProsimoUI.ProcessVarTextBox();
     this.textBoxActualEffectivePlateArea = new ProsimoUI.ProcessVarTextBox();
     this.textBoxProjectedPlateArea       = new ProsimoUI.ProcessVarTextBox();
     this.textBoxPlateWallThickness       = new ProsimoUI.ProcessVarTextBox();
     this.SuspendLayout();
     //
     // textBoxNumberOfPlates
     //
     this.textBoxNumberOfPlates.Location  = new System.Drawing.Point(0, 140);
     this.textBoxNumberOfPlates.Name      = "textBoxNumberOfPlates";
     this.textBoxNumberOfPlates.Size      = new System.Drawing.Size(80, 20);
     this.textBoxNumberOfPlates.TabIndex  = 8;
     this.textBoxNumberOfPlates.Text      = "";
     this.textBoxNumberOfPlates.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxNumberOfPlates.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxEnlargementFactor
     //
     this.textBoxEnlargementFactor.Location  = new System.Drawing.Point(0, 40);
     this.textBoxEnlargementFactor.Name      = "textBoxEnlargementFactor";
     this.textBoxEnlargementFactor.Size      = new System.Drawing.Size(80, 20);
     this.textBoxEnlargementFactor.TabIndex  = 3;
     this.textBoxEnlargementFactor.Text      = "";
     this.textBoxEnlargementFactor.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxEnlargementFactor.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxProjectedChannelLength
     //
     this.textBoxProjectedChannelLength.Location  = new System.Drawing.Point(0, 20);
     this.textBoxProjectedChannelLength.Name      = "textBoxProjectedChannelLength";
     this.textBoxProjectedChannelLength.Size      = new System.Drawing.Size(80, 20);
     this.textBoxProjectedChannelLength.TabIndex  = 2;
     this.textBoxProjectedChannelLength.Text      = "";
     this.textBoxProjectedChannelLength.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxProjectedChannelLength.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxChannelWidth
     //
     this.textBoxChannelWidth.Location  = new System.Drawing.Point(0, 0);
     this.textBoxChannelWidth.Name      = "textBoxChannelWidth";
     this.textBoxChannelWidth.Size      = new System.Drawing.Size(80, 20);
     this.textBoxChannelWidth.TabIndex  = 1;
     this.textBoxChannelWidth.Text      = "";
     this.textBoxChannelWidth.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxChannelWidth.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxHotSidePasses
     //
     this.textBoxHotSidePasses.Location  = new System.Drawing.Point(0, 180);
     this.textBoxHotSidePasses.Name      = "textBoxHotSidePasses";
     this.textBoxHotSidePasses.Size      = new System.Drawing.Size(80, 20);
     this.textBoxHotSidePasses.TabIndex  = 10;
     this.textBoxHotSidePasses.Text      = "";
     this.textBoxHotSidePasses.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxHotSidePasses.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxPortDiameter
     //
     this.textBoxPortDiameter.Location  = new System.Drawing.Point(0, 200);
     this.textBoxPortDiameter.Name      = "textBoxPortDiameter";
     this.textBoxPortDiameter.Size      = new System.Drawing.Size(80, 20);
     this.textBoxPortDiameter.TabIndex  = 11;
     this.textBoxPortDiameter.Text      = "";
     this.textBoxPortDiameter.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxPortDiameter.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxHorizontalPortDistance
     //
     this.textBoxHorizontalPortDistance.Location  = new System.Drawing.Point(0, 220);
     this.textBoxHorizontalPortDistance.Name      = "textBoxHorizontalPortDistance";
     this.textBoxHorizontalPortDistance.Size      = new System.Drawing.Size(80, 20);
     this.textBoxHorizontalPortDistance.TabIndex  = 12;
     this.textBoxHorizontalPortDistance.Text      = "";
     this.textBoxHorizontalPortDistance.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxHorizontalPortDistance.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxVerticalPortDistance
     //
     this.textBoxVerticalPortDistance.Location  = new System.Drawing.Point(0, 240);
     this.textBoxVerticalPortDistance.Name      = "textBoxVerticalPortDistance";
     this.textBoxVerticalPortDistance.Size      = new System.Drawing.Size(80, 20);
     this.textBoxVerticalPortDistance.TabIndex  = 13;
     this.textBoxVerticalPortDistance.Text      = "";
     this.textBoxVerticalPortDistance.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxVerticalPortDistance.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxCompressedPlatePakcLength
     //
     this.textBoxCompressedPlatePakcLength.Location  = new System.Drawing.Point(0, 260);
     this.textBoxCompressedPlatePakcLength.Name      = "textBoxCompressedPlatePakcLength";
     this.textBoxCompressedPlatePakcLength.Size      = new System.Drawing.Size(80, 20);
     this.textBoxCompressedPlatePakcLength.TabIndex  = 14;
     this.textBoxCompressedPlatePakcLength.Text      = "";
     this.textBoxCompressedPlatePakcLength.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxCompressedPlatePakcLength.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxColdSidePasses
     //
     this.textBoxColdSidePasses.Location  = new System.Drawing.Point(0, 160);
     this.textBoxColdSidePasses.Name      = "textBoxColdSidePasses";
     this.textBoxColdSidePasses.Size      = new System.Drawing.Size(80, 20);
     this.textBoxColdSidePasses.TabIndex  = 9;
     this.textBoxColdSidePasses.Text      = "";
     this.textBoxColdSidePasses.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxColdSidePasses.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxPlatePitch
     //
     this.textBoxPlatePitch.Location  = new System.Drawing.Point(0, 120);
     this.textBoxPlatePitch.Name      = "textBoxPlatePitch";
     this.textBoxPlatePitch.Size      = new System.Drawing.Size(80, 20);
     this.textBoxPlatePitch.TabIndex  = 7;
     this.textBoxPlatePitch.Text      = "";
     this.textBoxPlatePitch.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxPlatePitch.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxActualEffectivePlateArea
     //
     this.textBoxActualEffectivePlateArea.Location  = new System.Drawing.Point(0, 80);
     this.textBoxActualEffectivePlateArea.Name      = "textBoxActualEffectivePlateArea";
     this.textBoxActualEffectivePlateArea.Size      = new System.Drawing.Size(80, 20);
     this.textBoxActualEffectivePlateArea.TabIndex  = 5;
     this.textBoxActualEffectivePlateArea.Text      = "";
     this.textBoxActualEffectivePlateArea.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxActualEffectivePlateArea.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxProjectedPlateArea
     //
     this.textBoxProjectedPlateArea.Location  = new System.Drawing.Point(0, 60);
     this.textBoxProjectedPlateArea.Name      = "textBoxProjectedPlateArea";
     this.textBoxProjectedPlateArea.Size      = new System.Drawing.Size(80, 20);
     this.textBoxProjectedPlateArea.TabIndex  = 4;
     this.textBoxProjectedPlateArea.Text      = "";
     this.textBoxProjectedPlateArea.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxProjectedPlateArea.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxPlateWallThickness
     //
     this.textBoxPlateWallThickness.Location  = new System.Drawing.Point(0, 100);
     this.textBoxPlateWallThickness.Name      = "textBoxPlateWallThickness";
     this.textBoxPlateWallThickness.Size      = new System.Drawing.Size(80, 20);
     this.textBoxPlateWallThickness.TabIndex  = 6;
     this.textBoxPlateWallThickness.Text      = "";
     this.textBoxPlateWallThickness.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxPlateWallThickness.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // HXRatingPlateAndFrameValuesControl
     //
     this.Controls.Add(this.textBoxPlateWallThickness);
     this.Controls.Add(this.textBoxProjectedPlateArea);
     this.Controls.Add(this.textBoxActualEffectivePlateArea);
     this.Controls.Add(this.textBoxPlatePitch);
     this.Controls.Add(this.textBoxColdSidePasses);
     this.Controls.Add(this.textBoxCompressedPlatePakcLength);
     this.Controls.Add(this.textBoxVerticalPortDistance);
     this.Controls.Add(this.textBoxHorizontalPortDistance);
     this.Controls.Add(this.textBoxPortDiameter);
     this.Controls.Add(this.textBoxHotSidePasses);
     this.Controls.Add(this.textBoxNumberOfPlates);
     this.Controls.Add(this.textBoxEnlargementFactor);
     this.Controls.Add(this.textBoxProjectedChannelLength);
     this.Controls.Add(this.textBoxChannelWidth);
     this.Name = "HXRatingPlateAndFrameValuesControl";
     this.Size = new System.Drawing.Size(80, 280);
     this.ResumeLayout(false);
 }