From 00a491d93733d4625ad329b2ba8237f445364b3f Mon Sep 17 00:00:00 2001 From: Mirta Date: Wed, 30 Dec 2020 16:39:52 +0200 Subject: merge --- .../Tango.PPC.MachineSettings/Views/MainView.xaml | 186 +-------------------- 1 file changed, 8 insertions(+), 178 deletions(-) (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/Views') diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/Views/MainView.xaml b/Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/Views/MainView.xaml index ba3516be4..dd5f89bb2 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/Views/MainView.xaml +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/Views/MainView.xaml @@ -5,19 +5,15 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:enumerations="clr-namespace:Tango.BL.Enumerations;assembly=Tango.BL" xmlns:touch="clr-namespace:Tango.Touch.Controls;assembly=Tango.Touch" - xmlns:keyboard="clr-namespace:Tango.Touch.Keyboard;assembly=Tango.Touch" - xmlns:sys="clr-namespace:System.Collections;assembly=mscorlib" xmlns:controls="clr-namespace:Tango.SharedUI.Controls;assembly=Tango.SharedUI" xmlns:vm="clr-namespace:Tango.PPC.MachineSettings.ViewModels" xmlns:connectivity="clr-namespace:Tango.PPC.Common.Connectivity;assembly=Tango.PPC.Common" - xmlns:adapters="clr-namespace:Tango.Transport.Adapters;assembly=Tango.Transport" xmlns:global="clr-namespace:Tango.PPC.MachineSettings" - xmlns:integrationPMR="clr-namespace:Tango.PMR.Integration;assembly=Tango.PMR" xmlns:local="clr-namespace:Tango.PPC.MachineSettings.Views" mc:Ignorable="d" - d:DesignHeight="4500" d:DesignWidth="800" d:DataContext="{d:DesignInstance Type=vm:MainViewVM, IsDesignTimeCreatable=False}" DataContext="{x:Static global:ViewModelLocator.MainViewVM}"> + d:DesignHeight="2500" d:DesignWidth="800" d:DataContext="{d:DesignInstance Type=vm:MainViewVM, IsDesignTimeCreatable=False}" DataContext="{x:Static global:ViewModelLocator.MainViewVM}"> - + @@ -87,7 +83,7 @@ - + Supported Job Types @@ -140,14 +136,14 @@ - Default Thread - + Default Thread Type + - Default Spool - + Default Segment Length - + @@ -199,172 +195,6 @@ - - - - - - - - Auto Update Check - - - - Automatically check for software and database updates. - - - - - - - - - Synchronize Jobs - - - - Synchronize your jobs with twine's cloud services. - - - - - - - - - Synchronize Diagnostics Data - - - - Help us improve your experience using this system. - - - - - - - - - - Once enabled, synchronization occurs automatically in the background. you can choose to synchronize right now. - - - Synchronize Now - - - - - - - - - - Time Zone - - - - - - - - - - - - - - Embedded COM Port - - - - - Emergency COM Port - - - - - Enable Emergency Screen - - - - - Enable Embedded Debug Logs - - - - - Enable Automatic Thread Loading Support - - - - - Display PowerUp Screen - - - - - Enable Job Liquid Quantity Validation - - - - - Always Start in Technician Mode - - - - - Enable External Bridge SignalR - - - - - Auto Update Check Interval Minutes - - - - - Bypass Internet Connectivity Checks - - - - - Gradient Resolution CM - - - - - Enable Insights - - - - - Insights Sampling Interval (sec) - - - - - Insights Storage Cleanup Interval (min) - - - - - Insights Max Storage Duration (days) - - - - - Enable UWF (Disk Protection) - - - - - - - Please restart the application for advanced settings to take effect. - - - - -- cgit v1.3.1