239 lines
12 KiB
C#
239 lines
12 KiB
C#
namespace XylemCommonUiLegacyGenCtl
|
|
{
|
|
partial class ctlEasyMeterRdy
|
|
{
|
|
/// <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.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.label1 = new System.Windows.Forms.Label();
|
|
this.lblPcbId = new System.Windows.Forms.Label();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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(165, 1);
|
|
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(219, 1);
|
|
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(264, 1);
|
|
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(350, 1);
|
|
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(350, 15);
|
|
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(371, 15);
|
|
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(395, 15);
|
|
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(142, 1);
|
|
this.lblFlowTest.Name = "lblFlowTest";
|
|
this.lblFlowTest.Size = new System.Drawing.Size(24, 22);
|
|
this.lblFlowTest.TabIndex = 14;
|
|
this.lblFlowTest.Text = "H";
|
|
//
|
|
// 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(120, 1);
|
|
this.lblPreadjustment.Name = "lblPreadjustment";
|
|
this.lblPreadjustment.Size = new System.Drawing.Size(23, 22);
|
|
this.lblPreadjustment.TabIndex = 15;
|
|
this.lblPreadjustment.Text = "V";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.BackColor = System.Drawing.Color.LightGray;
|
|
this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold);
|
|
this.label1.Location = new System.Drawing.Point(3, 4);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(23, 22);
|
|
this.label1.TabIndex = 22;
|
|
this.label1.Text = "S";
|
|
//
|
|
// lblPcbId
|
|
//
|
|
this.lblPcbId.AutoSize = true;
|
|
this.lblPcbId.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblPcbId.Location = new System.Drawing.Point(29, 5);
|
|
this.lblPcbId.Name = "lblPcbId";
|
|
this.lblPcbId.Size = new System.Drawing.Size(79, 15);
|
|
this.lblPcbId.TabIndex = 21;
|
|
this.lblPcbId.Text = "000000000";
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.button1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.button1.Location = new System.Drawing.Point(422, -2);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(28, 33);
|
|
this.button1.TabIndex = 23;
|
|
this.button1.Text = "►";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// ctlEasyMeterRdy
|
|
//
|
|
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.button1);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.lblPcbId);
|
|
this.Controls.Add(this.lblPreadjustment);
|
|
this.Controls.Add(this.lblFlowTest);
|
|
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.Name = "ctlEasyMeterRdy";
|
|
this.Size = new System.Drawing.Size(452, 30);
|
|
this.Load += new System.EventHandler(this.ctlMeterReady_Load);
|
|
this.MouseEnter += new System.EventHandler(this.ctlEasyMeterRdy_MouseEnter);
|
|
this.MouseLeave += new System.EventHandler(this.ctlEasyMeterRdy_MouseLeave);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
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.Label label1;
|
|
private System.Windows.Forms.Label lblPcbId;
|
|
private System.Windows.Forms.Button button1;
|
|
}
|
|
}
|