- Table, 메인화면 하단 숫자들 Tahoma로 재변경
parent
bc7e2fe38c
commit
bc2b012313
BIN
INT63DC_2C.suo
BIN
INT63DC_2C.suo
Binary file not shown.
|
@ -445,7 +445,7 @@
|
||||||
this.labelTotalCount.BackPictureBox2 = null;
|
this.labelTotalCount.BackPictureBox2 = null;
|
||||||
this.labelTotalCount.BorderColor = System.Drawing.Color.Black;
|
this.labelTotalCount.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTotalCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
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.InitVisible = true;
|
||||||
this.labelTotalCount.LineSpacing = 0F;
|
this.labelTotalCount.LineSpacing = 0F;
|
||||||
this.labelTotalCount.Location = new System.Drawing.Point(144, 704);
|
this.labelTotalCount.Location = new System.Drawing.Point(144, 704);
|
||||||
|
@ -465,7 +465,7 @@
|
||||||
this.labelProductionSpeed.BackPictureBox2 = null;
|
this.labelProductionSpeed.BackPictureBox2 = null;
|
||||||
this.labelProductionSpeed.BorderColor = System.Drawing.Color.Black;
|
this.labelProductionSpeed.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelProductionSpeed.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
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.InitVisible = true;
|
||||||
this.labelProductionSpeed.LineSpacing = 0F;
|
this.labelProductionSpeed.LineSpacing = 0F;
|
||||||
this.labelProductionSpeed.Location = new System.Drawing.Point(524, 704);
|
this.labelProductionSpeed.Location = new System.Drawing.Point(524, 704);
|
||||||
|
@ -503,7 +503,7 @@
|
||||||
this.labelNGCount.BackPictureBox2 = null;
|
this.labelNGCount.BackPictureBox2 = null;
|
||||||
this.labelNGCount.BorderColor = System.Drawing.Color.Black;
|
this.labelNGCount.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelNGCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
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.InitVisible = true;
|
||||||
this.labelNGCount.LineSpacing = 0F;
|
this.labelNGCount.LineSpacing = 0F;
|
||||||
this.labelNGCount.Location = new System.Drawing.Point(384, 704);
|
this.labelNGCount.Location = new System.Drawing.Point(384, 704);
|
||||||
|
|
|
@ -70,7 +70,7 @@ namespace INT63DC_2C
|
||||||
/// <param name="label">SmartLabel</param>
|
/// <param name="label">SmartLabel</param>
|
||||||
public static void SetTableLabelProperty(Control label)
|
public static void SetTableLabelProperty(Control label)
|
||||||
{
|
{
|
||||||
label.Font = new Font("Arial", 16, FontStyle.Bold);
|
label.Font = new Font("Tahoma", 16, FontStyle.Bold);
|
||||||
}
|
}
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 테이블 화면 Label Value Set
|
/// 테이블 화면 Label Value Set
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue