품목검색기능ㅊ추가

This commit is contained in:
chi
2021-03-11 14:44:21 +09:00
parent 87da6dbe5f
commit b4746b6247
12 changed files with 660 additions and 77 deletions

View File

@@ -250,6 +250,7 @@
<DependentUpon>AdoNetEFMain.edmx</DependentUpon>
</Compile>
<Compile Include="BaseController.cs" />
<Compile Include="Controller\ItemController.cs" />
<Compile Include="Controller\HomeController.cs" />
<Compile Include="Controller\IoController.cs" />
<Compile Include="Controller\MotionController.cs" />
@@ -312,6 +313,12 @@
<Compile Include="Dialog\fTouchKeyFull.Designer.cs">
<DependentUpon>fTouchKeyFull.cs</DependentUpon>
</Compile>
<Compile Include="Dialog\fWebView.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialog\fWebView.Designer.cs">
<DependentUpon>fWebView.cs</DependentUpon>
</Compile>
<Compile Include="Dialog\PMPUpdate.cs">
<SubType>Form</SubType>
</Compile>
@@ -379,6 +386,9 @@
<Compile Include="Users.cs">
<DependentUpon>AdoNetEFMain.tt</DependentUpon>
</Compile>
<Compile Include="vFindSID.cs">
<DependentUpon>AdoNetEFMain.tt</DependentUpon>
</Compile>
<Compile Include="vGroupUser.cs">
<DependentUpon>AdoNetEFMain.tt</DependentUpon>
</Compile>
@@ -464,6 +474,9 @@
<EmbeddedResource Include="Dialog\fTouchKeyFull.resx">
<DependentUpon>fTouchKeyFull.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialog\fWebView.resx">
<DependentUpon>fWebView.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialog\PMPUpdate.resx">
<DependentUpon>PMPUpdate.cs</DependentUpon>
</EmbeddedResource>