/// /// Copyright (c) 2017 Sensus Metering Systems /// namespace TBF.Rig.Elde.CoverTest { partial class CoverTestForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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(126, 99); this.bypassButton.Name = "bypassButton"; this.bypassButton.Size = new System.Drawing.Size(200, 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.DarkOrange; 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.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CoverTestForm_FormClosing); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button bypassButton; private System.Windows.Forms.Label messageLabel; } }