Controls
HeatExchangerProperties.Designer.cs
namespace Hive.IO.Forms.Controls
{
partial clast HeatExchangerProperties
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.txtCapacity = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.txtSpecificCapitalCost = new System.Windows.Forms.TextBox();
this.txtCapitalCost = new System.Windows.Forms.TextBox();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.txtDistributionLosses = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.txtSpecificEmbodiedEmissions = new System.Windows.Forms.TextBox();
this.txtEmbodiedEmissions = new System.Windows.Forms.TextBox();
this.tableLayoutPanel1.SuspendLayout();
this.tableLayoutPanel3.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(1527, 608);
this.tableLayoutPanel1.TabIndex = 0;
//
// tableLayoutPanel3
//
this.tableLayoutPanel3.ColumnCount = 3;
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel3.Controls.Add(this.label7, 0, 0);
this.tableLayoutPanel3.Controls.Add(this.label8, 2, 0);
this.tableLayoutPanel3.Controls.Add(this.txtCapacity, 1, 0);
this.tableLayoutPanel3.Controls.Add(this.label9, 0, 1);
this.tableLayoutPanel3.Controls.Add(this.label10, 2, 1);
this.tableLayoutPanel3.Controls.Add(this.label11, 0, 2);
this.tableLayoutPanel3.Controls.Add(this.label12, 2, 2);
this.tableLayoutPanel3.Controls.Add(this.txtSpecificCapitalCost, 1, 1);
this.tableLayoutPanel3.Controls.Add(this.txtCapitalCost, 1, 2);
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel3.Location = new System.Drawing.Point(793, 3);
this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(30, 3, 3, 3);
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
this.tableLayoutPanel3.RowCount = 3;
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel3.Size = new System.Drawing.Size(731, 602);
this.tableLayoutPanel3.TabIndex = 2;
//
// label7
//
this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(3, 10);
this.label7.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(278, 32);
this.label7.TabIndex = 0;
this.label7.Text = "Capacity";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(590, 10);
this.label8.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(73, 32);
this.label8.TabIndex = 1;
this.label8.Text = "(kW)";
//
// txtCapacity
//
this.txtCapacity.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtCapacity.Location = new System.Drawing.Point(287, 10);
this.txtCapacity.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10);
this.txtCapacity.Name = "txtCapacity";
this.txtCapacity.Size = new System.Drawing.Size(297, 38);
this.txtCapacity.TabIndex = 2;
this.txtCapacity.Tag = "Capacity";
this.txtCapacity.Validating += new System.ComponentModel.CancelEventHandler(this.Validating);
//
// label9
//
this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(3, 68);
this.label9.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(278, 32);
this.label9.TabIndex = 3;
this.label9.Text = "Specific Capital Cost";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(590, 68);
this.label10.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(138, 32);
this.label10.TabIndex = 4;
this.label10.Text = "(CHF/kW)";
//
// label11
//
this.label11.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(3, 126);
this.label11.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(278, 32);
this.label11.TabIndex = 5;
this.label11.Text = "Capital Cost";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(590, 126);
this.label12.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(90, 32);
this.label12.TabIndex = 6;
this.label12.Text = "(CHF)";
//
// txtSpecificCapitalCost
//
this.txtSpecificCapitalCost.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtSpecificCapitalCost.Location = new System.Drawing.Point(287, 68);
this.txtSpecificCapitalCost.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10);
this.txtSpecificCapitalCost.Name = "txtSpecificCapitalCost";
this.txtSpecificCapitalCost.Size = new System.Drawing.Size(297, 38);
this.txtSpecificCapitalCost.TabIndex = 7;
this.txtSpecificCapitalCost.Tag = "SpecificCapitalCost";
this.txtSpecificCapitalCost.Validating += new System.ComponentModel.CancelEventHandler(this.Validating);
//
// txtCapitalCost
//
this.txtCapitalCost.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtCapitalCost.Location = new System.Drawing.Point(287, 126);
this.txtCapitalCost.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10);
this.txtCapitalCost.Name = "txtCapitalCost";
this.txtCapitalCost.Size = new System.Drawing.Size(297, 38);
this.txtCapitalCost.TabIndex = 8;
this.txtCapitalCost.Tag = "CapitalCost";
this.txtCapitalCost.Validating += new System.ComponentModel.CancelEventHandler(this.Validating);
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.ColumnCount = 3;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel2.Controls.Add(this.label1, 0, 0);
this.tableLayoutPanel2.Controls.Add(this.label2, 2, 0);
this.tableLayoutPanel2.Controls.Add(this.txtDistributionLosses, 1, 0);
this.tableLayoutPanel2.Controls.Add(this.label3, 0, 1);
this.tableLayoutPanel2.Controls.Add(this.label4, 2, 1);
this.tableLayoutPanel2.Controls.Add(this.label5, 0, 2);
this.tableLayoutPanel2.Controls.Add(this.label6, 2, 2);
this.tableLayoutPanel2.Controls.Add(this.txtSpecificEmbodiedEmissions, 1, 1);
this.tableLayoutPanel2.Controls.Add(this.txtEmbodiedEmissions, 1, 2);
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(3, 3, 30, 3);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 3;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel2.Size = new System.Drawing.Size(730, 602);
this.tableLayoutPanel2.TabIndex = 1;
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(3, 10);
this.label1.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(389, 32);
this.label1.TabIndex = 0;
this.label1.Text = "Distribution Losses";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(565, 10);
this.label2.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(42, 32);
this.label2.TabIndex = 1;
this.label2.Text = "(-)";
//
// txtDistributionLosses
//
this.txtDistributionLosses.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtDistributionLosses.Location = new System.Drawing.Point(398, 10);
this.txtDistributionLosses.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10);
this.txtDistributionLosses.Name = "txtDistributionLosses";
this.txtDistributionLosses.Size = new System.Drawing.Size(161, 38);
this.txtDistributionLosses.TabIndex = 2;
this.txtDistributionLosses.Tag = "DistributionLosses";
this.txtDistributionLosses.Validating += new System.ComponentModel.CancelEventHandler(this.Validating);
//
// label3
//
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(3, 68);
this.label3.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(389, 32);
this.label3.TabIndex = 3;
this.label3.Text = "Specific Embodied Emissions";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(565, 68);
this.label4.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(162, 32);
this.label4.TabIndex = 4;
this.label4.Text = "(kgCO₂/kW)";
//
// label5
//
this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(3, 126);
this.label5.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(389, 32);
this.label5.TabIndex = 5;
this.label5.Text = "Embodied Emissions";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(565, 126);
this.label6.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(114, 32);
this.label6.TabIndex = 6;
this.label6.Text = "(kgCO₂)";
//
// txtSpecificEmbodiedEmissions
//
this.txtSpecificEmbodiedEmissions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtSpecificEmbodiedEmissions.Location = new System.Drawing.Point(398, 68);
this.txtSpecificEmbodiedEmissions.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10);
this.txtSpecificEmbodiedEmissions.Name = "txtSpecificEmbodiedEmissions";
this.txtSpecificEmbodiedEmissions.Size = new System.Drawing.Size(161, 38);
this.txtSpecificEmbodiedEmissions.TabIndex = 7;
this.txtSpecificEmbodiedEmissions.Tag = "SpecificEmbodiedEmissions";
this.txtSpecificEmbodiedEmissions.Validating += new System.ComponentModel.CancelEventHandler(this.Validating);
//
// txtEmbodiedEmissions
//
this.txtEmbodiedEmissions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtEmbodiedEmissions.Location = new System.Drawing.Point(398, 126);
this.txtEmbodiedEmissions.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10);
this.txtEmbodiedEmissions.Name = "txtEmbodiedEmissions";
this.txtEmbodiedEmissions.Size = new System.Drawing.Size(161, 38);
this.txtEmbodiedEmissions.TabIndex = 8;
this.txtEmbodiedEmissions.Tag = "EmbodiedEmissions";
this.txtEmbodiedEmissions.Validating += new System.ComponentModel.CancelEventHandler(this.Validating);
//
// HeatExchanger
//
this.AutoScaleDimensions = new System.Drawing.SizeF(16F, 31F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.tableLayoutPanel1);
this.Name = "HeatExchanger";
this.Size = new System.Drawing.Size(1527, 608);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel3.ResumeLayout(false);
this.tableLayoutPanel3.PerformLayout();
this.tableLayoutPanel2.ResumeLayout(false);
this.tableLayoutPanel2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtDistributionLosses;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtSpecificEmbodiedEmissions;
private System.Windows.Forms.TextBox txtEmbodiedEmissions;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox txtCapacity;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TextBox txtSpecificCapitalCost;
private System.Windows.Forms.TextBox txtCapitalCost;
}
}