|
|
using System; |
|
|
using System.Diagnostics; |
|
|
using System.Runtime.CompilerServices; |
|
|
|
|
|
namespace DWSIM.ProFeatures |
|
|
{ |
|
|
[Microsoft.VisualBasic.CompilerServices.DesignerGenerated()] |
|
|
public partial class FormGHG |
|
|
{ |
|
|
|
|
|
|
|
|
[DebuggerNonUserCode()] |
|
|
protected override void Dispose(bool disposing) |
|
|
{ |
|
|
try |
|
|
{ |
|
|
if (disposing && components is not null) |
|
|
{ |
|
|
components.Dispose(); |
|
|
} |
|
|
} |
|
|
finally |
|
|
{ |
|
|
base.Dispose(disposing); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
private System.ComponentModel.IContainer components; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[DebuggerStepThrough()] |
|
|
private void InitializeComponent() |
|
|
{ |
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormGHG)); |
|
|
this.Panel1 = new System.Windows.Forms.Panel(); |
|
|
this.Button2 = new System.Windows.Forms.Button(); |
|
|
this.PictureBox2 = new System.Windows.Forms.PictureBox(); |
|
|
this._lblFeature = new System.Windows.Forms.Label(); |
|
|
this.Label1 = new System.Windows.Forms.Label(); |
|
|
this.PictureBox1 = new System.Windows.Forms.PictureBox(); |
|
|
this.Panel1.SuspendLayout(); |
|
|
((System.ComponentModel.ISupportInitialize)(this.PictureBox2)).BeginInit(); |
|
|
((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit(); |
|
|
this.SuspendLayout(); |
|
|
|
|
|
|
|
|
|
|
|
this.Panel1.BackColor = System.Drawing.Color.White; |
|
|
this.Panel1.Controls.Add(this.Button2); |
|
|
this.Panel1.Controls.Add(this.PictureBox2); |
|
|
this.Panel1.Controls.Add(this._lblFeature); |
|
|
this.Panel1.Controls.Add(this.Label1); |
|
|
this.Panel1.Dock = System.Windows.Forms.DockStyle.Bottom; |
|
|
this.Panel1.Location = new System.Drawing.Point(0, 497); |
|
|
this.Panel1.Name = "Panel1"; |
|
|
this.Panel1.Size = new System.Drawing.Size(909, 123); |
|
|
this.Panel1.TabIndex = 0; |
|
|
|
|
|
|
|
|
|
|
|
this.Button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
|
|
this.Button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(166)))), ((int)(((byte)(13))))); |
|
|
this.Button2.Font = new System.Drawing.Font("Calibri", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
|
|
this.Button2.ForeColor = System.Drawing.Color.White; |
|
|
this.Button2.Location = new System.Drawing.Point(669, 33); |
|
|
this.Button2.Name = "Button2"; |
|
|
this.Button2.Size = new System.Drawing.Size(228, 50); |
|
|
this.Button2.TabIndex = 11; |
|
|
this.Button2.Text = "Switch to DWSIM Pro"; |
|
|
this.Button2.UseVisualStyleBackColor = false; |
|
|
this.Button2.Click += new System.EventHandler(this.Button2_Click); |
|
|
|
|
|
|
|
|
|
|
|
this.PictureBox2.Image = global::DWSIM.ProFeatures.My.Resources.Resources.Icon512; |
|
|
this.PictureBox2.Location = new System.Drawing.Point(8, 12); |
|
|
this.PictureBox2.Name = "PictureBox2"; |
|
|
this.PictureBox2.Size = new System.Drawing.Size(99, 99); |
|
|
this.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; |
|
|
this.PictureBox2.TabIndex = 10; |
|
|
this.PictureBox2.TabStop = false; |
|
|
|
|
|
|
|
|
|
|
|
this._lblFeature.AutoSize = true; |
|
|
this._lblFeature.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
|
|
this._lblFeature.Location = new System.Drawing.Point(112, 12); |
|
|
this._lblFeature.Name = "_lblFeature"; |
|
|
this._lblFeature.Size = new System.Drawing.Size(375, 31); |
|
|
this._lblFeature.TabIndex = 9; |
|
|
this._lblFeature.Text = "Greenhouse Gas Emissions"; |
|
|
|
|
|
|
|
|
|
|
|
this.Label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
|
|
| System.Windows.Forms.AnchorStyles.Right))); |
|
|
this.Label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
|
|
this.Label1.Location = new System.Drawing.Point(114, 49); |
|
|
this.Label1.Name = "Label1"; |
|
|
this.Label1.Size = new System.Drawing.Size(549, 60); |
|
|
this.Label1.TabIndex = 8; |
|
|
this.Label1.Text = "Calculate detailed greenhouse gas emissions from your equipments. Minimize the ov" + |
|
|
"erall CO2(eq) emission from your process."; |
|
|
|
|
|
|
|
|
|
|
|
this.PictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) |
|
|
| System.Windows.Forms.AnchorStyles.Left) |
|
|
| System.Windows.Forms.AnchorStyles.Right))); |
|
|
this.PictureBox1.Image = global::DWSIM.ProFeatures.My.Resources.Resources._2149675041; |
|
|
this.PictureBox1.Location = new System.Drawing.Point(0, 0); |
|
|
this.PictureBox1.Name = "PictureBox1"; |
|
|
this.PictureBox1.Size = new System.Drawing.Size(909, 503); |
|
|
this.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; |
|
|
this.PictureBox1.TabIndex = 1; |
|
|
this.PictureBox1.TabStop = false; |
|
|
|
|
|
|
|
|
|
|
|
this.AllowEndUserDocking = false; |
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); |
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; |
|
|
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; |
|
|
this.ClientSize = new System.Drawing.Size(909, 620); |
|
|
this.CloseButton = false; |
|
|
this.CloseButtonVisible = false; |
|
|
this.Controls.Add(this.Panel1); |
|
|
this.Controls.Add(this.PictureBox1); |
|
|
this.DoubleBuffered = true; |
|
|
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); |
|
|
this.Name = "FormGHG"; |
|
|
this.ShowHint = WeifenLuo.WinFormsUI.Docking.DockState.Document; |
|
|
this.TabText = "GHG Emissions"; |
|
|
this.Text = "GHG Emissions"; |
|
|
this.Load += new System.EventHandler(this.FormGHG_Load_1); |
|
|
this.Panel1.ResumeLayout(false); |
|
|
this.Panel1.PerformLayout(); |
|
|
((System.ComponentModel.ISupportInitialize)(this.PictureBox2)).EndInit(); |
|
|
((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit(); |
|
|
this.ResumeLayout(false); |
|
|
|
|
|
} |
|
|
|
|
|
internal System.Windows.Forms.Panel Panel1; |
|
|
private System.Windows.Forms.Label _lblFeature; |
|
|
|
|
|
public virtual System.Windows.Forms.Label lblFeature |
|
|
{ |
|
|
[MethodImpl(MethodImplOptions.Synchronized)] |
|
|
get |
|
|
{ |
|
|
return _lblFeature; |
|
|
} |
|
|
|
|
|
[MethodImpl(MethodImplOptions.Synchronized)] |
|
|
set |
|
|
{ |
|
|
_lblFeature = value; |
|
|
} |
|
|
} |
|
|
internal System.Windows.Forms.Label Label1; |
|
|
internal System.Windows.Forms.PictureBox PictureBox1; |
|
|
internal System.Windows.Forms.Button Button2; |
|
|
internal System.Windows.Forms.PictureBox PictureBox2; |
|
|
} |
|
|
} |