laatzen/Common/Ui/LegacyGenesisControl/ctlGenesisMeterDetails.Designer.cs
2021-10-01 11:09:20 +02:00

622 lines
33 KiB
C#

namespace Xylem.Common.Ui.Control.LegacyGenesisControl
{
partial class CtlGenesisMeterDetails
{
/// <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();
}
}
#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.lblSerialNrText = new System.Windows.Forms.Label();
this.lblPcbIDText = new System.Windows.Forms.Label();
this.lblPcbID = new System.Windows.Forms.Label();
this.lblSerialNr = new System.Windows.Forms.Label();
this.pnlGauge = new System.Windows.Forms.Panel();
this.pnlGaugePath1 = new System.Windows.Forms.Panel();
this.pnlGaugePath2 = new System.Windows.Forms.Panel();
this.pnlGaugePath3 = new System.Windows.Forms.Panel();
this.lblTestTime = new System.Windows.Forms.Label();
this.lblTestTimeText = new System.Windows.Forms.Label();
this.lblVolume = new System.Windows.Forms.Label();
this.lblVolumeText = new System.Windows.Forms.Label();
this.lblFlow = new System.Windows.Forms.Label();
this.lblFlowText = new System.Windows.Forms.Label();
this.lblError = new System.Windows.Forms.Label();
this.lblErrorText = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.lblTestTimeChl1 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.lblVolumelChl1 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.lblFlowChl1 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.lblErrorChl1 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.lblTestTimeChl2 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.lblVolumelChl2 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.lblFlowChl2 = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.lblErrorChl2 = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.label20 = new System.Windows.Forms.Label();
this.lblTestTimeChl3 = new System.Windows.Forms.Label();
this.label22 = new System.Windows.Forms.Label();
this.lblVolumelChl3 = new System.Windows.Forms.Label();
this.label24 = new System.Windows.Forms.Label();
this.lblFlowChl3 = new System.Windows.Forms.Label();
this.label26 = new System.Windows.Forms.Label();
this.lblErrorChl3 = new System.Windows.Forms.Label();
this.label28 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// lblSerialNrText
//
this.lblSerialNrText.AutoSize = true;
this.lblSerialNrText.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblSerialNrText.Location = new System.Drawing.Point(3, 0);
this.lblSerialNrText.Name = "lblSerialNrText";
this.lblSerialNrText.Size = new System.Drawing.Size(75, 20);
this.lblSerialNrText.TabIndex = 0;
this.lblSerialNrText.Text = "Serien Nr";
//
// lblPcbIDText
//
this.lblPcbIDText.AutoSize = true;
this.lblPcbIDText.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblPcbIDText.Location = new System.Drawing.Point(3, 20);
this.lblPcbIDText.Name = "lblPcbIDText";
this.lblPcbIDText.Size = new System.Drawing.Size(50, 20);
this.lblPcbIDText.TabIndex = 1;
this.lblPcbIDText.Text = "PcbId";
//
// lblPcbID
//
this.lblPcbID.AutoSize = true;
this.lblPcbID.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblPcbID.Location = new System.Drawing.Point(97, 20);
this.lblPcbID.Name = "lblPcbID";
this.lblPcbID.Size = new System.Drawing.Size(50, 20);
this.lblPcbID.TabIndex = 6;
this.lblPcbID.Text = "PcbId";
//
// lblSerialNr
//
this.lblSerialNr.AutoSize = true;
this.lblSerialNr.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblSerialNr.Location = new System.Drawing.Point(97, 0);
this.lblSerialNr.Name = "lblSerialNr";
this.lblSerialNr.Size = new System.Drawing.Size(75, 20);
this.lblSerialNr.TabIndex = 5;
this.lblSerialNr.Text = "Serien Nr";
//
// pnlGauge
//
this.pnlGauge.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.pnlGauge.Location = new System.Drawing.Point(7, 182);
this.pnlGauge.Name = "pnlGauge";
this.pnlGauge.Size = new System.Drawing.Size(200, 200);
this.pnlGauge.TabIndex = 9;
this.pnlGauge.Resize += new System.EventHandler(this.pnlGauge_Resize);
//
// pnlGaugePath1
//
this.pnlGaugePath1.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.pnlGaugePath1.Location = new System.Drawing.Point(213, 182);
this.pnlGaugePath1.Name = "pnlGaugePath1";
this.pnlGaugePath1.Size = new System.Drawing.Size(200, 200);
this.pnlGaugePath1.TabIndex = 19;
//
// pnlGaugePath2
//
this.pnlGaugePath2.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.pnlGaugePath2.Location = new System.Drawing.Point(419, 182);
this.pnlGaugePath2.Name = "pnlGaugePath2";
this.pnlGaugePath2.Size = new System.Drawing.Size(200, 200);
this.pnlGaugePath2.TabIndex = 10;
//
// pnlGaugePath3
//
this.pnlGaugePath3.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.pnlGaugePath3.Location = new System.Drawing.Point(625, 182);
this.pnlGaugePath3.Name = "pnlGaugePath3";
this.pnlGaugePath3.Size = new System.Drawing.Size(200, 200);
this.pnlGaugePath3.TabIndex = 10;
//
// lblTestTime
//
this.lblTestTime.AutoSize = true;
this.lblTestTime.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblTestTime.Location = new System.Drawing.Point(97, 156);
this.lblTestTime.Name = "lblTestTime";
this.lblTestTime.Size = new System.Drawing.Size(36, 20);
this.lblTestTime.TabIndex = 27;
this.lblTestTime.Text = "Zeit";
//
// lblTestTimeText
//
this.lblTestTimeText.AutoSize = true;
this.lblTestTimeText.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblTestTimeText.Location = new System.Drawing.Point(3, 156);
this.lblTestTimeText.Name = "lblTestTimeText";
this.lblTestTimeText.Size = new System.Drawing.Size(36, 20);
this.lblTestTimeText.TabIndex = 26;
this.lblTestTimeText.Text = "Zeit";
//
// lblVolume
//
this.lblVolume.AutoSize = true;
this.lblVolume.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblVolume.Location = new System.Drawing.Point(97, 136);
this.lblVolume.Name = "lblVolume";
this.lblVolume.Size = new System.Drawing.Size(63, 20);
this.lblVolume.TabIndex = 25;
this.lblVolume.Text = "Volume";
//
// lblVolumeText
//
this.lblVolumeText.AutoSize = true;
this.lblVolumeText.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblVolumeText.Location = new System.Drawing.Point(3, 136);
this.lblVolumeText.Name = "lblVolumeText";
this.lblVolumeText.Size = new System.Drawing.Size(63, 20);
this.lblVolumeText.TabIndex = 24;
this.lblVolumeText.Text = "Volume";
//
// lblFlow
//
this.lblFlow.AutoSize = true;
this.lblFlow.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblFlow.Location = new System.Drawing.Point(97, 116);
this.lblFlow.Name = "lblFlow";
this.lblFlow.Size = new System.Drawing.Size(42, 20);
this.lblFlow.TabIndex = 23;
this.lblFlow.Text = "Flow";
//
// lblFlowText
//
this.lblFlowText.AutoSize = true;
this.lblFlowText.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblFlowText.Location = new System.Drawing.Point(3, 116);
this.lblFlowText.Name = "lblFlowText";
this.lblFlowText.Size = new System.Drawing.Size(42, 20);
this.lblFlowText.TabIndex = 22;
this.lblFlowText.Text = "Flow";
//
// lblError
//
this.lblError.AutoSize = true;
this.lblError.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblError.Location = new System.Drawing.Point(97, 96);
this.lblError.Name = "lblError";
this.lblError.Size = new System.Drawing.Size(54, 20);
this.lblError.TabIndex = 21;
this.lblError.Text = "Fehler";
//
// lblErrorText
//
this.lblErrorText.AutoSize = true;
this.lblErrorText.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblErrorText.Location = new System.Drawing.Point(3, 96);
this.lblErrorText.Name = "lblErrorText";
this.lblErrorText.Size = new System.Drawing.Size(54, 20);
this.lblErrorText.TabIndex = 20;
this.lblErrorText.Text = "Fehler";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(50, 76);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(60, 20);
this.label1.TabIndex = 28;
this.label1.Text = "Display";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(262, 76);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(81, 20);
this.label2.TabIndex = 37;
this.label2.Text = "Channel 1";
//
// lblTestTimeChl1
//
this.lblTestTimeChl1.AutoSize = true;
this.lblTestTimeChl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblTestTimeChl1.Location = new System.Drawing.Point(309, 156);
this.lblTestTimeChl1.Name = "lblTestTimeChl1";
this.lblTestTimeChl1.Size = new System.Drawing.Size(36, 20);
this.lblTestTimeChl1.TabIndex = 36;
this.lblTestTimeChl1.Text = "Zeit";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.Location = new System.Drawing.Point(215, 156);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(36, 20);
this.label4.TabIndex = 35;
this.label4.Text = "Zeit";
//
// lblVolumelChl1
//
this.lblVolumelChl1.AutoSize = true;
this.lblVolumelChl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblVolumelChl1.Location = new System.Drawing.Point(309, 136);
this.lblVolumelChl1.Name = "lblVolumelChl1";
this.lblVolumelChl1.Size = new System.Drawing.Size(63, 20);
this.lblVolumelChl1.TabIndex = 34;
this.lblVolumelChl1.Text = "Volume";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.Location = new System.Drawing.Point(215, 136);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(63, 20);
this.label6.TabIndex = 33;
this.label6.Text = "Volume";
//
// lblFlowChl1
//
this.lblFlowChl1.AutoSize = true;
this.lblFlowChl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblFlowChl1.Location = new System.Drawing.Point(309, 116);
this.lblFlowChl1.Name = "lblFlowChl1";
this.lblFlowChl1.Size = new System.Drawing.Size(42, 20);
this.lblFlowChl1.TabIndex = 32;
this.lblFlowChl1.Text = "Flow";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label8.Location = new System.Drawing.Point(215, 116);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(42, 20);
this.label8.TabIndex = 31;
this.label8.Text = "Flow";
//
// lblErrorChl1
//
this.lblErrorChl1.AutoSize = true;
this.lblErrorChl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblErrorChl1.Location = new System.Drawing.Point(309, 96);
this.lblErrorChl1.Name = "lblErrorChl1";
this.lblErrorChl1.Size = new System.Drawing.Size(54, 20);
this.lblErrorChl1.TabIndex = 30;
this.lblErrorChl1.Text = "Fehler";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label10.Location = new System.Drawing.Point(215, 96);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(54, 20);
this.label10.TabIndex = 29;
this.label10.Text = "Fehler";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label11.Location = new System.Drawing.Point(467, 76);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(81, 20);
this.label11.TabIndex = 46;
this.label11.Text = "Channel 2";
//
// lblTestTimeChl2
//
this.lblTestTimeChl2.AutoSize = true;
this.lblTestTimeChl2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblTestTimeChl2.Location = new System.Drawing.Point(514, 156);
this.lblTestTimeChl2.Name = "lblTestTimeChl2";
this.lblTestTimeChl2.Size = new System.Drawing.Size(36, 20);
this.lblTestTimeChl2.TabIndex = 45;
this.lblTestTimeChl2.Text = "Zeit";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label13.Location = new System.Drawing.Point(420, 156);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(36, 20);
this.label13.TabIndex = 44;
this.label13.Text = "Zeit";
//
// lblVolumelChl2
//
this.lblVolumelChl2.AutoSize = true;
this.lblVolumelChl2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblVolumelChl2.Location = new System.Drawing.Point(514, 136);
this.lblVolumelChl2.Name = "lblVolumelChl2";
this.lblVolumelChl2.Size = new System.Drawing.Size(63, 20);
this.lblVolumelChl2.TabIndex = 43;
this.lblVolumelChl2.Text = "Volume";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label15.Location = new System.Drawing.Point(420, 136);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(63, 20);
this.label15.TabIndex = 42;
this.label15.Text = "Volume";
//
// lblFlowChl2
//
this.lblFlowChl2.AutoSize = true;
this.lblFlowChl2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblFlowChl2.Location = new System.Drawing.Point(514, 116);
this.lblFlowChl2.Name = "lblFlowChl2";
this.lblFlowChl2.Size = new System.Drawing.Size(42, 20);
this.lblFlowChl2.TabIndex = 41;
this.lblFlowChl2.Text = "Flow";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label17.Location = new System.Drawing.Point(420, 116);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(42, 20);
this.label17.TabIndex = 40;
this.label17.Text = "Flow";
//
// lblErrorChl2
//
this.lblErrorChl2.AutoSize = true;
this.lblErrorChl2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblErrorChl2.Location = new System.Drawing.Point(514, 96);
this.lblErrorChl2.Name = "lblErrorChl2";
this.lblErrorChl2.Size = new System.Drawing.Size(54, 20);
this.lblErrorChl2.TabIndex = 39;
this.lblErrorChl2.Text = "Fehler";
//
// label19
//
this.label19.AutoSize = true;
this.label19.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label19.Location = new System.Drawing.Point(420, 96);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(54, 20);
this.label19.TabIndex = 38;
this.label19.Text = "Fehler";
//
// label20
//
this.label20.AutoSize = true;
this.label20.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label20.Location = new System.Drawing.Point(673, 76);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(81, 20);
this.label20.TabIndex = 55;
this.label20.Text = "Channel 3";
//
// lblTestTimeChl3
//
this.lblTestTimeChl3.AutoSize = true;
this.lblTestTimeChl3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblTestTimeChl3.Location = new System.Drawing.Point(720, 156);
this.lblTestTimeChl3.Name = "lblTestTimeChl3";
this.lblTestTimeChl3.Size = new System.Drawing.Size(36, 20);
this.lblTestTimeChl3.TabIndex = 54;
this.lblTestTimeChl3.Text = "Zeit";
//
// label22
//
this.label22.AutoSize = true;
this.label22.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label22.Location = new System.Drawing.Point(626, 156);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(36, 20);
this.label22.TabIndex = 53;
this.label22.Text = "Zeit";
//
// lblVolumelChl3
//
this.lblVolumelChl3.AutoSize = true;
this.lblVolumelChl3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblVolumelChl3.Location = new System.Drawing.Point(720, 136);
this.lblVolumelChl3.Name = "lblVolumelChl3";
this.lblVolumelChl3.Size = new System.Drawing.Size(63, 20);
this.lblVolumelChl3.TabIndex = 52;
this.lblVolumelChl3.Text = "Volume";
//
// label24
//
this.label24.AutoSize = true;
this.label24.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label24.Location = new System.Drawing.Point(626, 136);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(63, 20);
this.label24.TabIndex = 51;
this.label24.Text = "Volume";
//
// lblFlowChl3
//
this.lblFlowChl3.AutoSize = true;
this.lblFlowChl3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblFlowChl3.Location = new System.Drawing.Point(720, 116);
this.lblFlowChl3.Name = "lblFlowChl3";
this.lblFlowChl3.Size = new System.Drawing.Size(42, 20);
this.lblFlowChl3.TabIndex = 50;
this.lblFlowChl3.Text = "Flow";
//
// label26
//
this.label26.AutoSize = true;
this.label26.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label26.Location = new System.Drawing.Point(626, 116);
this.label26.Name = "label26";
this.label26.Size = new System.Drawing.Size(42, 20);
this.label26.TabIndex = 49;
this.label26.Text = "Flow";
//
// lblErrorChl3
//
this.lblErrorChl3.AutoSize = true;
this.lblErrorChl3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblErrorChl3.Location = new System.Drawing.Point(720, 96);
this.lblErrorChl3.Name = "lblErrorChl3";
this.lblErrorChl3.Size = new System.Drawing.Size(54, 20);
this.lblErrorChl3.TabIndex = 48;
this.lblErrorChl3.Text = "Fehler";
//
// label28
//
this.label28.AutoSize = true;
this.label28.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label28.Location = new System.Drawing.Point(626, 96);
this.label28.Name = "label28";
this.label28.Size = new System.Drawing.Size(54, 20);
this.label28.TabIndex = 47;
this.label28.Text = "Fehler";
//
// ctlGenesisMeterDetails
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.ControlDark;
this.Controls.Add(this.label20);
this.Controls.Add(this.lblTestTimeChl3);
this.Controls.Add(this.label22);
this.Controls.Add(this.lblVolumelChl3);
this.Controls.Add(this.label24);
this.Controls.Add(this.lblFlowChl3);
this.Controls.Add(this.label26);
this.Controls.Add(this.lblErrorChl3);
this.Controls.Add(this.label28);
this.Controls.Add(this.label11);
this.Controls.Add(this.lblTestTimeChl2);
this.Controls.Add(this.label13);
this.Controls.Add(this.lblVolumelChl2);
this.Controls.Add(this.label15);
this.Controls.Add(this.lblFlowChl2);
this.Controls.Add(this.label17);
this.Controls.Add(this.lblErrorChl2);
this.Controls.Add(this.label19);
this.Controls.Add(this.label2);
this.Controls.Add(this.lblTestTimeChl1);
this.Controls.Add(this.label4);
this.Controls.Add(this.lblVolumelChl1);
this.Controls.Add(this.label6);
this.Controls.Add(this.lblFlowChl1);
this.Controls.Add(this.label8);
this.Controls.Add(this.lblErrorChl1);
this.Controls.Add(this.label10);
this.Controls.Add(this.label1);
this.Controls.Add(this.lblTestTime);
this.Controls.Add(this.lblTestTimeText);
this.Controls.Add(this.lblVolume);
this.Controls.Add(this.lblVolumeText);
this.Controls.Add(this.lblFlow);
this.Controls.Add(this.lblFlowText);
this.Controls.Add(this.lblError);
this.Controls.Add(this.lblErrorText);
this.Controls.Add(this.pnlGaugePath3);
this.Controls.Add(this.pnlGaugePath2);
this.Controls.Add(this.pnlGaugePath1);
this.Controls.Add(this.pnlGauge);
this.Controls.Add(this.lblPcbID);
this.Controls.Add(this.lblSerialNr);
this.Controls.Add(this.lblPcbIDText);
this.Controls.Add(this.lblSerialNrText);
this.Name = "ctlGenesisMeterDetails";
this.Size = new System.Drawing.Size(888, 405);
this.Load += new System.EventHandler(this.GenesisMeter_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblSerialNrText;
private System.Windows.Forms.Label lblPcbIDText;
private System.Windows.Forms.Label lblPcbID;
private System.Windows.Forms.Label lblSerialNr;
private System.Windows.Forms.Panel pnlGauge;
private System.Windows.Forms.Panel pnlGaugePath1;
private System.Windows.Forms.Panel pnlGaugePath2;
private System.Windows.Forms.Panel pnlGaugePath3;
private System.Windows.Forms.Label lblTestTime;
private System.Windows.Forms.Label lblTestTimeText;
private System.Windows.Forms.Label lblVolume;
private System.Windows.Forms.Label lblVolumeText;
private System.Windows.Forms.Label lblFlow;
private System.Windows.Forms.Label lblFlowText;
private System.Windows.Forms.Label lblError;
private System.Windows.Forms.Label lblErrorText;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label lblTestTimeChl1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label lblVolumelChl1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label lblFlowChl1;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label lblErrorChl1;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label lblTestTimeChl2;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label lblVolumelChl2;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label lblFlowChl2;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label lblErrorChl2;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.Label lblTestTimeChl3;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.Label lblVolumelChl3;
private System.Windows.Forms.Label label24;
private System.Windows.Forms.Label lblFlowChl3;
private System.Windows.Forms.Label label26;
private System.Windows.Forms.Label lblErrorChl3;
private System.Windows.Forms.Label label28;
}
}