Controls
SurfaceTechnologyProperties.Designer.cs
namespace Hive.IO.Forms.Controls
{
partial clast SurfaceTechnologyProperties
{
///
/// 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.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.txtEfficiency = 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.label14 = new System.Windows.Forms.Label();
this.cboModuleType = new System.Windows.Forms.ComboBox();
this.technologyImage = new System.Windows.Forms.PictureBox();
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.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
this.lstAvailableSurfaces = new System.Windows.Forms.ListBox();
this.label13 = new System.Windows.Forms.Label();
this.txtArea = new System.Windows.Forms.TextBox();
this.lblDescription = new System.Windows.Forms.Label();
this.tableLayoutPanel1.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.technologyImage)).BeginInit();
this.tableLayoutPanel3.SuspendLayout();
this.tableLayoutPanel4.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 3;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 2, 0);
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel4, 0, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(2);
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, 10F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(1004, 491);
this.tableLayoutPanel1.TabIndex = 0;
//
// 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, 1);
this.tableLayoutPanel2.Controls.Add(this.label2, 2, 1);
this.tableLayoutPanel2.Controls.Add(this.txtEfficiency, 1, 1);
this.tableLayoutPanel2.Controls.Add(this.label3, 0, 2);
this.tableLayoutPanel2.Controls.Add(this.label4, 2, 2);
this.tableLayoutPanel2.Controls.Add(this.label5, 0, 3);
this.tableLayoutPanel2.Controls.Add(this.label6, 2, 3);
this.tableLayoutPanel2.Controls.Add(this.txtSpecificEmbodiedEmissions, 1, 2);
this.tableLayoutPanel2.Controls.Add(this.txtEmbodiedEmissions, 1, 3);
this.tableLayoutPanel2.Controls.Add(this.label14, 0, 0);
this.tableLayoutPanel2.Controls.Add(this.cboModuleType, 1, 0);
this.tableLayoutPanel2.Controls.Add(this.technologyImage, 0, 4);
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel2.Location = new System.Drawing.Point(336, 2);
this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(2, 2, 15, 2);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 5;
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.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel2.Size = new System.Drawing.Size(317, 487);
this.tableLayoutPanel2.TabIndex = 4;
//
// 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(2, 33);
this.label1.Margin = new System.Windows.Forms.Padding(2, 5, 2, 5);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(192, 17);
this.label1.TabIndex = 0;
this.label1.Text = "Module Efficiency";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(233, 33);
this.label2.Margin = new System.Windows.Forms.Padding(2, 5, 2, 5);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(30, 17);
this.label2.TabIndex = 1;
this.label2.Text = "(%)";
//
// txtEfficiency
//
this.txtEfficiency.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtEfficiency.Enabled = true;
this.txtEfficiency.Location = new System.Drawing.Point(198, 33);
this.txtEfficiency.Margin = new System.Windows.Forms.Padding(2, 5, 2, 5);
this.txtEfficiency.Name = "txtEfficiency";
this.txtEfficiency.ReadOnly = false;
this.txtEfficiency.Size = new System.Drawing.Size(31, 22);
this.txtEfficiency.TabIndex = 2;
this.txtEfficiency.Tag = "Efficiency";
this.txtEfficiency.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(2, 65);
this.label3.Margin = new System.Windows.Forms.Padding(2, 5, 2, 5);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(192, 17);
this.label3.TabIndex = 3;
this.label3.Text = "Specific Embodied Emissions";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(233, 65);
this.label4.Margin = new System.Windows.Forms.Padding(2, 5, 2, 5);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(82, 17);
this.label4.TabIndex = 4;
this.label4.Text = "(kgCO₂/m^2)";
//
// 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(2, 97);
this.label5.Margin = new System.Windows.Forms.Padding(2, 5, 2, 5);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(192, 17);
this.label5.TabIndex = 5;
this.label5.Text = "Embodied Emissions";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(233, 97);
this.label6.Margin = new System.Windows.Forms.Padding(2, 5, 2, 5);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(58, 17);
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.Enabled = true;
this.txtSpecificEmbodiedEmissions.Location = new System.Drawing.Point(198, 65);
this.txtSpecificEmbodiedEmissions.Margin = new System.Windows.Forms.Padding(2, 5, 2, 5);
this.txtSpecificEmbodiedEmissions.Name = "txtSpecificEmbodiedEmissions";
this.txtSpecificEmbodiedEmissions.ReadOnly = false;
this.txtSpecificEmbodiedEmissions.Size = new System.Drawing.Size(31, 22);
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(198, 97);
this.txtEmbodiedEmissions.Margin = new System.Windows.Forms.Padding(2, 5, 2, 5);
this.txtEmbodiedEmissions.Name = "txtEmbodiedEmissions";
this.txtEmbodiedEmissions.ReadOnly = true;
this.txtEmbodiedEmissions.Size = new System.Drawing.Size(31, 22);
this.txtEmbodiedEmissions.TabIndex = 8;
this.txtEmbodiedEmissions.Tag = "EmbodiedEmissions";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(2, 0);
this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(90, 17);
this.label14.TabIndex = 9;
this.label14.Text = "Module Type";
//
// cboModuleType
//
this.cboModuleType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tableLayoutPanel2.SetColumnSpan(this.cboModuleType, 2);
this.cboModuleType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboModuleType.FormattingEnabled = true;
this.cboModuleType.Location = new System.Drawing.Point(198, 2);
this.cboModuleType.Margin = new System.Windows.Forms.Padding(2);
this.cboModuleType.Name = "cboModuleType";
this.cboModuleType.Size = new System.Drawing.Size(117, 24);
this.cboModuleType.TabIndex = 10;
this.cboModuleType.SelectedIndexChanged += new System.EventHandler(this.cboModuleType_SelectedIndexChanged);
//
// technologyImage
//
this.technologyImage.ImageLocation = "";
this.technologyImage.Location = new System.Drawing.Point(3, 127);
this.technologyImage.Name = "technologyImage";
this.technologyImage.Size = new System.Drawing.Size(190, 153);
this.technologyImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.technologyImage.TabIndex = 11;
this.technologyImage.TabStop = false;
//
// 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(683, 2);
this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(15, 2, 2, 2);
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(319, 487);
this.tableLayoutPanel3.TabIndex = 3;
//
// 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(2, 5);
this.label7.Margin = new System.Windows.Forms.Padding(2, 5, 2, 5);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(142, 17);
this.label7.TabIndex = 0;
this.label7.Text = "Capacity";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(248, 5);
this.label8.Margin = new System.Windows.Forms.Padding(2, 5, 2, 5);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(38, 17);
this.label8.TabIndex = 1;
this.label8.Text = "(kWp)";
//
// 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(148, 5);
this.txtCapacity.Margin = new System.Windows.Forms.Padding(2, 5, 2, 5);
this.txtCapacity.Name = "txtCapacity";
this.txtCapacity.ReadOnly = true;
this.txtCapacity.Size = new System.Drawing.Size(96, 22);
this.txtCapacity.TabIndex = 2;
this.txtCapacity.Tag = "SurfaceTechCapacity";
//
// 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(2, 37);
this.label9.Margin = new System.Windows.Forms.Padding(2, 5, 2, 5);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(142, 17);
this.label9.TabIndex = 3;
this.label9.Text = "Specific Capital Cost";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(248, 37);
this.label10.Margin = new System.Windows.Forms.Padding(2, 5, 2, 5);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(69, 17);
this.label10.TabIndex = 4;
this.label10.Text = "(CHF/m^2)";
//
// 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(2, 69);
this.label11.Margin = new System.Windows.Forms.Padding(2, 5, 2, 5);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(142, 17);
this.label11.TabIndex = 5;
this.label11.Text = "Capital Cost (CAPEX)";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(248, 69);
this.label12.Margin = new System.Windows.Forms.Padding(2, 5, 2, 5);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(45, 17);
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.Enabled = true;
this.txtSpecificCapitalCost.Location = new System.Drawing.Point(148, 37);
this.txtSpecificCapitalCost.Margin = new System.Windows.Forms.Padding(2, 5, 2, 5);
this.txtSpecificCapitalCost.Name = "txtSpecificCapitalCost";
this.txtSpecificCapitalCost.ReadOnly = false;
this.txtSpecificCapitalCost.Size = new System.Drawing.Size(96, 22);
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(148, 69);
this.txtCapitalCost.Margin = new System.Windows.Forms.Padding(2, 5, 2, 5);
this.txtCapitalCost.Name = "txtCapitalCost";
this.txtCapitalCost.ReadOnly = true;
this.txtCapitalCost.Size = new System.Drawing.Size(96, 22);
this.txtCapitalCost.TabIndex = 8;
this.txtCapitalCost.Tag = "CapitalCost";
//
// tableLayoutPanel4
//
this.tableLayoutPanel4.ColumnCount = 2;
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel4.Controls.Add(this.lstAvailableSurfaces, 0, 0);
this.tableLayoutPanel4.Controls.Add(this.label13, 0, 1);
this.tableLayoutPanel4.Controls.Add(this.txtArea, 1, 1);
this.tableLayoutPanel4.Controls.Add(this.lblDescription, 0, 2);
this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel4.Location = new System.Drawing.Point(2, 2);
this.tableLayoutPanel4.Margin = new System.Windows.Forms.Padding(2, 2, 15, 2);
this.tableLayoutPanel4.Name = "tableLayoutPanel4";
this.tableLayoutPanel4.RowCount = 3;
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F));
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 70F));
this.tableLayoutPanel4.Size = new System.Drawing.Size(317, 487);
this.tableLayoutPanel4.TabIndex = 5;
//
// lstAvailableSurfaces
//
this.tableLayoutPanel4.SetColumnSpan(this.lstAvailableSurfaces, 2);
this.lstAvailableSurfaces.DisplayMember = "Name";
this.lstAvailableSurfaces.Dock = System.Windows.Forms.DockStyle.Fill;
this.lstAvailableSurfaces.FormattingEnabled = true;
this.lstAvailableSurfaces.ItemHeight = 16;
this.lstAvailableSurfaces.Location = new System.Drawing.Point(2, 2);
this.lstAvailableSurfaces.Margin = new System.Windows.Forms.Padding(2);
this.lstAvailableSurfaces.Name = "lstAvailableSurfaces";
this.lstAvailableSurfaces.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
this.lstAvailableSurfaces.Size = new System.Drawing.Size(350, 134);
this.lstAvailableSurfaces.TabIndex = 0;
this.lstAvailableSurfaces.Tag = "AvailableSurfaces";
this.lstAvailableSurfaces.ValueMember = "Name";
this.lstAvailableSurfaces.SelectedIndexChanged += new System.EventHandler(this.lstAvailableSurfaces_SelectedIndexChanged);
this.lstAvailableSurfaces.KeyDown += lstAvailableSurfaces_SelectAll;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(2, 138);
this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(38, 17);
this.label13.TabIndex = 1;
this.label13.Text = "Area";
//
// txtArea
//
this.txtArea.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtArea.Location = new System.Drawing.Point(44, 140);
this.txtArea.Margin = new System.Windows.Forms.Padding(2);
this.txtArea.Name = "txtArea";
this.txtArea.Size = new System.Drawing.Size(308, 22);
this.txtArea.TabIndex = 2;
this.txtArea.Tag = "Area";
//
// lblDescription
//
this.lblDescription.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tableLayoutPanel4.SetColumnSpan(this.lblDescription, 2);
this.lblDescription.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblDescription.Location = new System.Drawing.Point(2, 169);
this.lblDescription.Margin = new System.Windows.Forms.Padding(2, 5, 2, 5);
this.lblDescription.Name = "lblDescription";
this.lblDescription.Size = new System.Drawing.Size(350, 313);
this.lblDescription.TabIndex = 3;
this.lblDescription.Text = "lblDescription";
//
// SurfaceTechnologyProperties
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.tableLayoutPanel1);
this.Margin = new System.Windows.Forms.Padding(1);
this.Name = "SurfaceTechnologyProperties";
this.Size = new System.Drawing.Size(1004, 491);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel2.ResumeLayout(false);
this.tableLayoutPanel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.technologyImage)).EndInit();
this.tableLayoutPanel3.ResumeLayout(false);
this.tableLayoutPanel3.PerformLayout();
this.tableLayoutPanel4.ResumeLayout(false);
this.tableLayoutPanel4.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
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;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtEfficiency;
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 tableLayoutPanel4;
private System.Windows.Forms.ListBox lstAvailableSurfaces;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.TextBox txtArea;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.ComboBox cboModuleType;
private System.Windows.Forms.Label lblDescription;
private System.Windows.Forms.PictureBox technologyImage;
}
}