프로젝트 구조 개선 및 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

@@ -138,10 +138,10 @@
this.panel1 = new System.Windows.Forms.Panel();
this.cmbRCode = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.taC = new SIDConvInfoEditorII.DataSet1TableAdapters.Component_Reel_SID_ConvertTableAdapter();
this.taC = new SIDConvInfoEditorII.DataSet1TableAdapters.K4EE_Component_Reel_SID_ConvertTableAdapter();
this.tam = new SIDConvInfoEditorII.DataSet1TableAdapters.TableAdapterManager();
this.taP = new SIDConvInfoEditorII.DataSet1TableAdapters.Component_Reel_Print_InformationTableAdapter();
this.taI = new SIDConvInfoEditorII.DataSet1TableAdapters.Component_Reel_SID_InformationTableAdapter();
this.taP = new SIDConvInfoEditorII.DataSet1TableAdapters.K4EE_Component_Reel_Print_InformationTableAdapter();
this.taI = new SIDConvInfoEditorII.DataSet1TableAdapters.K4EE_Component_Reel_SID_InformationTableAdapter();
this.tabControl1.SuspendLayout();
this.tabPage2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dvI)).BeginInit();
@@ -300,7 +300,7 @@
//
// bsI
//
this.bsI.DataMember = "Component_Reel_SID_Information";
this.bsI.DataMember = "K4EE_Component_Reel_SID_Information";
this.bsI.DataSource = this.dataSet1;
//
// dataSet1
@@ -646,7 +646,7 @@
//
// bsC
//
this.bsC.DataMember = "Component_Reel_SID_Convert";
this.bsC.DataMember = "K4EE_Component_Reel_SID_Convert";
this.bsC.DataSource = this.dataSet1;
//
// textBox2
@@ -879,7 +879,7 @@
//
// bsP
//
this.bsP.DataMember = "Component_Reel_Print_Information";
this.bsP.DataMember = "K4EE_Component_Reel_Print_Information";
this.bsP.DataSource = this.dataSet1;
//
// textBox3
@@ -1061,11 +1061,7 @@
this.cmbRCode.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.cmbRCode.FormattingEnabled = true;
this.cmbRCode.Items.AddRange(new object[] {
"[R0]-물류 ",
"[R1]-리시빙1",
"[R2]-리시빙2",
"[R3]-리시빙3",
"[IB]-INBOUND"});
"[R0]-ATV"});
this.cmbRCode.Location = new System.Drawing.Point(135, 5);
this.cmbRCode.Name = "cmbRCode";
this.cmbRCode.Size = new System.Drawing.Size(921, 40);
@@ -1090,9 +1086,9 @@
// tam
//
this.tam.BackupDataSetBeforeUpdate = false;
this.tam.Component_Reel_Print_InformationTableAdapter = this.taP;
this.tam.Component_Reel_SID_ConvertTableAdapter = this.taC;
this.tam.Component_Reel_SID_InformationTableAdapter = this.taI;
this.tam.K4EE_Component_Reel_Print_InformationTableAdapter = this.taP;
this.tam.K4EE_Component_Reel_SID_ConvertTableAdapter = this.taC;
this.tam.K4EE_Component_Reel_SID_InformationTableAdapter = this.taI;
this.tam.UpdateOrder = SIDConvInfoEditorII.DataSet1TableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
//
// taP
@@ -1152,7 +1148,7 @@
private System.Windows.Forms.TabPage tabPage2;
private DataSet1 dataSet1;
private System.Windows.Forms.BindingSource bsC;
private DataSet1TableAdapters.Component_Reel_SID_ConvertTableAdapter taC;
private DataSet1TableAdapters.K4EE_Component_Reel_SID_ConvertTableAdapter taC;
private DataSet1TableAdapters.TableAdapterManager tam;
private System.Windows.Forms.BindingNavigator bnC;
private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
@@ -1168,7 +1164,7 @@
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
private System.Windows.Forms.ToolStripButton component_Reel_SID_ConvertBindingNavigatorSaveItem;
private System.Windows.Forms.DataGridView dvC;
private DataSet1TableAdapters.Component_Reel_SID_InformationTableAdapter taI;
private DataSet1TableAdapters.K4EE_Component_Reel_SID_InformationTableAdapter taI;
private System.Windows.Forms.BindingSource bsI;
private System.Windows.Forms.DataGridView dvI;
private System.Windows.Forms.BindingNavigator bnI;
@@ -1220,7 +1216,7 @@
private System.Windows.Forms.ToolStripButton toolStripButton20;
private System.Windows.Forms.ToolStripButton toolStripButton21;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;
private DataSet1TableAdapters.Component_Reel_Print_InformationTableAdapter taP;
private DataSet1TableAdapters.K4EE_Component_Reel_Print_InformationTableAdapter taP;
private System.Windows.Forms.DataGridViewTextBoxColumn sIDDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn printPositionDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn remarkDataGridViewTextBoxColumn;