main
Seonjae 2023-04-05 15:02:35 +09:00
commit 1ea3e92aa2
3 changed files with 3801 additions and 2051 deletions

View File

@ -30,9 +30,7 @@
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMainDisplay2));
this.smartForm1 = new SmartX.SmartForm();
this.pictureBoxProgress0Select = new System.Windows.Forms.PictureBox();
this.smartButton4 = new SmartX.SmartButton();
this.smartButton3 = new SmartX.SmartButton();
this.pictureBoxProgress0Selected = new System.Windows.Forms.PictureBox();
this.labelCommunicationStatus = new SmartX.SmartLabel();
this.labelUserLevel = new SmartX.SmartLabel();
this.labelUserID = new SmartX.SmartLabel();
@ -67,11 +65,7 @@
this.labelLrSec7 = new SmartX.SmartLabel();
this.labelLrSec1 = new SmartX.SmartLabel();
this.labelPressure1 = new SmartX.SmartLabel();
this.smartButton2 = new SmartX.SmartButton();
this.buttonRecipeNo = new SmartX.SmartButton();
this.labelTime = new SmartX.SmartLabel();
this.labelProgress3sec = new SmartX.SmartLabel();
this.labelProgress4sec = new SmartX.SmartLabel();
this.pictureBoxProgress0 = new System.Windows.Forms.PictureBox();
this.labelProgress8_1 = new SmartX.SmartLabel();
this.labelProgress7_1 = new SmartX.SmartLabel();
@ -136,6 +130,14 @@
this.smartTimerAlarm = new SmartX.SmartTimer();
this.smartTimerMessageShow = new SmartX.SmartTimer();
this.smartTimerLogin = new SmartX.SmartTimer();
this.buttonRecipeNo = new SmartX.SmartButton();
this.pictureBoxProgress1Selected = new System.Windows.Forms.PictureBox();
this.pictureBoxProgress2Selected = new System.Windows.Forms.PictureBox();
this.pictureBoxProgress3Selected = new System.Windows.Forms.PictureBox();
this.pictureBoxProgress4Selected = new System.Windows.Forms.PictureBox();
this.pictureBoxProgress6Selected = new System.Windows.Forms.PictureBox();
this.pictureBoxProgress7Selected = new System.Windows.Forms.PictureBox();
this.pictureBoxProgress8Selected = new System.Windows.Forms.PictureBox();
this.smartForm1.SuspendLayout();
this.smartGroupBox1.SuspendLayout();
this.SuspendLayout();
@ -146,9 +148,15 @@
this.smartForm1.BackGroundFillStyle = SmartXUIBase.SmartUIControlFormBase.BackGroundFillStyles.UseBackImage;
this.smartForm1.BackImage = ((System.Drawing.Image)(resources.GetObject("smartForm1.BackImage")));
this.smartForm1.CenterLocation = false;
this.smartForm1.Controls.Add(this.pictureBoxProgress0Select);
this.smartForm1.Controls.Add(this.smartButton4);
this.smartForm1.Controls.Add(this.smartButton3);
this.smartForm1.Controls.Add(this.pictureBoxProgress8Selected);
this.smartForm1.Controls.Add(this.pictureBoxProgress7Selected);
this.smartForm1.Controls.Add(this.pictureBoxProgress6Selected);
this.smartForm1.Controls.Add(this.pictureBoxProgress4Selected);
this.smartForm1.Controls.Add(this.pictureBoxProgress3Selected);
this.smartForm1.Controls.Add(this.pictureBoxProgress2Selected);
this.smartForm1.Controls.Add(this.pictureBoxProgress1Selected);
this.smartForm1.Controls.Add(this.buttonRecipeNo);
this.smartForm1.Controls.Add(this.pictureBoxProgress0Selected);
this.smartForm1.Controls.Add(this.labelCommunicationStatus);
this.smartForm1.Controls.Add(this.labelUserLevel);
this.smartForm1.Controls.Add(this.labelUserID);
@ -183,11 +191,7 @@
this.smartForm1.Controls.Add(this.labelLrSec7);
this.smartForm1.Controls.Add(this.labelLrSec1);
this.smartForm1.Controls.Add(this.labelPressure1);
this.smartForm1.Controls.Add(this.smartButton2);
this.smartForm1.Controls.Add(this.buttonRecipeNo);
this.smartForm1.Controls.Add(this.labelTime);
this.smartForm1.Controls.Add(this.labelProgress3sec);
this.smartForm1.Controls.Add(this.labelProgress4sec);
this.smartForm1.Controls.Add(this.pictureBoxProgress0);
this.smartForm1.Controls.Add(this.labelProgress8_1);
this.smartForm1.Controls.Add(this.labelProgress7_1);
@ -261,86 +265,14 @@
this.smartForm1.SpecialFunctionClickPointSize = 100;
this.smartForm1.UseMainMenu = false;
//
// pictureBoxProgress0Select
// pictureBoxProgress0Selected
//
this.pictureBoxProgress0Select.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.pictureBoxProgress0Select.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxProgress0Select.Image")));
this.pictureBoxProgress0Select.Location = new System.Drawing.Point(55, 246);
this.pictureBoxProgress0Select.Name = "pictureBoxProgress0Select";
this.pictureBoxProgress0Select.Size = new System.Drawing.Size(150, 90);
this.pictureBoxProgress0Select.Visible = false;
//
// smartButton4
//
this.smartButton4.BackGround = this.smartForm1;
this.smartButton4.BackGroundColor = System.Drawing.Color.LightBlue;
this.smartButton4.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartButton4.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
this.smartButton4.ButtonImageAutoSize = true;
this.smartButton4.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.smartButton4.ButtonText = "smartButton1";
this.smartButton4.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.smartButton4.GroupID = 0;
this.smartButton4.ImageDisable = null;
this.smartButton4.ImageDown = null;
this.smartButton4.ImageUp = null;
this.smartButton4.Location = new System.Drawing.Point(917, 489);
this.smartButton4.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.smartButton4.Name = "smartButton4";
this.smartButton4.NestedClickEventPrevent = false;
this.smartButton4.OutlinePixel = 2;
this.smartButton4.OverlapOptimize = true;
this.smartButton4.RepeatInterval = 200;
this.smartButton4.RepeatIntervalAccelerate = null;
this.smartButton4.RoundSize = 10;
this.smartButton4.SafeInterval = 200;
this.smartButton4.Size = new System.Drawing.Size(100, 43);
this.smartButton4.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.smartButton4.TabIndex = 286;
this.smartButton4.Text = null;
this.smartButton4.TextColor = System.Drawing.Color.White;
this.smartButton4.TextColorDisable = System.Drawing.Color.Gray;
this.smartButton4.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.smartButton4.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.smartButton4.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.smartButton4.Visible = false;
this.smartButton4.Click += new System.EventHandler(this.smartButton4_Click);
//
// smartButton3
//
this.smartButton3.BackGround = this.smartForm1;
this.smartButton3.BackGroundColor = System.Drawing.Color.LightBlue;
this.smartButton3.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartButton3.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
this.smartButton3.ButtonImageAutoSize = true;
this.smartButton3.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.smartButton3.ButtonText = "smartButton1";
this.smartButton3.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.smartButton3.GroupID = 0;
this.smartButton3.ImageDisable = null;
this.smartButton3.ImageDown = null;
this.smartButton3.ImageUp = null;
this.smartButton3.Location = new System.Drawing.Point(917, 440);
this.smartButton3.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.smartButton3.Name = "smartButton3";
this.smartButton3.NestedClickEventPrevent = false;
this.smartButton3.OutlinePixel = 2;
this.smartButton3.OverlapOptimize = true;
this.smartButton3.RepeatInterval = 200;
this.smartButton3.RepeatIntervalAccelerate = null;
this.smartButton3.RoundSize = 10;
this.smartButton3.SafeInterval = 200;
this.smartButton3.Size = new System.Drawing.Size(100, 43);
this.smartButton3.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.smartButton3.TabIndex = 285;
this.smartButton3.Text = null;
this.smartButton3.TextColor = System.Drawing.Color.White;
this.smartButton3.TextColorDisable = System.Drawing.Color.Gray;
this.smartButton3.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.smartButton3.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.smartButton3.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.smartButton3.Visible = false;
this.smartButton3.Click += new System.EventHandler(this.smartButton3_Click);
this.pictureBoxProgress0Selected.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.pictureBoxProgress0Selected.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxProgress0Selected.Image")));
this.pictureBoxProgress0Selected.Location = new System.Drawing.Point(55, 246);
this.pictureBoxProgress0Selected.Name = "pictureBoxProgress0Selected";
this.pictureBoxProgress0Selected.Size = new System.Drawing.Size(150, 90);
this.pictureBoxProgress0Selected.Visible = false;
//
// labelCommunicationStatus
//
@ -349,7 +281,7 @@
this.labelCommunicationStatus.BorderColor = System.Drawing.Color.Lime;
this.labelCommunicationStatus.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
this.labelCommunicationStatus.LineSpacing = 0F;
this.labelCommunicationStatus.Location = new System.Drawing.Point(891, 58);
this.labelCommunicationStatus.Location = new System.Drawing.Point(917, 137);
this.labelCommunicationStatus.Name = "labelCommunicationStatus";
this.labelCommunicationStatus.OverlapOptimize = true;
this.labelCommunicationStatus.PasswordChar = '\0';
@ -369,15 +301,15 @@
this.labelUserLevel.BackGroundColor = System.Drawing.Color.SkyBlue;
this.labelUserLevel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelUserLevel.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelUserLevel.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelUserLevel.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelUserLevel.LineSpacing = 0F;
this.labelUserLevel.Location = new System.Drawing.Point(782, 44);
this.labelUserLevel.Location = new System.Drawing.Point(917, 627);
this.labelUserLevel.Name = "labelUserLevel";
this.labelUserLevel.OverlapOptimize = true;
this.labelUserLevel.PasswordChar = '\0';
this.labelUserLevel.Radius = 3;
this.labelUserLevel.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelUserLevel.Size = new System.Drawing.Size(119, 20);
this.labelUserLevel.Size = new System.Drawing.Size(100, 20);
this.labelUserLevel.TabIndex = 268;
this.labelUserLevel.Text = "ABCDEFG";
this.labelUserLevel.TextColor = System.Drawing.Color.White;
@ -392,15 +324,15 @@
this.labelUserID.BackGroundColor = System.Drawing.Color.SkyBlue;
this.labelUserID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelUserID.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelUserID.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelUserID.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelUserID.LineSpacing = 0F;
this.labelUserID.Location = new System.Drawing.Point(782, 18);
this.labelUserID.Location = new System.Drawing.Point(917, 601);
this.labelUserID.Name = "labelUserID";
this.labelUserID.OverlapOptimize = true;
this.labelUserID.PasswordChar = '\0';
this.labelUserID.Radius = 3;
this.labelUserID.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelUserID.Size = new System.Drawing.Size(119, 20);
this.labelUserID.Size = new System.Drawing.Size(100, 20);
this.labelUserID.TabIndex = 267;
this.labelUserID.Text = "ABCDEFG";
this.labelUserID.TextColor = System.Drawing.Color.White;
@ -1092,84 +1024,13 @@
this.labelPressure1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelPressure1.Wordwrap = false;
//
// smartButton2
//
this.smartButton2.BackGround = this.smartForm1;
this.smartButton2.BackGroundColor = System.Drawing.Color.LightBlue;
this.smartButton2.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartButton2.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
this.smartButton2.ButtonImageAutoSize = true;
this.smartButton2.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.smartButton2.ButtonText = "smartButton1";
this.smartButton2.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.smartButton2.GroupID = 0;
this.smartButton2.ImageDisable = null;
this.smartButton2.ImageDown = null;
this.smartButton2.ImageUp = null;
this.smartButton2.Location = new System.Drawing.Point(917, 391);
this.smartButton2.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.smartButton2.Name = "smartButton2";
this.smartButton2.NestedClickEventPrevent = false;
this.smartButton2.OutlinePixel = 2;
this.smartButton2.OverlapOptimize = true;
this.smartButton2.RepeatInterval = 200;
this.smartButton2.RepeatIntervalAccelerate = null;
this.smartButton2.RoundSize = 10;
this.smartButton2.SafeInterval = 200;
this.smartButton2.Size = new System.Drawing.Size(100, 43);
this.smartButton2.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.smartButton2.TabIndex = 218;
this.smartButton2.Text = null;
this.smartButton2.TextColor = System.Drawing.Color.White;
this.smartButton2.TextColorDisable = System.Drawing.Color.Gray;
this.smartButton2.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.smartButton2.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.smartButton2.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.smartButton2.Visible = false;
this.smartButton2.Click += new System.EventHandler(this.smartButton2_Click);
//
// buttonRecipeNo
//
this.buttonRecipeNo.BackGround = null;
this.buttonRecipeNo.BackGroundColor = System.Drawing.Color.LightBlue;
this.buttonRecipeNo.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.buttonRecipeNo.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
this.buttonRecipeNo.ButtonImageAutoSize = true;
this.buttonRecipeNo.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonRecipeNo.ButtonText = "1000";
this.buttonRecipeNo.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonRecipeNo.GroupID = 0;
this.buttonRecipeNo.ImageDisable = null;
this.buttonRecipeNo.ImageDown = ((System.Drawing.Image)(resources.GetObject("buttonRecipeNo.ImageDown")));
this.buttonRecipeNo.ImageUp = ((System.Drawing.Image)(resources.GetObject("buttonRecipeNo.ImageUp")));
this.buttonRecipeNo.Location = new System.Drawing.Point(24, 86);
this.buttonRecipeNo.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonRecipeNo.Name = "buttonRecipeNo";
this.buttonRecipeNo.NestedClickEventPrevent = false;
this.buttonRecipeNo.OutlinePixel = 2;
this.buttonRecipeNo.OverlapOptimize = true;
this.buttonRecipeNo.RepeatInterval = 200;
this.buttonRecipeNo.RepeatIntervalAccelerate = null;
this.buttonRecipeNo.RoundSize = 10;
this.buttonRecipeNo.SafeInterval = 200;
this.buttonRecipeNo.Size = new System.Drawing.Size(102, 59);
this.buttonRecipeNo.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonRecipeNo.TabIndex = 209;
this.buttonRecipeNo.Text = null;
this.buttonRecipeNo.TextColor = System.Drawing.Color.White;
this.buttonRecipeNo.TextColorDisable = System.Drawing.Color.Gray;
this.buttonRecipeNo.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.buttonRecipeNo.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonRecipeNo.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonRecipeNo.Click += new System.EventHandler(this.buttonProductNo_Click);
//
// labelTime
//
this.labelTime.BackGround = this.smartForm1;
this.labelTime.BackGroundColor = System.Drawing.Color.SkyBlue;
this.labelTime.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTime.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelTime.LineSpacing = 0F;
this.labelTime.Location = new System.Drawing.Point(147, 119);
this.labelTime.Name = "labelTime";
@ -1186,52 +1047,6 @@
this.labelTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTime.Wordwrap = false;
//
// labelProgress3sec
//
this.labelProgress3sec.BackGround = null;
this.labelProgress3sec.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(101)))), ((int)(((byte)(103)))));
this.labelProgress3sec.BorderColor = System.Drawing.Color.White;
this.labelProgress3sec.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelProgress3sec.LineSpacing = 0F;
this.labelProgress3sec.Location = new System.Drawing.Point(747, 240);
this.labelProgress3sec.Name = "labelProgress3sec";
this.labelProgress3sec.OverlapOptimize = true;
this.labelProgress3sec.PasswordChar = '\0';
this.labelProgress3sec.Radius = 3;
this.labelProgress3sec.RoundRectFillColor = System.Drawing.Color.White;
this.labelProgress3sec.Size = new System.Drawing.Size(100, 20);
this.labelProgress3sec.TabIndex = 184;
this.labelProgress3sec.Text = "39 sec";
this.labelProgress3sec.TextColor = System.Drawing.Color.White;
this.labelProgress3sec.TextColorDisable = System.Drawing.Color.Gray;
this.labelProgress3sec.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelProgress3sec.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelProgress3sec.Visible = false;
this.labelProgress3sec.Wordwrap = false;
//
// labelProgress4sec
//
this.labelProgress4sec.BackGround = null;
this.labelProgress4sec.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(101)))), ((int)(((byte)(103)))));
this.labelProgress4sec.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(101)))), ((int)(((byte)(103)))));
this.labelProgress4sec.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelProgress4sec.LineSpacing = 0F;
this.labelProgress4sec.Location = new System.Drawing.Point(747, 488);
this.labelProgress4sec.Name = "labelProgress4sec";
this.labelProgress4sec.OverlapOptimize = true;
this.labelProgress4sec.PasswordChar = '\0';
this.labelProgress4sec.Radius = 3;
this.labelProgress4sec.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(101)))), ((int)(((byte)(103)))));
this.labelProgress4sec.Size = new System.Drawing.Size(100, 20);
this.labelProgress4sec.TabIndex = 185;
this.labelProgress4sec.Text = "25 sec";
this.labelProgress4sec.TextColor = System.Drawing.Color.White;
this.labelProgress4sec.TextColorDisable = System.Drawing.Color.Gray;
this.labelProgress4sec.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelProgress4sec.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelProgress4sec.Visible = false;
this.labelProgress4sec.Wordwrap = false;
//
// pictureBoxProgress0
//
this.pictureBoxProgress0.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
@ -1325,7 +1140,7 @@
this.labelProgress4_1.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(101)))), ((int)(((byte)(103)))));
this.labelProgress4_1.Size = new System.Drawing.Size(150, 24);
this.labelProgress4_1.TabIndex = 198;
this.labelProgress4_1.Text = "검사 진행중";
this.labelProgress4_1.Text = "Measuerment";
this.labelProgress4_1.TextColor = System.Drawing.Color.Black;
this.labelProgress4_1.TextColorDisable = System.Drawing.Color.Gray;
this.labelProgress4_1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
@ -1831,7 +1646,7 @@
this.smartButton1.ImageDisable = null;
this.smartButton1.ImageDown = null;
this.smartButton1.ImageUp = null;
this.smartButton1.Location = new System.Drawing.Point(917, 342);
this.smartButton1.Location = new System.Drawing.Point(917, 417);
this.smartButton1.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.smartButton1.Name = "smartButton1";
this.smartButton1.NestedClickEventPrevent = false;
@ -1850,7 +1665,6 @@
this.smartButton1.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.smartButton1.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.smartButton1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.smartButton1.Visible = false;
this.smartButton1.Click += new System.EventHandler(this.smartButton1_Click);
//
// smartGroupBox1
@ -1880,7 +1694,6 @@
this.labelAlarm.Location = new System.Drawing.Point(3, 27);
this.labelAlarm.Name = "labelAlarm";
this.labelAlarm.Size = new System.Drawing.Size(466, 25);
this.labelAlarm.Text = "a1_Servo emergency stop";
//
// labelPressure10
//
@ -2344,7 +2157,7 @@
this.buttonUser.ImageDisable = null;
this.buttonUser.ImageDown = null;
this.buttonUser.ImageUp = null;
this.buttonUser.Location = new System.Drawing.Point(917, 276);
this.buttonUser.Location = new System.Drawing.Point(917, 351);
this.buttonUser.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
this.buttonUser.Name = "buttonUser";
this.buttonUser.NestedClickEventPrevent = false;
@ -2373,13 +2186,13 @@
this.labelStop.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
this.labelStop.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
this.labelStop.LineSpacing = 0F;
this.labelStop.Location = new System.Drawing.Point(907, 8);
this.labelStop.Location = new System.Drawing.Point(917, 86);
this.labelStop.Name = "labelStop";
this.labelStop.OverlapOptimize = true;
this.labelStop.PasswordChar = '\0';
this.labelStop.Radius = 50;
this.labelStop.RoundRectFillColor = System.Drawing.Color.Red;
this.labelStop.Size = new System.Drawing.Size(110, 60);
this.labelStop.Size = new System.Drawing.Size(100, 60);
this.labelStop.TabIndex = 62;
this.labelStop.Text = "STOP";
this.labelStop.TextColor = System.Drawing.Color.White;
@ -2397,13 +2210,13 @@
this.labelStart.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
this.labelStart.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
this.labelStart.LineSpacing = 0F;
this.labelStart.Location = new System.Drawing.Point(907, 8);
this.labelStart.Location = new System.Drawing.Point(917, 86);
this.labelStart.Name = "labelStart";
this.labelStart.OverlapOptimize = true;
this.labelStart.PasswordChar = '\0';
this.labelStart.Radius = 50;
this.labelStart.RoundRectFillColor = System.Drawing.Color.DarkGreen;
this.labelStart.Size = new System.Drawing.Size(110, 60);
this.labelStart.Size = new System.Drawing.Size(100, 60);
this.labelStart.TabIndex = 63;
this.labelStart.Text = "START";
this.labelStart.TextColor = System.Drawing.Color.White;
@ -2464,7 +2277,7 @@
this.buttonInspection.ImageDisable = null;
this.buttonInspection.ImageDown = null;
this.buttonInspection.ImageUp = null;
this.buttonInspection.Location = new System.Drawing.Point(917, 78);
this.buttonInspection.Location = new System.Drawing.Point(917, 153);
this.buttonInspection.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonInspection.Name = "buttonInspection";
this.buttonInspection.NestedClickEventPrevent = false;
@ -2500,7 +2313,7 @@
this.buttonClear.ImageDisable = null;
this.buttonClear.ImageDown = null;
this.buttonClear.ImageUp = null;
this.buttonClear.Location = new System.Drawing.Point(917, 144);
this.buttonClear.Location = new System.Drawing.Point(917, 219);
this.buttonClear.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonClear.Name = "buttonClear";
this.buttonClear.NestedClickEventPrevent = false;
@ -2572,7 +2385,7 @@
this.buttonDisplay.ImageDisable = null;
this.buttonDisplay.ImageDown = null;
this.buttonDisplay.ImageUp = null;
this.buttonDisplay.Location = new System.Drawing.Point(917, 210);
this.buttonDisplay.Location = new System.Drawing.Point(917, 285);
this.buttonDisplay.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonDisplay.Name = "buttonDisplay";
this.buttonDisplay.NestedClickEventPrevent = false;
@ -2621,6 +2434,105 @@
this.smartTimerLogin.TimeFormStringSeparator = ":";
this.smartTimerLogin.Tick += new System.EventHandler(this.smartTimerLogin_Tick);
//
// buttonRecipeNo
//
this.buttonRecipeNo.BackGround = this.smartForm1;
this.buttonRecipeNo.BackGroundColor = System.Drawing.Color.Gray;
this.buttonRecipeNo.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(95)))), ((int)(((byte)(196)))), ((int)(((byte)(188)))));
this.buttonRecipeNo.ButtonDownColor = System.Drawing.Color.DarkGray;
this.buttonRecipeNo.ButtonImageAutoSize = true;
this.buttonRecipeNo.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonRecipeNo.ButtonText = "1";
this.buttonRecipeNo.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonRecipeNo.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
this.buttonRecipeNo.GroupID = 0;
this.buttonRecipeNo.ImageDisable = null;
this.buttonRecipeNo.ImageDown = null;
this.buttonRecipeNo.ImageUp = null;
this.buttonRecipeNo.Location = new System.Drawing.Point(21, 88);
this.buttonRecipeNo.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonRecipeNo.Name = "buttonRecipeNo";
this.buttonRecipeNo.NestedClickEventPrevent = false;
this.buttonRecipeNo.OutlinePixel = 2;
this.buttonRecipeNo.OverlapOptimize = true;
this.buttonRecipeNo.RepeatInterval = 200;
this.buttonRecipeNo.RepeatIntervalAccelerate = null;
this.buttonRecipeNo.RoundSize = 30;
this.buttonRecipeNo.SafeInterval = 200;
this.buttonRecipeNo.Size = new System.Drawing.Size(100, 55);
this.buttonRecipeNo.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonRecipeNo.TabIndex = 295;
this.buttonRecipeNo.Text = null;
this.buttonRecipeNo.TextColor = System.Drawing.Color.White;
this.buttonRecipeNo.TextColorDisable = System.Drawing.Color.Gray;
this.buttonRecipeNo.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.buttonRecipeNo.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonRecipeNo.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonRecipeNo.Click += new System.EventHandler(this.buttonProductNo_Click);
//
// pictureBoxProgress1Selected
//
this.pictureBoxProgress1Selected.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.pictureBoxProgress1Selected.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxProgress1Selected.Image")));
this.pictureBoxProgress1Selected.Location = new System.Drawing.Point(274, 246);
this.pictureBoxProgress1Selected.Name = "pictureBoxProgress1Selected";
this.pictureBoxProgress1Selected.Size = new System.Drawing.Size(150, 90);
this.pictureBoxProgress1Selected.Visible = false;
//
// pictureBoxProgress2Selected
//
this.pictureBoxProgress2Selected.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.pictureBoxProgress2Selected.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxProgress2Selected.Image")));
this.pictureBoxProgress2Selected.Location = new System.Drawing.Point(493, 247);
this.pictureBoxProgress2Selected.Name = "pictureBoxProgress2Selected";
this.pictureBoxProgress2Selected.Size = new System.Drawing.Size(150, 90);
this.pictureBoxProgress2Selected.Visible = false;
//
// pictureBoxProgress3Selected
//
this.pictureBoxProgress3Selected.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.pictureBoxProgress3Selected.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxProgress3Selected.Image")));
this.pictureBoxProgress3Selected.Location = new System.Drawing.Point(712, 246);
this.pictureBoxProgress3Selected.Name = "pictureBoxProgress3Selected";
this.pictureBoxProgress3Selected.Size = new System.Drawing.Size(150, 90);
this.pictureBoxProgress3Selected.Visible = false;
//
// pictureBoxProgress4Selected
//
this.pictureBoxProgress4Selected.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.pictureBoxProgress4Selected.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxProgress4Selected.Image")));
this.pictureBoxProgress4Selected.Location = new System.Drawing.Point(712, 410);
this.pictureBoxProgress4Selected.Name = "pictureBoxProgress4Selected";
this.pictureBoxProgress4Selected.Size = new System.Drawing.Size(150, 90);
this.pictureBoxProgress4Selected.Visible = false;
//
// pictureBoxProgress6Selected
//
this.pictureBoxProgress6Selected.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.pictureBoxProgress6Selected.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxProgress6Selected.Image")));
this.pictureBoxProgress6Selected.Location = new System.Drawing.Point(493, 410);
this.pictureBoxProgress6Selected.Name = "pictureBoxProgress6Selected";
this.pictureBoxProgress6Selected.Size = new System.Drawing.Size(150, 90);
this.pictureBoxProgress6Selected.Visible = false;
//
// pictureBoxProgress7Selected
//
this.pictureBoxProgress7Selected.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.pictureBoxProgress7Selected.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxProgress7Selected.Image")));
this.pictureBoxProgress7Selected.Location = new System.Drawing.Point(274, 410);
this.pictureBoxProgress7Selected.Name = "pictureBoxProgress7Selected";
this.pictureBoxProgress7Selected.Size = new System.Drawing.Size(150, 90);
this.pictureBoxProgress7Selected.Visible = false;
//
// pictureBoxProgress8Selected
//
this.pictureBoxProgress8Selected.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.pictureBoxProgress8Selected.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxProgress8Selected.Image")));
this.pictureBoxProgress8Selected.Location = new System.Drawing.Point(55, 410);
this.pictureBoxProgress8Selected.Name = "pictureBoxProgress8Selected";
this.pictureBoxProgress8Selected.Size = new System.Drawing.Size(150, 90);
this.pictureBoxProgress8Selected.Visible = false;
//
// FormMainDisplay2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
@ -2674,8 +2586,6 @@
private SmartX.SmartTimer smartTimerAlarm;
private SmartX.SmartButton smartButton1;
private System.Windows.Forms.Label labelAlarm;
private SmartX.SmartLabel labelProgress3sec;
private SmartX.SmartLabel labelProgress4sec;
private System.Windows.Forms.PictureBox pictureBoxProgress0;
private SmartX.SmartLabel labelProgress8_1;
private SmartX.SmartLabel labelProgress7_1;
@ -2707,8 +2617,6 @@
private SmartX.SmartLabel labelProgress3;
private SmartX.SmartLabel labelProgress2;
private SmartX.SmartLabel labelProgress1;
private SmartX.SmartButton buttonRecipeNo;
private SmartX.SmartButton smartButton2;
private SmartX.SmartTimer smartTimerMessageShow;
private SmartX.SmartLabel labelPressure1;
private SmartX.SmartLabel labelLrSec1;
@ -2743,9 +2651,15 @@
private SmartX.SmartLabel smartLabel21;
private SmartX.SmartLabel smartLabel20;
private SmartX.SmartLabel smartLabel19;
private SmartX.SmartButton smartButton3;
private SmartX.SmartButton smartButton4;
private SmartX.SmartTimer smartTimerLogin;
private System.Windows.Forms.PictureBox pictureBoxProgress0Select;
private System.Windows.Forms.PictureBox pictureBoxProgress0Selected;
private SmartX.SmartButton buttonRecipeNo;
private System.Windows.Forms.PictureBox pictureBoxProgress8Selected;
private System.Windows.Forms.PictureBox pictureBoxProgress7Selected;
private System.Windows.Forms.PictureBox pictureBoxProgress6Selected;
private System.Windows.Forms.PictureBox pictureBoxProgress4Selected;
private System.Windows.Forms.PictureBox pictureBoxProgress3Selected;
private System.Windows.Forms.PictureBox pictureBoxProgress2Selected;
private System.Windows.Forms.PictureBox pictureBoxProgress1Selected;
}
}

