Exemplo 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.labelStream     = new System.Windows.Forms.Label();
     this.textBoxFraction = new ProcessVarTextBox();
     this.SuspendLayout();
     //
     // labelStream
     //
     this.labelStream.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.labelStream.Location    = new System.Drawing.Point(0, 0);
     this.labelStream.Name        = "labelStream";
     this.labelStream.Size        = new System.Drawing.Size(144, 20);
     this.labelStream.TabIndex    = 0;
     this.labelStream.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // textBoxFraction
     //
     this.textBoxFraction.Location  = new System.Drawing.Point(144, 0);
     this.textBoxFraction.Name      = "textBoxFraction";
     this.textBoxFraction.Size      = new System.Drawing.Size(80, 20);
     this.textBoxFraction.TabIndex  = 1;
     this.textBoxFraction.Text      = "";
     this.textBoxFraction.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // TeeStreamAndFractionControl
     //
     this.Controls.Add(this.textBoxFraction);
     this.Controls.Add(this.labelStream);
     this.Name = "TeeStreamAndFractionControl";
     this.Size = new System.Drawing.Size(224, 20);
     this.ResumeLayout(false);
 }
Exemplo 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.labelHook             = new System.Windows.Forms.Label();
     this.textBoxDiameter       = new ProsimoUI.ProcessVarTextBox();
     this.textBoxWeightFraction = new ProsimoUI.ProcessVarTextBox();
     this.textBoxEfficiency     = new ProsimoUI.ProcessVarTextBox();
     this.SuspendLayout();
     //
     // labelHook
     //
     this.labelHook.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.labelHook.ForeColor   = System.Drawing.Color.DarkGray;
     this.labelHook.Location    = new System.Drawing.Point(0, 0);
     this.labelHook.Name        = "labelHook";
     this.labelHook.Size        = new System.Drawing.Size(60, 20);
     this.labelHook.TabIndex    = 0;
     this.labelHook.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.labelHook.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.labelHook_MouseDown);
     //
     // textBoxDiameter
     //
     this.textBoxDiameter.Location  = new System.Drawing.Point(60, 0);
     this.textBoxDiameter.Name      = "textBoxDiameter";
     this.textBoxDiameter.Size      = new System.Drawing.Size(90, 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.KeyUpEventHandler);
     //
     // textBoxWeightFraction
     //
     this.textBoxWeightFraction.Location  = new System.Drawing.Point(150, 0);
     this.textBoxWeightFraction.Name      = "textBoxWeightFraction";
     this.textBoxWeightFraction.Size      = new System.Drawing.Size(90, 20);
     this.textBoxWeightFraction.TabIndex  = 2;
     this.textBoxWeightFraction.Text      = "";
     this.textBoxWeightFraction.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxWeightFraction.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpEventHandler);
     //
     // textBoxEfficiency
     //
     this.textBoxEfficiency.Location  = new System.Drawing.Point(240, 0);
     this.textBoxEfficiency.Name      = "textBoxEfficiency";
     this.textBoxEfficiency.Size      = new System.Drawing.Size(90, 20);
     this.textBoxEfficiency.TabIndex  = 4;
     this.textBoxEfficiency.TabStop   = false;
     this.textBoxEfficiency.Text      = "";
     this.textBoxEfficiency.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxEfficiency.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpEventHandler);
     //
     // CycloneParticleSizeAndFractionControl
     //
     this.Controls.Add(this.textBoxEfficiency);
     this.Controls.Add(this.textBoxWeightFraction);
     this.Controls.Add(this.textBoxDiameter);
     this.Controls.Add(this.labelHook);
     this.Name = "CycloneParticleSizeAndFractionControl";
     this.Size = new System.Drawing.Size(332, 20);
     this.ResumeLayout(false);
 }
Exemplo 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.textBoxStaticPressure         = new ProsimoUI.ProcessVarTextBox();
     this.textBoxEfficiency             = new ProsimoUI.ProcessVarTextBox();
     this.textBoxPowerInput             = new ProsimoUI.ProcessVarTextBox();
     this.textBoxTotalDischargePressure = new ProsimoUI.ProcessVarTextBox();
     this.SuspendLayout();
     //
     // textBoxStaticPressure
     //
     this.textBoxStaticPressure.Location  = new System.Drawing.Point(0, 0);
     this.textBoxStaticPressure.Name      = "textBoxStaticPressure";
     this.textBoxStaticPressure.Size      = new System.Drawing.Size(80, 20);
     this.textBoxStaticPressure.TabIndex  = 1;
     this.textBoxStaticPressure.Text      = "";
     this.textBoxStaticPressure.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxStaticPressure.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxEfficiency
     //
     this.textBoxEfficiency.Location  = new System.Drawing.Point(0, 40);
     this.textBoxEfficiency.Name      = "textBoxEfficiency";
     this.textBoxEfficiency.Size      = new System.Drawing.Size(80, 20);
     this.textBoxEfficiency.TabIndex  = 4;
     this.textBoxEfficiency.Text      = "";
     this.textBoxEfficiency.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxEfficiency.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxPowerInput
     //
     this.textBoxPowerInput.Location  = new System.Drawing.Point(0, 60);
     this.textBoxPowerInput.Name      = "textBoxPowerInput";
     this.textBoxPowerInput.Size      = new System.Drawing.Size(80, 20);
     this.textBoxPowerInput.TabIndex  = 5;
     this.textBoxPowerInput.Text      = "";
     this.textBoxPowerInput.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxPowerInput.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxTotalDischargePressure
     //
     this.textBoxTotalDischargePressure.Location  = new System.Drawing.Point(0, 20);
     this.textBoxTotalDischargePressure.Name      = "textBoxTotalDischargePressure";
     this.textBoxTotalDischargePressure.Size      = new System.Drawing.Size(80, 20);
     this.textBoxTotalDischargePressure.TabIndex  = 3;
     this.textBoxTotalDischargePressure.Text      = "";
     this.textBoxTotalDischargePressure.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxTotalDischargePressure.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // FanValuesControl
     //
     this.Controls.Add(this.textBoxPowerInput);
     this.Controls.Add(this.textBoxTotalDischargePressure);
     this.Controls.Add(this.textBoxStaticPressure);
     this.Controls.Add(this.textBoxEfficiency);
     this.Name = "FanValuesControl";
     this.Size = new System.Drawing.Size(80, 80);
     this.ResumeLayout(false);
 }
Exemplo 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.labelSolvable = new ProsimoUI.SolvableLabel();
     this.textBoxValue  = new ProsimoUI.ProcessVarTextBox();
     this.labelVariable = new ProsimoUI.ProcessVarLabel();
     this.SuspendLayout();
     //
     // labelSolvable
     //
     this.labelSolvable.BackColor   = System.Drawing.SystemColors.Control;
     this.labelSolvable.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.labelSolvable.Location    = new System.Drawing.Point(0, 0);
     this.labelSolvable.Name        = "labelSolvable";
     this.labelSolvable.Size        = new System.Drawing.Size(84, 20);
     this.labelSolvable.TabIndex    = 3;
     this.labelSolvable.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.labelSolvable.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.labelSolvable_MouseDown);
     //
     // textBoxValue
     //
     this.textBoxValue.Location  = new System.Drawing.Point(276, 0);
     this.textBoxValue.Name      = "textBoxValue";
     this.textBoxValue.Size      = new System.Drawing.Size(80, 20);
     this.textBoxValue.TabIndex  = 5;
     this.textBoxValue.Text      = "";
     this.textBoxValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxValue.KeyUp    += new KeyEventHandler(textBoxValue_KeyUp);
     //
     // labelVariable
     //
     this.labelVariable.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.labelVariable.Location    = new System.Drawing.Point(84, 0);
     this.labelVariable.Name        = "labelVariable";
     this.labelVariable.Size        = new System.Drawing.Size(192, 20);
     this.labelVariable.TabIndex    = 6;
     this.labelVariable.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.labelVariable.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.labelVariable_MouseDown);
     //
     // CustomEditorElementControl
     //
     this.Controls.Add(this.labelVariable);
     this.Controls.Add(this.textBoxValue);
     this.Controls.Add(this.labelSolvable);
     this.Name = "CustomEditorElementControl";
     this.Size = new System.Drawing.Size(356, 20);
     this.ResumeLayout(false);
 }
Exemplo 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.textBoxTotalHeatTransfer    = new ProsimoUI.ProcessVarTextBox();
     this.textBoxColdSidePressureDrop = new ProsimoUI.ProcessVarTextBox();
     this.textBoxHotSidePressureDrop  = new ProsimoUI.ProcessVarTextBox();
     this.SuspendLayout();
     //
     // textBoxTotalHeatTransfer
     //
     this.textBoxTotalHeatTransfer.Location  = new System.Drawing.Point(0, 0);
     this.textBoxTotalHeatTransfer.Name      = "textBoxTotalHeatTransfer";
     this.textBoxTotalHeatTransfer.Size      = new System.Drawing.Size(80, 20);
     this.textBoxTotalHeatTransfer.TabIndex  = 9;
     this.textBoxTotalHeatTransfer.Text      = "";
     this.textBoxTotalHeatTransfer.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxTotalHeatTransfer.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxColdSidePressureDrop
     //
     this.textBoxColdSidePressureDrop.Location  = new System.Drawing.Point(0, 20);
     this.textBoxColdSidePressureDrop.Name      = "textBoxColdSidePressureDrop";
     this.textBoxColdSidePressureDrop.Size      = new System.Drawing.Size(80, 20);
     this.textBoxColdSidePressureDrop.TabIndex  = 10;
     this.textBoxColdSidePressureDrop.Text      = "";
     this.textBoxColdSidePressureDrop.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxColdSidePressureDrop.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxHotSidePressureDrop
     //
     this.textBoxHotSidePressureDrop.Location  = new System.Drawing.Point(0, 40);
     this.textBoxHotSidePressureDrop.Name      = "textBoxHotSidePressureDrop";
     this.textBoxHotSidePressureDrop.Size      = new System.Drawing.Size(80, 20);
     this.textBoxHotSidePressureDrop.TabIndex  = 11;
     this.textBoxHotSidePressureDrop.Text      = "";
     this.textBoxHotSidePressureDrop.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxHotSidePressureDrop.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // HeatExchangerValuesControl
     //
     this.Controls.Add(this.textBoxTotalHeatTransfer);
     this.Controls.Add(this.textBoxColdSidePressureDrop);
     this.Controls.Add(this.textBoxHotSidePressureDrop);
     this.Name = "HeatExchangerValuesControl";
     this.Size = new System.Drawing.Size(80, 60);
     this.ResumeLayout(false);
 }
