295 lines
17 KiB
C#
295 lines
17 KiB
C#
namespace GenesisZeroFlow
|
|
{
|
|
partial class TemperatureFieldTempCal
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TemperatureFieldTempCal));
|
|
this.pB_TempField_Logo = new System.Windows.Forms.PictureBox();
|
|
this.pB_TempField_Meter = new System.Windows.Forms.PictureBox();
|
|
this.l_TempField_Meter1 = new System.Windows.Forms.Label();
|
|
this.nUD_TempField_Celsius1 = new System.Windows.Forms.NumericUpDown();
|
|
this.btn_TempField_OK = new System.Windows.Forms.Button();
|
|
this.l_TemperatureDispPath2 = new System.Windows.Forms.Label();
|
|
this.l_TemperatureDispPath1 = new System.Windows.Forms.Label();
|
|
this.l_TemperaturePath2 = new System.Windows.Forms.Label();
|
|
this.l_TemperaturePath1 = new System.Windows.Forms.Label();
|
|
this.l_TemperaturePath0 = new System.Windows.Forms.Label();
|
|
this.l_TemperatureDispPath0 = new System.Windows.Forms.Label();
|
|
this.gB_Logging = new System.Windows.Forms.GroupBox();
|
|
this.l_LoggingStatus = new System.Windows.Forms.Label();
|
|
this.cB_Logging = new System.Windows.Forms.CheckBox();
|
|
this.tmrUpdateTemp = new System.Windows.Forms.Timer(this.components);
|
|
((System.ComponentModel.ISupportInitialize)(this.pB_TempField_Logo)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pB_TempField_Meter)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nUD_TempField_Celsius1)).BeginInit();
|
|
this.gB_Logging.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// pB_TempField_Logo
|
|
//
|
|
this.pB_TempField_Logo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.pB_TempField_Logo.Image = ((System.Drawing.Image)(resources.GetObject("pB_TempField_Logo.Image")));
|
|
this.pB_TempField_Logo.InitialImage = null;
|
|
this.pB_TempField_Logo.Location = new System.Drawing.Point(479, 20);
|
|
this.pB_TempField_Logo.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.pB_TempField_Logo.Name = "pB_TempField_Logo";
|
|
this.pB_TempField_Logo.Size = new System.Drawing.Size(86, 39);
|
|
this.pB_TempField_Logo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pB_TempField_Logo.TabIndex = 15;
|
|
this.pB_TempField_Logo.TabStop = false;
|
|
//
|
|
// pB_TempField_Meter
|
|
//
|
|
this.pB_TempField_Meter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.pB_TempField_Meter.BackColor = System.Drawing.Color.Transparent;
|
|
this.pB_TempField_Meter.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pB_TempField_Meter.ErrorImage")));
|
|
this.pB_TempField_Meter.Image = ((System.Drawing.Image)(resources.GetObject("pB_TempField_Meter.Image")));
|
|
this.pB_TempField_Meter.InitialImage = ((System.Drawing.Image)(resources.GetObject("pB_TempField_Meter.InitialImage")));
|
|
this.pB_TempField_Meter.Location = new System.Drawing.Point(502, 68);
|
|
this.pB_TempField_Meter.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.pB_TempField_Meter.Name = "pB_TempField_Meter";
|
|
this.pB_TempField_Meter.Size = new System.Drawing.Size(50, 41);
|
|
this.pB_TempField_Meter.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pB_TempField_Meter.TabIndex = 28;
|
|
this.pB_TempField_Meter.TabStop = false;
|
|
//
|
|
// l_TempField_Meter1
|
|
//
|
|
this.l_TempField_Meter1.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.l_TempField_Meter1.AutoSize = true;
|
|
this.l_TempField_Meter1.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.l_TempField_Meter1.Location = new System.Drawing.Point(146, 114);
|
|
this.l_TempField_Meter1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.l_TempField_Meter1.Name = "l_TempField_Meter1";
|
|
this.l_TempField_Meter1.Size = new System.Drawing.Size(290, 26);
|
|
this.l_TempField_Meter1.TabIndex = 37;
|
|
this.l_TempField_Meter1.Text = "Reference Temperature/ [°C]";
|
|
//
|
|
// nUD_TempField_Celsius1
|
|
//
|
|
this.nUD_TempField_Celsius1.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.nUD_TempField_Celsius1.DecimalPlaces = 2;
|
|
this.nUD_TempField_Celsius1.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.nUD_TempField_Celsius1.Increment = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
131072});
|
|
this.nUD_TempField_Celsius1.Location = new System.Drawing.Point(222, 158);
|
|
this.nUD_TempField_Celsius1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.nUD_TempField_Celsius1.Maximum = new decimal(new int[] {
|
|
50,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nUD_TempField_Celsius1.Name = "nUD_TempField_Celsius1";
|
|
this.nUD_TempField_Celsius1.Size = new System.Drawing.Size(118, 32);
|
|
this.nUD_TempField_Celsius1.TabIndex = 38;
|
|
this.nUD_TempField_Celsius1.Value = new decimal(new int[] {
|
|
20,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nUD_TempField_Celsius1.ValueChanged += new System.EventHandler(this.nUD_TempField_Celsius1_ValueChanged);
|
|
this.nUD_TempField_Celsius1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.nUD_TempField_Celsius1_KeyDown);
|
|
this.nUD_TempField_Celsius1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.nUD_TempField_Celsius1_KeyPress);
|
|
//
|
|
// btn_TempField_OK
|
|
//
|
|
this.btn_TempField_OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btn_TempField_OK.Location = new System.Drawing.Point(457, 292);
|
|
this.btn_TempField_OK.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.btn_TempField_OK.Name = "btn_TempField_OK";
|
|
this.btn_TempField_OK.Size = new System.Drawing.Size(100, 42);
|
|
this.btn_TempField_OK.TabIndex = 47;
|
|
this.btn_TempField_OK.Text = "OK";
|
|
this.btn_TempField_OK.UseVisualStyleBackColor = true;
|
|
this.btn_TempField_OK.Click += new System.EventHandler(this.btn_TempField_OK_Click);
|
|
//
|
|
// l_TemperatureDispPath2
|
|
//
|
|
this.l_TemperatureDispPath2.AutoSize = true;
|
|
this.l_TemperatureDispPath2.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.l_TemperatureDispPath2.Location = new System.Drawing.Point(486, 190);
|
|
this.l_TemperatureDispPath2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.l_TemperatureDispPath2.Name = "l_TemperatureDispPath2";
|
|
this.l_TemperatureDispPath2.Size = new System.Drawing.Size(31, 24);
|
|
this.l_TemperatureDispPath2.TabIndex = 64;
|
|
this.l_TemperatureDispPath2.Text = "---";
|
|
//
|
|
// l_TemperatureDispPath1
|
|
//
|
|
this.l_TemperatureDispPath1.AutoSize = true;
|
|
this.l_TemperatureDispPath1.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.l_TemperatureDispPath1.Location = new System.Drawing.Point(486, 161);
|
|
this.l_TemperatureDispPath1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.l_TemperatureDispPath1.Name = "l_TemperatureDispPath1";
|
|
this.l_TemperatureDispPath1.Size = new System.Drawing.Size(31, 24);
|
|
this.l_TemperatureDispPath1.TabIndex = 63;
|
|
this.l_TemperatureDispPath1.Text = "---";
|
|
//
|
|
// l_TemperaturePath2
|
|
//
|
|
this.l_TemperaturePath2.AutoSize = true;
|
|
this.l_TemperaturePath2.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.l_TemperaturePath2.Location = new System.Drawing.Point(81, 190);
|
|
this.l_TemperaturePath2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.l_TemperaturePath2.Name = "l_TemperaturePath2";
|
|
this.l_TemperaturePath2.Size = new System.Drawing.Size(402, 26);
|
|
this.l_TemperaturePath2.TabIndex = 62;
|
|
this.l_TemperaturePath2.Text = "measured Temperature PATH3/ [°C]:";
|
|
//
|
|
// l_TemperaturePath1
|
|
//
|
|
this.l_TemperaturePath1.AutoSize = true;
|
|
this.l_TemperaturePath1.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.l_TemperaturePath1.Location = new System.Drawing.Point(81, 161);
|
|
this.l_TemperaturePath1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.l_TemperaturePath1.Name = "l_TemperaturePath1";
|
|
this.l_TemperaturePath1.Size = new System.Drawing.Size(402, 26);
|
|
this.l_TemperaturePath1.TabIndex = 61;
|
|
this.l_TemperaturePath1.Text = "measured Temperature PATH2/ [°C]:";
|
|
//
|
|
// l_TemperaturePath0
|
|
//
|
|
this.l_TemperaturePath0.AutoSize = true;
|
|
this.l_TemperaturePath0.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.l_TemperaturePath0.Location = new System.Drawing.Point(81, 132);
|
|
this.l_TemperaturePath0.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.l_TemperaturePath0.Name = "l_TemperaturePath0";
|
|
this.l_TemperaturePath0.Size = new System.Drawing.Size(402, 26);
|
|
this.l_TemperaturePath0.TabIndex = 60;
|
|
this.l_TemperaturePath0.Text = "measured Temperature PATH1/ [°C]:";
|
|
//
|
|
// l_TemperatureDispPath0
|
|
//
|
|
this.l_TemperatureDispPath0.AutoSize = true;
|
|
this.l_TemperatureDispPath0.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.l_TemperatureDispPath0.Location = new System.Drawing.Point(486, 132);
|
|
this.l_TemperatureDispPath0.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.l_TemperatureDispPath0.Name = "l_TemperatureDispPath0";
|
|
this.l_TemperatureDispPath0.Size = new System.Drawing.Size(31, 24);
|
|
this.l_TemperatureDispPath0.TabIndex = 59;
|
|
this.l_TemperatureDispPath0.Text = "---";
|
|
//
|
|
// gB_Logging
|
|
//
|
|
this.gB_Logging.BackColor = System.Drawing.Color.Honeydew;
|
|
this.gB_Logging.Controls.Add(this.l_LoggingStatus);
|
|
this.gB_Logging.Controls.Add(this.cB_Logging);
|
|
this.gB_Logging.Location = new System.Drawing.Point(76, 283);
|
|
this.gB_Logging.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.gB_Logging.Name = "gB_Logging";
|
|
this.gB_Logging.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.gB_Logging.Size = new System.Drawing.Size(351, 58);
|
|
this.gB_Logging.TabIndex = 65;
|
|
this.gB_Logging.TabStop = false;
|
|
this.gB_Logging.Text = "Logging";
|
|
//
|
|
// l_LoggingStatus
|
|
//
|
|
this.l_LoggingStatus.AutoSize = true;
|
|
this.l_LoggingStatus.Location = new System.Drawing.Point(108, 24);
|
|
this.l_LoggingStatus.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.l_LoggingStatus.Name = "l_LoggingStatus";
|
|
this.l_LoggingStatus.Size = new System.Drawing.Size(16, 13);
|
|
this.l_LoggingStatus.TabIndex = 1;
|
|
this.l_LoggingStatus.Text = "---";
|
|
//
|
|
// cB_Logging
|
|
//
|
|
this.cB_Logging.AutoSize = true;
|
|
this.cB_Logging.Location = new System.Drawing.Point(22, 24);
|
|
this.cB_Logging.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.cB_Logging.Name = "cB_Logging";
|
|
this.cB_Logging.Size = new System.Drawing.Size(59, 17);
|
|
this.cB_Logging.TabIndex = 0;
|
|
this.cB_Logging.Text = "Enable";
|
|
this.cB_Logging.UseVisualStyleBackColor = true;
|
|
this.cB_Logging.CheckedChanged += new System.EventHandler(this.cB_Logging_CheckedChanged);
|
|
//
|
|
// tmrUpdateTemp
|
|
//
|
|
this.tmrUpdateTemp.Interval = 1000;
|
|
this.tmrUpdateTemp.Tick += new System.EventHandler(this.tmrUpdateTemp_Tick);
|
|
//
|
|
// TemperatureFieldTempCal
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.AliceBlue;
|
|
this.ClientSize = new System.Drawing.Size(590, 365);
|
|
this.Controls.Add(this.gB_Logging);
|
|
this.Controls.Add(this.l_TemperatureDispPath2);
|
|
this.Controls.Add(this.l_TemperatureDispPath1);
|
|
this.Controls.Add(this.l_TemperaturePath2);
|
|
this.Controls.Add(this.l_TemperaturePath1);
|
|
this.Controls.Add(this.l_TemperaturePath0);
|
|
this.Controls.Add(this.l_TemperatureDispPath0);
|
|
this.Controls.Add(this.btn_TempField_OK);
|
|
this.Controls.Add(this.nUD_TempField_Celsius1);
|
|
this.Controls.Add(this.l_TempField_Meter1);
|
|
this.Controls.Add(this.pB_TempField_Meter);
|
|
this.Controls.Add(this.pB_TempField_Logo);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.Name = "TemperatureFieldTempCal";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TemperatureFieldTempCal_FormClosing);
|
|
this.Load += new System.EventHandler(this.TemperatureFieldTempCal_Load);
|
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TemperatureFieldTempCal_KeyDown);
|
|
((System.ComponentModel.ISupportInitialize)(this.pB_TempField_Logo)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pB_TempField_Meter)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nUD_TempField_Celsius1)).EndInit();
|
|
this.gB_Logging.ResumeLayout(false);
|
|
this.gB_Logging.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.PictureBox pB_TempField_Logo;
|
|
private System.Windows.Forms.PictureBox pB_TempField_Meter;
|
|
private System.Windows.Forms.Label l_TempField_Meter1;
|
|
private System.Windows.Forms.NumericUpDown nUD_TempField_Celsius1;
|
|
private System.Windows.Forms.Button btn_TempField_OK;
|
|
private System.Windows.Forms.Label l_TemperatureDispPath2;
|
|
private System.Windows.Forms.Label l_TemperatureDispPath1;
|
|
private System.Windows.Forms.Label l_TemperaturePath2;
|
|
private System.Windows.Forms.Label l_TemperaturePath1;
|
|
private System.Windows.Forms.Label l_TemperaturePath0;
|
|
private System.Windows.Forms.Label l_TemperatureDispPath0;
|
|
private System.Windows.Forms.GroupBox gB_Logging;
|
|
private System.Windows.Forms.CheckBox cB_Logging;
|
|
private System.Windows.Forms.Label l_LoggingStatus;
|
|
private System.Windows.Forms.Timer tmrUpdateTemp;
|
|
}
|
|
} |