레시피수정

main
Seonjae 2023-03-29 13:38:33 +09:00
parent abfdbd2c7f
commit 91716afab5
2 changed files with 2 additions and 2 deletions

View File

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

View File

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