Exemplo 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.textBoxPressureDrop = new ProcessVarTextBox();
     this.textBoxHeatLoss     = new ProcessVarTextBox();
     this.textBoxHeatInput    = new ProcessVarTextBox();
     this.SuspendLayout();
     //
     // textBoxPressureDrop
     //
     this.textBoxPressureDrop.Location = new System.Drawing.Point(0, 0);
     this.textBoxPressureDrop.Name     = "textBoxPressureDrop";
     this.textBoxPressureDrop.Size     = new System.Drawing.Size(80, 20);
     this.textBoxPressureDrop.TabIndex = 4;
     this.textBoxPressureDrop.Text     = "";
     this.textBoxPressureDrop.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxHeatLoss
     //
     this.textBoxHeatLoss.Location = new System.Drawing.Point(0, 20);
     this.textBoxHeatLoss.Name     = "textBoxHeatLoss";
     this.textBoxHeatLoss.Size     = new System.Drawing.Size(80, 20);
     this.textBoxHeatLoss.TabIndex = 5;
     this.textBoxHeatLoss.Text     = "";
     this.textBoxHeatLoss.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxHeatInput
     //
     this.textBoxHeatInput.Location = new System.Drawing.Point(0, 40);
     this.textBoxHeatInput.Name     = "textBoxHeatInput";
     this.textBoxHeatInput.Size     = new System.Drawing.Size(80, 20);
     this.textBoxHeatInput.TabIndex = 6;
     this.textBoxHeatInput.Text     = "";
     this.textBoxHeatInput.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // CoolerValuesControl
     //
     this.Controls.Add(this.textBoxPressureDrop);
     this.Controls.Add(this.textBoxHeatLoss);
     this.Controls.Add(this.textBoxHeatInput);
     this.Name = "CoolerValuesControl";
     this.Size = new System.Drawing.Size(80, 60);
     this.ResumeLayout(false);
 }
Exemplo 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.textBoxPressureDrop = new ProsimoUI.ProcessVarTextBox();
     this.SuspendLayout();
     //
     // textBoxPressureDrop
     //
     this.textBoxPressureDrop.Location  = new System.Drawing.Point(0, 0);
     this.textBoxPressureDrop.Name      = "textBoxPressureDrop";
     this.textBoxPressureDrop.Size      = new System.Drawing.Size(80, 20);
     this.textBoxPressureDrop.TabIndex  = 4;
     this.textBoxPressureDrop.Text      = "";
     this.textBoxPressureDrop.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxPressureDrop.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // ValveValuesControl
     //
     this.Controls.Add(this.textBoxPressureDrop);
     this.Name   = "ValveValuesControl";
     this.Size   = new System.Drawing.Size(80, 20);
     this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     this.ResumeLayout(false);
 }
Exemplo 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.textBoxDensity             = new ProsimoUI.ProcessVarTextBox();
     this.textBoxRelativeHumidity    = new ProsimoUI.ProcessVarTextBox();
     this.textBoxDewPoint            = new ProsimoUI.ProcessVarTextBox();
     this.textBoxWetBulbTemperature  = new ProsimoUI.ProcessVarTextBox();
     this.textBoxTemperature         = new ProsimoUI.ProcessVarTextBox();
     this.textBoxSpecificHeatDryBase = new ProsimoUI.ProcessVarTextBox();
     this.textBoxEnthalpy            = new ProsimoUI.ProcessVarTextBox();
     this.textBoxHumidity            = new ProsimoUI.ProcessVarTextBox();
     this.SuspendLayout();
     //
     // textBoxDensity
     //
     this.textBoxDensity.Location = new System.Drawing.Point(0, 140);
     this.textBoxDensity.Name     = "textBoxDensity";
     this.textBoxDensity.Size     = new System.Drawing.Size(80, 20);
     this.textBoxDensity.TabIndex = 115;
     this.textBoxDensity.Text     = "";
     this.textBoxDensity.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxRelativeHumidity
     //
     this.textBoxRelativeHumidity.Location = new System.Drawing.Point(0, 80);
     this.textBoxRelativeHumidity.Name     = "textBoxRelativeHumidity";
     this.textBoxRelativeHumidity.Size     = new System.Drawing.Size(80, 20);
     this.textBoxRelativeHumidity.TabIndex = 112;
     this.textBoxRelativeHumidity.Text     = "";
     this.textBoxRelativeHumidity.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxDewPoint
     //
     this.textBoxDewPoint.Location = new System.Drawing.Point(0, 40);
     this.textBoxDewPoint.Name     = "textBoxDewPoint";
     this.textBoxDewPoint.Size     = new System.Drawing.Size(80, 20);
     this.textBoxDewPoint.TabIndex = 110;
     this.textBoxDewPoint.Text     = "";
     this.textBoxDewPoint.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxWetBulbTemperature
     //
     this.textBoxWetBulbTemperature.Location = new System.Drawing.Point(0, 20);
     this.textBoxWetBulbTemperature.Name     = "textBoxWetBulbTemperature";
     this.textBoxWetBulbTemperature.Size     = new System.Drawing.Size(80, 20);
     this.textBoxWetBulbTemperature.TabIndex = 109;
     this.textBoxWetBulbTemperature.Text     = "";
     this.textBoxWetBulbTemperature.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxTemperature
     //
     this.textBoxTemperature.Location = new System.Drawing.Point(0, 0);
     this.textBoxTemperature.Name     = "textBoxTemperature";
     this.textBoxTemperature.Size     = new System.Drawing.Size(80, 20);
     this.textBoxTemperature.TabIndex = 108;
     this.textBoxTemperature.Text     = "";
     this.textBoxTemperature.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxSpecificHeatDryBase
     //
     this.textBoxSpecificHeatDryBase.Location = new System.Drawing.Point(0, 120);
     this.textBoxSpecificHeatDryBase.Name     = "textBoxSpecificHeatDryBase";
     this.textBoxSpecificHeatDryBase.Size     = new System.Drawing.Size(80, 20);
     this.textBoxSpecificHeatDryBase.TabIndex = 114;
     this.textBoxSpecificHeatDryBase.Text     = "";
     this.textBoxSpecificHeatDryBase.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxEnthalpy
     //
     this.textBoxEnthalpy.Location = new System.Drawing.Point(0, 100);
     this.textBoxEnthalpy.Name     = "textBoxEnthalpy";
     this.textBoxEnthalpy.Size     = new System.Drawing.Size(80, 20);
     this.textBoxEnthalpy.TabIndex = 113;
     this.textBoxEnthalpy.Text     = "";
     this.textBoxEnthalpy.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxHumidity
     //
     this.textBoxHumidity.Location = new System.Drawing.Point(0, 60);
     this.textBoxHumidity.Name     = "textBoxHumidity";
     this.textBoxHumidity.Size     = new System.Drawing.Size(80, 20);
     this.textBoxHumidity.TabIndex = 111;
     this.textBoxHumidity.Text     = "";
     this.textBoxHumidity.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // HumidityChartStreamValuesControl
     //
     this.Controls.Add(this.textBoxDensity);
     this.Controls.Add(this.textBoxRelativeHumidity);
     this.Controls.Add(this.textBoxDewPoint);
     this.Controls.Add(this.textBoxWetBulbTemperature);
     this.Controls.Add(this.textBoxTemperature);
     this.Controls.Add(this.textBoxSpecificHeatDryBase);
     this.Controls.Add(this.textBoxEnthalpy);
     this.Controls.Add(this.textBoxHumidity);
     this.Name = "HumidityChartStreamValuesControl";
     this.Size = new System.Drawing.Size(80, 160);
     this.ResumeLayout(false);
 }
Exemplo 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.textBoxPressureRatio        = new ProsimoUI.ProcessVarTextBox();
     this.textBoxAdiabaticExponent    = new ProsimoUI.ProcessVarTextBox();
     this.textBoxAdiabaticEfficiency  = new ProsimoUI.ProcessVarTextBox();
     this.textBoxPolytropicExponent   = new ProsimoUI.ProcessVarTextBox();
     this.textBoxPolytropicEfficiency = new ProsimoUI.ProcessVarTextBox();
     this.textBoxPowerInput           = new ProsimoUI.ProcessVarTextBox();
     this.comboBoxCompressionProcess  = new System.Windows.Forms.ComboBox();
     this.SuspendLayout();
     //
     // textBoxPressureRatio
     //
     this.textBoxPressureRatio.Location  = new System.Drawing.Point(0, 0);
     this.textBoxPressureRatio.Name      = "textBoxPressureRatio";
     this.textBoxPressureRatio.Size      = new System.Drawing.Size(80, 20);
     this.textBoxPressureRatio.TabIndex  = 1;
     this.textBoxPressureRatio.Text      = "";
     this.textBoxPressureRatio.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxPressureRatio.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxAdiabaticExponent
     //
     this.textBoxAdiabaticExponent.Location  = new System.Drawing.Point(0, 20);
     this.textBoxAdiabaticExponent.Name      = "textBoxAdiabaticExponent";
     this.textBoxAdiabaticExponent.Size      = new System.Drawing.Size(80, 20);
     this.textBoxAdiabaticExponent.TabIndex  = 2;
     this.textBoxAdiabaticExponent.Text      = "";
     this.textBoxAdiabaticExponent.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxAdiabaticExponent.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxAdiabaticEfficiency
     //
     this.textBoxAdiabaticEfficiency.Location  = new System.Drawing.Point(0, 40);
     this.textBoxAdiabaticEfficiency.Name      = "textBoxAdiabaticEfficiency";
     this.textBoxAdiabaticEfficiency.Size      = new System.Drawing.Size(80, 20);
     this.textBoxAdiabaticEfficiency.TabIndex  = 3;
     this.textBoxAdiabaticEfficiency.Text      = "";
     this.textBoxAdiabaticEfficiency.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxAdiabaticEfficiency.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxPolytropicExponent
     //
     this.textBoxPolytropicExponent.Location  = new System.Drawing.Point(0, 60);
     this.textBoxPolytropicExponent.Name      = "textBoxPolytropicExponent";
     this.textBoxPolytropicExponent.Size      = new System.Drawing.Size(80, 20);
     this.textBoxPolytropicExponent.TabIndex  = 4;
     this.textBoxPolytropicExponent.Text      = "";
     this.textBoxPolytropicExponent.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxPolytropicExponent.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxPolytropicEfficiency
     //
     this.textBoxPolytropicEfficiency.Location  = new System.Drawing.Point(0, 80);
     this.textBoxPolytropicEfficiency.Name      = "textBoxPolytropicEfficiency";
     this.textBoxPolytropicEfficiency.Size      = new System.Drawing.Size(80, 20);
     this.textBoxPolytropicEfficiency.TabIndex  = 5;
     this.textBoxPolytropicEfficiency.Text      = "";
     this.textBoxPolytropicEfficiency.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxPolytropicEfficiency.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxPowerInput
     //
     this.textBoxPowerInput.Location  = new System.Drawing.Point(0, 100);
     this.textBoxPowerInput.Name      = "textBoxPowerInput";
     this.textBoxPowerInput.Size      = new System.Drawing.Size(80, 20);
     this.textBoxPowerInput.TabIndex  = 6;
     this.textBoxPowerInput.Text      = "";
     this.textBoxPowerInput.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxPowerInput.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // comboBoxCompressionProcess
     //
     this.comboBoxCompressionProcess.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxCompressionProcess.Items.AddRange(new object[] {
         "Isothermal",
         "Adiabatic",
         "Polytropic"
     });
     this.comboBoxCompressionProcess.Location              = new System.Drawing.Point(0, 120);
     this.comboBoxCompressionProcess.Name                  = "comboBoxCompressionProcess";
     this.comboBoxCompressionProcess.Size                  = new System.Drawing.Size(80, 21);
     this.comboBoxCompressionProcess.TabIndex              = 7;
     this.comboBoxCompressionProcess.SelectedIndexChanged += new System.EventHandler(this.comboBoxCompressionProcess_SelectedIndexChanged);
     //
     // CompressorValuesControl
     //
     this.Controls.Add(this.comboBoxCompressionProcess);
     this.Controls.Add(this.textBoxPressureRatio);
     this.Controls.Add(this.textBoxAdiabaticExponent);
     this.Controls.Add(this.textBoxAdiabaticEfficiency);
     this.Controls.Add(this.textBoxPolytropicExponent);
     this.Controls.Add(this.textBoxPolytropicEfficiency);
     this.Controls.Add(this.textBoxPowerInput);
     this.Name = "CompressorValuesControl";
     this.Size = new System.Drawing.Size(80, 140);
     this.ResumeLayout(false);
 }
