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

@@ -263,6 +263,11 @@
<Compile Include="Class\ItemData.cs" />
<Compile Include="Controller\ModelController.cs" />
<Compile Include="Controller\StateController.cs" />
<Compile Include="DataSet11.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>DataSet1.xsd</DependentUpon>
</Compile>
<Compile Include="Device\KeyenceBarcode.cs" />
<Compile Include="Device\SATOPrinterAPI.cs" />
<Compile Include="Device\SATOPrinter.cs" />
@@ -471,11 +476,6 @@
<Compile Include="DataSet1.cs">
<DependentUpon>DataSet1.xsd</DependentUpon>
</Compile>
<Compile Include="DataSet1.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>DataSet1.xsd</DependentUpon>
</Compile>
<Compile Include="Dialog\Quick_Control.cs.cs">
<SubType>Form</SubType>
</Compile>
@@ -672,9 +672,7 @@
<Compile Include="UIControl\CtlBase.Designer.cs">
<DependentUpon>CtlBase.cs</DependentUpon>
</Compile>
<Compile Include="UIControl\CtlContainer.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="UIControl\CtlContainer.cs" />
<Compile Include="UIControl\CtlContainer.Designer.cs">
<DependentUpon>CtlContainer.cs</DependentUpon>
</Compile>
@@ -1025,13 +1023,9 @@
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CapCleaningControl\UIControl.csproj">
<Project>{9264cd2e-7cf8-4237-a69f-dcda984e0613}</Project>
<Name>UIControl</Name>
</ProjectReference>
<ProjectReference Include="..\Sub\arAzinAxt\arAzinAxt.csproj">
<Project>{4f457e76-bf83-4b98-8565-ae87d7d16744}</Project>
<Name>arAzinAxt</Name>
<ProjectReference Include="..\Sub\arAjinextek\Library\arAjinextek_Union\arAjinextek_Union.csproj">
<Project>{62370293-92aa-4b73-b61f-5c343eeb4ded}</Project>
<Name>arAjinextek_Union</Name>
</ProjectReference>
<ProjectReference Include="..\Sub\arFrameControl\arFrameControl.csproj">
<Project>{a16c9667-5241-4313-888e-548375f85d29}</Project>
@@ -1061,6 +1055,10 @@
<Project>{b18d3b96-2fdf-4ed9-9a49-d9b8cee4ed6d}</Project>
<Name>StdLabelPrint</Name>
</ProjectReference>
<ProjectReference Include="..\Sub\UIControl\UIControl.csproj">
<Project>{9264cd2e-7cf8-4237-a69f-dcda984e0613}</Project>
<Name>UIControl</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup />
<ItemGroup>