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);