208 lines
11 KiB
C#
208 lines
11 KiB
C#
namespace INT69DB_2A.Forms
|
|
{
|
|
partial class FormProgramUpdate
|
|
{
|
|
/// <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(FormProgramUpdate));
|
|
this.smartForm1 = new SmartX.SmartForm();
|
|
this.labelUpdateWait2 = new SmartX.SmartLabel();
|
|
this.labelUpdateRestart = new SmartX.SmartLabel();
|
|
this.labelUpdateWait = new SmartX.SmartLabel();
|
|
this.progressBarUpdateBar = new SmartX.SmartProgressBar();
|
|
this.timerUpdate = new System.Windows.Forms.Timer();
|
|
this.labelTitle = new SmartX.SmartLabel();
|
|
this.pictureBoxFormIcon = new System.Windows.Forms.PictureBox();
|
|
((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;
|
|
//
|
|
// labelUpdateWait2
|
|
//
|
|
this.labelUpdateWait2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
|
this.labelUpdateWait2.BackPictureBox = this.smartForm1;
|
|
this.labelUpdateWait2.BackPictureBox1 = null;
|
|
this.labelUpdateWait2.BackPictureBox2 = null;
|
|
this.labelUpdateWait2.BorderColor = System.Drawing.Color.Black;
|
|
this.labelUpdateWait2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelUpdateWait2.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
|
|
this.labelUpdateWait2.ForeColor = System.Drawing.Color.Black;
|
|
this.labelUpdateWait2.InitVisible = true;
|
|
this.labelUpdateWait2.LineSpacing = 0F;
|
|
this.labelUpdateWait2.Location = new System.Drawing.Point(108, 242);
|
|
this.labelUpdateWait2.Name = "labelUpdateWait2";
|
|
this.labelUpdateWait2.Size = new System.Drawing.Size(600, 31);
|
|
this.labelUpdateWait2.TabIndex = 158;
|
|
this.labelUpdateWait2.Text = "USB를 본체에서 분리하지 마십시오";
|
|
this.labelUpdateWait2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelUpdateWait2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelUpdateWait2.Visible = false;
|
|
this.labelUpdateWait2.Wordwrap = false;
|
|
//
|
|
// labelUpdateRestart
|
|
//
|
|
this.labelUpdateRestart.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
|
|
this.labelUpdateRestart.BackPictureBox = null;
|
|
this.labelUpdateRestart.BackPictureBox1 = null;
|
|
this.labelUpdateRestart.BackPictureBox2 = null;
|
|
this.labelUpdateRestart.BorderColor = System.Drawing.Color.Black;
|
|
this.labelUpdateRestart.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelUpdateRestart.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
|
|
this.labelUpdateRestart.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
this.labelUpdateRestart.InitVisible = true;
|
|
this.labelUpdateRestart.LineSpacing = 0F;
|
|
this.labelUpdateRestart.Location = new System.Drawing.Point(56, 279);
|
|
this.labelUpdateRestart.Name = "labelUpdateRestart";
|
|
this.labelUpdateRestart.Size = new System.Drawing.Size(700, 32);
|
|
this.labelUpdateRestart.TabIndex = 159;
|
|
this.labelUpdateRestart.Text = "전원을 끄고 다시 켜주세요";
|
|
this.labelUpdateRestart.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelUpdateRestart.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelUpdateRestart.Visible = false;
|
|
this.labelUpdateRestart.Wordwrap = false;
|
|
//
|
|
// labelUpdateWait
|
|
//
|
|
this.labelUpdateWait.BackColor = System.Drawing.Color.DarkGray;
|
|
this.labelUpdateWait.BackPictureBox = this.smartForm1;
|
|
this.labelUpdateWait.BackPictureBox1 = null;
|
|
this.labelUpdateWait.BackPictureBox2 = null;
|
|
this.labelUpdateWait.BorderColor = System.Drawing.Color.Black;
|
|
this.labelUpdateWait.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelUpdateWait.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
|
|
this.labelUpdateWait.InitVisible = true;
|
|
this.labelUpdateWait.LineSpacing = 0F;
|
|
this.labelUpdateWait.Location = new System.Drawing.Point(108, 205);
|
|
this.labelUpdateWait.Name = "labelUpdateWait";
|
|
this.labelUpdateWait.Size = new System.Drawing.Size(600, 31);
|
|
this.labelUpdateWait.TabIndex = 157;
|
|
this.labelUpdateWait.Text = "업데이트 중...";
|
|
this.labelUpdateWait.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelUpdateWait.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelUpdateWait.Wordwrap = false;
|
|
//
|
|
// progressBarUpdateBar
|
|
//
|
|
this.progressBarUpdateBar.AutoColorSet = true;
|
|
this.progressBarUpdateBar.BackColor = System.Drawing.Color.Silver;
|
|
this.progressBarUpdateBar.BarBackColor1 = System.Drawing.Color.White;
|
|
this.progressBarUpdateBar.BarBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
this.progressBarUpdateBar.BarColor1 = System.Drawing.Color.Cyan;
|
|
this.progressBarUpdateBar.BarColor2 = System.Drawing.Color.Teal;
|
|
this.progressBarUpdateBar.BarStyle = SmartX.SmartProgressBar.BARTYPE.Normal;
|
|
this.progressBarUpdateBar.Direction = SmartX.SmartProgressBar.DIR.Horizontal;
|
|
this.progressBarUpdateBar.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular);
|
|
this.progressBarUpdateBar.InitVisible = true;
|
|
this.progressBarUpdateBar.Location = new System.Drawing.Point(114, 351);
|
|
this.progressBarUpdateBar.Maximum = 100;
|
|
this.progressBarUpdateBar.Minimum = 0;
|
|
this.progressBarUpdateBar.Name = "progressBarUpdateBar";
|
|
this.progressBarUpdateBar.OutlineColor = System.Drawing.Color.Black;
|
|
this.progressBarUpdateBar.PercentageText = true;
|
|
this.progressBarUpdateBar.RoundedCorners = true;
|
|
this.progressBarUpdateBar.Size = new System.Drawing.Size(585, 53);
|
|
this.progressBarUpdateBar.TabIndex = 156;
|
|
this.progressBarUpdateBar.TextAutoRotation = true;
|
|
this.progressBarUpdateBar.Value = 10;
|
|
//
|
|
// timerUpdate
|
|
//
|
|
this.timerUpdate.Tick += new System.EventHandler(this.timerUpdate_Tick);
|
|
//
|
|
// 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 = 235;
|
|
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);
|
|
//
|
|
// FormProgramUpdate
|
|
//
|
|
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.labelTitle);
|
|
this.Controls.Add(this.pictureBoxFormIcon);
|
|
this.Controls.Add(this.labelUpdateWait2);
|
|
this.Controls.Add(this.labelUpdateRestart);
|
|
this.Controls.Add(this.labelUpdateWait);
|
|
this.Controls.Add(this.progressBarUpdateBar);
|
|
this.Controls.Add(this.smartForm1);
|
|
this.Name = "FormProgramUpdate";
|
|
this.Text = "FormProgramUpdate";
|
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private SmartX.SmartForm smartForm1;
|
|
public SmartX.SmartLabel labelUpdateWait2;
|
|
public SmartX.SmartLabel labelUpdateRestart;
|
|
public SmartX.SmartLabel labelUpdateWait;
|
|
public SmartX.SmartProgressBar progressBarUpdateBar;
|
|
private System.Windows.Forms.Timer timerUpdate;
|
|
private SmartX.SmartLabel labelTitle;
|
|
private System.Windows.Forms.PictureBox pictureBoxFormIcon;
|
|
}
|
|
} |