diff --git a/INT63DC_2C.suo b/INT63DC_2C.suo
index e56c152..7422da1 100644
Binary files a/INT63DC_2C.suo and b/INT63DC_2C.suo differ
diff --git a/INT63DC_2C/Forms/FormMainDisplay.Designer.cs b/INT63DC_2C/Forms/FormMainDisplay.Designer.cs
index f751b5e..39f810d 100644
--- a/INT63DC_2C/Forms/FormMainDisplay.Designer.cs
+++ b/INT63DC_2C/Forms/FormMainDisplay.Designer.cs
@@ -445,7 +445,7 @@
this.labelTotalCount.BackPictureBox2 = null;
this.labelTotalCount.BorderColor = System.Drawing.Color.Black;
this.labelTotalCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.labelTotalCount.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Regular);
+ this.labelTotalCount.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold);
this.labelTotalCount.InitVisible = true;
this.labelTotalCount.LineSpacing = 0F;
this.labelTotalCount.Location = new System.Drawing.Point(144, 704);
@@ -465,7 +465,7 @@
this.labelProductionSpeed.BackPictureBox2 = null;
this.labelProductionSpeed.BorderColor = System.Drawing.Color.Black;
this.labelProductionSpeed.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.labelProductionSpeed.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Regular);
+ this.labelProductionSpeed.Font = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold);
this.labelProductionSpeed.InitVisible = true;
this.labelProductionSpeed.LineSpacing = 0F;
this.labelProductionSpeed.Location = new System.Drawing.Point(524, 704);
@@ -503,7 +503,7 @@
this.labelNGCount.BackPictureBox2 = null;
this.labelNGCount.BorderColor = System.Drawing.Color.Black;
this.labelNGCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.labelNGCount.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Regular);
+ this.labelNGCount.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold);
this.labelNGCount.InitVisible = true;
this.labelNGCount.LineSpacing = 0F;
this.labelNGCount.Location = new System.Drawing.Point(384, 704);
diff --git a/INT63DC_2C/Helper.cs b/INT63DC_2C/Helper.cs
index 29fe44c..e5c5bd6 100644
--- a/INT63DC_2C/Helper.cs
+++ b/INT63DC_2C/Helper.cs
@@ -70,7 +70,7 @@ namespace INT63DC_2C
/// SmartLabel
public static void SetTableLabelProperty(Control label)
{
- label.Font = new Font("Arial", 16, FontStyle.Bold);
+ label.Font = new Font("Tahoma", 16, FontStyle.Bold);
}
///
/// 테이블 화면 Label Value Set
diff --git a/INT63DC_2C/obj/Release/INT63DC_2C.csproj.GenerateResource.Cache b/INT63DC_2C/obj/Release/INT63DC_2C.csproj.GenerateResource.Cache
index 698020f..915ad7a 100644
Binary files a/INT63DC_2C/obj/Release/INT63DC_2C.csproj.GenerateResource.Cache and b/INT63DC_2C/obj/Release/INT63DC_2C.csproj.GenerateResource.Cache differ