버튼 색상 변경중

main
Seonjae 2023-04-05 16:22:30 +09:00
parent 1ea3e92aa2
commit 709e64eb71
2 changed files with 148 additions and 148 deletions

View File

@ -30,6 +30,14 @@
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMainDisplay2));
this.smartForm1 = new SmartX.SmartForm();
this.pictureBoxProgress8Selected = new System.Windows.Forms.PictureBox();
this.pictureBoxProgress7Selected = new System.Windows.Forms.PictureBox();
this.pictureBoxProgress6Selected = new System.Windows.Forms.PictureBox();
this.pictureBoxProgress4Selected = new System.Windows.Forms.PictureBox();
this.pictureBoxProgress3Selected = new System.Windows.Forms.PictureBox();
this.pictureBoxProgress2Selected = new System.Windows.Forms.PictureBox();
this.pictureBoxProgress1Selected = new System.Windows.Forms.PictureBox();
this.buttonRecipeNo = new SmartX.SmartButton();
this.pictureBoxProgress0Selected = new System.Windows.Forms.PictureBox();
this.labelCommunicationStatus = new SmartX.SmartLabel();
this.labelUserLevel = new SmartX.SmartLabel();
@ -130,14 +138,6 @@
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();
@ -265,6 +265,105 @@
this.smartForm1.SpecialFunctionClickPointSize = 100;
this.smartForm1.UseMainMenu = 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;
//
// 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;
//
// 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;
//
// 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;
//
// 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;
//
// 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;
//
// 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;
//
// 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);
//
// pictureBoxProgress0Selected
//
this.pictureBoxProgress0Selected.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
@ -301,7 +400,7 @@
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("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelUserLevel.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelUserLevel.LineSpacing = 0F;
this.labelUserLevel.Location = new System.Drawing.Point(917, 627);
this.labelUserLevel.Name = "labelUserLevel";
@ -324,7 +423,7 @@
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("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelUserID.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelUserID.LineSpacing = 0F;
this.labelUserID.Location = new System.Drawing.Point(917, 601);
this.labelUserID.Name = "labelUserID";
@ -1030,7 +1129,7 @@
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("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelTime.LineSpacing = 0F;
this.labelTime.Location = new System.Drawing.Point(147, 119);
this.labelTime.Name = "labelTime";
@ -1665,7 +1764,7 @@
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.Click += new System.EventHandler(this.smartButton1_Click);
this.smartButton1.Click += new System.EventHandler(this.smartButton5_Click);
//
// smartGroupBox1
//
@ -2146,7 +2245,7 @@
//
this.buttonUser.BackGround = this.smartForm1;
this.buttonUser.BackGroundColor = System.Drawing.Color.Gray;
this.buttonUser.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(95)))), ((int)(((byte)(196)))), ((int)(((byte)(188)))));
this.buttonUser.ButtonColor = System.Drawing.Color.Teal;
this.buttonUser.ButtonDownColor = System.Drawing.Color.DarkGray;
this.buttonUser.ButtonImageAutoSize = true;
this.buttonUser.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
@ -2173,7 +2272,7 @@
this.buttonUser.Text = null;
this.buttonUser.TextColor = System.Drawing.Color.White;
this.buttonUser.TextColorDisable = System.Drawing.Color.Gray;
this.buttonUser.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.buttonUser.TextDownColor = System.Drawing.Color.Gainsboro;
this.buttonUser.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonUser.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonUser.Click += new System.EventHandler(this.buttonUser_Click);
@ -2230,7 +2329,7 @@
//
this.buttonExit.BackGround = this.smartForm1;
this.buttonExit.BackGroundColor = System.Drawing.Color.Gray;
this.buttonExit.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(95)))), ((int)(((byte)(196)))), ((int)(((byte)(188)))));
this.buttonExit.ButtonColor = System.Drawing.Color.Teal;
this.buttonExit.ButtonDownColor = System.Drawing.Color.DarkGray;
this.buttonExit.ButtonImageAutoSize = true;
this.buttonExit.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
@ -2257,7 +2356,7 @@
this.buttonExit.Text = null;
this.buttonExit.TextColor = System.Drawing.Color.White;
this.buttonExit.TextColorDisable = System.Drawing.Color.Gray;
this.buttonExit.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.buttonExit.TextDownColor = System.Drawing.Color.Gainsboro;
this.buttonExit.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonExit.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonExit.Click += new System.EventHandler(this.buttonExit_Click);
@ -2266,7 +2365,7 @@
//
this.buttonInspection.BackGround = this.smartForm1;
this.buttonInspection.BackGroundColor = System.Drawing.Color.Gray;
this.buttonInspection.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(95)))), ((int)(((byte)(196)))), ((int)(((byte)(188)))));
this.buttonInspection.ButtonColor = System.Drawing.Color.Teal;
this.buttonInspection.ButtonDownColor = System.Drawing.Color.DarkGray;
this.buttonInspection.ButtonImageAutoSize = true;
this.buttonInspection.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
@ -2293,7 +2392,7 @@
this.buttonInspection.Text = null;
this.buttonInspection.TextColor = System.Drawing.Color.White;
this.buttonInspection.TextColorDisable = System.Drawing.Color.Gray;
this.buttonInspection.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.buttonInspection.TextDownColor = System.Drawing.Color.Gainsboro;
this.buttonInspection.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonInspection.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonInspection.Click += new System.EventHandler(this.buttonInspection_Click);
@ -2302,7 +2401,7 @@
//
this.buttonClear.BackGround = this.smartForm1;
this.buttonClear.BackGroundColor = System.Drawing.Color.Gray;
this.buttonClear.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(95)))), ((int)(((byte)(196)))), ((int)(((byte)(188)))));
this.buttonClear.ButtonColor = System.Drawing.Color.Teal;
this.buttonClear.ButtonDownColor = System.Drawing.Color.DarkGray;
this.buttonClear.ButtonImageAutoSize = true;
this.buttonClear.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
@ -2329,7 +2428,7 @@
this.buttonClear.Text = null;
this.buttonClear.TextColor = System.Drawing.Color.White;
this.buttonClear.TextColorDisable = System.Drawing.Color.Gray;
this.buttonClear.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.buttonClear.TextDownColor = System.Drawing.Color.Gainsboro;
this.buttonClear.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonClear.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
@ -2338,7 +2437,7 @@
//
this.buttonMenu.BackGround = this.smartForm1;
this.buttonMenu.BackGroundColor = System.Drawing.Color.Gray;
this.buttonMenu.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(95)))), ((int)(((byte)(196)))), ((int)(((byte)(188)))));
this.buttonMenu.ButtonColor = System.Drawing.Color.Teal;
this.buttonMenu.ButtonDownColor = System.Drawing.Color.DarkGray;
this.buttonMenu.ButtonImageAutoSize = true;
this.buttonMenu.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
@ -2365,7 +2464,7 @@
this.buttonMenu.Text = null;
this.buttonMenu.TextColor = System.Drawing.Color.White;
this.buttonMenu.TextColorDisable = System.Drawing.Color.Gray;
this.buttonMenu.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.buttonMenu.TextDownColor = System.Drawing.Color.Gainsboro;
this.buttonMenu.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonMenu.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonMenu.Click += new System.EventHandler(this.buttonMenu_Click);
@ -2374,7 +2473,7 @@
//
this.buttonDisplay.BackGround = this.smartForm1;
this.buttonDisplay.BackGroundColor = System.Drawing.Color.Gray;
this.buttonDisplay.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(95)))), ((int)(((byte)(196)))), ((int)(((byte)(188)))));
this.buttonDisplay.ButtonColor = System.Drawing.Color.Teal;
this.buttonDisplay.ButtonDownColor = System.Drawing.Color.DarkGray;
this.buttonDisplay.ButtonImageAutoSize = true;
this.buttonDisplay.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
@ -2401,7 +2500,7 @@
this.buttonDisplay.Text = null;
this.buttonDisplay.TextColor = System.Drawing.Color.White;
this.buttonDisplay.TextColorDisable = System.Drawing.Color.Gray;
this.buttonDisplay.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.buttonDisplay.TextDownColor = System.Drawing.Color.Gainsboro;
this.buttonDisplay.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonDisplay.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonDisplay.Visible = false;
@ -2434,105 +2533,6 @@
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);

