- 각 창들 추가

- Analysis Panel 계산 준비
This commit is contained in:
2017-06-19 14:07:56 +09:00
parent 5e26c490b8
commit cc42695fd8
16 changed files with 761 additions and 32 deletions

View File

@@ -57,6 +57,24 @@
<Compile Include="MainForm.Designer.cs">
<DependentUpon>MainForm.cs</DependentUpon>
</Compile>
<Compile Include="PanelAnalysis.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="PanelAnalysis.Designer.cs">
<DependentUpon>PanelAnalysis.cs</DependentUpon>
</Compile>
<Compile Include="PanelRadarGraph.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="PanelRadarGraph.Designer.cs">
<DependentUpon>PanelRadarGraph.cs</DependentUpon>
</Compile>
<Compile Include="PanelTrendGraph.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="PanelTrendGraph.Designer.cs">
<DependentUpon>PanelTrendGraph.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="PanelResult.cs">
@@ -74,6 +92,15 @@
<EmbeddedResource Include="MainForm.resx">
<DependentUpon>MainForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="PanelAnalysis.resx">
<DependentUpon>PanelAnalysis.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="PanelRadarGraph.resx">
<DependentUpon>PanelRadarGraph.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="PanelTrendGraph.resx">
<DependentUpon>PanelTrendGraph.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>