agree popup 추가

This commit is contained in:
2018-02-18 21:08:01 +09:00
parent df16cb5533
commit 86bf3ca21b
8 changed files with 376 additions and 31 deletions

View File

@@ -77,6 +77,12 @@
<Compile Include="AboutBox.Designer.cs">
<DependentUpon>AboutBox.cs</DependentUpon>
</Compile>
<Compile Include="AlertPopup.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="AlertPopup.Designer.cs">
<DependentUpon>AlertPopup.cs</DependentUpon>
</Compile>
<Compile Include="Config.cs" />
<Compile Include="DataHandler.cs" />
<Compile Include="ExcelHelper.cs" />
@@ -136,6 +142,9 @@
<EmbeddedResource Include="AboutBox.resx">
<DependentUpon>AboutBox.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="AlertPopup.resx">
<DependentUpon>AlertPopup.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MainForm.resx">
<DependentUpon>MainForm.cs</DependentUpon>
</EmbeddedResource>