INT69DB_2A/INT69DB_2A/Forms/FormInitialization.Designer.cs

209 lines
11 KiB
C#

namespace INT69DB_2A.Forms
{
partial class FormInitialization
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormInitialization));
this.smartForm1 = new SmartX.SmartForm();
this.labelResetFail = new SmartX.SmartLabel();
this.labelResetRestart = new SmartX.SmartLabel();
this.labelResetWait = new SmartX.SmartLabel();
this.progressBarResetBar = new SmartX.SmartProgressBar();
this.labelTitle = new SmartX.SmartLabel();
this.pictureBoxFormIcon = new System.Windows.Forms.PictureBox();
this.timer1 = new System.Windows.Forms.Timer();
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
this.SuspendLayout();
//
// smartForm1
//
this.smartForm1.CenterLocation = false;
this.smartForm1.Image = ((System.Drawing.Image)(resources.GetObject("smartForm1.Image")));
this.smartForm1.LCDDirection = SmartX.SmartForm.LCDDIRECTIONS.HORIZONTAL;
this.smartForm1.LCDSize = SmartX.SmartForm.LCDRESOLUTION.LCD800X600;
this.smartForm1.Location = new System.Drawing.Point(0, 0);
this.smartForm1.MainForm = null;
this.smartForm1.Mode = SmartX.SmartForm.RUNMODE.RUNTIME;
this.smartForm1.MouseCursor = SmartX.SmartForm.OnOff.OFF;
this.smartForm1.Name = "smartForm1";
this.smartForm1.Size = new System.Drawing.Size(800, 600);
this.smartForm1.SpecialFunctionClickPointSize = 100;
this.smartForm1.SuspendLayoutInterval = 0;
//
// labelResetFail
//
this.labelResetFail.BackColor = System.Drawing.Color.Lime;
this.labelResetFail.BackPictureBox = null;
this.labelResetFail.BackPictureBox1 = null;
this.labelResetFail.BackPictureBox2 = null;
this.labelResetFail.BorderColor = System.Drawing.Color.Black;
this.labelResetFail.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelResetFail.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
this.labelResetFail.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.labelResetFail.InitVisible = true;
this.labelResetFail.LineSpacing = 0F;
this.labelResetFail.Location = new System.Drawing.Point(103, 275);
this.labelResetFail.Name = "labelResetFail";
this.labelResetFail.Size = new System.Drawing.Size(600, 31);
this.labelResetFail.TabIndex = 154;
this.labelResetFail.Text = "초기화 실패";
this.labelResetFail.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelResetFail.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelResetFail.Visible = false;
this.labelResetFail.Wordwrap = false;
//
// labelResetRestart
//
this.labelResetRestart.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
this.labelResetRestart.BackPictureBox = null;
this.labelResetRestart.BackPictureBox1 = null;
this.labelResetRestart.BackPictureBox2 = null;
this.labelResetRestart.BorderColor = System.Drawing.Color.Black;
this.labelResetRestart.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelResetRestart.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
this.labelResetRestart.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.labelResetRestart.InitVisible = true;
this.labelResetRestart.LineSpacing = 0F;
this.labelResetRestart.Location = new System.Drawing.Point(52, 236);
this.labelResetRestart.Name = "labelResetRestart";
this.labelResetRestart.Size = new System.Drawing.Size(700, 31);
this.labelResetRestart.TabIndex = 155;
this.labelResetRestart.Text = "전원을 끄고 다시 켜주세요";
this.labelResetRestart.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelResetRestart.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelResetRestart.Visible = false;
this.labelResetRestart.Wordwrap = false;
//
// labelResetWait
//
this.labelResetWait.BackColor = System.Drawing.Color.DarkGray;
this.labelResetWait.BackPictureBox = this.smartForm1;
this.labelResetWait.BackPictureBox1 = null;
this.labelResetWait.BackPictureBox2 = null;
this.labelResetWait.BorderColor = System.Drawing.Color.Black;
this.labelResetWait.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelResetWait.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
this.labelResetWait.InitVisible = true;
this.labelResetWait.LineSpacing = 0F;
this.labelResetWait.Location = new System.Drawing.Point(103, 199);
this.labelResetWait.Name = "labelResetWait";
this.labelResetWait.Size = new System.Drawing.Size(600, 31);
this.labelResetWait.TabIndex = 153;
this.labelResetWait.Text = "초기화 중...";
this.labelResetWait.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelResetWait.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelResetWait.Wordwrap = false;
//
// progressBarResetBar
//
this.progressBarResetBar.AutoColorSet = true;
this.progressBarResetBar.BackColor = System.Drawing.Color.Silver;
this.progressBarResetBar.BarBackColor1 = System.Drawing.Color.White;
this.progressBarResetBar.BarBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.progressBarResetBar.BarColor1 = System.Drawing.Color.Cyan;
this.progressBarResetBar.BarColor2 = System.Drawing.Color.Teal;
this.progressBarResetBar.BarStyle = SmartX.SmartProgressBar.BARTYPE.Normal;
this.progressBarResetBar.Direction = SmartX.SmartProgressBar.DIR.Horizontal;
this.progressBarResetBar.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular);
this.progressBarResetBar.InitVisible = true;
this.progressBarResetBar.Location = new System.Drawing.Point(111, 340);
this.progressBarResetBar.Maximum = 100;
this.progressBarResetBar.Minimum = 0;
this.progressBarResetBar.Name = "progressBarResetBar";
this.progressBarResetBar.OutlineColor = System.Drawing.Color.Black;
this.progressBarResetBar.PercentageText = true;
this.progressBarResetBar.RoundedCorners = true;
this.progressBarResetBar.Size = new System.Drawing.Size(585, 53);
this.progressBarResetBar.TabIndex = 152;
this.progressBarResetBar.TextAutoRotation = true;
this.progressBarResetBar.Value = 10;
//
// labelTitle
//
this.labelTitle.BackPictureBox = this.smartForm1;
this.labelTitle.BackPictureBox1 = null;
this.labelTitle.BackPictureBox2 = null;
this.labelTitle.BorderColor = System.Drawing.Color.Black;
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitle.Font = new System.Drawing.Font("새굴림", 23F, System.Drawing.FontStyle.Bold);
this.labelTitle.ForeColor = System.Drawing.Color.White;
this.labelTitle.InitVisible = true;
this.labelTitle.LineSpacing = 0F;
this.labelTitle.Location = new System.Drawing.Point(69, 11);
this.labelTitle.Name = "labelTitle";
this.labelTitle.Size = new System.Drawing.Size(382, 45);
this.labelTitle.TabIndex = 160;
this.labelTitle.Text = "공장초기화";
this.labelTitle.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitle.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitle.Wordwrap = false;
//
// pictureBoxFormIcon
//
this.pictureBoxFormIcon.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxFormIcon.Image")));
this.pictureBoxFormIcon.Location = new System.Drawing.Point(16, 11);
this.pictureBoxFormIcon.Name = "pictureBoxFormIcon";
this.pictureBoxFormIcon.Size = new System.Drawing.Size(47, 45);
//
// timer1
//
this.timer1.Interval = 300;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// FormFactoryReset
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(800, 600);
this.Controls.Add(this.labelResetWait);
this.Controls.Add(this.labelTitle);
this.Controls.Add(this.pictureBoxFormIcon);
this.Controls.Add(this.labelResetFail);
this.Controls.Add(this.labelResetRestart);
this.Controls.Add(this.progressBarResetBar);
this.Controls.Add(this.smartForm1);
this.Name = "FormFactoryReset";
this.Text = "FormFactoryInitialize";
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private SmartX.SmartForm smartForm1;
public SmartX.SmartLabel labelResetFail;
public SmartX.SmartLabel labelResetRestart;
public SmartX.SmartLabel labelResetWait;
public SmartX.SmartProgressBar progressBarResetBar;
private SmartX.SmartLabel labelTitle;
private System.Windows.Forms.PictureBox pictureBoxFormIcon;
public System.Windows.Forms.Timer timer1;
}
}