DB접속 오류시 메세지 처리

This commit is contained in:
Chikyun
2019-03-02 18:43:17 +09:00
parent f2c368fecb
commit 97407e07b4
12 changed files with 2500 additions and 635 deletions

View File

@@ -85,6 +85,18 @@
<Compile Include="fPartList.Designer.cs">
<DependentUpon>fPartList.cs</DependentUpon>
</Compile>
<Compile Include="fProejctHistory.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="fProejctHistory.Designer.cs">
<DependentUpon>fProejctHistory.cs</DependentUpon>
</Compile>
<Compile Include="fProjectData.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="fProjectData.Designer.cs">
<DependentUpon>fProjectData.cs</DependentUpon>
</Compile>
<Compile Include="fProjectIOMap.cs">
<SubType>Form</SubType>
</Compile>
@@ -137,6 +149,12 @@
<EmbeddedResource Include="fPartList.resx">
<DependentUpon>fPartList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="fProejctHistory.resx">
<DependentUpon>fProejctHistory.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="fProjectData.resx">
<DependentUpon>fProjectData.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="fProjectIOMap.resx">
<DependentUpon>fProjectIOMap.cs</DependentUpon>
</EmbeddedResource>