diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2023-03-16 18:17:48 +0200 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2023-03-16 18:17:48 +0200 |
| commit | 3283eca8d5cb327779d53b6e1744e3440098bb35 (patch) | |
| tree | 7999c277135507ec39f604ee39cab9d9104d477a /Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj | |
| parent | bf40501d42c26b3e4357800f57d4c19c09ae3788 (diff) | |
| download | Tango-3283eca8d5cb327779d53b6e1744e3440098bb35.tar.gz Tango-3283eca8d5cb327779d53b6e1744e3440098bb35.zip | |
Eurika UI. Changes in Job details according to figma. Created Job Status page - only GUI.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj b/Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj index 14a4d02c1..6249447c4 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj @@ -136,6 +136,9 @@ <Compile Include="Controls\MachineStatusControl.xaml.cs"> <DependentUpon>MachineStatusControl.xaml</DependentUpon> </Compile> + <Compile Include="Controls\RunningJobViewerEureka.xaml.cs"> + <DependentUpon>RunningJobViewerEureka.xaml</DependentUpon> + </Compile> <Compile Include="Converters\AppBarItemConverter.cs" /> <Compile Include="Converters\ItemBaseConverter.cs" /> <Compile Include="Dialogs\BitResultsView.xaml.cs"> @@ -292,6 +295,10 @@ <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> + <Page Include="Controls\RunningJobViewerEureka.xaml"> + <SubType>Designer</SubType> + <Generator>MSBuild:Compile</Generator> + </Page> <Page Include="Dialogs\BitResultsView.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> @@ -534,6 +541,16 @@ <Resource Include="Images\waste_replace.png" /> <Resource Include="Images\JobProgressView\clock.png" /> <Resource Include="Images\JobProgressView\drop.png" /> + <Resource Include="Images\Job Issues\input.png" /> + <Resource Include="Images\Job Issues\job_copies.png" /> + <Resource Include="Images\Job Issues\job_length.png" /> + <Resource Include="Images\Job Issues\job_weight.png" /> + <Resource Include="Images\Job Issues\output.png" /> + <Resource Include="Images\Job Issues\spools.png" /> + <Resource Include="Images\Job Issues\Thread.png" /> + <Resource Include="Images\Job Issues\ttime_left.png" /> + <Resource Include="Images\Job Issues\thread_type.png" /> + <Resource Include="Images\Job Issues\Events.png" /> <Content Include="Manifests\release.xml" /> <Content Include="Manifests\debug.xml" /> <None Include="firmware_package.tfp"> |
