namespace TBF.Forms { partial class EmergencyStopForm { /// /// 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.emergencyStopMsgLabel = new System.Windows.Forms.Label(); this.SuspendLayout(); // // emergencyStopMsgLabel // this.emergencyStopMsgLabel.AutoSize = true; this.emergencyStopMsgLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.emergencyStopMsgLabel.ForeColor = System.Drawing.Color.Yellow; this.emergencyStopMsgLabel.Location = new System.Drawing.Point(67, 86); this.emergencyStopMsgLabel.Name = "emergencyStopMsgLabel"; this.emergencyStopMsgLabel.Size = new System.Drawing.Size(287, 37); this.emergencyStopMsgLabel.TabIndex = 1; this.emergencyStopMsgLabel.Text = "Emergency STOP"; // // EmergencyStopForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; this.BackColor = System.Drawing.Color.Red; this.ClientSize = new System.Drawing.Size(412, 212); this.Controls.Add(this.emergencyStopMsgLabel); this.ForeColor = System.Drawing.Color.Transparent; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "EmergencyStopForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Emergency STOP"; this.TopMost = true; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label emergencyStopMsgLabel; } }