Exemplo 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.panel                     = new System.Windows.Forms.Panel();
     this.panel2                    = new System.Windows.Forms.Panel();
     this.buttonOk                  = new System.Windows.Forms.Button();
     this.buttonCancel              = new System.Windows.Forms.Button();
     this.panel1                    = new System.Windows.Forms.Panel();
     this.groupBoxChooseSubstances  = new System.Windows.Forms.GroupBox();
     this.groupBoxDMComponents      = new System.Windows.Forms.GroupBox();
     this.buttonNormalize           = new System.Windows.Forms.Button();
     this.labelName                 = new System.Windows.Forms.Label();
     this.labelType                 = new System.Windows.Forms.Label();
     this.comboBoxType              = new System.Windows.Forms.ComboBox();
     this.buttonDuhringLines        = new System.Windows.Forms.Button();
     this.textBoxName               = new System.Windows.Forms.TextBox();
     this.labelMoistureSubstance    = new System.Windows.Forms.Label();
     this.comboBoxMoistureSubstance = new System.Windows.Forms.ComboBox();
     this.dmComponentsControl       = new ProsimoUI.MaterialsUI.ComponentsControl();
     this.textBoxSpecificHeat       = new ProsimoUI.ProcessVarTextBox();
     this.labelSpecificHeat         = new ProsimoUI.ProcessVarLabel();
     this.panel.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel1.SuspendLayout();
     this.groupBoxChooseSubstances.SuspendLayout();
     this.groupBoxDMComponents.SuspendLayout();
     this.SuspendLayout();
     //
     // panel
     //
     this.panel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.panel.BorderStyle  = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel.Controls.Add(this.panel2);
     this.panel.Controls.Add(this.panel1);
     this.panel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel.Location = new System.Drawing.Point(0, 0);
     this.panel.Name     = "panel";
     this.panel.Size     = new System.Drawing.Size(413, 507);
     this.panel.TabIndex = 0;
     //
     // panel2
     //
     this.panel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.panel2.Controls.Add(this.buttonOk);
     this.panel2.Controls.Add(this.buttonCancel);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(0, 461);
     this.panel2.Name     = "panel2";
     this.panel2.Padding  = new System.Windows.Forms.Padding(5);
     this.panel2.Size     = new System.Drawing.Size(409, 42);
     this.panel2.TabIndex = 119;
     //
     // buttonOk
     //
     this.buttonOk.Location = new System.Drawing.Point(212, 11);
     this.buttonOk.Name     = "buttonOk";
     this.buttonOk.Size     = new System.Drawing.Size(75, 23);
     this.buttonOk.TabIndex = 8;
     this.buttonOk.Text     = "OK";
     this.buttonOk.Click   += new System.EventHandler(this.buttonOk_Click);
     //
     // buttonCancel
     //
     this.buttonCancel.Location = new System.Drawing.Point(314, 11);
     this.buttonCancel.Name     = "buttonCancel";
     this.buttonCancel.Size     = new System.Drawing.Size(75, 23);
     this.buttonCancel.TabIndex = 9;
     this.buttonCancel.Text     = "Cancel";
     this.buttonCancel.Click   += new System.EventHandler(this.buttonCancel_Click);
     //
     // panel1
     //
     this.panel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.panel1.Controls.Add(this.groupBoxChooseSubstances);
     this.panel1.Controls.Add(this.labelName);
     this.panel1.Controls.Add(this.textBoxSpecificHeat);
     this.panel1.Controls.Add(this.labelType);
     this.panel1.Controls.Add(this.labelSpecificHeat);
     this.panel1.Controls.Add(this.comboBoxType);
     this.panel1.Controls.Add(this.buttonDuhringLines);
     this.panel1.Controls.Add(this.textBoxName);
     this.panel1.Controls.Add(this.labelMoistureSubstance);
     this.panel1.Controls.Add(this.comboBoxMoistureSubstance);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(409, 503);
     this.panel1.TabIndex = 118;
     //
     // groupBoxChooseSubstances
     //
     this.groupBoxChooseSubstances.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.groupBoxChooseSubstances.Controls.Add(this.groupBoxDMComponents);
     this.groupBoxChooseSubstances.Location = new System.Drawing.Point(16, 139);
     this.groupBoxChooseSubstances.Name     = "groupBoxChooseSubstances";
     this.groupBoxChooseSubstances.Size     = new System.Drawing.Size(380, 316);
     this.groupBoxChooseSubstances.TabIndex = 6;
     this.groupBoxChooseSubstances.TabStop  = false;
     //
     // groupBoxDMComponents
     //
     this.groupBoxDMComponents.Controls.Add(this.buttonNormalize);
     this.groupBoxDMComponents.Controls.Add(this.dmComponentsControl);
     this.groupBoxDMComponents.Location = new System.Drawing.Point(6, 19);
     this.groupBoxDMComponents.Name     = "groupBoxDMComponents";
     this.groupBoxDMComponents.Size     = new System.Drawing.Size(367, 294);
     this.groupBoxDMComponents.TabIndex = 1;
     this.groupBoxDMComponents.TabStop  = false;
     this.groupBoxDMComponents.Text     = "Drying Material Components";
     //
     // buttonNormalize
     //
     this.buttonNormalize.Location = new System.Drawing.Point(192, 252);
     this.buttonNormalize.Name     = "buttonNormalize";
     this.buttonNormalize.Size     = new System.Drawing.Size(75, 23);
     this.buttonNormalize.TabIndex = 1;
     this.buttonNormalize.Text     = "Normalize";
     this.buttonNormalize.Click   += new System.EventHandler(this.buttonNormalize_Click);
     //
     // labelName
     //
     this.labelName.Location  = new System.Drawing.Point(8, 16);
     this.labelName.Name      = "labelName";
     this.labelName.Size      = new System.Drawing.Size(44, 16);
     this.labelName.TabIndex  = 0;
     this.labelName.Text      = "Name:";
     this.labelName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelType
     //
     this.labelType.Location  = new System.Drawing.Point(13, 45);
     this.labelType.Name      = "labelType";
     this.labelType.Size      = new System.Drawing.Size(35, 21);
     this.labelType.TabIndex  = 2;
     this.labelType.Text      = "Type:";
     this.labelType.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboBoxType
     //
     this.comboBoxType.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxType.FormattingEnabled = true;
     this.comboBoxType.Location          = new System.Drawing.Point(88, 45);
     this.comboBoxType.Name                  = "comboBoxType";
     this.comboBoxType.Size                  = new System.Drawing.Size(167, 21);
     this.comboBoxType.TabIndex              = 4;
     this.comboBoxType.SelectedIndexChanged += new System.EventHandler(this.comboBoxType_SelectedIndexChanged);
     //
     // buttonDuhringLines
     //
     this.buttonDuhringLines.Location = new System.Drawing.Point(293, 78);
     this.buttonDuhringLines.Name     = "buttonDuhringLines";
     this.buttonDuhringLines.Size     = new System.Drawing.Size(96, 23);
     this.buttonDuhringLines.TabIndex = 7;
     this.buttonDuhringLines.Text     = "Duhring Lines";
     this.buttonDuhringLines.Click   += new System.EventHandler(this.buttonDuhringLines_Click);
     //
     // textBoxName
     //
     this.textBoxName.Location = new System.Drawing.Point(88, 12);
     this.textBoxName.Name     = "textBoxName";
     this.textBoxName.Size     = new System.Drawing.Size(210, 20);
     this.textBoxName.TabIndex = 3;
     //
     // labelMoistureSubstance
     //
     this.labelMoistureSubstance.Location  = new System.Drawing.Point(13, 80);
     this.labelMoistureSubstance.Name      = "labelMoistureSubstance";
     this.labelMoistureSubstance.Size      = new System.Drawing.Size(59, 21);
     this.labelMoistureSubstance.TabIndex  = 1;
     this.labelMoistureSubstance.Text      = "Moisture:";
     this.labelMoistureSubstance.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // comboBoxMoistureSubstance
     //
     this.comboBoxMoistureSubstance.DropDownHeight    = 160;
     this.comboBoxMoistureSubstance.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxMoistureSubstance.FormattingEnabled = true;
     this.comboBoxMoistureSubstance.IntegralHeight    = false;
     this.comboBoxMoistureSubstance.Location          = new System.Drawing.Point(88, 80);
     this.comboBoxMoistureSubstance.Name                  = "comboBoxMoistureSubstance";
     this.comboBoxMoistureSubstance.Size                  = new System.Drawing.Size(167, 21);
     this.comboBoxMoistureSubstance.TabIndex              = 5;
     this.comboBoxMoistureSubstance.SelectedIndexChanged += new System.EventHandler(this.comboBoxMoistureSubstance_SelectedIndexChanged);
     //
     // dmComponentsControl
     //
     this.dmComponentsControl.Location = new System.Drawing.Point(8, 20);
     this.dmComponentsControl.Name     = "dmComponentsControl";
     this.dmComponentsControl.Size     = new System.Drawing.Size(267, 216);
     this.dmComponentsControl.TabIndex = 0;
     //
     // textBoxSpecificHeat
     //
     this.textBoxSpecificHeat.Location  = new System.Drawing.Point(266, 116);
     this.textBoxSpecificHeat.Name      = "textBoxSpecificHeat";
     this.textBoxSpecificHeat.Size      = new System.Drawing.Size(123, 20);
     this.textBoxSpecificHeat.TabIndex  = 117;
     this.textBoxSpecificHeat.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxSpecificHeat.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.textBoxSpecificHeat_KeyUp);
     //
     // labelSpecificHeat
     //
     this.labelSpecificHeat.AutoSize    = true;
     this.labelSpecificHeat.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.labelSpecificHeat.Location    = new System.Drawing.Point(16, 116);
     this.labelSpecificHeat.Name        = "labelSpecificHeat";
     this.labelSpecificHeat.Size        = new System.Drawing.Size(70, 15);
     this.labelSpecificHeat.TabIndex    = 116;
     this.labelSpecificHeat.Text        = "SpecificHeat";
     this.labelSpecificHeat.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // AddOrEditDryingMaterialForm
     //
     this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ClientSize   = new System.Drawing.Size(413, 507);
     this.Controls.Add(this.panel);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "AddOrEditDryingMaterialForm";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "New Drying Material";
     this.panel.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.groupBoxChooseSubstances.ResumeLayout(false);
     this.groupBoxDMComponents.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo 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.textBoxPressureDrop = new ProsimoUI.ProcessVarTextBox();
     this.textBoxMassFlowRateOfParticleLostToGasOutlet = new ProsimoUI.ProcessVarTextBox();
     this.textBoxInletParticleLoading  = new ProsimoUI.ProcessVarTextBox();
     this.textBoxCollectionEfficiency  = new ProsimoUI.ProcessVarTextBox();
     this.textBoxOutletParticleLoading = new ProsimoUI.ProcessVarTextBox();
     this.SuspendLayout();
     //
     // textBoxPressureDrop
     //
     this.textBoxPressureDrop.Location  = new System.Drawing.Point(0, 0);
     this.textBoxPressureDrop.Name      = "textBoxPressureDrop";
     this.textBoxPressureDrop.Size      = new System.Drawing.Size(80, 20);
     this.textBoxPressureDrop.TabIndex  = 1;
     this.textBoxPressureDrop.Text      = "";
     this.textBoxPressureDrop.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxPressureDrop.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxMassFlowRateOfParticleLostToGasOutlet
     //
     this.textBoxMassFlowRateOfParticleLostToGasOutlet.Location  = new System.Drawing.Point(0, 80);
     this.textBoxMassFlowRateOfParticleLostToGasOutlet.Name      = "textBoxMassFlowRateOfParticleLostToGasOutlet";
     this.textBoxMassFlowRateOfParticleLostToGasOutlet.Size      = new System.Drawing.Size(80, 20);
     this.textBoxMassFlowRateOfParticleLostToGasOutlet.TabIndex  = 5;
     this.textBoxMassFlowRateOfParticleLostToGasOutlet.Text      = "";
     this.textBoxMassFlowRateOfParticleLostToGasOutlet.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxMassFlowRateOfParticleLostToGasOutlet.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.Text      = "";
     this.textBoxInletParticleLoading.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxInletParticleLoading.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.Text      = "";
     this.textBoxCollectionEfficiency.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxCollectionEfficiency.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.Text      = "";
     this.textBoxOutletParticleLoading.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxOutletParticleLoading.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // CycloneValuesControl
     //
     this.Controls.Add(this.textBoxOutletParticleLoading);
     this.Controls.Add(this.textBoxPressureDrop);
     this.Controls.Add(this.textBoxMassFlowRateOfParticleLostToGasOutlet);
     this.Controls.Add(this.textBoxInletParticleLoading);
     this.Controls.Add(this.textBoxCollectionEfficiency);
     this.Name = "CycloneValuesControl";
     this.Size = new System.Drawing.Size(80, 100);
     this.ResumeLayout(false);
 }
