Commit 1c89f1c6 authored by 潘栩锋's avatar 潘栩锋 🚴

调试 HeatingHelper

parent ab10281d
...@@ -25,37 +25,37 @@ namespace WpfApplication1 ...@@ -25,37 +25,37 @@ namespace WpfApplication1
InitializeComponent(); InitializeComponent();
//FLY.FeedbackRenZiJia.UI.Client.UIModule.Page_DynArea dynArea = new FLY.FeedbackRenZiJia.UI.Client.UIModule.Page_DynArea(); //FLY.FeedbackRenZiJia.UI.Client.UIModule.Page_DynArea dynArea = new FLY.FeedbackRenZiJia.UI.Client.UIModule.Page_DynArea();
FLY.IBC.UI.Client.UIModule.Page_DynArea dynArea = new FLY.IBC.UI.Client.UIModule.Page_DynArea(); //FLY.IBC.UI.Client.UIModule.Page_DynArea dynArea = new FLY.IBC.UI.Client.UIModule.Page_DynArea();
//FLY.Winder.UI.Client.UIModule.Page_DynArea dynArea = new FLY.Winder.UI.Client.UIModule.Page_DynArea(); //FLY.Winder.UI.Client.UIModule.Page_DynArea dynArea = new FLY.Winder.UI.Client.UIModule.Page_DynArea();
//FLY.Weight.UI.Client.UIModule.Page_DynArea dynArea = new FLY.Weight.UI.Client.UIModule.Page_DynArea(); //FLY.Weight.UI.Client.UIModule.Page_DynArea dynArea = new FLY.Weight.UI.Client.UIModule.Page_DynArea();
FLY.HeatingHelper.UI.UIModule.HeatThickDetector dynArea = new FLY.HeatingHelper.UI.UIModule.HeatThickDetector();
dynArea.Init(0); //dynArea.Init(0);
Frame f = new Frame(); Frame f = new Frame();
f.Content = dynArea; f.Content = dynArea;
stackpanel_dynarea.Children.Add(f); stackpanel_dynarea.Children.Add(f);
var menu = new FLY.IBC.UI.Client.UIModule.MenuSelect(); //var menu = new FLY.IBC.UI.Client.UIModule.MenuSelect();
//var menu = new FLY.Winder.UI.Client.UIModule.MenuSelect(); //var menu = new FLY.Winder.UI.Client.UIModule.MenuSelect();
//var menu = new FLY.Weight.UI.Client.UIModule.MenuSelect(); //var menu = new FLY.Weight.UI.Client.UIModule.MenuSelect();
//var menu = new FLY.FeedbackRenZiJia.UI.Client.UIModule.MenuSelect_Main(); //var menu = new FLY.FeedbackRenZiJia.UI.Client.UIModule.MenuSelect_Main();
menu.Init(0); //menu.Init(0);
stackpanel_toolbox.Children.Add(menu); //stackpanel_toolbox.Children.Add(menu);
//FLY.FeedbackRenZiJia.UI.Client.UIModule.Page_Graph p = new FLY.FeedbackRenZiJia.UI.Client.UIModule.Page_Graph(); //FLY.FeedbackRenZiJia.UI.Client.UIModule.Page_Graph p = new FLY.FeedbackRenZiJia.UI.Client.UIModule.Page_Graph();
var p = new FLY.IBC.UI.Client.UIModule.Page_Main(); //var p = new FLY.IBC.UI.Client.UIModule.Page_Main();
//FLY.Winder.UI.Client.UIModule.Page_Main p = new FLY.Winder.UI.Client.UIModule.Page_Main(); //FLY.Winder.UI.Client.UIModule.Page_Main p = new FLY.Winder.UI.Client.UIModule.Page_Main();
//FLY.Weight.UI.Client.UIModule.Page_Main p = new FLY.Weight.UI.Client.UIModule.Page_Main(); //FLY.Weight.UI.Client.UIModule.Page_Main p = new FLY.Weight.UI.Client.UIModule.Page_Main();
//FLY.Weight.UI.Client.UIModule.FlowGraph p = new FLY.Weight.UI.Client.UIModule.FlowGraph(); //FLY.Weight.UI.Client.UIModule.FlowGraph p = new FLY.Weight.UI.Client.UIModule.FlowGraph();
p.Init(0); //p.Init(0);
//graph.Init(0); //graph.Init(0);
Frame f1 = new Frame(); //Frame f1 = new Frame();
f1.Content = p; //f1.Content = p;
grid_graph.Children.Add(f1); //grid_graph.Children.Add(f1);
//frame_graph.Content = p; //frame_graph.Content = p;
} }
......
...@@ -118,6 +118,14 @@ ...@@ -118,6 +118,14 @@
<None Include="App.config" /> <None Include="App.config" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\Project.FLY.ThickHeatAnalyst.Fix\FLY.HeatingHelper.UI\FLY.HeatingHelper.UI.csproj">
<Project>{276ee86a-0961-4c69-a38a-696f4d76e931}</Project>
<Name>FLY.HeatingHelper.UI</Name>
</ProjectReference>
<ProjectReference Include="..\Project.FLY.ThickHeatAnalyst.Fix\FLY.HeatingHelper\FLY.HeatingHelper.csproj">
<Project>{973f0eed-3181-4fb9-abd6-196a9e816b77}</Project>
<Name>FLY.HeatingHelper</Name>
</ProjectReference>
<ProjectReference Include="..\Project.FLY.Winder_20190413\FLY.Winder.UI.Client\FLY.Winder.UI.Client.csproj"> <ProjectReference Include="..\Project.FLY.Winder_20190413\FLY.Winder.UI.Client\FLY.Winder.UI.Client.csproj">
<Project>{6b762aa7-5c5f-4e1d-ac6a-caf327056ebe}</Project> <Project>{6b762aa7-5c5f-4e1d-ac6a-caf327056ebe}</Project>
<Name>FLY.Winder.UI.Client</Name> <Name>FLY.Winder.UI.Client</Name>
...@@ -171,6 +179,9 @@ ...@@ -171,6 +179,9 @@
<PackageReference Include="PropertyChanged.Fody"> <PackageReference Include="PropertyChanged.Fody">
<Version>2.6.1</Version> <Version>2.6.1</Version>
</PackageReference> </PackageReference>
<PackageReference Include="System.Data.SQLite">
<Version>1.0.112</Version>
</PackageReference>
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment