namespace SA_LTT_UI.Viewer
{
partial class MaintenanceViewer
{
///
/// 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.label3 = new System.Windows.Forms.Label();
this.btn_Close = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label3
//
this.label3.Font = new System.Drawing.Font("Gulim", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label3.ForeColor = System.Drawing.Color.Red;
this.label3.Location = new System.Drawing.Point(579, 438);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(747, 203);
this.label3.TabIndex = 6;
this.label3.Text = "※주의※ \r\n\r\n현재 PM 작업 중 입니다. \r\n\r\n조작 금지!!";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// btn_Close
//
this.btn_Close.BackColor = System.Drawing.Color.Black;
this.btn_Close.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btn_Close.FlatAppearance.BorderSize = 3;
this.btn_Close.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_Close.Font = new System.Drawing.Font("Gulim", 30F);
this.btn_Close.ForeColor = System.Drawing.Color.White;
this.btn_Close.Location = new System.Drawing.Point(825, 735);
this.btn_Close.Name = "btn_Close";
this.btn_Close.Size = new System.Drawing.Size(255, 57);
this.btn_Close.TabIndex = 7;
this.btn_Close.Text = "CLOSE";
this.btn_Close.UseVisualStyleBackColor = false;
this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);
//
// MaintenanceViewer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Black;
this.ClientSize = new System.Drawing.Size(1904, 1041);
this.Controls.Add(this.btn_Close);
this.Controls.Add(this.label3);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "MaintenanceViewer";
this.Text = "MintainanceViewer";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MintainanceViewer_FormClosing);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button btn_Close;
}
}