aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineStatusViewVM.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineStatusViewVM.cs')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineStatusViewVM.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineStatusViewVM.cs b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineStatusViewVM.cs
index 8e5d3e0f9..b41dbb0bf 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineStatusViewVM.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineStatusViewVM.cs
@@ -81,6 +81,17 @@ namespace Tango.PPC.UI.ViewModels
set { _isSpoolView = value; RaisePropertyChangedAuto(); }
}
+ private bool _isWeightView;
+ /// <summary>
+ /// Gets or sets a value indicating whether this instance is length. Show indicator values in length or weight.
+ /// </summary>
+ public bool IsWeghtView
+ {
+ get { return _isWeightView; }
+ set { _isWeightView = value; RaisePropertyChangedAuto(); }
+ }
+
+
private bool _isDyeingProcess;
public bool IsDyeingProcess
@@ -191,6 +202,7 @@ namespace Tango.PPC.UI.ViewModels
IsJobStatusViewEnable = true;
IsEnabledStopButton = false;
IsSpoolView = false;
+ IsWeghtView = false;
}
#region printing