|
|
using System; |
|
|
using System.Diagnostics; |
|
|
using System.Runtime.CompilerServices; |
|
|
|
|
|
namespace DWSIM.ProFeatures |
|
|
{ |
|
|
[Microsoft.VisualBasic.CompilerServices.DesignerGenerated()] |
|
|
public partial class FormCosting |
|
|
{ |
|
|
|
|
|
|
|
|
[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(FormCosting)); |
|
|
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, 471); |
|
|
this.Panel1.Name = "Panel1"; |
|
|
this.Panel1.Size = new System.Drawing.Size(915, 123); |
|
|
this.Panel1.TabIndex = 2; |
|
|
|
|
|
|
|
|
|
|
|
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(675, 34); |
|
|
this.Button2.Name = "Button2"; |
|
|
this.Button2.Size = new System.Drawing.Size(228, 50); |
|
|
this.Button2.TabIndex = 13; |
|
|
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(368, 31); |
|
|
this._lblFeature.TabIndex = 9; |
|
|
this._lblFeature.Text = "CAPEX + OPEX Estimation"; |
|
|
|
|
|
|
|
|
|
|
|
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, 50); |
|
|
this.Label1.Name = "Label1"; |
|
|
this.Label1.Size = new System.Drawing.Size(557, 60); |
|
|
this.Label1.TabIndex = 8; |
|
|
this.Label1.Text = "Estimate CAPEX + OPEX for your flowsheet. Use the integrated optimizer to minimiz" + |
|
|
"e the overall process costs."; |
|
|
|
|
|
|
|
|
|
|
|
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._7; |
|
|
this.PictureBox1.Location = new System.Drawing.Point(0, -1); |
|
|
this.PictureBox1.Name = "PictureBox1"; |
|
|
this.PictureBox1.Size = new System.Drawing.Size(915, 587); |
|
|
this.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; |
|
|
this.PictureBox1.TabIndex = 3; |
|
|
this.PictureBox1.TabStop = false; |
|
|
|
|
|
|
|
|
|
|
|
this.AllowEndUserDocking = false; |
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); |
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; |
|
|
this.ClientSize = new System.Drawing.Size(915, 594); |
|
|
this.CloseButton = false; |
|
|
this.CloseButtonVisible = false; |
|
|
this.Controls.Add(this.Panel1); |
|
|
this.Controls.Add(this.PictureBox1); |
|
|
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 = "FormCosting"; |
|
|
this.ShowHint = WeifenLuo.WinFormsUI.Docking.DockState.Document; |
|
|
this.TabText = "Costing"; |
|
|
this.Text = "Costing"; |
|
|
this.Load += new System.EventHandler(this.FormCosting_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; |
|
|
internal System.Windows.Forms.PictureBox PictureBox2; |
|
|
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; |
|
|
} |
|
|
} |