- 각 창들 추가
- Analysis Panel 계산 준비
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user