|
|
@@ -64,7 +64,7 @@
|
|
|
<ComboBox Height="30" Margin="10,0,10,0" ItemsSource="{Binding ChemistryList}" SelectedItem="{Binding Recipe.Chemistry, Mode=TwoWay}">
|
|
|
</ComboBox>
|
|
|
</GroupBox>
|
|
|
- <GroupBox Header="Total Time" IsEnabled="{Binding Enable}" Grid.Row="1" Grid.Column="3" Grid.ColumnSpan="2" Margin="-75,60,500,20" Width="180">
|
|
|
+ <GroupBox Header="Total Time" IsEnabled="{Binding Enable}" Grid.Row="1" Grid.Column="3" Grid.ColumnSpan="2" Margin="0,60,390,20" Width="180">
|
|
|
<Label Content="{Binding Recipe.TotalTime}" Height="30" Width="180" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" Background="Gray"
|
|
|
HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Grid.Column="1" Margin="6,0,0,0"></Label>
|
|
|
</GroupBox>
|
|
|
@@ -72,7 +72,7 @@
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="70"></RowDefinition>
|
|
|
<RowDefinition Height="70"></RowDefinition>
|
|
|
- <RowDefinition/>
|
|
|
+ <RowDefinition Height="35"/>
|
|
|
<RowDefinition Height="70"></RowDefinition>
|
|
|
</Grid.RowDefinitions>
|
|
|
<Grid Grid.Row="0">
|
|
|
@@ -236,7 +236,7 @@
|
|
|
<RowDefinition Height="80"></RowDefinition>
|
|
|
</Grid.RowDefinitions>
|
|
|
<GroupBox Header="Number of Smart Sping" Grid.Row="0" Margin="10,10,10,10" IsEnabled="{Binding Enable}" >
|
|
|
- <TextBox Text="{Binding Recipe.DepStepCount}" Height="30" Width="175" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White"
|
|
|
+ <TextBox Text="{Binding Recipe.NumberOfSmartSping}" Height="30" Width="175" VerticalAlignment="Center" HorizontalAlignment="Left"
|
|
|
HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Grid.Column="1" Margin="18,0,0,0"></TextBox>
|
|
|
</GroupBox>
|
|
|
<UserControls:GroupTextBoxControl Grid.Row="1" Width="260" Title="Section 1 Speed" Unit="rpm" MinValue="0" MaxValue="100" Margin="10,0,10,0"
|
|
|
@@ -259,9 +259,9 @@
|
|
|
<Label Grid.Row="1" Grid.Column="4" Content="360"></Label>
|
|
|
<Label Grid.Row="0" Grid.Column="1" Content="Start" Margin="5,-3,0,0"></Label>
|
|
|
<Label Grid.Row="0" Grid.Column="3" Content="End" Margin="35,-3,0,0"></Label>
|
|
|
- <TextBox Text="{Binding Recipe.Section1AngleStartPosiotion,Mode=TwoWay}" IsEnabled="{Binding Enable}" Grid.Row="1" Grid.Column="1" Height="30" Width="50" VerticalAlignment="Top" HorizontalAlignment="Left" Foreground="White"
|
|
|
+ <TextBox Text="{Binding Recipe.Section1AngleStartPosiotion,Mode=TwoWay}" IsEnabled="{Binding Enable}" Grid.Row="1" Grid.Column="1" Height="30" Width="50" VerticalAlignment="Top" HorizontalAlignment="Left"
|
|
|
HorizontalContentAlignment="Center" VerticalContentAlignment="Center"></TextBox>
|
|
|
- <TextBox Text="{Binding Recipe.Section1AngleEndPostion,Mode=TwoWay}" IsEnabled="{Binding Enable}" Grid.Row="1" Grid.Column="3" Margin="0,0,5,0" Height="30" Width="50" VerticalAlignment="Top" HorizontalAlignment="Right" Foreground="White"
|
|
|
+ <TextBox Text="{Binding Recipe.Section1AngleEndPostion,Mode=TwoWay}" IsEnabled="{Binding Enable}" Grid.Row="1" Grid.Column="3" Margin="0,0,5,0" Height="30" Width="50" VerticalAlignment="Top" HorizontalAlignment="Right"
|
|
|
HorizontalContentAlignment="Center" VerticalContentAlignment="Center"></TextBox>
|
|
|
</Grid>
|
|
|
</GroupBox>
|
|
|
@@ -285,9 +285,9 @@
|
|
|
<Label Grid.Row="1" Grid.Column="4" Content="360"></Label>
|
|
|
<Label Grid.Row="0" Grid.Column="1" Content="Start" Margin="5,-3,0,0"></Label>
|
|
|
<Label Grid.Row="0" Grid.Column="3" Content="End" Margin="35,-3,0,0"></Label>
|
|
|
- <TextBox Text="{Binding Recipe.Section2AngleStartPosiotion,Mode=TwoWay}" IsEnabled="{Binding Enable}" Grid.Row="1" Grid.Column="1" Height="30" Width="50" VerticalAlignment="Top" HorizontalAlignment="Left" Foreground="White"
|
|
|
+ <TextBox Text="{Binding Recipe.Section2AngleStartPosiotion,Mode=TwoWay}" IsEnabled="{Binding Enable}" Grid.Row="1" Grid.Column="1" Height="30" Width="50" VerticalAlignment="Top" HorizontalAlignment="Left"
|
|
|
HorizontalContentAlignment="Center" VerticalContentAlignment="Center"></TextBox>
|
|
|
- <TextBox Text="{Binding Recipe.Section2AngleEndPostion,Mode=TwoWay}" IsEnabled="{Binding Enable}" Grid.Row="1" Grid.Column="3" Margin="0,0,5,0" Height="30" Width="50" VerticalAlignment="Top" HorizontalAlignment="Right" Foreground="White"
|
|
|
+ <TextBox Text="{Binding Recipe.Section2AngleEndPostion,Mode=TwoWay}" IsEnabled="{Binding Enable}" Grid.Row="1" Grid.Column="3" Margin="0,0,5,0" Height="30" Width="50" VerticalAlignment="Top" HorizontalAlignment="Right"
|
|
|
HorizontalContentAlignment="Center" VerticalContentAlignment="Center"></TextBox>
|
|
|
</Grid>
|
|
|
</GroupBox>
|