View File

@ -138,7 +138,7 @@
//
this.buttonUser.BackGround = this.smartForm1;
this.buttonUser.BackGroundColor = System.Drawing.Color.Black;
this.buttonUser.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(95)))), ((int)(((byte)(196)))), ((int)(((byte)(188)))));
this.buttonUser.ButtonColor = System.Drawing.Color.Teal;
this.buttonUser.ButtonDownColor = System.Drawing.Color.SlateGray;
this.buttonUser.ButtonImageAutoSize = true;
this.buttonUser.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
@ -176,7 +176,7 @@
this.labelUserID.BackGroundColor = System.Drawing.Color.Black;
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("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelUserID.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelUserID.LineSpacing = 0F;
this.labelUserID.Location = new System.Drawing.Point(719, 3);
this.labelUserID.Name = "labelUserID";
@ -199,7 +199,7 @@
this.labelUserLevel.BackGroundColor = System.Drawing.Color.Black;
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("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelUserLevel.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelUserLevel.LineSpacing = 0F;
this.labelUserLevel.Location = new System.Drawing.Point(849, 3);
this.labelUserLevel.Name = "labelUserLevel";
@ -229,7 +229,7 @@
this.smartLabel1.BackGroundColor = System.Drawing.Color.Black;
this.smartLabel1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.smartLabel1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.smartLabel1.LineSpacing = 0F;
this.smartLabel1.Location = new System.Drawing.Point(62, 3);
this.smartLabel1.Name = "smartLabel1";
@ -250,8 +250,8 @@
//
this.buttonBottom4.BackGround = this.smartForm1;
this.buttonBottom4.BackGroundColor = System.Drawing.Color.Black;
this.buttonBottom4.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(95)))), ((int)(((byte)(196)))), ((int)(((byte)(188)))));
this.buttonBottom4.ButtonDownColor = System.Drawing.Color.SlateGray;
this.buttonBottom4.ButtonColor = System.Drawing.Color.Teal;
this.buttonBottom4.ButtonDownColor = System.Drawing.Color.DarkSlateGray;
this.buttonBottom4.ButtonImageAutoSize = true;
this.buttonBottom4.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonBottom4.ButtonText = "측정시작";
@ -276,8 +276,8 @@
this.buttonBottom4.TabIndex = 81;
this.buttonBottom4.Text = null;
this.buttonBottom4.TextColor = System.Drawing.Color.White;
this.buttonBottom4.TextColorDisable = System.Drawing.Color.Gray;
this.buttonBottom4.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.buttonBottom4.TextColorDisable = System.Drawing.Color.Gainsboro;
this.buttonBottom4.TextDownColor = System.Drawing.Color.Chartreuse;
this.buttonBottom4.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonBottom4.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonBottom4.Click += new System.EventHandler(this.buttonBottom4_Click);
@ -286,8 +286,8 @@
//
this.buttonBottom3.BackGround = this.smartForm1;
this.buttonBottom3.BackGroundColor = System.Drawing.Color.Black;
this.buttonBottom3.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(95)))), ((int)(((byte)(196)))), ((int)(((byte)(188)))));
this.buttonBottom3.ButtonDownColor = System.Drawing.Color.SlateGray;
this.buttonBottom3.ButtonColor = System.Drawing.Color.Teal;
this.buttonBottom3.ButtonDownColor = System.Drawing.Color.DarkSlateGray;
this.buttonBottom3.ButtonImageAutoSize = true;
this.buttonBottom3.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonBottom3.ButtonText = "측정시작";
@ -312,8 +312,8 @@
this.buttonBottom3.TabIndex = 80;
this.buttonBottom3.Text = null;
this.buttonBottom3.TextColor = System.Drawing.Color.White;
this.buttonBottom3.TextColorDisable = System.Drawing.Color.Gray;
this.buttonBottom3.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.buttonBottom3.TextColorDisable = System.Drawing.Color.Gainsboro;
this.buttonBottom3.TextDownColor = System.Drawing.Color.Chartreuse;
this.buttonBottom3.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonBottom3.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonBottom3.Click += new System.EventHandler(this.buttonBottom3_Click);
@ -322,8 +322,8 @@
//
this.buttonBottom2.BackGround = this.smartForm1;
this.buttonBottom2.BackGroundColor = System.Drawing.Color.Black;
this.buttonBottom2.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(95)))), ((int)(((byte)(196)))), ((int)(((byte)(188)))));
this.buttonBottom2.ButtonDownColor = System.Drawing.Color.SlateGray;
this.buttonBottom2.ButtonColor = System.Drawing.Color.Teal;
this.buttonBottom2.ButtonDownColor = System.Drawing.Color.DarkSlateGray;
this.buttonBottom2.ButtonImageAutoSize = true;
this.buttonBottom2.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonBottom2.ButtonText = "측정시작";
@ -348,8 +348,8 @@
this.buttonBottom2.TabIndex = 79;
this.buttonBottom2.Text = null;
this.buttonBottom2.TextColor = System.Drawing.Color.White;
this.buttonBottom2.TextColorDisable = System.Drawing.Color.Gray;
this.buttonBottom2.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.buttonBottom2.TextColorDisable = System.Drawing.Color.Gainsboro;
this.buttonBottom2.TextDownColor = System.Drawing.Color.Chartreuse;
this.buttonBottom2.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonBottom2.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonBottom2.Click += new System.EventHandler(this.buttonBottom2_Click);
@ -358,8 +358,8 @@
//
this.buttonBottom1.BackGround = this.smartForm1;
this.buttonBottom1.BackGroundColor = System.Drawing.Color.Black;
this.buttonBottom1.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(95)))), ((int)(((byte)(196)))), ((int)(((byte)(188)))));
this.buttonBottom1.ButtonDownColor = System.Drawing.Color.SlateGray;
this.buttonBottom1.ButtonColor = System.Drawing.Color.Teal;
this.buttonBottom1.ButtonDownColor = System.Drawing.Color.DarkSlateGray;
this.buttonBottom1.ButtonImageAutoSize = true;
this.buttonBottom1.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonBottom1.ButtonText = "측정시작";
@ -384,8 +384,8 @@
this.buttonBottom1.TabIndex = 78;
this.buttonBottom1.Text = null;
this.buttonBottom1.TextColor = System.Drawing.Color.White;
this.buttonBottom1.TextColorDisable = System.Drawing.Color.Gray;
this.buttonBottom1.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.buttonBottom1.TextColorDisable = System.Drawing.Color.Gainsboro;
this.buttonBottom1.TextDownColor = System.Drawing.Color.Chartreuse;
this.buttonBottom1.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonBottom1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonBottom1.Click += new System.EventHandler(this.buttonBottom1_Click);
@ -394,7 +394,7 @@
//
this.buttonSystem.BackGround = this.smartForm1;
this.buttonSystem.BackGroundColor = System.Drawing.Color.Black;
this.buttonSystem.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(95)))), ((int)(((byte)(196)))), ((int)(((byte)(188)))));
this.buttonSystem.ButtonColor = System.Drawing.Color.Teal;
this.buttonSystem.ButtonDownColor = System.Drawing.Color.SlateGray;
this.buttonSystem.ButtonImageAutoSize = true;
this.buttonSystem.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
@ -430,7 +430,7 @@
//
this.buttonLog.BackGround = this.smartForm1;
this.buttonLog.BackGroundColor = System.Drawing.Color.Black;
this.buttonLog.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(95)))), ((int)(((byte)(196)))), ((int)(((byte)(188)))));
this.buttonLog.ButtonColor = System.Drawing.Color.Teal;
this.buttonLog.ButtonDownColor = System.Drawing.Color.SlateGray;
this.buttonLog.ButtonImageAutoSize = true;
this.buttonLog.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
@ -466,7 +466,7 @@
//
this.buttonManual.BackGround = this.smartForm1;
this.buttonManual.BackGroundColor = System.Drawing.Color.Black;
this.buttonManual.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(95)))), ((int)(((byte)(196)))), ((int)(((byte)(188)))));
this.buttonManual.ButtonColor = System.Drawing.Color.Teal;
this.buttonManual.ButtonDownColor = System.Drawing.Color.SlateGray;
this.buttonManual.ButtonImageAutoSize = true;
this.buttonManual.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
@ -502,7 +502,7 @@
//
this.buttonRecipe.BackGround = this.smartForm1;
this.buttonRecipe.BackGroundColor = System.Drawing.Color.Black;
this.buttonRecipe.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(95)))), ((int)(((byte)(196)))), ((int)(((byte)(188)))));
this.buttonRecipe.ButtonColor = System.Drawing.Color.Teal;
this.buttonRecipe.ButtonDownColor = System.Drawing.Color.SlateGray;
this.buttonRecipe.ButtonImageAutoSize = true;
this.buttonRecipe.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
@ -538,7 +538,7 @@
//
this.buttonHome.BackGround = this.smartForm1;
this.buttonHome.BackGroundColor = System.Drawing.Color.Black;
this.buttonHome.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(95)))), ((int)(((byte)(196)))), ((int)(((byte)(188)))));
this.buttonHome.ButtonColor = System.Drawing.Color.Teal;
this.buttonHome.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
this.buttonHome.ButtonImageAutoSize = true;
this.buttonHome.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;