Exemplo 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.textBoxBagDiameter  = new ProsimoUI.ProcessVarTextBox();
     this.textBoxBagLength    = new ProsimoUI.ProcessVarTextBox();
     this.textBoxNumberOfBags = new ProsimoUI.ProcessVarTextBox();
     this.SuspendLayout();
     //
     // textBoxPressureDrop
     //
     this.textBoxPressureDrop.Name = "textBoxPressureDrop";
     //
     // textBoxCollectionEfficiency
     //
     this.textBoxCollectionEfficiency.Name = "textBoxCollectionEfficiency";
     //
     // textBoxGasToClothRatio
     //
     this.textBoxGasToClothRatio.Name = "textBoxGasToClothRatio";
     //
     // textBoxTotalFilteringArea
     //
     this.textBoxTotalFilteringArea.Name = "textBoxTotalFilteringArea";
     //
     // textBoxInletParticleLoading
     //
     this.textBoxInletParticleLoading.Name = "textBoxInletParticleLoading";
     //
     // textBoxOutletParticleLoading
     //
     this.textBoxOutletParticleLoading.Name = "textBoxOutletParticleLoading";
     //
     // textBoxParticleCollectionRate
     //
     this.textBoxParticleCollectionRate.Name = "textBoxParticleCollectionRate";
     //
     // textBoxMassFlowRateOfParticleLostToGasOutlet
     //
     this.textBoxMassFlowRateOfParticleLostToGasOutlet.Name = "textBoxMassFlowRateOfParticleLostToGasOutlet";
     //
     // textBoxBagDiameter
     //
     this.textBoxBagDiameter.Location  = new System.Drawing.Point(0, 160);
     this.textBoxBagDiameter.Name      = "textBoxBagDiameter";
     this.textBoxBagDiameter.Size      = new System.Drawing.Size(80, 20);
     this.textBoxBagDiameter.TabIndex  = 10;
     this.textBoxBagDiameter.Text      = "";
     this.textBoxBagDiameter.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxBagDiameter.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxBagLength
     //
     this.textBoxBagLength.Location  = new System.Drawing.Point(0, 180);
     this.textBoxBagLength.Name      = "textBoxBagLength";
     this.textBoxBagLength.Size      = new System.Drawing.Size(80, 20);
     this.textBoxBagLength.TabIndex  = 11;
     this.textBoxBagLength.Text      = "";
     this.textBoxBagLength.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxBagLength.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxNumberOfBags
     //
     this.textBoxNumberOfBags.Location  = new System.Drawing.Point(0, 200);
     this.textBoxNumberOfBags.Name      = "textBoxNumberOfBags";
     this.textBoxNumberOfBags.Size      = new System.Drawing.Size(80, 20);
     this.textBoxNumberOfBags.TabIndex  = 12;
     this.textBoxNumberOfBags.Text      = "";
     this.textBoxNumberOfBags.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxNumberOfBags.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // BagFilterValuesControl
     //
     this.Controls.Add(this.textBoxBagDiameter);
     this.Controls.Add(this.textBoxBagLength);
     this.Controls.Add(this.textBoxNumberOfBags);
     this.Name = "BagFilterValuesControl";
     this.Size = new System.Drawing.Size(80, 220);
     this.Controls.SetChildIndex(this.textBoxNumberOfBags, 0);
     this.Controls.SetChildIndex(this.textBoxBagLength, 0);
     this.Controls.SetChildIndex(this.textBoxBagDiameter, 0);
     this.Controls.SetChildIndex(this.textBoxTotalFilteringArea, 0);
     this.Controls.SetChildIndex(this.textBoxGasToClothRatio, 0);
     this.Controls.SetChildIndex(this.textBoxCollectionEfficiency, 0);
     this.Controls.SetChildIndex(this.textBoxParticleCollectionRate, 0);
     this.Controls.SetChildIndex(this.textBoxInletParticleLoading, 0);
     this.Controls.SetChildIndex(this.textBoxPressureDrop, 0);
     this.Controls.SetChildIndex(this.textBoxOutletParticleLoading, 0);
     this.Controls.SetChildIndex(this.textBoxMassFlowRateOfParticleLostToGasOutlet, 0);
     this.ResumeLayout(false);
 }
Exemplo 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.textBoxDensity        = new ProsimoUI.ProcessVarTextBox();
     this.textBoxTemperature    = new ProsimoUI.ProcessVarTextBox();
     this.textBoxPressure       = new ProsimoUI.ProcessVarTextBox();
     this.textBoxSpecificHeat   = new ProsimoUI.ProcessVarTextBox();
     this.textBoxMassFlowRate   = new ProsimoUI.ProcessVarTextBox();
     this.textBoxVaporFraction  = new ProsimoUI.ProcessVarTextBox();
     this.textBoxEnthalpy       = new ProsimoUI.ProcessVarTextBox();
     this.textBoxVolumeFlowRate = new ProsimoUI.ProcessVarTextBox();
     this.SuspendLayout();
     //
     // textBoxDensity
     //
     this.textBoxDensity.Location  = new System.Drawing.Point(0, 140);
     this.textBoxDensity.Name      = "textBoxDensity";
     this.textBoxDensity.Size      = new System.Drawing.Size(80, 20);
     this.textBoxDensity.TabIndex  = 115;
     this.textBoxDensity.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxDensity.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxTemperature
     //
     this.textBoxTemperature.Location  = new System.Drawing.Point(0, 60);
     this.textBoxTemperature.Name      = "textBoxTemperature";
     this.textBoxTemperature.Size      = new System.Drawing.Size(80, 20);
     this.textBoxTemperature.TabIndex  = 108;
     this.textBoxTemperature.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxTemperature.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxPressure
     //
     this.textBoxPressure.Location  = new System.Drawing.Point(0, 40);
     this.textBoxPressure.Name      = "textBoxPressure";
     this.textBoxPressure.Size      = new System.Drawing.Size(80, 20);
     this.textBoxPressure.TabIndex  = 107;
     this.textBoxPressure.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxPressure.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxSpecificHeat
     //
     this.textBoxSpecificHeat.Location  = new System.Drawing.Point(0, 120);
     this.textBoxSpecificHeat.Name      = "textBoxSpecificHeat";
     this.textBoxSpecificHeat.Size      = new System.Drawing.Size(80, 20);
     this.textBoxSpecificHeat.TabIndex  = 114;
     this.textBoxSpecificHeat.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxSpecificHeat.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxMassFlowRate
     //
     this.textBoxMassFlowRate.Location  = new System.Drawing.Point(0, 0);
     this.textBoxMassFlowRate.Name      = "textBoxMassFlowRate";
     this.textBoxMassFlowRate.Size      = new System.Drawing.Size(80, 20);
     this.textBoxMassFlowRate.TabIndex  = 105;
     this.textBoxMassFlowRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxMassFlowRate.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxEnthalpy
     //
     this.textBoxEnthalpy.Location  = new System.Drawing.Point(0, 100);
     this.textBoxEnthalpy.Name      = "textBoxEnthalpy";
     this.textBoxEnthalpy.Size      = new System.Drawing.Size(80, 20);
     this.textBoxEnthalpy.TabIndex  = 113;
     this.textBoxEnthalpy.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxEnthalpy.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxVaporFraction
     //
     this.textBoxVaporFraction.Location  = new System.Drawing.Point(0, 80);
     this.textBoxVaporFraction.Name      = "textBoxVaporFraction";
     this.textBoxVaporFraction.Size      = new System.Drawing.Size(80, 20);
     this.textBoxVaporFraction.TabIndex  = 113;
     this.textBoxVaporFraction.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxVaporFraction.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxVolumeFlowRate
     //
     this.textBoxVolumeFlowRate.Location  = new System.Drawing.Point(0, 20);
     this.textBoxVolumeFlowRate.Name      = "textBoxVolumeFlowRate";
     this.textBoxVolumeFlowRate.Size      = new System.Drawing.Size(80, 20);
     this.textBoxVolumeFlowRate.TabIndex  = 106;
     this.textBoxVolumeFlowRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxVolumeFlowRate.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // WaterStreamValuesControl
     //
     this.Controls.Add(this.textBoxDensity);
     this.Controls.Add(this.textBoxTemperature);
     this.Controls.Add(this.textBoxPressure);
     this.Controls.Add(this.textBoxSpecificHeat);
     this.Controls.Add(this.textBoxMassFlowRate);
     this.Controls.Add(this.textBoxVaporFraction);
     this.Controls.Add(this.textBoxEnthalpy);
     this.Controls.Add(this.textBoxVolumeFlowRate);
     this.Name = "WaterStreamValuesControl";
     this.Size = new System.Drawing.Size(80, 160);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 14
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();
 }
