파트리스트 가져오기 기능
파트리스트 구매등록 기능
This commit is contained in:
@@ -98,6 +98,11 @@
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>dsPRJ.xsd</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="dsPurchase.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>dsPurchase.xsd</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="dsQuery.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
@@ -126,34 +131,34 @@
|
||||
<Compile Include="fMailList.Designer.cs">
|
||||
<DependentUpon>fMailList.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="fPartList.cs">
|
||||
<Compile Include="Project\fPartList.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="fPartList.Designer.cs">
|
||||
<Compile Include="Project\fPartList.Designer.cs">
|
||||
<DependentUpon>fPartList.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="fProejctHistory.cs">
|
||||
<Compile Include="Project\fProejctHistory.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="fProejctHistory.Designer.cs">
|
||||
<Compile Include="Project\fProejctHistory.Designer.cs">
|
||||
<DependentUpon>fProejctHistory.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="fProjectData.cs">
|
||||
<Compile Include="Project\fProjectData.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="fProjectData.Designer.cs">
|
||||
<Compile Include="Project\fProjectData.Designer.cs">
|
||||
<DependentUpon>fProjectData.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="fProjectIOMap.cs">
|
||||
<Compile Include="Project\fProjectIOMap.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="fProjectIOMap.Designer.cs">
|
||||
<Compile Include="Project\fProjectIOMap.Designer.cs">
|
||||
<DependentUpon>fProjectIOMap.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="fProjectSchedule.cs">
|
||||
<Compile Include="Project\fProjectSchedule.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="fProjectSchedule.Designer.cs">
|
||||
<Compile Include="Project\fProjectSchedule.Designer.cs">
|
||||
<DependentUpon>fProjectSchedule.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="ImportC.cs">
|
||||
@@ -174,18 +179,24 @@
|
||||
<Compile Include="JobReport\fJobReport.Designer.cs">
|
||||
<DependentUpon>fJobReport.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="fProjectList.cs">
|
||||
<Compile Include="Project\fProjectList.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="fProjectList.Designer.cs">
|
||||
<Compile Include="Project\fProjectList.Designer.cs">
|
||||
<DependentUpon>fProjectList.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="FPUtil.cs" />
|
||||
<Compile Include="fRPartList.cs">
|
||||
<Compile Include="Project\fProjectPartToPurchase.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="fRPartList.Designer.cs">
|
||||
<DependentUpon>fRPartList.cs</DependentUpon>
|
||||
<Compile Include="Project\fProjectPartToPurchase.Designer.cs">
|
||||
<DependentUpon>fProjectPartToPurchase.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Project\rPartList.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Project\rPartList.Designer.cs">
|
||||
<DependentUpon>rPartList.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="JobReport\fJobReport_Add.cs">
|
||||
<SubType>Form</SubType>
|
||||
@@ -219,6 +230,12 @@
|
||||
</Compile>
|
||||
<Compile Include="MethodExtentions.cs" />
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Project\fProjectPartImport.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Project\fProjectPartImport.Designer.cs">
|
||||
<DependentUpon>fProjectPartImport.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<EmbeddedResource Include="fHistAdd.resx">
|
||||
<DependentUpon>fHistAdd.cs</DependentUpon>
|
||||
@@ -229,19 +246,19 @@
|
||||
<EmbeddedResource Include="fMailList.resx">
|
||||
<DependentUpon>fMailList.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="fPartList.resx">
|
||||
<EmbeddedResource Include="Project\fPartList.resx">
|
||||
<DependentUpon>fPartList.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="fProejctHistory.resx">
|
||||
<EmbeddedResource Include="Project\fProejctHistory.resx">
|
||||
<DependentUpon>fProejctHistory.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="fProjectData.resx">
|
||||
<EmbeddedResource Include="Project\fProjectData.resx">
|
||||
<DependentUpon>fProjectData.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="fProjectIOMap.resx">
|
||||
<EmbeddedResource Include="Project\fProjectIOMap.resx">
|
||||
<DependentUpon>fProjectIOMap.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="fProjectSchedule.resx">
|
||||
<EmbeddedResource Include="Project\fProjectSchedule.resx">
|
||||
<DependentUpon>fProjectSchedule.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="ImportC.resx">
|
||||
@@ -253,11 +270,15 @@
|
||||
<EmbeddedResource Include="JobReport\fJobReport.resx">
|
||||
<DependentUpon>fJobReport.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="fProjectList.resx">
|
||||
<EmbeddedResource Include="Project\fProjectList.resx">
|
||||
<DependentUpon>fProjectList.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="fRPartList.resx">
|
||||
<DependentUpon>fRPartList.cs</DependentUpon>
|
||||
<EmbeddedResource Include="Project\fProjectPartToPurchase.resx">
|
||||
<DependentUpon>fProjectPartToPurchase.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Project\rPartList.rdlc" />
|
||||
<EmbeddedResource Include="Project\rPartList.resx">
|
||||
<DependentUpon>rPartList.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="JobReport\fJobReport_Add.resx">
|
||||
<DependentUpon>fJobReport_Add.cs</DependentUpon>
|
||||
@@ -276,6 +297,9 @@
|
||||
<EmbeddedResource Include="JobReport\rJobReport.resx">
|
||||
<DependentUpon>rJobReport.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Project\fProjectPartImport.resx">
|
||||
<DependentUpon>fProjectPartImport.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Properties\licenses.licx" />
|
||||
<EmbeddedResource Include="Properties\Resources.resx">
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
@@ -287,7 +311,6 @@
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
<DesignTime>True</DesignTime>
|
||||
</Compile>
|
||||
<EmbeddedResource Include="rPartList.rdlc" />
|
||||
<None Include="app.config" />
|
||||
<None Include="dsMail.xsc">
|
||||
<DependentUpon>dsMail.xsd</DependentUpon>
|
||||
@@ -311,6 +334,17 @@
|
||||
<None Include="dsPRJ.xss">
|
||||
<DependentUpon>dsPRJ.xsd</DependentUpon>
|
||||
</None>
|
||||
<None Include="dsPurchase.xsc">
|
||||
<DependentUpon>dsPurchase.xsd</DependentUpon>
|
||||
</None>
|
||||
<None Include="dsPurchase.xsd">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSDataSetGenerator</Generator>
|
||||
<LastGenOutput>dsPurchase.Designer.cs</LastGenOutput>
|
||||
</None>
|
||||
<None Include="dsPurchase.xss">
|
||||
<DependentUpon>dsPurchase.xsd</DependentUpon>
|
||||
</None>
|
||||
<None Include="dsQuery.xsc">
|
||||
<DependentUpon>dsQuery.xsd</DependentUpon>
|
||||
</None>
|
||||
|
||||
Reference in New Issue
Block a user