Added a desktop gadget implementation.

This commit is contained in:
Michael Möller
2010-09-06 19:53:13 +00:00
parent 0d091fe5f2
commit 39600d1cf3
24 changed files with 1327 additions and 61 deletions

View File

@@ -70,6 +70,9 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="GUI\GadgetWindow.cs" />
<Compile Include="GUI\Gadget.cs" />
<Compile Include="GUI\HardwareTypeImage.cs" />
<Compile Include="GUI\PlotPanel.cs">
<SubType>UserControl</SubType>
</Compile>
@@ -92,7 +95,9 @@
<Compile Include="GUI\ParameterForm.Designer.cs">
<DependentUpon>ParameterForm.cs</DependentUpon>
</Compile>
<Compile Include="GUI\SensorGadget.cs" />
<Compile Include="GUI\SensorNotifyIcon.cs" />
<Compile Include="GUI\ShowDesktop.cs" />
<Compile Include="GUI\SplitContainerAdv.cs">
<SubType>Component</SubType>
</Compile>
@@ -197,6 +202,11 @@
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\barback.png" />
<EmbeddedResource Include="Resources\barblue.png" />
<EmbeddedResource Include="Resources\gadget.png" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ProjectExtensions>
<VisualStudio AllowExistingFolder="true" />