Exemplo n.º 15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.labelHook                        = new System.Windows.Forms.Label();
     this.textBoxConcentration             = new ProsimoUI.ProcessVarTextBox();
     this.textBoxStartSolventBoilingPoint  = new ProsimoUI.ProcessVarTextBox();
     this.textBoxStartSolutionBoilingPoint = new ProsimoUI.ProcessVarTextBox();
     this.textBoxEndSolventBoilingPoint    = new ProsimoUI.ProcessVarTextBox();
     this.textBoxEndSolutionBoilingPoint   = new ProsimoUI.ProcessVarTextBox();
     this.SuspendLayout();
     //
     // labelHook
     //
     this.labelHook.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.labelHook.ForeColor   = System.Drawing.Color.DarkGray;
     this.labelHook.Location    = new System.Drawing.Point(0, 0);
     this.labelHook.Name        = "labelHook";
     this.labelHook.Size        = new System.Drawing.Size(60, 20);
     this.labelHook.TabIndex    = 0;
     this.labelHook.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.labelHook.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.labelHook_MouseDown);
     //
     // textBoxConcentration
     //
     this.textBoxConcentration.Location  = new System.Drawing.Point(60, 0);
     this.textBoxConcentration.Name      = "textBoxConcentration";
     this.textBoxConcentration.Size      = new System.Drawing.Size(90, 20);
     this.textBoxConcentration.TabIndex  = 1;
     this.textBoxConcentration.Text      = "";
     this.textBoxConcentration.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxConcentration.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpEventHandler);
     //
     // textBoxStartSolventBoilingPoint
     //
     this.textBoxStartSolventBoilingPoint.Location  = new System.Drawing.Point(150, 0);
     this.textBoxStartSolventBoilingPoint.Name      = "textBoxStartSolventBoilingPoint";
     this.textBoxStartSolventBoilingPoint.Size      = new System.Drawing.Size(90, 20);
     this.textBoxStartSolventBoilingPoint.TabIndex  = 2;
     this.textBoxStartSolventBoilingPoint.Text      = "";
     this.textBoxStartSolventBoilingPoint.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxStartSolventBoilingPoint.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpEventHandler);
     //
     // textBoxStartSolutionBoilingPoint
     //
     this.textBoxStartSolutionBoilingPoint.Location  = new System.Drawing.Point(240, 0);
     this.textBoxStartSolutionBoilingPoint.Name      = "textBoxStartSolutionBoilingPoint";
     this.textBoxStartSolutionBoilingPoint.Size      = new System.Drawing.Size(90, 20);
     this.textBoxStartSolutionBoilingPoint.TabIndex  = 3;
     this.textBoxStartSolutionBoilingPoint.Text      = "";
     this.textBoxStartSolutionBoilingPoint.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxStartSolutionBoilingPoint.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpEventHandler);
     //
     // textBoxEndSolventBoilingPoint
     //
     this.textBoxEndSolventBoilingPoint.Location  = new System.Drawing.Point(330, 0);
     this.textBoxEndSolventBoilingPoint.Name      = "textBoxEndSolventBoilingPoint";
     this.textBoxEndSolventBoilingPoint.Size      = new System.Drawing.Size(90, 20);
     this.textBoxEndSolventBoilingPoint.TabIndex  = 4;
     this.textBoxEndSolventBoilingPoint.Text      = "";
     this.textBoxEndSolventBoilingPoint.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxEndSolventBoilingPoint.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpEventHandler);
     //
     // textBoxEndSolutionBoilingPoint
     //
     this.textBoxEndSolutionBoilingPoint.Location  = new System.Drawing.Point(420, 0);
     this.textBoxEndSolutionBoilingPoint.Name      = "textBoxEndSolutionBoilingPoint";
     this.textBoxEndSolutionBoilingPoint.Size      = new System.Drawing.Size(90, 20);
     this.textBoxEndSolutionBoilingPoint.TabIndex  = 5;
     this.textBoxEndSolutionBoilingPoint.Text      = "";
     this.textBoxEndSolutionBoilingPoint.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxEndSolutionBoilingPoint.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpEventHandler);
     //
     // DuhringLineControl
     //
     this.Controls.Add(this.textBoxEndSolventBoilingPoint);
     this.Controls.Add(this.textBoxStartSolutionBoilingPoint);
     this.Controls.Add(this.textBoxStartSolventBoilingPoint);
     this.Controls.Add(this.textBoxConcentration);
     this.Controls.Add(this.textBoxEndSolutionBoilingPoint);
     this.Controls.Add(this.labelHook);
     this.Name = "DuhringLineControl";
     this.Size = new System.Drawing.Size(510, 20);
     this.ResumeLayout(false);
 }
Exemplo n.º 16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.textBoxDensity        = new ProcessVarTextBox();
     this.textBoxTemperature    = new ProcessVarTextBox();
     this.textBoxPressure       = new ProcessVarTextBox();
     this.textBoxSpecificHeat   = new ProcessVarTextBox();
     this.textBoxMassFlowRate   = new ProcessVarTextBox();
     this.textBoxEnthalpy       = new ProcessVarTextBox();
     this.textBoxVolumeFlowRate = new ProcessVarTextBox();
     this.SuspendLayout();
     //
     // textBoxDensity
     //
     this.textBoxDensity.Location = new System.Drawing.Point(0, 220);
     this.textBoxDensity.Name     = "textBoxDensity";
     this.textBoxDensity.Size     = new System.Drawing.Size(80, 20);
     this.textBoxDensity.TabIndex = 115;
     this.textBoxDensity.Text     = "";
     this.textBoxDensity.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxTemperature
     //
     this.textBoxTemperature.Location = new System.Drawing.Point(0, 80);
     this.textBoxTemperature.Name     = "textBoxTemperature";
     this.textBoxTemperature.Size     = new System.Drawing.Size(80, 20);
     this.textBoxTemperature.TabIndex = 108;
     this.textBoxTemperature.Text     = "";
     this.textBoxTemperature.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxPressure
     //
     this.textBoxPressure.Location = new System.Drawing.Point(0, 60);
     this.textBoxPressure.Name     = "textBoxPressure";
     this.textBoxPressure.Size     = new System.Drawing.Size(80, 20);
     this.textBoxPressure.TabIndex = 107;
     this.textBoxPressure.Text     = "";
     this.textBoxPressure.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxSpecificHeat
     //
     this.textBoxSpecificHeat.Location = new System.Drawing.Point(0, 200);
     this.textBoxSpecificHeat.Name     = "textBoxSpecificHeat";
     this.textBoxSpecificHeat.Size     = new System.Drawing.Size(80, 20);
     this.textBoxSpecificHeat.TabIndex = 114;
     this.textBoxSpecificHeat.Text     = "";
     this.textBoxSpecificHeat.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxMassFlowRate
     //
     this.textBoxMassFlowRate.Location = new System.Drawing.Point(0, 20);
     this.textBoxMassFlowRate.Name     = "textBoxMassFlowRate";
     this.textBoxMassFlowRate.Size     = new System.Drawing.Size(80, 20);
     this.textBoxMassFlowRate.TabIndex = 105;
     this.textBoxMassFlowRate.Text     = "";
     this.textBoxMassFlowRate.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxEnthalpy
     //
     this.textBoxEnthalpy.Location = new System.Drawing.Point(0, 180);
     this.textBoxEnthalpy.Name     = "textBoxEnthalpy";
     this.textBoxEnthalpy.Size     = new System.Drawing.Size(80, 20);
     this.textBoxEnthalpy.TabIndex = 113;
     this.textBoxEnthalpy.Text     = "";
     this.textBoxEnthalpy.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxVolumeFlowRate
     //
     this.textBoxVolumeFlowRate.Location = new System.Drawing.Point(0, 40);
     this.textBoxVolumeFlowRate.Name     = "textBoxVolumeFlowRate";
     this.textBoxVolumeFlowRate.Size     = new System.Drawing.Size(80, 20);
     this.textBoxVolumeFlowRate.TabIndex = 106;
     this.textBoxVolumeFlowRate.Text     = "";
     this.textBoxVolumeFlowRate.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // ProcessStreamValuesControl
     //
     this.Controls.Add(this.textBoxDensity);
     this.Controls.Add(this.textBoxTemperature);
     this.Controls.Add(this.textBoxPressure);
     this.Controls.Add(this.textBoxSpecificHeat);
     this.Controls.Add(this.textBoxMassFlowRate);
     this.Controls.Add(this.textBoxEnthalpy);
     this.Controls.Add(this.textBoxVolumeFlowRate);
     this.Name = "ProcessStreamValuesControl";
     this.Size = new System.Drawing.Size(80, 240);
     this.ResumeLayout(false);
 }
