영문화완료

This commit is contained in:
ChiKyun Kim
2025-09-09 17:24:19 +09:00
parent adb66451ca
commit 02028afc27
338 changed files with 2205 additions and 79829 deletions

View File

@@ -10,11 +10,11 @@ namespace ResultView
{
public string MCName { get; set; }
[DisplayName("프린터이름")]
[DisplayName("Printer Name")]
public string PrinterName { get; set; }
[DisplayName("프린트 테두리 그림")]
[DisplayName("Print Border Drawing")]
public Boolean DrawBorder { get; set; }
[DisplayName("라벨포맷 7자리 사용")]
[DisplayName("Use 7-Digit Label Format")]
public Boolean PrinterForm7 { get; set; }
public override void AfterLoad()
{