프로젝트 구조 개선 및 README.md 추가

- UIControl 프로젝트 구조 변경 (CapCleaningControl → Sub/UIControl)
- arAjinextek 라이브러리 통합 및 구조 개선
- 새로운 arAjinextek_Union 프로젝트 추가
- 솔루션 파일에 README.md 추가
- QR 모드에서 WMS RCV 태그 인식 기능 강화
- 데이터베이스 스키마 업데이트 및 관련 클래스 수정
- 프린터 및 바코드 장치 연동 로직 개선

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
ChiKyun Kim
2025-08-07 08:35:56 +09:00
parent c17296101a
commit 9a7d1d27c7
140 changed files with 4203 additions and 6791 deletions

View File

@@ -52,7 +52,6 @@
this.tabPage2 = new System.Windows.Forms.TabPage();
this.GrpSidConvData = new System.Windows.Forms.GroupBox();
this.chkCVSave = new System.Windows.Forms.CheckBox();
this.chkCVApplyQtyMax = new System.Windows.Forms.CheckBox();
this.chkCVApplyBatch = new System.Windows.Forms.CheckBox();
this.chkCVWhereLot = new System.Windows.Forms.CheckBox();
this.chkCVApplyPrint = new System.Windows.Forms.CheckBox();
@@ -78,9 +77,7 @@
this.chkDayApplyCust = new System.Windows.Forms.CheckBox();
this.chkDayApplyPart = new System.Windows.Forms.CheckBox();
this.grpApplySidinfo = new System.Windows.Forms.GroupBox();
this.chkInfoWhereMC = new System.Windows.Forms.CheckBox();
this.chkInfoWhereLot = new System.Windows.Forms.CheckBox();
this.chkInfoApplyQty = new System.Windows.Forms.CheckBox();
this.chkInfoApplyBatch = new System.Windows.Forms.CheckBox();
this.chkInfoSave = new System.Windows.Forms.CheckBox();
this.chkInfoApplyPrint = new System.Windows.Forms.CheckBox();
@@ -443,7 +440,6 @@
// GrpSidConvData
//
this.GrpSidConvData.Controls.Add(this.chkCVSave);
this.GrpSidConvData.Controls.Add(this.chkCVApplyQtyMax);
this.GrpSidConvData.Controls.Add(this.chkCVApplyBatch);
this.GrpSidConvData.Controls.Add(this.chkCVWhereLot);
this.GrpSidConvData.Controls.Add(this.chkCVApplyPrint);
@@ -479,18 +475,6 @@
this.chkCVSave.Text = "변경 정보를 서버에 기록 합니다";
this.chkCVSave.UseVisualStyleBackColor = true;
//
// chkCVApplyQtyMax
//
this.chkCVApplyQtyMax.AutoSize = true;
this.chkCVApplyQtyMax.ForeColor = System.Drawing.Color.Green;
this.chkCVApplyQtyMax.Location = new System.Drawing.Point(617, 21);
this.chkCVApplyQtyMax.Name = "chkCVApplyQtyMax";
this.chkCVApplyQtyMax.Size = new System.Drawing.Size(86, 23);
this.chkCVApplyQtyMax.TabIndex = 50;
this.chkCVApplyQtyMax.Tag = "10";
this.chkCVApplyQtyMax.Text = "Qty(Max)";
this.chkCVApplyQtyMax.UseVisualStyleBackColor = true;
//
// chkCVApplyBatch
//
this.chkCVApplyBatch.AutoSize = true;
@@ -778,9 +762,7 @@
//
// grpApplySidinfo
//
this.grpApplySidinfo.Controls.Add(this.chkInfoWhereMC);
this.grpApplySidinfo.Controls.Add(this.chkInfoWhereLot);
this.grpApplySidinfo.Controls.Add(this.chkInfoApplyQty);
this.grpApplySidinfo.Controls.Add(this.chkInfoApplyBatch);
this.grpApplySidinfo.Controls.Add(this.chkInfoSave);
this.grpApplySidinfo.Controls.Add(this.chkInfoApplyPrint);
@@ -803,18 +785,6 @@
this.grpApplySidinfo.TabStop = false;
this.grpApplySidinfo.Text = "입력정보 적용";
//
// chkInfoWhereMC
//
this.chkInfoWhereMC.AutoSize = true;
this.chkInfoWhereMC.ForeColor = System.Drawing.Color.Blue;
this.chkInfoWhereMC.Location = new System.Drawing.Point(379, 50);
this.chkInfoWhereMC.Name = "chkInfoWhereMC";
this.chkInfoWhereMC.Size = new System.Drawing.Size(50, 23);
this.chkInfoWhereMC.TabIndex = 36;
this.chkInfoWhereMC.Tag = "12";
this.chkInfoWhereMC.Text = "MC";
this.chkInfoWhereMC.UseVisualStyleBackColor = true;
//
// chkInfoWhereLot
//
this.chkInfoWhereLot.AutoSize = true;
@@ -827,18 +797,6 @@
this.chkInfoWhereLot.Text = "VLOT";
this.chkInfoWhereLot.UseVisualStyleBackColor = true;
//
// chkInfoApplyQty
//
this.chkInfoApplyQty.AutoSize = true;
this.chkInfoApplyQty.ForeColor = System.Drawing.Color.Green;
this.chkInfoApplyQty.Location = new System.Drawing.Point(614, 24);
this.chkInfoApplyQty.Name = "chkInfoApplyQty";
this.chkInfoApplyQty.Size = new System.Drawing.Size(86, 23);
this.chkInfoApplyQty.TabIndex = 34;
this.chkInfoApplyQty.Tag = "10";
this.chkInfoApplyQty.Text = "Qty(Max)";
this.chkInfoApplyQty.UseVisualStyleBackColor = true;
//
// chkInfoApplyBatch
//
this.chkInfoApplyBatch.AutoSize = true;
@@ -1193,7 +1151,6 @@
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.ComboBox cmbCustCode;
private System.Windows.Forms.CheckBox chkInfoApplyBatch;
private System.Windows.Forms.CheckBox chkInfoApplyQty;
private System.Windows.Forms.CheckBox chkDayWhereLot;
private System.Windows.Forms.CheckBox chkInfoWhereLot;
private System.Windows.Forms.Label label1;
@@ -1202,9 +1159,7 @@
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.CheckBox chkInfoWhereMC;
private System.Windows.Forms.CheckBox chkCVSave;
private System.Windows.Forms.CheckBox chkCVApplyQtyMax;
private System.Windows.Forms.CheckBox chkCVApplyBatch;
private System.Windows.Forms.CheckBox chkCVWhereLot;
private System.Windows.Forms.CheckBox chkCVApplyPrint;