pmp 재고 조회 기능 추가

This commit is contained in:
chi
2020-04-28 10:30:13 +09:00
parent 7026136e93
commit 329f762bd3
19 changed files with 4406 additions and 1053 deletions

View File

@@ -204,6 +204,12 @@
<Compile Include="Project\fProjectPartToPurchase.Designer.cs">
<DependentUpon>fProjectPartToPurchase.cs</DependentUpon>
</Compile>
<Compile Include="Project\fSPMaster.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Project\fSPMaster.Designer.cs">
<DependentUpon>fSPMaster.cs</DependentUpon>
</Compile>
<Compile Include="Project\rPartList.cs">
<SubType>Form</SubType>
</Compile>
@@ -295,6 +301,9 @@
<EmbeddedResource Include="Project\fProjectPartToPurchase.resx">
<DependentUpon>fProjectPartToPurchase.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Project\fSPMaster.resx">
<DependentUpon>fSPMaster.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Project\rPartList.rdlc" />
<EmbeddedResource Include="Project\rPartList.resx">
<DependentUpon>rPartList.cs</DependentUpon>
@@ -427,6 +436,9 @@
<ItemGroup>
<None Include="Resources\action_save.gif" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\action_refresh.gif" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.