RobotCycleView.xaml 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. <UserControl x:Class="CyberX8_MainPages.Views.RobotCycleView"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  5. xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  6. xmlns:local="clr-namespace:CyberX8_MainPages.Views"
  7. xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity"
  8. xmlns:prism="http://prismlibrary.com/"
  9. xmlns:customControls="clr-namespace:CyberX8_Themes.CustomControls;assembly=CyberX8_Themes"
  10. xmlns:unity="clr-namespace:CyberX8_MainPages.Unity"
  11. xmlns:Converters="clr-namespace:CyberX8_Themes.Converters;assembly=CyberX8_Themes"
  12. prism:ViewModelLocator.AutoWireViewModel="True"
  13. mc:Ignorable="d"
  14. d:DesignHeight="1000" d:DesignWidth="2000">
  15. <Canvas>
  16. <Grid Height="600" Canvas.Left="100" Canvas.Top="30" HorizontalAlignment="Center" VerticalAlignment="Top" Width="500">
  17. <Grid.RowDefinitions>
  18. <RowDefinition Height="70"/>
  19. <RowDefinition Height="70"/>
  20. <RowDefinition Height="70"/>
  21. <RowDefinition Height="70"/>
  22. <RowDefinition Height="70"/>
  23. <RowDefinition Height="70"/>
  24. <RowDefinition Height="70"/>
  25. <RowDefinition />
  26. </Grid.RowDefinitions>
  27. <Grid.ColumnDefinitions>
  28. <ColumnDefinition Width="1*"/>
  29. <ColumnDefinition Width="1*"/>
  30. <ColumnDefinition Width="1*"/>
  31. </Grid.ColumnDefinitions>
  32. <GroupBox Header="LP Select" FontSize="14" FontWeight="Bold" Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="3">
  33. <Grid>
  34. <RadioButton Content="LP1" x:Name="lp1" IsChecked="True" FontSize="19" Margin="52,0,0,0" VerticalContentAlignment="Center" HorizontalAlignment="Left">
  35. <i:Interaction.Triggers>
  36. <i:EventTrigger EventName="Checked">
  37. <i:InvokeCommandAction Command="{Binding LPChangeCommand}" CommandParameter="{Binding ElementName=lp1,Path=Content}"/>
  38. </i:EventTrigger>
  39. </i:Interaction.Triggers>
  40. </RadioButton>
  41. <RadioButton Content="LP2" x:Name="lp2" IsChecked="False" FontSize="19" Margin="0,0,0,0" VerticalContentAlignment="Center" HorizontalAlignment="Center">
  42. <i:Interaction.Triggers>
  43. <i:EventTrigger EventName="Checked">
  44. <i:InvokeCommandAction Command="{Binding LPChangeCommand}" CommandParameter="{Binding ElementName=lp2,Path=Content}"/>
  45. </i:EventTrigger>
  46. </i:Interaction.Triggers>
  47. </RadioButton>
  48. <RadioButton Content="LP3" x:Name="lp3" IsChecked="False" FontSize="19" Margin="0,0,50,0" VerticalContentAlignment="Center" HorizontalAlignment="Right">
  49. <i:Interaction.Triggers>
  50. <i:EventTrigger EventName="Checked">
  51. <i:InvokeCommandAction Command="{Binding LPChangeCommand}" CommandParameter="{Binding ElementName=lp3,Path=Content}"/>
  52. </i:EventTrigger>
  53. </i:Interaction.Triggers>
  54. </RadioButton>
  55. </Grid>
  56. </GroupBox>
  57. <GroupBox Header="Aligner Select" FontSize="14" FontWeight="Bold" Grid.Row="1" Grid.Column="0" Grid.ColumnSpan="3">
  58. <Grid>
  59. <RadioButton Content="Aligner1" x:Name="aligner" IsChecked="True" Margin="52,0,0,0" FontSize="19" VerticalContentAlignment="Center" HorizontalAlignment="Left">
  60. <i:Interaction.Triggers>
  61. <i:EventTrigger EventName="Checked">
  62. <i:InvokeCommandAction Command="{Binding AlignerChangeCommand}" CommandParameter="{Binding ElementName=aligner,Path=Content}"/>
  63. </i:EventTrigger>
  64. </i:Interaction.Triggers>
  65. </RadioButton>
  66. </Grid>
  67. </GroupBox>
  68. <GroupBox Header="Dummy Select" FontSize="14" FontWeight="Bold" Grid.Row="2" Grid.Column="0" Grid.ColumnSpan="2" IsEnabled="{Binding IsDummySelected}">
  69. <Grid>
  70. <RadioButton Content="Dummy1" x:Name="dummy1" IsChecked="True" Margin="52,0,0,0" FontSize="19" VerticalContentAlignment="Center" HorizontalAlignment="Left">
  71. <i:Interaction.Triggers>
  72. <i:EventTrigger EventName="Checked">
  73. <i:InvokeCommandAction Command="{Binding DummyChangeCommand}" CommandParameter="{Binding ElementName=dummy1,Path=Content}"/>
  74. </i:EventTrigger>
  75. </i:Interaction.Triggers>
  76. </RadioButton>
  77. <RadioButton Content="Dummy2" x:Name="dummy2" IsChecked="False" Margin="132,0,0,0" FontSize="19" VerticalContentAlignment="Center" HorizontalAlignment="Center">
  78. <i:Interaction.Triggers>
  79. <i:EventTrigger EventName="Checked">
  80. <i:InvokeCommandAction Command="{Binding DummyChangeCommand}" CommandParameter="{Binding ElementName=dummy2,Path=Content}"/>
  81. </i:EventTrigger>
  82. </i:Interaction.Triggers>
  83. </RadioButton>
  84. </Grid>
  85. </GroupBox>
  86. <CheckBox Grid.Row="2" Grid.Column="2" Margin="0,12,0,0" VerticalAlignment="Center" HorizontalAlignment="Left" Content="DummySelect" FontSize="16" FontWeight="Bold"
  87. IsChecked="{Binding IsDummySelected,Mode=TwoWay}"/>
  88. <GroupBox Header="SRD Select" FontSize="14" FontWeight="Bold" Grid.Row="3" Grid.Column="0" Grid.ColumnSpan="2" IsEnabled="{Binding IsSrdSelected}">
  89. <Grid>
  90. <RadioButton Content="SRD1" x:Name="srd1" IsChecked="True" Margin="52,0,0,0" FontSize="19" VerticalContentAlignment="Center" HorizontalAlignment="Left">
  91. <i:Interaction.Triggers>
  92. <i:EventTrigger EventName="Checked">
  93. <i:InvokeCommandAction Command="{Binding SrdChangeCommand}" CommandParameter="{Binding ElementName=srd1,Path=Content}"/>
  94. </i:EventTrigger>
  95. </i:Interaction.Triggers>
  96. </RadioButton>
  97. <RadioButton Content="SRD2" x:Name="srd2" IsChecked="False" Margin="92,0,0,0" FontSize="19" VerticalContentAlignment="Center" HorizontalAlignment="Center">
  98. <i:Interaction.Triggers>
  99. <i:EventTrigger EventName="Checked">
  100. <i:InvokeCommandAction Command="{Binding SrdChangeCommand}" CommandParameter="{Binding ElementName=srd2,Path=Content}"/>
  101. </i:EventTrigger>
  102. </i:Interaction.Triggers>
  103. </RadioButton>
  104. </Grid>
  105. </GroupBox>
  106. <CheckBox Grid.Row="3" Grid.Column="2" Margin="0,12,0,0" VerticalAlignment="Center" HorizontalAlignment="Left" Content="SrdSelect" FontSize="16" FontWeight="Bold"
  107. IsChecked="{Binding IsSrdSelected,Mode=TwoWay}"/>
  108. <TextBlock Grid.Row="4" Grid.Column="0" Text="Cycle :" FontSize="19" VerticalAlignment="Center" Margin="58,0,0,0"/>
  109. <TextBox Grid.Row="4" Grid.Column="1" Height="35" Width="80" FontSize="15" HorizontalAlignment="Left" Margin="0,0,0,0" Background="White" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Text="{Binding InPutCycleTimes,Mode=TwoWay}" />
  110. <TextBlock Grid.Row="5" Grid.Column="0" Text="Current :" FontSize="19" VerticalAlignment="Center" Margin="58,0,0,0"/>
  111. <Border Grid.Row="5" Grid.Column="1" Margin="0,0,0,0" Background="Black" Height="35" Width="80" HorizontalAlignment="Left">
  112. <TextBlock Text="{Binding CurrentCycle}" Foreground="Lime" FontSize="16" FontWeight="Bold" VerticalAlignment="Center" TextAlignment="Center" HorizontalAlignment="Center"/>
  113. </Border>
  114. <Button Grid.Row="6" Grid.Column="0" Grid.ColumnSpan="2" Content="Start" Width="120" Height="36" Command="{Binding RobotCycleStartCommand}" FontSize="18" HorizontalAlignment="Center" VerticalAlignment="Center"/>
  115. <Button Grid.Row="6" Grid.Column="1" Grid.ColumnSpan="2" Content="Aobot" Width="120" Height="36" Command="{Binding RobotCycleAbortCommand}" FontSize="18" HorizontalAlignment="Center" VerticalAlignment="Center"/>
  116. </Grid>
  117. </Canvas>
  118. </UserControl>