diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-05-10 03:29:55 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-05-10 03:29:55 +0300 |
| commit | 896c8152facdee8e78f54d3dfdf324e7415173ba (patch) | |
| tree | a964061e72425bf4382d09c6fdb05bce7f2b0408 /Software/Visual_Studio/PPC | |
| parent | f6ba463706eeb49ecd795d3d68142e19cb669061 (diff) | |
| download | Tango-896c8152facdee8e78f54d3dfdf324e7415173ba.tar.gz Tango-896c8152facdee8e78f54d3dfdf324e7415173ba.zip | |
Thread Break Wizard changes.
Diffstat (limited to 'Software/Visual_Studio/PPC')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadBreakView.xaml | 3 | ||||
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/Images/ThreadLoading/FeedingUnits/arc/5.jpg | bin | 123123 -> 0 bytes | |||
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj | 3 |
3 files changed, 2 insertions, 4 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadBreakView.xaml b/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadBreakView.xaml index b12967cd0..ae9716ea9 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadBreakView.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadBreakView.xaml @@ -66,7 +66,7 @@ <DockPanel> <UniformGrid Margin="20" Columns="2" DockPanel.Dock="Bottom" Height="55"> <touch:TouchButton Style="{StaticResource TangoHollowButton}" Width="250" HorizontalAlignment="Left" Command="{Binding FeedingUnitsFoundAndFixedCommand}">Fixed</touch:TouchButton> - <touch:TouchButton Style="{StaticResource TangoHollowButton}" Width="250" HorizontalAlignment="Right" Command="{Binding FeedingUnitsCantFixCommand}">Not Fix</touch:TouchButton> + <touch:TouchButton Style="{StaticResource TangoHollowButton}" Width="250" HorizontalAlignment="Right" Command="{Binding FeedingUnitsCantFixCommand}">Not Fixed</touch:TouchButton> </UniformGrid> <DockPanel> <StackPanel DockPanel.Dock="Top"> @@ -92,7 +92,6 @@ <Image Stretch="Uniform" Source="/Images/ThreadLoading/FeedingUnits/arc/2.jpg"></Image> <Image Stretch="Uniform" Source="/Images/ThreadLoading/FeedingUnits/arc/3.jpg"></Image> <Image Stretch="Uniform" Source="/Images/ThreadLoading/FeedingUnits/arc/4.jpg"></Image> - <Image Stretch="Uniform" Source="/Images/ThreadLoading/FeedingUnits/arc/5.jpg"></Image> </commonControls:ImageGalleryControl> </Grid> </Grid> diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/ThreadLoading/FeedingUnits/arc/5.jpg b/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/ThreadLoading/FeedingUnits/arc/5.jpg Binary files differdeleted file mode 100644 index fa2c8312d..000000000 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/ThreadLoading/FeedingUnits/arc/5.jpg +++ /dev/null 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 79ba27e75..fcffb0dcc 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 @@ -475,7 +475,6 @@ <Resource Include="Images\ThreadLoading\FeedingUnits\arc\2.jpg" /> <Resource Include="Images\ThreadLoading\FeedingUnits\arc\3.jpg" /> <Resource Include="Images\ThreadLoading\FeedingUnits\arc\4.jpg" /> - <Resource Include="Images\ThreadLoading\FeedingUnits\arc\5.jpg" /> <Resource Include="Images\ThreadLoading\NewThread\TS1800_CloseUp_Feeder_P.jpg" /> <Resource Include="Images\ThreadLoading\NewThread\ReadyForLoading\arc\1.jpg" /> <Resource Include="Images\ThreadLoading\NewThread\ReadyForLoading\arc\2.JPG" /> @@ -786,7 +785,7 @@ if $(ConfigurationName) == Debug copy /Y "$(TargetDir)Packages" "$(TargetDir)"</ </PropertyGroup> <ProjectExtensions> <VisualStudio> - <UserProperties BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UseGlobalSettings="False" BuildVersion_StartDate="2000/1/1" /> + <UserProperties BuildVersion_StartDate="2000/1/1" BuildVersion_UseGlobalSettings="False" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" /> </VisualStudio> </ProjectExtensions> </Project>
\ No newline at end of file |