View File

@ -42,6 +42,8 @@ namespace INT_PT002.Forms
private Collection<SmartLabel> CollectionLabelResult;
private Collection<SmartLabel> CollectionLabelProgress;
private Collection<SmartLabel> CollectionLabelProgress2;
private Collection<PictureBox> CollectionPictureBoxSelected;
private Collection<PictureBox> CollectionPictureBoxUnselected;
private Collection<SmartLabel> CollectionLabelPressure;
private Collection<SmartLabel> CollectionLabelLeakRatePerSec;
private Collection<SmartLabel> CollectionLabelSbAlarm;
@ -101,6 +103,7 @@ namespace INT_PT002.Forms
this.CollectionLabelResult.Add(this.labelResult9);
this.CollectionLabelResult.Add(this.labelResult10);
// 배경 사각형 라벨
this.CollectionLabelProgress = new Collection<SmartLabel>();
this.CollectionLabelProgress.Clear();
this.CollectionLabelProgress.Add(this.labelProgress0);
@ -112,6 +115,7 @@ namespace INT_PT002.Forms
this.CollectionLabelProgress.Add(this.labelProgress7);
this.CollectionLabelProgress.Add(this.labelProgress8);
// 문구가 적힌 라벨
this.CollectionLabelProgress2 = new Collection<SmartLabel>();
this.CollectionLabelProgress2.Clear();
this.CollectionLabelProgress2.Add(this.labelProgress0_1);
@ -123,6 +127,30 @@ namespace INT_PT002.Forms
this.CollectionLabelProgress2.Add(this.labelProgress7_1);
this.CollectionLabelProgress2.Add(this.labelProgress8_1);
// pictureBox - Selected
this.CollectionPictureBoxSelected = new Collection<PictureBox>();
this.CollectionPictureBoxSelected.Clear();
this.CollectionPictureBoxSelected.Add(this.pictureBoxProgress0Selected);
this.CollectionPictureBoxSelected.Add(this.pictureBoxProgress1Selected);
this.CollectionPictureBoxSelected.Add(this.pictureBoxProgress2Selected);
this.CollectionPictureBoxSelected.Add(this.pictureBoxProgress3Selected);
this.CollectionPictureBoxSelected.Add(this.pictureBoxProgress4Selected);
this.CollectionPictureBoxSelected.Add(this.pictureBoxProgress6Selected);
this.CollectionPictureBoxSelected.Add(this.pictureBoxProgress7Selected);
this.CollectionPictureBoxSelected.Add(this.pictureBoxProgress8Selected);
// pictureBox - Unselected
this.CollectionPictureBoxUnselected = new Collection<PictureBox>();
this.CollectionPictureBoxUnselected.Clear();
this.CollectionPictureBoxUnselected.Add(this.pictureBoxProgress0);
this.CollectionPictureBoxUnselected.Add(this.pictureBoxProgress1);
this.CollectionPictureBoxUnselected.Add(this.pictureBoxProgress2);
this.CollectionPictureBoxUnselected.Add(this.pictureBoxProgress3);
this.CollectionPictureBoxUnselected.Add(this.pictureBoxProgress4);
this.CollectionPictureBoxUnselected.Add(this.pictureBoxProgress6);
this.CollectionPictureBoxUnselected.Add(this.pictureBoxProgress7);
this.CollectionPictureBoxUnselected.Add(this.pictureBoxProgress8);
this.CollectionLabelPressure = new Collection<SmartLabel>();
this.CollectionLabelPressure.Clear();
this.CollectionLabelPressure.Add(this.labelPressure1);
@ -181,8 +209,8 @@ namespace INT_PT002.Forms
for (int i = 0; i < this.ParentForm.CurrentSystemStatus.EquipmentColumn; i++)
{
this.CollectionLabelResult[i].Visible = false;
this.CollectionLabelPressure[i].Text = "0";
this.CollectionLabelLeakRatePerSec[i].Text = "0";
//this.CollectionLabelPressure[i].Text = "0";
//this.CollectionLabelLeakRatePerSec[i].Text = "0";
this.CollectionLabelSbAlarm[i].Visible = false;
}
}
@ -214,59 +242,28 @@ namespace INT_PT002.Forms
break;
}
}
private void labelImageLocation(Define.E_ProcessStatus process)
{
int gap = 219;
for (int i = 0; i < this.CollectionLabelProgress.Count; i++)
private void SelectLabelRefresh(int index)
{
if (i < this.CollectionLabelProgress.Count / 2)
{
this.CollectionLabelProgress[i].Location = new Point(this.LabelProcess0LocationX + (i * gap), this.LabelProcess0LocationY);
this.CollectionLabelProgress2[i].Location = new Point(this.LabelProcess0_1LocationX + (i * gap), this.LabelProcess0_1LocationY);
}
else
{
this.CollectionLabelProgress[i].Location = new Point(
this.LabelProcess0LocationX + ((this.CollectionLabelProgress.Count - i) * gap), this.LabelProcess0LocationY + 194);
this.CollectionLabelProgress2[i].Location = new Point(
this.LabelProcess0_1LocationX + ((this.CollectionLabelProgress.Count - i) * gap), this.LabelProcess0_1LocationY + 291);
}
}
this.CollectionLabelProgress[index].Location = new Point(this.CollectionLabelProgress[index].Location.X - 17, this.CollectionLabelProgress[index].Location.Y - 15);
this.CollectionLabelProgress[index].Size = this.SizeProgressOn;
this.CollectionLabelProgress[index].RoundRectFillColor = this.ColorProgressOn;
// 문구가 적히는 label
this.CollectionLabelProgress2[index].BackGroundColor = this.ColorProgressOn;
switch (process)
{
case Define.E_ProcessStatus._0_None:
break;
case Define.E_ProcessStatus._1_Initial:
this.CollectionLabelProgress[0].Location = new Point(this.CollectionLabelProgress[0].Location.X - 17, this.CollectionLabelProgress[0].Location.Y - 16);
break;
case Define.E_ProcessStatus._2_ProductEntry:
this.CollectionLabelProgress[1].Location = new Point(this.CollectionLabelProgress[1].Location.X - 17, this.CollectionLabelProgress[1].Location.Y - 16);
break;
case Define.E_ProcessStatus._3_ChamberConbined:
this.CollectionLabelProgress[2].Location = new Point(this.CollectionLabelProgress[2].Location.X - 17, this.CollectionLabelProgress[2].Location.Y - 16);
break;
case Define.E_ProcessStatus._4_VacuumStart:
this.CollectionLabelProgress[3].Location = new Point(this.CollectionLabelProgress[3].Location.X - 17, this.CollectionLabelProgress[3].Location.Y - 16);
break;
case Define.E_ProcessStatus._5_VacuumHold:
this.CollectionLabelProgress[4].Location = new Point(this.CollectionLabelProgress[4].Location.X - 17, this.CollectionLabelProgress[4].Location.Y - 15);
break;
case Define.E_ProcessStatus._6_Judgment:
break;
case Define.E_ProcessStatus._7_VacuumBreak:
this.CollectionLabelProgress[5].Location = new Point(this.CollectionLabelProgress[5].Location.X - 17, this.CollectionLabelProgress[5].Location.Y - 15);
break;
case Define.E_ProcessStatus._8_ChamberSeparation:
this.CollectionLabelProgress[6].Location = new Point(this.CollectionLabelProgress[6].Location.X - 17, this.CollectionLabelProgress[6].Location.Y - 15);
break;
case Define.E_ProcessStatus._9_ProductRelease:
this.CollectionLabelProgress[7].Location = new Point(this.CollectionLabelProgress[7].Location.X - 17, this.CollectionLabelProgress[7].Location.Y - 15);
break;
default:
break;
this.CollectionPictureBoxSelected[index].Visible = true;
this.CollectionPictureBoxSelected[index].BringToFront();
}
private void UnselectLabelRefresh(int index)
{
this.CollectionLabelProgress[index].Location = new Point(this.CollectionLabelProgress[index].Location.X + 17, this.CollectionLabelProgress[index].Location.Y + 15);
this.CollectionLabelProgress[index].Size = this.SizeProgressOff;
this.CollectionLabelProgress[index].RoundRectFillColor = this.ColorProgressOff;
// 문구가 적히는 label
this.CollectionLabelProgress2[index].BackGroundColor = this.ColorProgressOff;
this.CollectionPictureBoxSelected[index].Visible = false;
this.CollectionPictureBoxUnselected[index].BringToFront();
}
private bool UI_Invoke(ThreadStart invoker)
@ -473,72 +470,46 @@ namespace INT_PT002.Forms
public void UpdateProcessStatusDisplay(Define.E_ProcessStatus status)
{
for (int i = 0; i < this.CollectionLabelProgress.Count; i++)
{
this.CollectionLabelProgress[i].Size = this.SizeProgressOff;
this.CollectionLabelProgress[i].RoundRectFillColor = this.ColorProgressOff;
this.CollectionLabelProgress2[i].BackGroundColor = this.ColorProgressOff;
}
this.labelProgress3sec.BackGroundColor = this.ColorProgressOff;
this.labelProgress4sec.BackGroundColor = this.ColorProgressOff;
switch (status)
{
case Define.E_ProcessStatus._0_None:
break;
case Define.E_ProcessStatus._1_Initial:
this.CollectionLabelProgress[0].Size = this.SizeProgressOn;
this.CollectionLabelProgress[0].RoundRectFillColor = this.ColorProgressOn;
this.CollectionLabelProgress2[0].BackGroundColor = this.ColorProgressOn;
this.pictureBoxProgress0.Visible = false;
this.pictureBoxProgress0Select.Visible = true;
this.SelectLabelRefresh(0);
break;
case Define.E_ProcessStatus._2_ProductEntry:
this.CollectionLabelProgress[1].Size = this.SizeProgressOn;
this.CollectionLabelProgress[1].RoundRectFillColor = this.ColorProgressOn;
this.CollectionLabelProgress2[1].BackGroundColor = this.ColorProgressOn;
this.pictureBoxProgress0.Visible = true;
this.pictureBoxProgress0Select.Visible = false;
this.UnselectLabelRefresh(0);
this.SelectLabelRefresh(1);
break;
case Define.E_ProcessStatus._3_ChamberConbined:
this.CollectionLabelProgress[2].Size = this.SizeProgressOn;
this.CollectionLabelProgress[2].RoundRectFillColor = this.ColorProgressOn;
this.CollectionLabelProgress2[2].BackGroundColor = this.ColorProgressOn;
this.UnselectLabelRefresh(1);
this.SelectLabelRefresh(2);
break;
case Define.E_ProcessStatus._4_VacuumStart:
this.CollectionLabelProgress[3].Size = this.SizeProgressOn;
this.CollectionLabelProgress[3].RoundRectFillColor = this.ColorProgressOn;
this.labelProgress3sec.BackGroundColor = this.ColorProgressOn;
this.CollectionLabelProgress2[3].BackGroundColor = this.ColorProgressOn;
this.UnselectLabelRefresh(2);
this.SelectLabelRefresh(3);
break;
case Define.E_ProcessStatus._5_VacuumHold:
this.CollectionLabelProgress[4].Size = this.SizeProgressOn;
this.CollectionLabelProgress[4].RoundRectFillColor = this.ColorProgressOn;
this.labelProgress4sec.BackGroundColor = this.ColorProgressOn;
this.CollectionLabelProgress2[4].BackGroundColor = this.ColorProgressOn;
this.UnselectLabelRefresh(3);
this.SelectLabelRefresh(4);
break;
case Define.E_ProcessStatus._6_Judgment:
break;
case Define.E_ProcessStatus._7_VacuumBreak:
this.CollectionLabelProgress[5].Size = this.SizeProgressOn;
this.CollectionLabelProgress[5].RoundRectFillColor = this.ColorProgressOn;
this.CollectionLabelProgress2[5].BackGroundColor = this.ColorProgressOn;
this.UnselectLabelRefresh(4);
this.SelectLabelRefresh(5);
break;
case Define.E_ProcessStatus._8_ChamberSeparation:
this.CollectionLabelProgress[6].Size = this.SizeProgressOn;
this.CollectionLabelProgress[6].RoundRectFillColor = this.ColorProgressOn;
this.CollectionLabelProgress2[6].BackGroundColor = this.ColorProgressOn;
this.UnselectLabelRefresh(5);
this.SelectLabelRefresh(6);
break;
case Define.E_ProcessStatus._9_ProductRelease:
this.CollectionLabelProgress[7].Size = this.SizeProgressOn;
this.CollectionLabelProgress[7].RoundRectFillColor = this.ColorProgressOn;
this.CollectionLabelProgress2[7].BackGroundColor = this.ColorProgressOn;
this.UnselectLabelRefresh(6);
this.SelectLabelRefresh(7);
break;
default:
break;
}
this.labelImageLocation(status);
}
private void UpdateDisplayDotGraphDiff(SmartDraw draw, DiffData diff)
{

File diff suppressed because it is too large Load Diff