File size: 8,156 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 |
using System;
using System.Diagnostics;
using System.Runtime.CompilerServices;
namespace DWSIM.ProFeatures
{
[Microsoft.VisualBasic.CompilerServices.DesignerGenerated()]
public partial class FormCosting
{
// 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(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();
//
// 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, 471);
this.Panel1.Name = "Panel1";
this.Panel1.Size = new System.Drawing.Size(915, 123);
this.Panel1.TabIndex = 2;
//
// 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(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);
//
// 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(368, 31);
this._lblFeature.TabIndex = 9;
this._lblFeature.Text = "CAPEX + OPEX Estimation";
//
// 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, 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.";
//
// 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._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;
//
// FormCosting
//
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;
}
} |