Exemplo n.º 17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.textBoxCapacity = new ProsimoUI.ProcessVarTextBox();
     this.textBoxDischargeFrictionHead = new ProsimoUI.ProcessVarTextBox();
     this.textBoxEfficiency            = new ProsimoUI.ProcessVarTextBox();
     this.textBoxPowerInput            = new ProsimoUI.ProcessVarTextBox();
     this.textBoxStaticDischargeHead   = new ProsimoUI.ProcessVarTextBox();
     this.textBoxStaticSuctionHead     = new ProsimoUI.ProcessVarTextBox();
     this.textBoxSuctionFrictionHead   = new ProsimoUI.ProcessVarTextBox();
     this.textBoxTotalDynamicHead      = new ProsimoUI.ProcessVarTextBox();
     this.SuspendLayout();
     //
     // textBoxCapacity
     //
     this.textBoxCapacity.Location  = new System.Drawing.Point(0, 0);
     this.textBoxCapacity.Name      = "textBoxCapacity";
     this.textBoxCapacity.Size      = new System.Drawing.Size(80, 20);
     this.textBoxCapacity.TabIndex  = 1;
     this.textBoxCapacity.Text      = "";
     this.textBoxCapacity.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxCapacity.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxDischargeFrictionHead
     //
     this.textBoxDischargeFrictionHead.Location  = new System.Drawing.Point(0, 80);
     this.textBoxDischargeFrictionHead.Name      = "textBoxDischargeFrictionHead";
     this.textBoxDischargeFrictionHead.Size      = new System.Drawing.Size(80, 20);
     this.textBoxDischargeFrictionHead.TabIndex  = 5;
     this.textBoxDischargeFrictionHead.Text      = "";
     this.textBoxDischargeFrictionHead.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxDischargeFrictionHead.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxEfficiency
     //
     this.textBoxEfficiency.Location  = new System.Drawing.Point(0, 120);
     this.textBoxEfficiency.Name      = "textBoxEfficiency";
     this.textBoxEfficiency.Size      = new System.Drawing.Size(80, 20);
     this.textBoxEfficiency.TabIndex  = 7;
     this.textBoxEfficiency.Text      = "";
     this.textBoxEfficiency.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxEfficiency.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxPowerInput
     //
     this.textBoxPowerInput.Location  = new System.Drawing.Point(0, 140);
     this.textBoxPowerInput.Name      = "textBoxPowerInput";
     this.textBoxPowerInput.Size      = new System.Drawing.Size(80, 20);
     this.textBoxPowerInput.TabIndex  = 8;
     this.textBoxPowerInput.Text      = "";
     this.textBoxPowerInput.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxPowerInput.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxStaticDischargeHead
     //
     this.textBoxStaticDischargeHead.Location  = new System.Drawing.Point(0, 60);
     this.textBoxStaticDischargeHead.Name      = "textBoxStaticDischargeHead";
     this.textBoxStaticDischargeHead.Size      = new System.Drawing.Size(80, 20);
     this.textBoxStaticDischargeHead.TabIndex  = 4;
     this.textBoxStaticDischargeHead.Text      = "";
     this.textBoxStaticDischargeHead.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxStaticDischargeHead.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxStaticSuctionHead
     //
     this.textBoxStaticSuctionHead.Location  = new System.Drawing.Point(0, 20);
     this.textBoxStaticSuctionHead.Name      = "textBoxStaticSuctionHead";
     this.textBoxStaticSuctionHead.Size      = new System.Drawing.Size(80, 20);
     this.textBoxStaticSuctionHead.TabIndex  = 2;
     this.textBoxStaticSuctionHead.Text      = "";
     this.textBoxStaticSuctionHead.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxStaticSuctionHead.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxSuctionFrictionHead
     //
     this.textBoxSuctionFrictionHead.Location  = new System.Drawing.Point(0, 40);
     this.textBoxSuctionFrictionHead.Name      = "textBoxSuctionFrictionHead";
     this.textBoxSuctionFrictionHead.Size      = new System.Drawing.Size(80, 20);
     this.textBoxSuctionFrictionHead.TabIndex  = 3;
     this.textBoxSuctionFrictionHead.Text      = "";
     this.textBoxSuctionFrictionHead.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxSuctionFrictionHead.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxTotalDynamicHead
     //
     this.textBoxTotalDynamicHead.Location  = new System.Drawing.Point(0, 100);
     this.textBoxTotalDynamicHead.Name      = "textBoxTotalDynamicHead";
     this.textBoxTotalDynamicHead.Size      = new System.Drawing.Size(80, 20);
     this.textBoxTotalDynamicHead.TabIndex  = 6;
     this.textBoxTotalDynamicHead.Text      = "";
     this.textBoxTotalDynamicHead.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxTotalDynamicHead.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // PumpValuesControl
     //
     this.Controls.Add(this.textBoxCapacity);
     this.Controls.Add(this.textBoxDischargeFrictionHead);
     this.Controls.Add(this.textBoxEfficiency);
     this.Controls.Add(this.textBoxPowerInput);
     this.Controls.Add(this.textBoxStaticDischargeHead);
     this.Controls.Add(this.textBoxStaticSuctionHead);
     this.Controls.Add(this.textBoxSuctionFrictionHead);
     this.Controls.Add(this.textBoxTotalDynamicHead);
     this.Name = "PumpValuesControl";
     this.Size = new System.Drawing.Size(80, 160);
     this.ResumeLayout(false);
 }
Exemplo n.º 18
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.textBoxPressureDrop           = new ProsimoUI.ProcessVarTextBox();
     this.textBoxInletParticleLoading   = new ProsimoUI.ProcessVarTextBox();
     this.textBoxOutletParticleLoading  = new ProsimoUI.ProcessVarTextBox();
     this.textBoxParticleCollectionRate = new ProsimoUI.ProcessVarTextBox();
     this.textBoxCollectionEfficiency   = new ProsimoUI.ProcessVarTextBox();
     this.textBoxDriftVelocity          = new ProsimoUI.ProcessVarTextBox();
     this.textBoxTotalSurfaceArea       = new ProsimoUI.ProcessVarTextBox();
     this.textBoxMassFlowRateOfParticleLostToGasOutlet = new ProsimoUI.ProcessVarTextBox();
     this.SuspendLayout();
     //
     // textBoxPressureDrop
     //
     this.textBoxPressureDrop.Location  = new System.Drawing.Point(0, 0);
     this.textBoxPressureDrop.Name      = "textBoxPressureDrop";
     this.textBoxPressureDrop.Size      = new System.Drawing.Size(80, 20);
     this.textBoxPressureDrop.TabIndex  = 1;
     this.textBoxPressureDrop.Text      = "";
     this.textBoxPressureDrop.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxPressureDrop.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.Text      = "";
     this.textBoxInletParticleLoading.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxInletParticleLoading.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.Text      = "";
     this.textBoxOutletParticleLoading.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxOutletParticleLoading.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.Text      = "";
     this.textBoxParticleCollectionRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxParticleCollectionRate.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.Text      = "";
     this.textBoxCollectionEfficiency.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxCollectionEfficiency.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxDriftVelocity
     //
     this.textBoxDriftVelocity.Location  = new System.Drawing.Point(0, 120);
     this.textBoxDriftVelocity.Name      = "textBoxDriftVelocity";
     this.textBoxDriftVelocity.Size      = new System.Drawing.Size(80, 20);
     this.textBoxDriftVelocity.TabIndex  = 7;
     this.textBoxDriftVelocity.Text      = "";
     this.textBoxDriftVelocity.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxDriftVelocity.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxTotalSurfaceArea
     //
     this.textBoxTotalSurfaceArea.Location  = new System.Drawing.Point(0, 140);
     this.textBoxTotalSurfaceArea.Name      = "textBoxTotalSurfaceArea";
     this.textBoxTotalSurfaceArea.Size      = new System.Drawing.Size(80, 20);
     this.textBoxTotalSurfaceArea.TabIndex  = 8;
     this.textBoxTotalSurfaceArea.Text      = "";
     this.textBoxTotalSurfaceArea.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxTotalSurfaceArea.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.Text      = "";
     this.textBoxMassFlowRateOfParticleLostToGasOutlet.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxMassFlowRateOfParticleLostToGasOutlet.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // ElectrostaticPrecipitatorValuesControl
     //
     this.Controls.Add(this.textBoxMassFlowRateOfParticleLostToGasOutlet);
     this.Controls.Add(this.textBoxTotalSurfaceArea);
     this.Controls.Add(this.textBoxDriftVelocity);
     this.Controls.Add(this.textBoxCollectionEfficiency);
     this.Controls.Add(this.textBoxParticleCollectionRate);
     this.Controls.Add(this.textBoxPressureDrop);
     this.Controls.Add(this.textBoxInletParticleLoading);
     this.Controls.Add(this.textBoxOutletParticleLoading);
     this.Name = "ElectrostaticPrecipitatorValuesControl";
     this.Size = new System.Drawing.Size(80, 160);
     this.ResumeLayout(false);
 }
