374 lines
19 KiB
C#
374 lines
19 KiB
C#
namespace XylemCommonUiLegacyGenCtl
|
|
{
|
|
partial class ctlMeterReady
|
|
{
|
|
/// <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 Component 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();
|
|
this.lblSlot = new System.Windows.Forms.Label();
|
|
this.lblPcbId = new System.Windows.Forms.Label();
|
|
this.lblLogin = new System.Windows.Forms.Label();
|
|
this.lblLed = new System.Windows.Forms.Label();
|
|
this.lblDataOverall = new System.Windows.Forms.Label();
|
|
this.lblDataDisplay = new System.Windows.Forms.Label();
|
|
this.lblDataP1 = new System.Windows.Forms.Label();
|
|
this.lblDataP2 = new System.Windows.Forms.Label();
|
|
this.lblDataP3 = new System.Windows.Forms.Label();
|
|
this.tmrBusy = new System.Windows.Forms.Timer(this.components);
|
|
this.lblFlowTest = new System.Windows.Forms.Label();
|
|
this.lblPreadjustment = new System.Windows.Forms.Label();
|
|
this.nudCalibrationTarget = new System.Windows.Forms.NumericUpDown();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.duFlowCalibration = new System.Windows.Forms.Label();
|
|
this.cbxDoPreajdustment = new System.Windows.Forms.CheckBox();
|
|
this.lblDoPreajustment = new System.Windows.Forms.Label();
|
|
this.cbDoFlowCalibration = new System.Windows.Forms.CheckBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.cbxDoTesting = new System.Windows.Forms.CheckBox();
|
|
this.lblSerialNr = new System.Windows.Forms.TextBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudCalibrationTarget)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// lblSlot
|
|
//
|
|
this.lblSlot.AutoSize = true;
|
|
this.lblSlot.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.lblSlot.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblSlot.Location = new System.Drawing.Point(3, 4);
|
|
this.lblSlot.Name = "lblSlot";
|
|
this.lblSlot.Size = new System.Drawing.Size(43, 31);
|
|
this.lblSlot.TabIndex = 1;
|
|
this.lblSlot.Text = "10";
|
|
this.lblSlot.Click += new System.EventHandler(this.lblSlot_Click);
|
|
//
|
|
// lblPcbId
|
|
//
|
|
this.lblPcbId.AutoSize = true;
|
|
this.lblPcbId.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
|
|
this.lblPcbId.Location = new System.Drawing.Point(53, 28);
|
|
this.lblPcbId.Name = "lblPcbId";
|
|
this.lblPcbId.Size = new System.Drawing.Size(89, 17);
|
|
this.lblPcbId.TabIndex = 2;
|
|
this.lblPcbId.Text = "000000000";
|
|
this.lblPcbId.Click += new System.EventHandler(this.lblPcbId_Click);
|
|
//
|
|
// lblLogin
|
|
//
|
|
this.lblLogin.AutoSize = true;
|
|
this.lblLogin.BackColor = System.Drawing.Color.LightGray;
|
|
this.lblLogin.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.lblLogin.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblLogin.Location = new System.Drawing.Point(212, 0);
|
|
this.lblLogin.Name = "lblLogin";
|
|
this.lblLogin.Size = new System.Drawing.Size(55, 22);
|
|
this.lblLogin.TabIndex = 6;
|
|
this.lblLogin.Text = "Login";
|
|
//
|
|
// lblLed
|
|
//
|
|
this.lblLed.AutoSize = true;
|
|
this.lblLed.BackColor = System.Drawing.Color.LightGray;
|
|
this.lblLed.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.lblLed.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblLed.Location = new System.Drawing.Point(266, 0);
|
|
this.lblLed.Name = "lblLed";
|
|
this.lblLed.Size = new System.Drawing.Size(46, 22);
|
|
this.lblLed.TabIndex = 7;
|
|
this.lblLed.Text = "LED";
|
|
//
|
|
// lblDataOverall
|
|
//
|
|
this.lblDataOverall.AutoSize = true;
|
|
this.lblDataOverall.BackColor = System.Drawing.Color.LightGray;
|
|
this.lblDataOverall.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.lblDataOverall.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblDataOverall.Location = new System.Drawing.Point(311, 0);
|
|
this.lblDataOverall.Name = "lblDataOverall";
|
|
this.lblDataOverall.Size = new System.Drawing.Size(87, 22);
|
|
this.lblDataOverall.TabIndex = 8;
|
|
this.lblDataOverall.Text = "Messwert";
|
|
//
|
|
// lblDataDisplay
|
|
//
|
|
this.lblDataDisplay.AutoSize = true;
|
|
this.lblDataDisplay.BackColor = System.Drawing.Color.LightGray;
|
|
this.lblDataDisplay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.lblDataDisplay.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
|
|
this.lblDataDisplay.Location = new System.Drawing.Point(397, 0);
|
|
this.lblDataDisplay.Name = "lblDataDisplay";
|
|
this.lblDataDisplay.Size = new System.Drawing.Size(66, 15);
|
|
this.lblDataDisplay.TabIndex = 9;
|
|
this.lblDataDisplay.Text = " Display ";
|
|
this.lblDataDisplay.Click += new System.EventHandler(this.lblDataDisplay_Click);
|
|
//
|
|
// lblDataP1
|
|
//
|
|
this.lblDataP1.AutoSize = true;
|
|
this.lblDataP1.BackColor = System.Drawing.Color.LightGray;
|
|
this.lblDataP1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.lblDataP1.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblDataP1.Location = new System.Drawing.Point(397, 14);
|
|
this.lblDataP1.Name = "lblDataP1";
|
|
this.lblDataP1.Size = new System.Drawing.Size(21, 11);
|
|
this.lblDataP1.TabIndex = 10;
|
|
this.lblDataP1.Text = " P1";
|
|
//
|
|
// lblDataP2
|
|
//
|
|
this.lblDataP2.AutoSize = true;
|
|
this.lblDataP2.BackColor = System.Drawing.Color.LightGray;
|
|
this.lblDataP2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.lblDataP2.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Bold);
|
|
this.lblDataP2.Location = new System.Drawing.Point(418, 14);
|
|
this.lblDataP2.Name = "lblDataP2";
|
|
this.lblDataP2.Size = new System.Drawing.Size(24, 11);
|
|
this.lblDataP2.TabIndex = 11;
|
|
this.lblDataP2.Text = " P2 ";
|
|
//
|
|
// lblDataP3
|
|
//
|
|
this.lblDataP3.AutoSize = true;
|
|
this.lblDataP3.BackColor = System.Drawing.Color.LightGray;
|
|
this.lblDataP3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.lblDataP3.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Bold);
|
|
this.lblDataP3.Location = new System.Drawing.Point(442, 14);
|
|
this.lblDataP3.Name = "lblDataP3";
|
|
this.lblDataP3.Size = new System.Drawing.Size(21, 11);
|
|
this.lblDataP3.TabIndex = 12;
|
|
this.lblDataP3.Text = "P3 ";
|
|
//
|
|
// tmrBusy
|
|
//
|
|
this.tmrBusy.Enabled = true;
|
|
this.tmrBusy.Interval = 1000;
|
|
this.tmrBusy.Tick += new System.EventHandler(this.tmrBusy_Tick);
|
|
//
|
|
// lblFlowTest
|
|
//
|
|
this.lblFlowTest.AutoSize = true;
|
|
this.lblFlowTest.BackColor = System.Drawing.Color.LightGray;
|
|
this.lblFlowTest.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.lblFlowTest.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold);
|
|
this.lblFlowTest.Location = new System.Drawing.Point(189, 0);
|
|
this.lblFlowTest.Name = "lblFlowTest";
|
|
this.lblFlowTest.Size = new System.Drawing.Size(24, 22);
|
|
this.lblFlowTest.TabIndex = 14;
|
|
this.lblFlowTest.Text = "H";
|
|
this.lblFlowTest.Click += new System.EventHandler(this.lblFlowTest_Click);
|
|
//
|
|
// lblPreadjustment
|
|
//
|
|
this.lblPreadjustment.AutoSize = true;
|
|
this.lblPreadjustment.BackColor = System.Drawing.Color.LightGray;
|
|
this.lblPreadjustment.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.lblPreadjustment.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold);
|
|
this.lblPreadjustment.Location = new System.Drawing.Point(167, 0);
|
|
this.lblPreadjustment.Name = "lblPreadjustment";
|
|
this.lblPreadjustment.Size = new System.Drawing.Size(23, 22);
|
|
this.lblPreadjustment.TabIndex = 15;
|
|
this.lblPreadjustment.Text = "V";
|
|
//
|
|
// nudCalibrationTarget
|
|
//
|
|
this.nudCalibrationTarget.DecimalPlaces = 2;
|
|
this.nudCalibrationTarget.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.nudCalibrationTarget.Increment = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
131072});
|
|
this.nudCalibrationTarget.Location = new System.Drawing.Point(465, 23);
|
|
this.nudCalibrationTarget.Maximum = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nudCalibrationTarget.Minimum = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.nudCalibrationTarget.Name = "nudCalibrationTarget";
|
|
this.nudCalibrationTarget.Size = new System.Drawing.Size(55, 21);
|
|
this.nudCalibrationTarget.TabIndex = 16;
|
|
this.nudCalibrationTarget.Value = new decimal(new int[] {
|
|
35,
|
|
0,
|
|
0,
|
|
131072});
|
|
this.nudCalibrationTarget.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
|
|
this.label4.Location = new System.Drawing.Point(468, 5);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(48, 13);
|
|
this.label4.TabIndex = 17;
|
|
this.label4.Text = "Ziel Q3";
|
|
this.label4.Click += new System.EventHandler(this.label4_Click);
|
|
//
|
|
// duFlowCalibration
|
|
//
|
|
this.duFlowCalibration.AutoSize = true;
|
|
this.duFlowCalibration.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
|
|
this.duFlowCalibration.Location = new System.Drawing.Point(349, 28);
|
|
this.duFlowCalibration.Name = "duFlowCalibration";
|
|
this.duFlowCalibration.Size = new System.Drawing.Size(71, 13);
|
|
this.duFlowCalibration.TabIndex = 18;
|
|
this.duFlowCalibration.Text = "Justage Q3";
|
|
this.duFlowCalibration.Click += new System.EventHandler(this.duFlowCalibration_Click);
|
|
//
|
|
// cbxDoPreajdustment
|
|
//
|
|
this.cbxDoPreajdustment.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.cbxDoPreajdustment.AutoSize = true;
|
|
this.cbxDoPreajdustment.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F);
|
|
this.cbxDoPreajdustment.Location = new System.Drawing.Point(322, 26);
|
|
this.cbxDoPreajdustment.Name = "cbxDoPreajdustment";
|
|
this.cbxDoPreajdustment.Size = new System.Drawing.Size(18, 19);
|
|
this.cbxDoPreajdustment.TabIndex = 19;
|
|
this.cbxDoPreajdustment.Text = "-";
|
|
this.cbxDoPreajdustment.UseVisualStyleBackColor = true;
|
|
this.cbxDoPreajdustment.CheckedChanged += new System.EventHandler(this.cbxDoPreajdustment_CheckedChanged);
|
|
//
|
|
// lblDoPreajustment
|
|
//
|
|
this.lblDoPreajustment.AutoSize = true;
|
|
this.lblDoPreajustment.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
|
|
this.lblDoPreajustment.Location = new System.Drawing.Point(227, 28);
|
|
this.lblDoPreajustment.Name = "lblDoPreajustment";
|
|
this.lblDoPreajustment.Size = new System.Drawing.Size(92, 13);
|
|
this.lblDoPreajustment.TabIndex = 20;
|
|
this.lblDoPreajustment.Text = "Vorbehandlung";
|
|
this.lblDoPreajustment.Click += new System.EventHandler(this.lblDoPreajustment_Click);
|
|
//
|
|
// cbDoFlowCalibration
|
|
//
|
|
this.cbDoFlowCalibration.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.cbDoFlowCalibration.AutoSize = true;
|
|
this.cbDoFlowCalibration.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F);
|
|
this.cbDoFlowCalibration.Location = new System.Drawing.Point(418, 26);
|
|
this.cbDoFlowCalibration.Name = "cbDoFlowCalibration";
|
|
this.cbDoFlowCalibration.Size = new System.Drawing.Size(18, 19);
|
|
this.cbDoFlowCalibration.TabIndex = 21;
|
|
this.cbDoFlowCalibration.Text = "-";
|
|
this.cbDoFlowCalibration.UseVisualStyleBackColor = true;
|
|
this.cbDoFlowCalibration.CheckedChanged += new System.EventHandler(this.cbDoFlowCalibration_CheckedChanged);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
|
|
this.label1.Location = new System.Drawing.Point(162, 28);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(44, 13);
|
|
this.label1.TabIndex = 23;
|
|
this.label1.Text = "Prüfen";
|
|
//
|
|
// cbxDoTesting
|
|
//
|
|
this.cbxDoTesting.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.cbxDoTesting.AutoSize = true;
|
|
this.cbxDoTesting.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F);
|
|
this.cbxDoTesting.Location = new System.Drawing.Point(209, 26);
|
|
this.cbxDoTesting.Name = "cbxDoTesting";
|
|
this.cbxDoTesting.Size = new System.Drawing.Size(18, 19);
|
|
this.cbxDoTesting.TabIndex = 22;
|
|
this.cbxDoTesting.Text = "-";
|
|
this.cbxDoTesting.UseVisualStyleBackColor = true;
|
|
this.cbxDoTesting.CheckedChanged += new System.EventHandler(this.cbxDoTesting_CheckedChanged);
|
|
//
|
|
// lblSerialNr
|
|
//
|
|
this.lblSerialNr.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblSerialNr.Location = new System.Drawing.Point(48, 3);
|
|
this.lblSerialNr.Name = "lblSerialNr";
|
|
this.lblSerialNr.Size = new System.Drawing.Size(116, 22);
|
|
this.lblSerialNr.TabIndex = 24;
|
|
//
|
|
// ctlMeterReady
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
this.Controls.Add(this.lblSerialNr);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.cbxDoTesting);
|
|
this.Controls.Add(this.cbDoFlowCalibration);
|
|
this.Controls.Add(this.lblDoPreajustment);
|
|
this.Controls.Add(this.cbxDoPreajdustment);
|
|
this.Controls.Add(this.duFlowCalibration);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.nudCalibrationTarget);
|
|
this.Controls.Add(this.lblPreadjustment);
|
|
this.Controls.Add(this.lblFlowTest);
|
|
this.Controls.Add(this.lblSlot);
|
|
this.Controls.Add(this.lblDataP3);
|
|
this.Controls.Add(this.lblDataP2);
|
|
this.Controls.Add(this.lblDataP1);
|
|
this.Controls.Add(this.lblDataDisplay);
|
|
this.Controls.Add(this.lblDataOverall);
|
|
this.Controls.Add(this.lblLed);
|
|
this.Controls.Add(this.lblLogin);
|
|
this.Controls.Add(this.lblPcbId);
|
|
this.Name = "ctlMeterReady";
|
|
this.Size = new System.Drawing.Size(523, 47);
|
|
this.Load += new System.EventHandler(this.ctlMeterReady_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.nudCalibrationTarget)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label lblSlot;
|
|
private System.Windows.Forms.Label lblPcbId;
|
|
private System.Windows.Forms.Label lblLogin;
|
|
private System.Windows.Forms.Label lblLed;
|
|
private System.Windows.Forms.Label lblDataOverall;
|
|
private System.Windows.Forms.Label lblDataDisplay;
|
|
private System.Windows.Forms.Label lblDataP1;
|
|
private System.Windows.Forms.Label lblDataP2;
|
|
private System.Windows.Forms.Label lblDataP3;
|
|
private System.Windows.Forms.Timer tmrBusy;
|
|
private System.Windows.Forms.Label lblFlowTest;
|
|
private System.Windows.Forms.Label lblPreadjustment;
|
|
private System.Windows.Forms.NumericUpDown nudCalibrationTarget;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label duFlowCalibration;
|
|
private System.Windows.Forms.CheckBox cbxDoPreajdustment;
|
|
private System.Windows.Forms.Label lblDoPreajustment;
|
|
private System.Windows.Forms.CheckBox cbDoFlowCalibration;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.CheckBox cbxDoTesting;
|
|
private System.Windows.Forms.TextBox lblSerialNr;
|
|
}
|
|
}
|