This commit is contained in:
atvstdla
2025-09-26 18:15:59 +09:00
parent 54c64a06bd
commit 16da4a5ffa
65 changed files with 5700 additions and 3514 deletions

View File

@@ -469,7 +469,7 @@ namespace Project.Class
/// <summary>
/// keyence 로 부터 신규 바코드가 업데이트되었다
/// </summary>
public Boolean BarcodeDirty = false;
public Boolean BarcodeTouched = false;
public event PropertyChangedEventHandler PropertyChanged;
@@ -682,7 +682,7 @@ namespace Project.Class
VLOT_Trust = false;
VNAME_Trust = false;
BarcodeDirty = false;
BarcodeTouched = false;
MCN = string.Empty;
Target = string.Empty;
@@ -749,7 +749,7 @@ namespace Project.Class
//obj.PrintForce = this.PrintForce;
obj.ReelSize = this.ReelSize;
obj.PrintPositionCheck = this.PrintPositionCheck;
obj.BarcodeDirty = this.BarcodeDirty;
obj.BarcodeTouched = this.BarcodeTouched;
//라벨위치값 복사
for (int i = 0; i < obj.LabelPositionData.Length; i++)
@@ -880,7 +880,7 @@ namespace Project.Class
//obj.PrintForce = this.PrintForce;
obj.ReelSize = this.ReelSize;
obj.PrintPositionCheck = this.PrintPositionCheck;
obj.BarcodeDirty = this.BarcodeDirty;
obj.BarcodeTouched = this.BarcodeTouched;
//라벨위치값 복사
for (int i = 0; i < obj.LabelPositionData.Length; i++)