Exemplo n.º 19
0
 /// <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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HumidityChartForm));
     this.mainMenu                       = new System.Windows.Forms.MainMenu(this.components);
     this.menuItemClose                  = new System.Windows.Forms.MenuItem();
     this.textBoxPressureValue           = new ProsimoUI.ProcessVarTextBox();
     this.labelPressureName              = new ProsimoUI.ProcessVarLabel();
     this.radioButtonProcess             = new System.Windows.Forms.RadioButton();
     this.radioButtonState               = new System.Windows.Forms.RadioButton();
     this.groupBoxHumidityChartType      = new System.Windows.Forms.GroupBox();
     this.groupBoxHumidityChartParameter = new System.Windows.Forms.GroupBox();
     this.plotCtrl                       = new ProsimoUI.Plots.HCPlotControl();
     this.panel = new System.Windows.Forms.Panel();
     this.groupBoxHumidityChartType.SuspendLayout();
     this.groupBoxHumidityChartParameter.SuspendLayout();
     this.panel.SuspendLayout();
     this.SuspendLayout();
     //
     // mainMenu
     //
     this.mainMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItemClose
     });
     //
     // menuItemClose
     //
     this.menuItemClose.Index  = 0;
     this.menuItemClose.Text   = "Close";
     this.menuItemClose.Click += new System.EventHandler(this.menuItemClose_Click);
     //
     // textBoxPressureValue
     //
     this.textBoxPressureValue.Location  = new System.Drawing.Point(268, 24);
     this.textBoxPressureValue.Name      = "textBoxPressureValue";
     this.textBoxPressureValue.Size      = new System.Drawing.Size(80, 20);
     this.textBoxPressureValue.TabIndex  = 10;
     this.textBoxPressureValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxPressureValue.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.textBoxPressureValue_KeyUp);
     //
     // labelPressureName
     //
     this.labelPressureName.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.labelPressureName.Location    = new System.Drawing.Point(4, 24);
     this.labelPressureName.Name        = "labelPressureName";
     this.labelPressureName.Size        = new System.Drawing.Size(266, 20);
     this.labelPressureName.TabIndex    = 9;
     this.labelPressureName.Text        = "PRESSURE";
     this.labelPressureName.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     //
     // radioButtonProcess
     //
     this.radioButtonProcess.Location        = new System.Drawing.Point(44, 54);
     this.radioButtonProcess.Name            = "radioButtonProcess";
     this.radioButtonProcess.Size            = new System.Drawing.Size(207, 20);
     this.radioButtonProcess.TabIndex        = 11;
     this.radioButtonProcess.Text            = "Isenthalpic Process";
     this.radioButtonProcess.CheckedChanged += new System.EventHandler(this.radioButtonProcess_CheckedChanged);
     //
     // radioButtonState
     //
     this.radioButtonState.Location        = new System.Drawing.Point(44, 28);
     this.radioButtonState.Name            = "radioButtonState";
     this.radioButtonState.Size            = new System.Drawing.Size(207, 20);
     this.radioButtonState.TabIndex        = 10;
     this.radioButtonState.Text            = "Gas State";
     this.radioButtonState.CheckedChanged += new System.EventHandler(this.radioButtonState_CheckedChanged);
     //
     // groupBoxHumidityChartType
     //
     this.groupBoxHumidityChartType.Controls.Add(this.radioButtonProcess);
     this.groupBoxHumidityChartType.Controls.Add(this.radioButtonState);
     this.groupBoxHumidityChartType.Location = new System.Drawing.Point(4, 12);
     this.groupBoxHumidityChartType.Name     = "groupBoxHumidityChartType";
     this.groupBoxHumidityChartType.Size     = new System.Drawing.Size(354, 80);
     this.groupBoxHumidityChartType.TabIndex = 16;
     this.groupBoxHumidityChartType.TabStop  = false;
     this.groupBoxHumidityChartType.Text     = "Chart Type";
     //
     // groupBoxHumidityChartParameter
     //
     this.groupBoxHumidityChartParameter.Controls.Add(this.textBoxPressureValue);
     this.groupBoxHumidityChartParameter.Controls.Add(this.labelPressureName);
     this.groupBoxHumidityChartParameter.Location = new System.Drawing.Point(4, 108);
     this.groupBoxHumidityChartParameter.Name     = "groupBoxHumidityChartParameter";
     this.groupBoxHumidityChartParameter.Size     = new System.Drawing.Size(354, 52);
     this.groupBoxHumidityChartParameter.TabIndex = 17;
     this.groupBoxHumidityChartParameter.TabStop  = false;
     this.groupBoxHumidityChartParameter.Text     = "Chart Parameter";
     //
     // plotCtrl
     //
     this.plotCtrl.Location = new System.Drawing.Point(376, 4);
     this.plotCtrl.Name     = "plotCtrl";
     this.plotCtrl.Size     = new System.Drawing.Size(596, 456);
     this.plotCtrl.TabIndex = 18;
     //
     // panel
     //
     this.panel.AutoScroll  = true;
     this.panel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel.Controls.Add(this.groupBoxHumidityChartType);
     this.panel.Controls.Add(this.groupBoxHumidityChartParameter);
     this.panel.Controls.Add(this.plotCtrl);
     this.panel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel.Location = new System.Drawing.Point(0, 0);
     this.panel.Name     = "panel";
     this.panel.Size     = new System.Drawing.Size(980, 467);
     this.panel.TabIndex = 19;
     //
     // HumidityChartForm
     //
     this.ClientSize = new System.Drawing.Size(980, 467);
     this.Controls.Add(this.panel);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.Menu          = this.mainMenu;
     this.MinimizeBox   = false;
     this.Name          = "HumidityChartForm";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Humidity Chart";
     this.groupBoxHumidityChartType.ResumeLayout(false);
     this.groupBoxHumidityChartParameter.ResumeLayout(false);
     this.groupBoxHumidityChartParameter.PerformLayout();
     this.panel.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 20
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.panel                     = new System.Windows.Forms.Panel();
     this.buttonCancel              = new System.Windows.Forms.Button();
     this.buttonOk                  = new System.Windows.Forms.Button();
     this.buttonDuhringLines        = new System.Windows.Forms.Button();
     this.groupBoxChooseSubstances  = new System.Windows.Forms.GroupBox();
     this.buttonAddSubstance        = new System.Windows.Forms.Button();
     this.groupBoxDMComponents      = new System.Windows.Forms.GroupBox();
     this.buttonNormalize           = new System.Windows.Forms.Button();
     this.buttonRemoveSubstance     = new System.Windows.Forms.Button();
     this.groupBoxSubstances        = new System.Windows.Forms.GroupBox();
     this.buttonSubstanceDetails    = new System.Windows.Forms.Button();
     this.comboBoxMoistureSubstance = new System.Windows.Forms.ComboBox();
     this.comboBoxType              = new System.Windows.Forms.ComboBox();
     this.textBoxName               = new System.Windows.Forms.TextBox();
     this.labelType                 = new System.Windows.Forms.Label();
     this.labelMoistureSubstance    = new System.Windows.Forms.Label();
     this.labelName                 = new System.Windows.Forms.Label();
     this.panel1                    = new System.Windows.Forms.Panel();
     this.panel2                    = new System.Windows.Forms.Panel();
     this.panel3                    = new System.Windows.Forms.Panel();
     this.dmComponentsControl       = new ProsimoUI.MaterialsUI.DMSubstancesControl();
     this.substancesControl         = new ProsimoUI.SubstancesUI.SubstancesControl();
     this.textBoxSpecificHeat       = new ProsimoUI.ProcessVarTextBox();
     this.labelSpecificHeat         = new ProsimoUI.ProcessVarLabel();
     this.panel.SuspendLayout();
     this.groupBoxChooseSubstances.SuspendLayout();
     this.groupBoxDMComponents.SuspendLayout();
     this.groupBoxSubstances.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.SuspendLayout();
     //
     // panel
     //
     this.panel.AutoSize     = true;
     this.panel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.panel.BorderStyle  = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel.Controls.Add(this.panel3);
     this.panel.Controls.Add(this.panel2);
     this.panel.Controls.Add(this.panel1);
     this.panel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel.Location = new System.Drawing.Point(0, 0);
     this.panel.Name     = "panel";
     this.panel.Size     = new System.Drawing.Size(754, 442);
     this.panel.TabIndex = 0;
     //
     // buttonCancel
     //
     this.buttonCancel.Location = new System.Drawing.Point(410, 17);
     this.buttonCancel.Name     = "buttonCancel";
     this.buttonCancel.Size     = new System.Drawing.Size(75, 23);
     this.buttonCancel.TabIndex = 9;
     this.buttonCancel.Text     = "Cancel";
     this.buttonCancel.Click   += new System.EventHandler(this.buttonCancel_Click);
     //
     // buttonOk
     //
     this.buttonOk.Location = new System.Drawing.Point(308, 17);
     this.buttonOk.Name     = "buttonOk";
     this.buttonOk.Size     = new System.Drawing.Size(75, 23);
     this.buttonOk.TabIndex = 8;
     this.buttonOk.Text     = "OK";
     this.buttonOk.Click   += new System.EventHandler(this.buttonOk_Click);
     //
     // buttonDuhringLines
     //
     this.buttonDuhringLines.Location = new System.Drawing.Point(625, 35);
     this.buttonDuhringLines.Name     = "buttonDuhringLines";
     this.buttonDuhringLines.Size     = new System.Drawing.Size(96, 23);
     this.buttonDuhringLines.TabIndex = 7;
     this.buttonDuhringLines.Text     = "Duhring Lines";
     this.buttonDuhringLines.Click   += new System.EventHandler(this.buttonDuhringLines_Click);
     //
     // groupBoxChooseSubstances
     //
     this.groupBoxChooseSubstances.AutoSize     = true;
     this.groupBoxChooseSubstances.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.groupBoxChooseSubstances.Controls.Add(this.buttonAddSubstance);
     this.groupBoxChooseSubstances.Controls.Add(this.groupBoxDMComponents);
     this.groupBoxChooseSubstances.Controls.Add(this.groupBoxSubstances);
     this.groupBoxChooseSubstances.Location = new System.Drawing.Point(6, 7);
     this.groupBoxChooseSubstances.Name     = "groupBoxChooseSubstances";
     this.groupBoxChooseSubstances.Size     = new System.Drawing.Size(748, 329);
     this.groupBoxChooseSubstances.TabIndex = 6;
     this.groupBoxChooseSubstances.TabStop  = false;
     //
     // buttonAddSubstance
     //
     this.buttonAddSubstance.Location = new System.Drawing.Point(368, 120);
     this.buttonAddSubstance.Name     = "buttonAddSubstance";
     this.buttonAddSubstance.Size     = new System.Drawing.Size(75, 23);
     this.buttonAddSubstance.TabIndex = 2;
     this.buttonAddSubstance.Text     = "Add >>";
     this.buttonAddSubstance.Click   += new System.EventHandler(this.buttonAddSubstance_Click);
     //
     // groupBoxDMComponents
     //
     this.groupBoxDMComponents.AutoSize     = true;
     this.groupBoxDMComponents.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.groupBoxDMComponents.Controls.Add(this.buttonNormalize);
     this.groupBoxDMComponents.Controls.Add(this.dmComponentsControl);
     this.groupBoxDMComponents.Controls.Add(this.buttonRemoveSubstance);
     this.groupBoxDMComponents.Location = new System.Drawing.Point(448, 16);
     this.groupBoxDMComponents.Name     = "groupBoxDMComponents";
     this.groupBoxDMComponents.Size     = new System.Drawing.Size(294, 294);
     this.groupBoxDMComponents.TabIndex = 1;
     this.groupBoxDMComponents.TabStop  = false;
     this.groupBoxDMComponents.Text     = "Drying Material Components";
     //
     // buttonNormalize
     //
     this.buttonNormalize.Location = new System.Drawing.Point(192, 252);
     this.buttonNormalize.Name     = "buttonNormalize";
     this.buttonNormalize.Size     = new System.Drawing.Size(75, 23);
     this.buttonNormalize.TabIndex = 1;
     this.buttonNormalize.Text     = "Normalize";
     this.buttonNormalize.Click   += new System.EventHandler(this.buttonNormalize_Click);
     //
     // buttonRemoveSubstance
     //
     this.buttonRemoveSubstance.Location = new System.Drawing.Point(20, 252);
     this.buttonRemoveSubstance.Name     = "buttonRemoveSubstance";
     this.buttonRemoveSubstance.Size     = new System.Drawing.Size(75, 23);
     this.buttonRemoveSubstance.TabIndex = 3;
     this.buttonRemoveSubstance.Text     = "Remove";
     this.buttonRemoveSubstance.Click   += new System.EventHandler(this.buttonRemoveSubstance_Click);
     //
     // groupBoxSubstances
     //
     this.groupBoxSubstances.AutoSize     = true;
     this.groupBoxSubstances.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.groupBoxSubstances.Controls.Add(this.buttonSubstanceDetails);
     this.groupBoxSubstances.Controls.Add(this.substancesControl);
     this.groupBoxSubstances.Dock     = System.Windows.Forms.DockStyle.Left;
     this.groupBoxSubstances.Location = new System.Drawing.Point(3, 16);
     this.groupBoxSubstances.Name     = "groupBoxSubstances";
     this.groupBoxSubstances.Size     = new System.Drawing.Size(361, 310);
     this.groupBoxSubstances.TabIndex = 0;
     this.groupBoxSubstances.TabStop  = false;
     this.groupBoxSubstances.Text     = "Substances";
     //
     // buttonSubstanceDetails
     //
     this.buttonSubstanceDetails.Location = new System.Drawing.Point(8, 252);
     this.buttonSubstanceDetails.Name     = "buttonSubstanceDetails";
     this.buttonSubstanceDetails.Size     = new System.Drawing.Size(75, 23);
     this.buttonSubstanceDetails.TabIndex = 1;
     this.buttonSubstanceDetails.Text     = "Details";
     this.buttonSubstanceDetails.Click   += new System.EventHandler(this.buttonSubstanceDetails_Click);
     //
     // comboBoxMoistureSubstance
     //
     this.comboBoxMoistureSubstance.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxMoistureSubstance.FormattingEnabled = true;
     this.comboBoxMoistureSubstance.Location          = new System.Drawing.Point(376, 37);
     this.comboBoxMoistureSubstance.Name                  = "comboBoxMoistureSubstance";
     this.comboBoxMoistureSubstance.Size                  = new System.Drawing.Size(121, 21);
     this.comboBoxMoistureSubstance.TabIndex              = 5;
     this.comboBoxMoistureSubstance.SelectedIndexChanged += new System.EventHandler(this.comboBoxMoistureSubstance_SelectedIndexChanged);
     //
     // comboBoxType
     //
     this.comboBoxType.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxType.FormattingEnabled = true;
     this.comboBoxType.Location          = new System.Drawing.Point(54, 37);
     this.comboBoxType.Name                  = "comboBoxType";
     this.comboBoxType.Size                  = new System.Drawing.Size(121, 21);
     this.comboBoxType.TabIndex              = 4;
     this.comboBoxType.SelectedIndexChanged += new System.EventHandler(this.comboBoxType_SelectedIndexChanged);
     //
     // textBoxName
     //
     this.textBoxName.Location = new System.Drawing.Point(54, 8);
     this.textBoxName.Name     = "textBoxName";
     this.textBoxName.Size     = new System.Drawing.Size(210, 20);
     this.textBoxName.TabIndex = 3;
     //
     // labelType
     //
     this.labelType.Location  = new System.Drawing.Point(8, 38);
     this.labelType.Name      = "labelType";
     this.labelType.Size      = new System.Drawing.Size(40, 16);
     this.labelType.TabIndex  = 2;
     this.labelType.Text      = "Type:";
     this.labelType.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelMoistureSubstance
     //
     this.labelMoistureSubstance.Location  = new System.Drawing.Point(315, 35);
     this.labelMoistureSubstance.Name      = "labelMoistureSubstance";
     this.labelMoistureSubstance.Size      = new System.Drawing.Size(55, 16);
     this.labelMoistureSubstance.TabIndex  = 1;
     this.labelMoistureSubstance.Text      = "Solvent:";
     this.labelMoistureSubstance.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelName
     //
     this.labelName.Location  = new System.Drawing.Point(8, 11);
     this.labelName.Name      = "labelName";
     this.labelName.Size      = new System.Drawing.Size(44, 16);
     this.labelName.TabIndex  = 0;
     this.labelName.Text      = "Name:";
     this.labelName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // panel1
     //
     this.panel1.AutoSize     = true;
     this.panel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.panel1.Controls.Add(this.labelName);
     this.panel1.Controls.Add(this.textBoxSpecificHeat);
     this.panel1.Controls.Add(this.labelType);
     this.panel1.Controls.Add(this.labelSpecificHeat);
     this.panel1.Controls.Add(this.comboBoxType);
     this.panel1.Controls.Add(this.buttonDuhringLines);
     this.panel1.Controls.Add(this.textBoxName);
     this.panel1.Controls.Add(this.labelMoistureSubstance);
     this.panel1.Controls.Add(this.comboBoxMoistureSubstance);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(750, 61);
     this.panel1.TabIndex = 118;
     //
     // panel2
     //
     this.panel2.AutoSize     = true;
     this.panel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.panel2.Controls.Add(this.buttonOk);
     this.panel2.Controls.Add(this.buttonCancel);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(0, 395);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(750, 43);
     this.panel2.TabIndex = 119;
     //
     // panel3
     //
     this.panel3.AutoSize     = true;
     this.panel3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.panel3.Controls.Add(this.groupBoxChooseSubstances);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(0, 61);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(750, 334);
     this.panel3.TabIndex = 120;
     //
     // dmComponentsControl
     //
     this.dmComponentsControl.Location = new System.Drawing.Point(8, 20);
     this.dmComponentsControl.Name     = "dmComponentsControl";
     this.dmComponentsControl.Size     = new System.Drawing.Size(280, 216);
     this.dmComponentsControl.TabIndex = 0;
     //
     // substancesControl
     //
     this.substancesControl.AutoSize         = true;
     this.substancesControl.AutoSizeMode     = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.substancesControl.Location         = new System.Drawing.Point(8, 20);
     this.substancesControl.Name             = "substancesControl";
     this.substancesControl.Size             = new System.Drawing.Size(347, 228);
     this.substancesControl.SubstancesToShow = ProsimoUI.SubstancesToShow.All;
     this.substancesControl.TabIndex         = 0;
     //
     // textBoxSpecificHeat
     //
     this.textBoxSpecificHeat.Location  = new System.Drawing.Point(641, 8);
     this.textBoxSpecificHeat.Name      = "textBoxSpecificHeat";
     this.textBoxSpecificHeat.Size      = new System.Drawing.Size(80, 20);
     this.textBoxSpecificHeat.TabIndex  = 117;
     this.textBoxSpecificHeat.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxSpecificHeat.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.textBoxSpecificHeat_KeyUp);
     //
     // labelSpecificHeat
     //
     this.labelSpecificHeat.AutoSize    = true;
     this.labelSpecificHeat.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.labelSpecificHeat.Location    = new System.Drawing.Point(376, 12);
     this.labelSpecificHeat.Name        = "labelSpecificHeat";
     this.labelSpecificHeat.Size        = new System.Drawing.Size(70, 15);
     this.labelSpecificHeat.TabIndex    = 116;
     this.labelSpecificHeat.Text        = "SpecificHeat";
     this.labelSpecificHeat.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // AddOrEditDryingMaterialForm
     //
     this.AutoSize     = true;
     this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ClientSize   = new System.Drawing.Size(754, 442);
     this.Controls.Add(this.panel);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "AddOrEditDryingMaterialForm";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "New Drying Material";
     this.panel.ResumeLayout(false);
     this.panel.PerformLayout();
     this.groupBoxChooseSubstances.ResumeLayout(false);
     this.groupBoxChooseSubstances.PerformLayout();
     this.groupBoxDMComponents.ResumeLayout(false);
     this.groupBoxSubstances.ResumeLayout(false);
     this.groupBoxSubstances.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 21
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.textBoxWorkInput = new ProsimoUI.ProcessVarTextBox();
     this.textBoxHeatLossByTransportDevice = new ProsimoUI.ProcessVarTextBox();
     this.textBoxGasPressureDrop           = new ProsimoUI.ProcessVarTextBox();
     this.textBoxHeatLoss  = new ProsimoUI.ProcessVarTextBox();
     this.textBoxHeatInput = new ProsimoUI.ProcessVarTextBox();
     this.textBoxMoistureEvaporationRate        = new ProsimoUI.ProcessVarTextBox();
     this.textBoxSpecificHeatConsumption        = new ProsimoUI.ProcessVarTextBox();
     this.textBoxThermalEfficiency              = new ProsimoUI.ProcessVarTextBox();
     this.textFractionOfMaterialLostToGasOutlet = new ProsimoUI.ProcessVarTextBox();
     this.textBoxGasOutletMaterialLoading       = new ProsimoUI.ProcessVarTextBox();
     this.SuspendLayout();
     //
     // textBoxWorkInput
     //
     this.textBoxWorkInput.Location  = new System.Drawing.Point(0, 60);
     this.textBoxWorkInput.Name      = "textBoxWorkInput";
     this.textBoxWorkInput.Size      = new System.Drawing.Size(80, 20);
     this.textBoxWorkInput.TabIndex  = 9;
     this.textBoxWorkInput.Text      = "";
     this.textBoxWorkInput.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxWorkInput.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxHeatLossByTransportDevice
     //
     this.textBoxHeatLossByTransportDevice.Location  = new System.Drawing.Point(0, 80);
     this.textBoxHeatLossByTransportDevice.Name      = "textBoxHeatLossByTransportDevice";
     this.textBoxHeatLossByTransportDevice.Size      = new System.Drawing.Size(80, 20);
     this.textBoxHeatLossByTransportDevice.TabIndex  = 10;
     this.textBoxHeatLossByTransportDevice.Text      = "";
     this.textBoxHeatLossByTransportDevice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxHeatLossByTransportDevice.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // 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  = 6;
     this.textBoxGasPressureDrop.Text      = "";
     this.textBoxGasPressureDrop.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxGasPressureDrop.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxHeatLoss
     //
     this.textBoxHeatLoss.Location  = new System.Drawing.Point(0, 20);
     this.textBoxHeatLoss.Name      = "textBoxHeatLoss";
     this.textBoxHeatLoss.Size      = new System.Drawing.Size(80, 20);
     this.textBoxHeatLoss.TabIndex  = 7;
     this.textBoxHeatLoss.Text      = "";
     this.textBoxHeatLoss.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxHeatLoss.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxHeatInput
     //
     this.textBoxHeatInput.Location  = new System.Drawing.Point(0, 40);
     this.textBoxHeatInput.Name      = "textBoxHeatInput";
     this.textBoxHeatInput.Size      = new System.Drawing.Size(80, 20);
     this.textBoxHeatInput.TabIndex  = 8;
     this.textBoxHeatInput.Text      = "";
     this.textBoxHeatInput.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxHeatInput.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxMoistureEvaporationRate
     //
     this.textBoxMoistureEvaporationRate.Location  = new System.Drawing.Point(0, 100);
     this.textBoxMoistureEvaporationRate.Name      = "textBoxMoistureEvaporationRate";
     this.textBoxMoistureEvaporationRate.Size      = new System.Drawing.Size(80, 20);
     this.textBoxMoistureEvaporationRate.TabIndex  = 11;
     this.textBoxMoistureEvaporationRate.Text      = "";
     this.textBoxMoistureEvaporationRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxMoistureEvaporationRate.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxSpecificHeatConsumption
     //
     this.textBoxSpecificHeatConsumption.Location  = new System.Drawing.Point(0, 120);
     this.textBoxSpecificHeatConsumption.Name      = "textBoxSpecificHeatConsumption";
     this.textBoxSpecificHeatConsumption.Size      = new System.Drawing.Size(80, 20);
     this.textBoxSpecificHeatConsumption.TabIndex  = 12;
     this.textBoxSpecificHeatConsumption.Text      = "";
     this.textBoxSpecificHeatConsumption.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxSpecificHeatConsumption.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxThermalEfficiency
     //
     this.textBoxThermalEfficiency.Location  = new System.Drawing.Point(0, 140);
     this.textBoxThermalEfficiency.Name      = "textBoxThermalEfficiency";
     this.textBoxThermalEfficiency.Size      = new System.Drawing.Size(80, 20);
     this.textBoxThermalEfficiency.TabIndex  = 13;
     this.textBoxThermalEfficiency.Text      = "";
     this.textBoxThermalEfficiency.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxThermalEfficiency.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textFractionOfMaterialLostToGasOutlet
     //
     this.textFractionOfMaterialLostToGasOutlet.Location  = new System.Drawing.Point(0, 160);
     this.textFractionOfMaterialLostToGasOutlet.Name      = "textFractionOfMaterialLostToGasOutlet";
     this.textFractionOfMaterialLostToGasOutlet.Size      = new System.Drawing.Size(80, 20);
     this.textFractionOfMaterialLostToGasOutlet.TabIndex  = 14;
     this.textFractionOfMaterialLostToGasOutlet.Text      = "";
     this.textFractionOfMaterialLostToGasOutlet.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textFractionOfMaterialLostToGasOutlet.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // textBoxGasOutletMaterialLoading
     //
     this.textBoxGasOutletMaterialLoading.Location  = new System.Drawing.Point(0, 180);
     this.textBoxGasOutletMaterialLoading.Name      = "textBoxGasOutletMaterialLoading";
     this.textBoxGasOutletMaterialLoading.Size      = new System.Drawing.Size(80, 20);
     this.textBoxGasOutletMaterialLoading.TabIndex  = 15;
     this.textBoxGasOutletMaterialLoading.Text      = "";
     this.textBoxGasOutletMaterialLoading.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxGasOutletMaterialLoading.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.KeyUpHandler);
     //
     // DryerValuesControl
     //
     this.Controls.Add(this.textBoxGasOutletMaterialLoading);
     this.Controls.Add(this.textBoxMoistureEvaporationRate);
     this.Controls.Add(this.textBoxSpecificHeatConsumption);
     this.Controls.Add(this.textBoxThermalEfficiency);
     this.Controls.Add(this.textBoxWorkInput);
     this.Controls.Add(this.textBoxHeatLossByTransportDevice);
     this.Controls.Add(this.textBoxGasPressureDrop);
     this.Controls.Add(this.textBoxHeatLoss);
     this.Controls.Add(this.textBoxHeatInput);
     this.Controls.Add(this.textFractionOfMaterialLostToGasOutlet);
     this.Name = "DryerValuesControl";
     this.Size = new System.Drawing.Size(80, 200);
     this.ResumeLayout(false);
 }
Exemplo n.º 22
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);
 }