aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/Views/MachineTechView.xaml
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2021-05-12 16:10:34 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2021-05-12 16:10:34 +0300
commitb8358b92b56ef5c17636aec6a0cf48186528ea23 (patch)
tree53c053519cac73dcd0bdef94d10259dd1c0826e2 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/Views/MachineTechView.xaml
parent5c1649221047dd4fe3d8de124f21a878a3e4b555 (diff)
downloadTango-b8358b92b56ef5c17636aec6a0cf48186528ea23.tar.gz
Tango-b8358b92b56ef5c17636aec6a0cf48186528ea23.zip
MS tech board custom name.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/Views/MachineTechView.xaml')
-rw-r--r--Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/Views/MachineTechView.xaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/Views/MachineTechView.xaml b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/Views/MachineTechView.xaml
index 63d22d365..06e0a59fa 100644
--- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/Views/MachineTechView.xaml
+++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/Views/MachineTechView.xaml
@@ -493,6 +493,11 @@
<TextBlock VerticalAlignment="Center" Margin="0 0 10 0" HorizontalAlignment="Left">Angle</TextBlock>
<mahapps:NumericUpDown Grid.Column="1" HorizontalContentAlignment="Center" BorderBrush="{StaticResource BorderBrushGainsboro}" Foreground="{StaticResource GrayBrush}" Maximum="360" Minimum="-360" HasDecimals="False" Margin="0 5 0 0" Value="{Binding SelectedTab.Editor.SelectedElement.Angle}"></mahapps:NumericUpDown>
</Grid>
+
+ <!--<Angle-->
+ <Grid Margin="0 20 0 0">
+ <TextBox materialDesign:HintAssist.Hint="Custom Name" materialDesign:HintAssist.IsFloating="True" Margin="0 10 0 0" Text="{Binding SelectedTab.Editor.SelectedElement.HostedElement.CustomName,UpdateSourceTrigger=PropertyChanged}"></TextBox>
+ </Grid>
</StackPanel>
</GroupBox>
<ContentControl Margin="0 10 0 0" DataContext="{Binding RelativeSource={RelativeSource AncestorType=UserControl},Path=DataContext.SelectedTab.Editor.SelectedElement.HostedElement}" Content="{Binding RelativeSource={RelativeSource AncestorType=UserControl},Path=DataContext.SelectedTab.Editor.SelectedElement.HostedElement}">