From 91716afab5d7930b2c4d4f57b589effc4398817a Mon Sep 17 00:00:00 2001 From: Seonjae Date: Wed, 29 Mar 2023 13:38:33 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A0=88=EC=8B=9C=ED=94=BC=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- INT_PT002/Controls/Recipe/ControlMenuRecipeSetting.Designer.cs | 2 +- INT_PT002/Controls/Recipe/ControlMenuRecipeSetting.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/INT_PT002/Controls/Recipe/ControlMenuRecipeSetting.Designer.cs b/INT_PT002/Controls/Recipe/ControlMenuRecipeSetting.Designer.cs index 52670ce..97dff81 100644 --- a/INT_PT002/Controls/Recipe/ControlMenuRecipeSetting.Designer.cs +++ b/INT_PT002/Controls/Recipe/ControlMenuRecipeSetting.Designer.cs @@ -1445,7 +1445,7 @@ this.smartLabel35.RoundRectFillColor = System.Drawing.Color.LightBlue; this.smartLabel35.Size = new System.Drawing.Size(40, 30); this.smartLabel35.TabIndex = 131; - this.smartLabel35.Text = "bar"; + this.smartLabel35.Text = "kPa"; this.smartLabel35.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel35.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel35.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; diff --git a/INT_PT002/Controls/Recipe/ControlMenuRecipeSetting.cs b/INT_PT002/Controls/Recipe/ControlMenuRecipeSetting.cs index fee6e33..e521a97 100644 --- a/INT_PT002/Controls/Recipe/ControlMenuRecipeSetting.cs +++ b/INT_PT002/Controls/Recipe/ControlMenuRecipeSetting.cs @@ -193,7 +193,7 @@ namespace INT_PT002.Controls if (myKeypad.ShowDialog() == DialogResult.OK) { - if (myKeypad.IntValue < 50 || myKeypad.IntValue > 100) + if (myKeypad.doubleValue < 50 || myKeypad.doubleValue > 100) { range = "50 ~ 100"; DialogFormMessage msg = new DialogFormMessage(1, this.ParentForm.ParentForm.SystemConfig.LANGUAGE, range);