2014-07-28 07:54:35 +00:00
namespace TBF.Forms
{
partial class EmergencyStopForm
{
/// <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 . 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 ) ;
2014-07-28 22:39:43 +00:00
this . ForeColor = System . Drawing . Color . Transparent ;
2014-07-28 07:54:35 +00:00
this . FormBorderStyle = System . Windows . Forms . FormBorderStyle . None ;
this . MaximizeBox = false ;
this . MinimizeBox = false ;
this . Name = "EmergencyStopForm" ;
2014-07-28 22:39:43 +00:00
this . StartPosition = System . Windows . Forms . FormStartPosition . CenterParent ;
2014-07-28 07:54:35 +00:00
this . Text = "Emergency STOP" ;
this . TopMost = true ;
this . ResumeLayout ( false ) ;
this . PerformLayout ( ) ;
}
#endregion
private System . Windows . Forms . Label emergencyStopMsgLabel ;
}
}