333 lines
20 KiB
C#
333 lines
20 KiB
C#
namespace ITC81DB.Controls
|
|
{
|
|
partial class ControlCenterEquipInitialize
|
|
{
|
|
/// <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 Component 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(ControlCenterEquipInitialize));
|
|
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
|
this.buttonSystemInitialization = new SmartX.SmartButton();
|
|
this.buttonBackup = new SmartX.SmartButton();
|
|
this.labelMessage2 = new SmartX.SmartLabel();
|
|
this.buttonMainBoardLcd = new SmartX.SmartButton();
|
|
this.buttonLcd = new SmartX.SmartButton();
|
|
this.buttonMainBoard = new SmartX.SmartButton();
|
|
this.labelMessage1 = new SmartX.SmartLabel();
|
|
this.progressBarInitialize = new SmartX.SmartProgressBar();
|
|
this.timer = new System.Windows.Forms.Timer();
|
|
this.smartGroupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// smartGroupBox1
|
|
//
|
|
this.smartGroupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46)))));
|
|
this.smartGroupBox1.BackPictureBox = null;
|
|
this.smartGroupBox1.BackPictureBox1 = null;
|
|
this.smartGroupBox1.Controls.Add(this.buttonSystemInitialization);
|
|
this.smartGroupBox1.Controls.Add(this.buttonBackup);
|
|
this.smartGroupBox1.Controls.Add(this.labelMessage2);
|
|
this.smartGroupBox1.Controls.Add(this.buttonMainBoardLcd);
|
|
this.smartGroupBox1.Controls.Add(this.buttonLcd);
|
|
this.smartGroupBox1.Controls.Add(this.buttonMainBoard);
|
|
this.smartGroupBox1.Controls.Add(this.labelMessage1);
|
|
this.smartGroupBox1.Controls.Add(this.progressBarInitialize);
|
|
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198)))));
|
|
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black;
|
|
this.smartGroupBox1.FrameLineThickness = 2;
|
|
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.None;
|
|
this.smartGroupBox1.Image = ((System.Drawing.Image)(resources.GetObject("smartGroupBox1.Image")));
|
|
this.smartGroupBox1.InitVisible = true;
|
|
this.smartGroupBox1.Location = new System.Drawing.Point(0, 0);
|
|
this.smartGroupBox1.Name = "smartGroupBox1";
|
|
this.smartGroupBox1.RoundRadius = 10;
|
|
this.smartGroupBox1.Size = new System.Drawing.Size(710, 470);
|
|
this.smartGroupBox1.TabIndex = 176;
|
|
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
|
//
|
|
// buttonSystemInitialization
|
|
//
|
|
this.buttonSystemInitialization.BackPictureBox = null;
|
|
this.buttonSystemInitialization.BackPictureBox1 = null;
|
|
this.buttonSystemInitialization.BackPictureBox2 = null;
|
|
this.buttonSystemInitialization.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonSystemInitialization.ButtonImageAutoSize = true;
|
|
this.buttonSystemInitialization.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonSystemInitialization.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonSystemInitialization.DisableImage")));
|
|
this.buttonSystemInitialization.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonSystemInitialization.DownImage")));
|
|
this.buttonSystemInitialization.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
|
|
this.buttonSystemInitialization.GroupID = 0;
|
|
this.buttonSystemInitialization.InitVisible = true;
|
|
this.buttonSystemInitialization.Location = new System.Drawing.Point(456, 396);
|
|
this.buttonSystemInitialization.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonSystemInitialization.Name = "buttonSystemInitialization";
|
|
this.buttonSystemInitialization.NestedClickEventPrevent = false;
|
|
this.buttonSystemInitialization.OutlinePixel = 1;
|
|
this.buttonSystemInitialization.RepeatInterval = 200;
|
|
this.buttonSystemInitialization.RepeatIntervalAccelerate = null;
|
|
this.buttonSystemInitialization.SafeInterval = 200;
|
|
this.buttonSystemInitialization.Size = new System.Drawing.Size(200, 50);
|
|
this.buttonSystemInitialization.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonSystemInitialization.TabIndex = 32;
|
|
this.buttonSystemInitialization.Text = "System Init";
|
|
this.buttonSystemInitialization.TextColor = System.Drawing.Color.White;
|
|
this.buttonSystemInitialization.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonSystemInitialization.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonSystemInitialization.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonSystemInitialization.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonSystemInitialization.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonSystemInitialization.UpImage")));
|
|
this.buttonSystemInitialization.Visible = false;
|
|
this.buttonSystemInitialization.Click += new System.EventHandler(this.buttonSystemInitialization_Click);
|
|
//
|
|
// buttonBackup
|
|
//
|
|
this.buttonBackup.BackPictureBox = null;
|
|
this.buttonBackup.BackPictureBox1 = null;
|
|
this.buttonBackup.BackPictureBox2 = null;
|
|
this.buttonBackup.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonBackup.ButtonImageAutoSize = true;
|
|
this.buttonBackup.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonBackup.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonBackup.DisableImage")));
|
|
this.buttonBackup.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBackup.DownImage")));
|
|
this.buttonBackup.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
|
|
this.buttonBackup.GroupID = 0;
|
|
this.buttonBackup.InitVisible = true;
|
|
this.buttonBackup.Location = new System.Drawing.Point(44, 396);
|
|
this.buttonBackup.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonBackup.Name = "buttonBackup";
|
|
this.buttonBackup.NestedClickEventPrevent = false;
|
|
this.buttonBackup.OutlinePixel = 1;
|
|
this.buttonBackup.RepeatInterval = 200;
|
|
this.buttonBackup.RepeatIntervalAccelerate = null;
|
|
this.buttonBackup.SafeInterval = 200;
|
|
this.buttonBackup.Size = new System.Drawing.Size(200, 50);
|
|
this.buttonBackup.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonBackup.TabIndex = 31;
|
|
this.buttonBackup.Text = "Backup";
|
|
this.buttonBackup.TextColor = System.Drawing.Color.White;
|
|
this.buttonBackup.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonBackup.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonBackup.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonBackup.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonBackup.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBackup.UpImage")));
|
|
this.buttonBackup.Visible = false;
|
|
this.buttonBackup.Click += new System.EventHandler(this.buttonBackup_Click);
|
|
//
|
|
// labelMessage2
|
|
//
|
|
this.labelMessage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
this.labelMessage2.BackPictureBox = null;
|
|
this.labelMessage2.BackPictureBox1 = null;
|
|
this.labelMessage2.BackPictureBox2 = null;
|
|
this.labelMessage2.BorderColor = System.Drawing.Color.Black;
|
|
this.labelMessage2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelMessage2.Font = new System.Drawing.Font("새굴림", 17F, System.Drawing.FontStyle.Bold);
|
|
this.labelMessage2.ForeColor = System.Drawing.Color.White;
|
|
this.labelMessage2.InitVisible = true;
|
|
this.labelMessage2.LineSpacing = 0F;
|
|
this.labelMessage2.Location = new System.Drawing.Point(44, 147);
|
|
this.labelMessage2.Name = "labelMessage2";
|
|
this.labelMessage2.Size = new System.Drawing.Size(612, 35);
|
|
this.labelMessage2.TabIndex = 29;
|
|
this.labelMessage2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelMessage2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelMessage2.Wordwrap = false;
|
|
//
|
|
// buttonMainBoardLcd
|
|
//
|
|
this.buttonMainBoardLcd.BackPictureBox = null;
|
|
this.buttonMainBoardLcd.BackPictureBox1 = null;
|
|
this.buttonMainBoardLcd.BackPictureBox2 = null;
|
|
this.buttonMainBoardLcd.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonMainBoardLcd.ButtonImageAutoSize = true;
|
|
this.buttonMainBoardLcd.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonMainBoardLcd.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonMainBoardLcd.DisableImage")));
|
|
this.buttonMainBoardLcd.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonMainBoardLcd.DownImage")));
|
|
this.buttonMainBoardLcd.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
|
|
this.buttonMainBoardLcd.GroupID = 0;
|
|
this.buttonMainBoardLcd.InitVisible = true;
|
|
this.buttonMainBoardLcd.Location = new System.Drawing.Point(44, 280);
|
|
this.buttonMainBoardLcd.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonMainBoardLcd.Name = "buttonMainBoardLcd";
|
|
this.buttonMainBoardLcd.NestedClickEventPrevent = false;
|
|
this.buttonMainBoardLcd.OutlinePixel = 1;
|
|
this.buttonMainBoardLcd.RepeatInterval = 200;
|
|
this.buttonMainBoardLcd.RepeatIntervalAccelerate = null;
|
|
this.buttonMainBoardLcd.SafeInterval = 200;
|
|
this.buttonMainBoardLcd.Size = new System.Drawing.Size(200, 50);
|
|
this.buttonMainBoardLcd.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonMainBoardLcd.TabIndex = 28;
|
|
this.buttonMainBoardLcd.Text = "Mainboard+LCD";
|
|
this.buttonMainBoardLcd.TextColor = System.Drawing.Color.White;
|
|
this.buttonMainBoardLcd.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonMainBoardLcd.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonMainBoardLcd.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonMainBoardLcd.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonMainBoardLcd.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonMainBoardLcd.UpImage")));
|
|
this.buttonMainBoardLcd.Click += new System.EventHandler(this.buttonMainBoardLcd_Click);
|
|
//
|
|
// buttonLcd
|
|
//
|
|
this.buttonLcd.BackPictureBox = null;
|
|
this.buttonLcd.BackPictureBox1 = null;
|
|
this.buttonLcd.BackPictureBox2 = null;
|
|
this.buttonLcd.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonLcd.ButtonImageAutoSize = true;
|
|
this.buttonLcd.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonLcd.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonLcd.DisableImage")));
|
|
this.buttonLcd.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonLcd.DownImage")));
|
|
this.buttonLcd.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
|
|
this.buttonLcd.GroupID = 0;
|
|
this.buttonLcd.InitVisible = true;
|
|
this.buttonLcd.Location = new System.Drawing.Point(456, 280);
|
|
this.buttonLcd.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonLcd.Name = "buttonLcd";
|
|
this.buttonLcd.NestedClickEventPrevent = false;
|
|
this.buttonLcd.OutlinePixel = 1;
|
|
this.buttonLcd.RepeatInterval = 200;
|
|
this.buttonLcd.RepeatIntervalAccelerate = null;
|
|
this.buttonLcd.SafeInterval = 200;
|
|
this.buttonLcd.Size = new System.Drawing.Size(200, 50);
|
|
this.buttonLcd.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonLcd.TabIndex = 27;
|
|
this.buttonLcd.Text = "LCD";
|
|
this.buttonLcd.TextColor = System.Drawing.Color.White;
|
|
this.buttonLcd.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonLcd.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonLcd.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonLcd.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonLcd.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLcd.UpImage")));
|
|
this.buttonLcd.Click += new System.EventHandler(this.buttonLcd_Click);
|
|
//
|
|
// buttonMainBoard
|
|
//
|
|
this.buttonMainBoard.BackPictureBox = null;
|
|
this.buttonMainBoard.BackPictureBox1 = null;
|
|
this.buttonMainBoard.BackPictureBox2 = null;
|
|
this.buttonMainBoard.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonMainBoard.ButtonImageAutoSize = true;
|
|
this.buttonMainBoard.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonMainBoard.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonMainBoard.DisableImage")));
|
|
this.buttonMainBoard.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonMainBoard.DownImage")));
|
|
this.buttonMainBoard.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
|
|
this.buttonMainBoard.GroupID = 0;
|
|
this.buttonMainBoard.InitVisible = true;
|
|
this.buttonMainBoard.Location = new System.Drawing.Point(250, 280);
|
|
this.buttonMainBoard.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonMainBoard.Name = "buttonMainBoard";
|
|
this.buttonMainBoard.NestedClickEventPrevent = false;
|
|
this.buttonMainBoard.OutlinePixel = 1;
|
|
this.buttonMainBoard.RepeatInterval = 200;
|
|
this.buttonMainBoard.RepeatIntervalAccelerate = null;
|
|
this.buttonMainBoard.SafeInterval = 200;
|
|
this.buttonMainBoard.Size = new System.Drawing.Size(200, 50);
|
|
this.buttonMainBoard.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonMainBoard.TabIndex = 26;
|
|
this.buttonMainBoard.Text = "Mainboard";
|
|
this.buttonMainBoard.TextColor = System.Drawing.Color.White;
|
|
this.buttonMainBoard.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonMainBoard.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonMainBoard.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonMainBoard.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonMainBoard.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonMainBoard.UpImage")));
|
|
this.buttonMainBoard.Click += new System.EventHandler(this.buttonMainBoard_Click);
|
|
//
|
|
// labelMessage1
|
|
//
|
|
this.labelMessage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
this.labelMessage1.BackPictureBox = null;
|
|
this.labelMessage1.BackPictureBox1 = null;
|
|
this.labelMessage1.BackPictureBox2 = null;
|
|
this.labelMessage1.BorderColor = System.Drawing.Color.Black;
|
|
this.labelMessage1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelMessage1.Font = new System.Drawing.Font("새굴림", 17F, System.Drawing.FontStyle.Bold);
|
|
this.labelMessage1.ForeColor = System.Drawing.Color.White;
|
|
this.labelMessage1.InitVisible = true;
|
|
this.labelMessage1.LineSpacing = 0F;
|
|
this.labelMessage1.Location = new System.Drawing.Point(44, 106);
|
|
this.labelMessage1.Name = "labelMessage1";
|
|
this.labelMessage1.Size = new System.Drawing.Size(612, 35);
|
|
this.labelMessage1.TabIndex = 25;
|
|
this.labelMessage1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelMessage1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelMessage1.Wordwrap = false;
|
|
//
|
|
// progressBarInitialize
|
|
//
|
|
this.progressBarInitialize.AutoColorSet = true;
|
|
this.progressBarInitialize.BackColor = System.Drawing.Color.Silver;
|
|
this.progressBarInitialize.BarBackColor1 = System.Drawing.Color.White;
|
|
this.progressBarInitialize.BarBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
this.progressBarInitialize.BarColor1 = System.Drawing.Color.Cyan;
|
|
this.progressBarInitialize.BarColor2 = System.Drawing.Color.Teal;
|
|
this.progressBarInitialize.BarStyle = SmartX.SmartProgressBar.BARTYPE.Normal1;
|
|
this.progressBarInitialize.Direction = SmartX.SmartProgressBar.DIR.Horizontal;
|
|
this.progressBarInitialize.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular);
|
|
this.progressBarInitialize.InitVisible = true;
|
|
this.progressBarInitialize.Location = new System.Drawing.Point(44, 210);
|
|
this.progressBarInitialize.Maximum = 100;
|
|
this.progressBarInitialize.Minimum = 0;
|
|
this.progressBarInitialize.Name = "progressBarInitialize";
|
|
this.progressBarInitialize.OutlineColor = System.Drawing.Color.Black;
|
|
this.progressBarInitialize.PercentageText = true;
|
|
this.progressBarInitialize.RoundedCorners = true;
|
|
this.progressBarInitialize.Size = new System.Drawing.Size(612, 50);
|
|
this.progressBarInitialize.TabIndex = 22;
|
|
this.progressBarInitialize.TextAutoRotation = true;
|
|
this.progressBarInitialize.Value = 10;
|
|
//
|
|
// timer
|
|
//
|
|
this.timer.Tick += new System.EventHandler(this.timer_Tick);
|
|
//
|
|
// ControlCenterEquipInitialize
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46)))));
|
|
this.Controls.Add(this.smartGroupBox1);
|
|
this.Name = "ControlCenterEquipInitialize";
|
|
this.Size = new System.Drawing.Size(710, 470);
|
|
this.smartGroupBox1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private SmartX.SmartGroupBox smartGroupBox1;
|
|
public SmartX.SmartLabel labelMessage1;
|
|
public SmartX.SmartProgressBar progressBarInitialize;
|
|
private SmartX.SmartButton buttonLcd;
|
|
private SmartX.SmartButton buttonMainBoard;
|
|
private SmartX.SmartButton buttonMainBoardLcd;
|
|
private System.Windows.Forms.Timer timer;
|
|
public SmartX.SmartLabel labelMessage2;
|
|
private SmartX.SmartButton buttonSystemInitialization;
|
|
private SmartX.SmartButton buttonBackup;
|
|
}
|
|
}
|