tbf/TestBenchFramework/BenchControl/Elde/CoverTest/CoverTestForm.designer.cs

81 lines
3.0 KiB
C#
Raw Normal View History

2017-05-04 14:31:40 +00:00
///
/// Copyright (c) 2017 Sensus Metering Systems
///
namespace TBF.BenchControl.Elde.CoverTest
{
partial class CoverTestForm
{
/// <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.bypassButton = new System.Windows.Forms.Button();
this.messageLabel = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// bypassButton
//
this.bypassButton.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.bypassButton.ForeColor = System.Drawing.Color.Black;
this.bypassButton.Location = new System.Drawing.Point(177, 99);
this.bypassButton.Name = "bypassButton";
this.bypassButton.Size = new System.Drawing.Size(98, 63);
this.bypassButton.TabIndex = 1;
this.bypassButton.Text = "Bypass";
this.bypassButton.UseVisualStyleBackColor = true;
this.bypassButton.Click += new System.EventHandler(this.bypassButton_Click);
//
// messageLabel
//
this.messageLabel.AutoSize = true;
this.messageLabel.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.messageLabel.Location = new System.Drawing.Point(34, 39);
this.messageLabel.Name = "messageLabel";
this.messageLabel.Size = new System.Drawing.Size(91, 23);
this.messageLabel.TabIndex = 4;
this.messageLabel.Text = "Message";
//
// CoverTestForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Goldenrod;
this.ClientSize = new System.Drawing.Size(454, 201);
this.Controls.Add(this.messageLabel);
this.Controls.Add(this.bypassButton);
this.Name = "CoverTestForm";
this.Text = "Message";
this.TopMost = true;
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button bypassButton;
private System.Windows.Forms.Label messageLabel;
}
}