File size: 8,293 Bytes
b1b3bae |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 |
using System;
using System.Diagnostics;
using System.Runtime.CompilerServices;
namespace DWSIM.ProFeatures
{
[Microsoft.VisualBasic.CompilerServices.DesignerGenerated()]
public partial class FormGHG
{
// Form overrides dispose to clean up the component list.
[DebuggerNonUserCode()]
protected override void Dispose(bool disposing)
{
try
{
if (disposing && components is not null)
{
components.Dispose();
}
}
finally
{
base.Dispose(disposing);
}
}
// Required by the Windows Form Designer
private System.ComponentModel.IContainer components;
// NOTE: The following procedure is required by the Windows Form Designer
// It can be modified using the Windows Form Designer.
// Do not modify it using the code editor.
[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();
//
// Panel1
//
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;
//
// Button2
//
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);
//
// PictureBox2
//
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;
//
// _lblFeature
//
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";
//
// 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.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.";
//
// PictureBox1
//
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;
//
// FormGHG
//
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;
}
} |