|
@@ -13,7 +13,7 @@ |
|
|
mc:Ignorable="d"> |
|
|
mc:Ignorable="d"> |
|
|
|
|
|
|
|
|
<UserControl.DataContext> |
|
|
<UserControl.DataContext> |
|
|
<vm:ParSetViewModel/> |
|
|
|
|
|
|
|
|
<vm:ParSetViewModel /> |
|
|
</UserControl.DataContext> |
|
|
</UserControl.DataContext> |
|
|
|
|
|
|
|
|
<UserControl.Resources> |
|
|
<UserControl.Resources> |
|
@@ -78,53 +78,53 @@ |
|
|
<Grid Grid.Row="2"> |
|
|
<Grid Grid.Row="2"> |
|
|
<Grid.RowDefinitions> |
|
|
<Grid.RowDefinitions> |
|
|
<RowDefinition /> |
|
|
<RowDefinition /> |
|
|
<RowDefinition Height="150" /> |
|
|
|
|
|
<RowDefinition Height="75" /> |
|
|
|
|
|
<RowDefinition Height="75" /> |
|
|
|
|
|
|
|
|
<RowDefinition /> |
|
|
|
|
|
<RowDefinition /> |
|
|
|
|
|
<RowDefinition /> |
|
|
</Grid.RowDefinitions> |
|
|
</Grid.RowDefinitions> |
|
|
|
|
|
|
|
|
<StackPanel Orientation="Horizontal"> |
|
|
<StackPanel Orientation="Horizontal"> |
|
|
<!--煮面口参数设置--> |
|
|
|
|
|
|
|
|
<!-- 煮面口参数设置 --> |
|
|
<ItemsControl Grid.Row="0" ItemsSource="{Binding parSets}"> |
|
|
<ItemsControl Grid.Row="0" ItemsSource="{Binding parSets}"> |
|
|
<ItemsControl.ItemTemplate> |
|
|
<ItemsControl.ItemTemplate> |
|
|
<DataTemplate> |
|
|
<DataTemplate> |
|
|
<StackPanel Orientation="Horizontal"> |
|
|
<StackPanel Orientation="Horizontal"> |
|
|
<TextBlock Style="{StaticResource TextBlockStyle}" Text="{Binding TextBlockContext}" /> |
|
|
<TextBlock Style="{StaticResource TextBlockStyle}" Text="{Binding TextBlockContext}" /> |
|
|
<TextBox |
|
|
<TextBox |
|
|
Width="100" |
|
|
|
|
|
Margin="10,0,0,0" |
|
|
|
|
|
VerticalAlignment="Center" |
|
|
|
|
|
Background="Transparent" |
|
|
|
|
|
BorderBrush="#FF23CACA" |
|
|
|
|
|
CaretBrush="Aqua" |
|
|
|
|
|
FontFamily="楷体" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Foreground="#ff34f7f7" |
|
|
|
|
|
Text="{Binding Minute}" /> |
|
|
|
|
|
|
|
|
Width="100" |
|
|
|
|
|
Margin="10,0,0,0" |
|
|
|
|
|
VerticalAlignment="Center" |
|
|
|
|
|
Background="Transparent" |
|
|
|
|
|
BorderBrush="#FF23CACA" |
|
|
|
|
|
CaretBrush="Aqua" |
|
|
|
|
|
FontFamily="楷体" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Foreground="#ff34f7f7" |
|
|
|
|
|
Text="{Binding Minute}" /> |
|
|
<TextBlock Style="{StaticResource TextBlockStyle}" Text="(分)" /> |
|
|
<TextBlock Style="{StaticResource TextBlockStyle}" Text="(分)" /> |
|
|
<TextBox |
|
|
<TextBox |
|
|
Width="100" |
|
|
|
|
|
Margin="0,10" |
|
|
|
|
|
VerticalAlignment="Center" |
|
|
|
|
|
Background="Transparent" |
|
|
|
|
|
BorderBrush="#FF23CACA" |
|
|
|
|
|
CaretBrush="Aqua" |
|
|
|
|
|
FontFamily="楷体" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Foreground="#ff34f7f7" |
|
|
|
|
|
Text="{Binding Second}" /> |
|
|
|
|
|
|
|
|
Width="100" |
|
|
|
|
|
Margin="0,10" |
|
|
|
|
|
VerticalAlignment="Center" |
|
|
|
|
|
Background="Transparent" |
|
|
|
|
|
BorderBrush="#FF23CACA" |
|
|
|
|
|
CaretBrush="Aqua" |
|
|
|
|
|
FontFamily="楷体" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Foreground="#ff34f7f7" |
|
|
|
|
|
Text="{Binding Second}" /> |
|
|
<TextBlock Style="{StaticResource TextBlockStyle}" Text="(秒)" /> |
|
|
<TextBlock Style="{StaticResource TextBlockStyle}" Text="(秒)" /> |
|
|
|
|
|
|
|
|
<CheckBox |
|
|
<CheckBox |
|
|
Height="20" |
|
|
|
|
|
Margin="10" |
|
|
|
|
|
VerticalAlignment="Center" |
|
|
|
|
|
Background="#FF2AB2E7" |
|
|
|
|
|
Content="{Binding CheckBoxContext}" |
|
|
|
|
|
FontSize="14" |
|
|
|
|
|
Foreground="#00c2f4" |
|
|
|
|
|
IsChecked="{Binding IsShield}" |
|
|
|
|
|
Template="{StaticResource CbTemplate}" /> |
|
|
|
|
|
|
|
|
Height="20" |
|
|
|
|
|
Margin="10" |
|
|
|
|
|
VerticalAlignment="Center" |
|
|
|
|
|
Background="#FF2AB2E7" |
|
|
|
|
|
Content="{Binding CheckBoxContext}" |
|
|
|
|
|
FontSize="14" |
|
|
|
|
|
Foreground="#00c2f4" |
|
|
|
|
|
IsChecked="{Binding IsShield}" |
|
|
|
|
|
Template="{StaticResource CbTemplate}" /> |
|
|
|
|
|
|
|
|
</StackPanel> |
|
|
</StackPanel> |
|
|
</DataTemplate> |
|
|
</DataTemplate> |
|
@@ -136,10 +136,10 @@ |
|
|
<RowDefinition /> |
|
|
<RowDefinition /> |
|
|
</Grid.RowDefinitions> |
|
|
</Grid.RowDefinitions> |
|
|
|
|
|
|
|
|
<Grid |
|
|
|
|
|
Grid.Row="0" |
|
|
|
|
|
Margin="100,10,0,0" |
|
|
|
|
|
Background="#ff0C255F"> |
|
|
|
|
|
|
|
|
<Grid |
|
|
|
|
|
Grid.Row="0" |
|
|
|
|
|
Margin="100,10,0,0" |
|
|
|
|
|
Background="#ff0C255F"> |
|
|
|
|
|
|
|
|
<Grid.ColumnDefinitions> |
|
|
<Grid.ColumnDefinitions> |
|
|
<ColumnDefinition /> |
|
|
<ColumnDefinition /> |
|
@@ -148,36 +148,36 @@ |
|
|
</Grid.ColumnDefinitions> |
|
|
</Grid.ColumnDefinitions> |
|
|
|
|
|
|
|
|
<TextBlock |
|
|
<TextBlock |
|
|
Grid.Column="0" |
|
|
|
|
|
FontSize="24" |
|
|
|
|
|
Style="{StaticResource TitleTextblockStyle}" |
|
|
|
|
|
Text="库位序号" /> |
|
|
|
|
|
|
|
|
Grid.Column="0" |
|
|
|
|
|
FontSize="24" |
|
|
|
|
|
Style="{StaticResource TitleTextblockStyle}" |
|
|
|
|
|
Text="库位序号" /> |
|
|
|
|
|
|
|
|
<TextBlock |
|
|
<TextBlock |
|
|
Grid.Column="1" |
|
|
|
|
|
FontSize="24" |
|
|
|
|
|
Style="{StaticResource TitleTextblockStyle}" |
|
|
|
|
|
Text="煮时间(分)" /> |
|
|
|
|
|
|
|
|
Grid.Column="1" |
|
|
|
|
|
FontSize="24" |
|
|
|
|
|
Style="{StaticResource TitleTextblockStyle}" |
|
|
|
|
|
Text="煮时间(分)" /> |
|
|
|
|
|
|
|
|
<TextBlock |
|
|
<TextBlock |
|
|
Grid.Column="2" |
|
|
|
|
|
FontSize="24" |
|
|
|
|
|
Style="{StaticResource TitleTextblockStyle}" |
|
|
|
|
|
Text="煮时间(秒)" /> |
|
|
|
|
|
|
|
|
Grid.Column="2" |
|
|
|
|
|
FontSize="24" |
|
|
|
|
|
Style="{StaticResource TitleTextblockStyle}" |
|
|
|
|
|
Text="煮时间(秒)" /> |
|
|
|
|
|
|
|
|
<Border |
|
|
<Border |
|
|
Grid.Column="0" |
|
|
|
|
|
Grid.ColumnSpan="4" |
|
|
|
|
|
BorderBrush="{StaticResource bordColor}" |
|
|
|
|
|
BorderThickness="1,1,1,1" /> |
|
|
|
|
|
|
|
|
Grid.Column="0" |
|
|
|
|
|
Grid.ColumnSpan="4" |
|
|
|
|
|
BorderBrush="{StaticResource bordColor}" |
|
|
|
|
|
BorderThickness="1,1,1,1" /> |
|
|
<Border |
|
|
<Border |
|
|
Grid.Column="1" |
|
|
|
|
|
BorderBrush="{StaticResource bordColor}" |
|
|
|
|
|
BorderThickness="1,0,1,0" /> |
|
|
|
|
|
|
|
|
Grid.Column="1" |
|
|
|
|
|
BorderBrush="{StaticResource bordColor}" |
|
|
|
|
|
BorderThickness="1,0,1,0" /> |
|
|
<Border |
|
|
<Border |
|
|
Grid.Column="3" |
|
|
|
|
|
BorderBrush="{StaticResource bordColor}" |
|
|
|
|
|
BorderThickness="1,0,1,0" /> |
|
|
|
|
|
|
|
|
Grid.Column="3" |
|
|
|
|
|
BorderBrush="{StaticResource bordColor}" |
|
|
|
|
|
BorderThickness="1,0,1,0" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Grid> |
|
|
</Grid> |
|
@@ -188,17 +188,17 @@ |
|
|
<DataTemplate> |
|
|
<DataTemplate> |
|
|
<Grid Name="gr"> |
|
|
<Grid Name="gr"> |
|
|
<Grid.ColumnDefinitions> |
|
|
<Grid.ColumnDefinitions> |
|
|
<ColumnDefinition Width="157"/> |
|
|
|
|
|
<ColumnDefinition Width="1*"/> |
|
|
|
|
|
<ColumnDefinition Width="1*"/> |
|
|
|
|
|
|
|
|
<ColumnDefinition Width="157" /> |
|
|
|
|
|
<ColumnDefinition Width="1*" /> |
|
|
|
|
|
<ColumnDefinition Width="1*" /> |
|
|
</Grid.ColumnDefinitions> |
|
|
</Grid.ColumnDefinitions> |
|
|
|
|
|
|
|
|
<TextBlock |
|
|
<TextBlock |
|
|
Grid.Column="0" |
|
|
|
|
|
HorizontalAlignment="Center" |
|
|
|
|
|
VerticalAlignment="Center" |
|
|
|
|
|
FontSize="18" |
|
|
|
|
|
Text="{Binding TextBlockContext}" /> |
|
|
|
|
|
|
|
|
Grid.Column="0" |
|
|
|
|
|
HorizontalAlignment="Center" |
|
|
|
|
|
VerticalAlignment="Center" |
|
|
|
|
|
FontSize="18" |
|
|
|
|
|
Text="{Binding TextBlockContext}" /> |
|
|
|
|
|
|
|
|
<!--<ComboBox |
|
|
<!--<ComboBox |
|
|
Grid.Column="1" |
|
|
Grid.Column="1" |
|
@@ -212,31 +212,31 @@ |
|
|
SelectedIndex="{Binding LocDishType}" />--> |
|
|
SelectedIndex="{Binding LocDishType}" />--> |
|
|
|
|
|
|
|
|
<Border |
|
|
<Border |
|
|
Grid.Column="0" |
|
|
|
|
|
Grid.ColumnSpan="3" |
|
|
|
|
|
BorderBrush="{StaticResource bordColor}" |
|
|
|
|
|
BorderThickness="1,0,1,1"></Border> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Grid.Column="0" |
|
|
|
|
|
Grid.ColumnSpan="3" |
|
|
|
|
|
BorderBrush="{StaticResource bordColor}" |
|
|
|
|
|
BorderThickness="1,0,1,1" /> |
|
|
|
|
|
|
|
|
<Border |
|
|
<Border |
|
|
Grid.Column="1" |
|
|
|
|
|
BorderBrush="{StaticResource bordColor}" |
|
|
|
|
|
BorderThickness="1,0,1,0"> |
|
|
|
|
|
|
|
|
Grid.Column="1" |
|
|
|
|
|
BorderBrush="{StaticResource bordColor}" |
|
|
|
|
|
BorderThickness="1,0,1,0"> |
|
|
<TextBox |
|
|
<TextBox |
|
|
Grid.Column="1" |
|
|
|
|
|
FontSize="18" |
|
|
|
|
|
Style="{StaticResource InputTextboxStyle}" |
|
|
|
|
|
Text="{Binding Minute}" /> |
|
|
|
|
|
|
|
|
Grid.Column="1" |
|
|
|
|
|
FontSize="18" |
|
|
|
|
|
Style="{StaticResource InputTextboxStyle}" |
|
|
|
|
|
Text="{Binding Minute}" /> |
|
|
</Border> |
|
|
</Border> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Border |
|
|
<Border |
|
|
Grid.Column="2" |
|
|
|
|
|
BorderBrush="{StaticResource bordColor}" |
|
|
|
|
|
BorderThickness="1,0,1,0"> |
|
|
|
|
|
|
|
|
Grid.Column="2" |
|
|
|
|
|
BorderBrush="{StaticResource bordColor}" |
|
|
|
|
|
BorderThickness="1,0,1,0"> |
|
|
<TextBox |
|
|
<TextBox |
|
|
Grid.Column="2" |
|
|
|
|
|
FontSize="18" |
|
|
|
|
|
Style="{StaticResource InputTextboxStyle}" |
|
|
|
|
|
Text="{Binding Second}" /> |
|
|
|
|
|
|
|
|
Grid.Column="2" |
|
|
|
|
|
FontSize="18" |
|
|
|
|
|
Style="{StaticResource InputTextboxStyle}" |
|
|
|
|
|
Text="{Binding Second}" /> |
|
|
</Border> |
|
|
</Border> |
|
|
</Grid> |
|
|
</Grid> |
|
|
|
|
|
|
|
@@ -252,183 +252,202 @@ |
|
|
</Grid> |
|
|
</Grid> |
|
|
</Grid> |
|
|
</Grid> |
|
|
</StackPanel> |
|
|
</StackPanel> |
|
|
|
|
|
|
|
|
<!--加汤设置--> |
|
|
|
|
|
<StackPanel Grid.Row="1" Orientation="Horizontal"> |
|
|
|
|
|
<TextBlock |
|
|
|
|
|
Margin="40,0,0,0" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Style="{StaticResource TextBlockStyle}" |
|
|
|
|
|
Text="加汤时间:" /> |
|
|
|
|
|
<TextBox |
|
|
|
|
|
Width="100" |
|
|
|
|
|
Margin="10,0,0,0" |
|
|
|
|
|
VerticalAlignment="Center" |
|
|
|
|
|
Background="Transparent" |
|
|
|
|
|
BorderBrush="#FF23CACA" |
|
|
|
|
|
CaretBrush="Aqua" |
|
|
|
|
|
FontFamily="楷体" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Foreground="#ff34f7f7" |
|
|
|
|
|
Text="{Binding AddSoup}" /> |
|
|
|
|
|
<TextBlock |
|
|
|
|
|
Margin="10,0,0,0" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Style="{StaticResource TextBlockStyle}" |
|
|
|
|
|
Text="(秒)" /> |
|
|
|
|
|
<TextBlock |
|
|
|
|
|
Margin="40,0,0,0" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Style="{StaticResource TextBlockStyle}" |
|
|
|
|
|
Text="清洗加汤管道时间:" /> |
|
|
|
|
|
<TextBox |
|
|
|
|
|
Width="100" |
|
|
|
|
|
Margin="10,0,0,0" |
|
|
|
|
|
VerticalAlignment="Center" |
|
|
|
|
|
Background="Transparent" |
|
|
|
|
|
BorderBrush="#FF23CACA" |
|
|
|
|
|
CaretBrush="Aqua" |
|
|
|
|
|
FontFamily="楷体" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Foreground="#ff34f7f7" |
|
|
|
|
|
Text="{Binding DelayTime}" /> |
|
|
|
|
|
<TextBlock |
|
|
|
|
|
Margin="10,0,0,0" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Style="{StaticResource TextBlockStyle}" |
|
|
|
|
|
Text="(秒)" /> |
|
|
|
|
|
<Button |
|
|
|
|
|
Margin="5" |
|
|
|
|
|
HorizontalAlignment="Center" |
|
|
|
|
|
VerticalAlignment="Center" |
|
|
|
|
|
Command="{Binding CommandStart}" |
|
|
|
|
|
Content="启动" |
|
|
|
|
|
Foreground="Aqua" |
|
|
|
|
|
Style="{StaticResource ButtonStyle}" /> |
|
|
|
|
|
<TextBlock |
|
|
|
|
|
Margin="40,0,0,0" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Style="{StaticResource TextBlockStyle}" |
|
|
|
|
|
Text="倒面条件,煮面口使用数量:" /> |
|
|
|
|
|
<TextBox |
|
|
|
|
|
Width="100" |
|
|
|
|
|
Margin="10,0,0,0" |
|
|
|
|
|
VerticalAlignment="Center" |
|
|
|
|
|
Background="Transparent" |
|
|
|
|
|
BorderBrush="#FF23CACA" |
|
|
|
|
|
CaretBrush="Aqua" |
|
|
|
|
|
FontFamily="楷体" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Foreground="#ff34f7f7" |
|
|
|
|
|
Text="{Binding OpenUseNumber}" /> |
|
|
|
|
|
<TextBlock |
|
|
|
|
|
Margin="10,0,0,0" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Style="{StaticResource TextBlockStyle}" |
|
|
|
|
|
Text="(个)" /> |
|
|
|
|
|
</StackPanel> |
|
|
|
|
|
<!--抽汤时间设定--> |
|
|
|
|
|
<WrapPanel Grid.Row="2" Orientation="Horizontal"> |
|
|
|
|
|
<!--间隔时间设定--> |
|
|
|
|
|
<StackPanel Orientation="Horizontal"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 加汤设置 --> |
|
|
|
|
|
|
|
|
|
|
|
<!-- 抽汤时间设定 --> |
|
|
|
|
|
<StackPanel Grid.Row="2" HorizontalAlignment="Left"> |
|
|
|
|
|
<!--<StackPanel |
|
|
|
|
|
Margin="0,5" |
|
|
|
|
|
HorizontalAlignment="Right" |
|
|
|
|
|
Orientation="Horizontal"> |
|
|
<TextBlock |
|
|
<TextBlock |
|
|
Margin="10,0,0,0" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Style="{StaticResource TextBlockStyle}" |
|
|
|
|
|
Text="间隔时间设定:" /> |
|
|
|
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Style="{StaticResource TextBlockStyle}" |
|
|
|
|
|
Text="加汤时间:" /> |
|
|
<TextBox |
|
|
<TextBox |
|
|
Width="100" |
|
|
|
|
|
Margin="10,0,0,0" |
|
|
|
|
|
VerticalAlignment="Center" |
|
|
|
|
|
Background="Transparent" |
|
|
|
|
|
BorderBrush="#FF23CACA" |
|
|
|
|
|
CaretBrush="Aqua" |
|
|
|
|
|
FontFamily="楷体" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Foreground="#ff34f7f7" |
|
|
|
|
|
Text="{Binding IntervalTime}" /> |
|
|
|
|
|
|
|
|
Width="100" |
|
|
|
|
|
Margin="10,0,0,0" |
|
|
|
|
|
VerticalAlignment="Center" |
|
|
|
|
|
Background="Transparent" |
|
|
|
|
|
BorderBrush="#FF23CACA" |
|
|
|
|
|
CaretBrush="Aqua" |
|
|
|
|
|
FontFamily="楷体" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Foreground="#ff34f7f7" |
|
|
|
|
|
Text="{Binding AddSoup}" /> |
|
|
|
|
|
<TextBlock |
|
|
|
|
|
Margin="10,0,0,0" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Style="{StaticResource TextBlockStyle}" |
|
|
|
|
|
Text="(秒)" /> |
|
|
|
|
|
</StackPanel>--> |
|
|
|
|
|
|
|
|
|
|
|
<StackPanel |
|
|
|
|
|
Margin="0,5" |
|
|
|
|
|
HorizontalAlignment="Right" |
|
|
|
|
|
Orientation="Horizontal"> |
|
|
<TextBlock |
|
|
<TextBlock |
|
|
Margin="10,0,0,0" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Style="{StaticResource TextBlockStyle}" |
|
|
|
|
|
Text="(秒)" /> |
|
|
|
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Style="{StaticResource TextBlockStyle}" |
|
|
|
|
|
Text="清洗加汤管道时间:" /> |
|
|
|
|
|
<TextBox |
|
|
|
|
|
Width="100" |
|
|
|
|
|
Margin="10,0,0,0" |
|
|
|
|
|
VerticalAlignment="Center" |
|
|
|
|
|
Background="Transparent" |
|
|
|
|
|
BorderBrush="#FF23CACA" |
|
|
|
|
|
CaretBrush="Aqua" |
|
|
|
|
|
FontFamily="楷体" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Foreground="#ff34f7f7" |
|
|
|
|
|
Text="{Binding DelayTime, UpdateSourceTrigger=PropertyChanged}" /> |
|
|
|
|
|
<TextBlock |
|
|
|
|
|
Margin="10,0,0,0" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Style="{StaticResource TextBlockStyle}" |
|
|
|
|
|
Text="(秒)" /> |
|
|
</StackPanel> |
|
|
</StackPanel> |
|
|
<!--反转抽汤时间设定--> |
|
|
|
|
|
<StackPanel Orientation="Horizontal"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<StackPanel |
|
|
|
|
|
Margin="0,5" |
|
|
|
|
|
HorizontalAlignment="Right" |
|
|
|
|
|
Orientation="Horizontal"> |
|
|
<TextBlock |
|
|
<TextBlock |
|
|
Margin="10,0,0,0" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Style="{StaticResource TextBlockStyle}" |
|
|
|
|
|
Text="反转抽汤时间设定:" /> |
|
|
|
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Style="{StaticResource TextBlockStyle}" |
|
|
|
|
|
Text="倒面条件,煮面口使用数量:" /> |
|
|
<TextBox |
|
|
<TextBox |
|
|
Width="100" |
|
|
|
|
|
Margin="10,0,0,0" |
|
|
|
|
|
VerticalAlignment="Center" |
|
|
|
|
|
Background="Transparent" |
|
|
|
|
|
BorderBrush="#FF23CACA" |
|
|
|
|
|
CaretBrush="Aqua" |
|
|
|
|
|
FontFamily="楷体" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Foreground="#ff34f7f7" |
|
|
|
|
|
Text="{Binding BackwardSoupSootTime}" /> |
|
|
|
|
|
|
|
|
Width="100" |
|
|
|
|
|
Margin="10,0,0,0" |
|
|
|
|
|
VerticalAlignment="Center" |
|
|
|
|
|
Background="Transparent" |
|
|
|
|
|
BorderBrush="#FF23CACA" |
|
|
|
|
|
CaretBrush="Aqua" |
|
|
|
|
|
FontFamily="楷体" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Foreground="#ff34f7f7" |
|
|
|
|
|
Text="{Binding OpenUseNumber, UpdateSourceTrigger=PropertyChanged}" /> |
|
|
<TextBlock |
|
|
<TextBlock |
|
|
Margin="10,0,0,0" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Style="{StaticResource TextBlockStyle}" |
|
|
|
|
|
Text="(秒)" /> |
|
|
|
|
|
|
|
|
Margin="10,0,0,0" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Style="{StaticResource TextBlockStyle}" |
|
|
|
|
|
Text="(个)" /> |
|
|
</StackPanel> |
|
|
</StackPanel> |
|
|
<!--翻转后再次出汤时间设定--> |
|
|
|
|
|
<StackPanel Orientation="Horizontal"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 间隔时间设定 --> |
|
|
|
|
|
<StackPanel |
|
|
|
|
|
Margin="0,5" |
|
|
|
|
|
HorizontalAlignment="Right" |
|
|
|
|
|
Orientation="Horizontal"> |
|
|
<TextBlock |
|
|
<TextBlock |
|
|
Margin="10,0,0,0" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Style="{StaticResource TextBlockStyle}" |
|
|
|
|
|
Text="翻转后再次出汤时间设定:" /> |
|
|
|
|
|
|
|
|
Margin="10,0,0,0" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Style="{StaticResource TextBlockStyle}" |
|
|
|
|
|
Text="反转间隔时间设定:" /> |
|
|
<TextBox |
|
|
<TextBox |
|
|
Width="100" |
|
|
|
|
|
Margin="10,0,0,0" |
|
|
|
|
|
VerticalAlignment="Center" |
|
|
|
|
|
Background="Transparent" |
|
|
|
|
|
BorderBrush="#FF23CACA" |
|
|
|
|
|
CaretBrush="Aqua" |
|
|
|
|
|
FontFamily="楷体" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Foreground="#ff34f7f7" |
|
|
|
|
|
Text="{Binding BackwardedOutSoupTime}" /> |
|
|
|
|
|
|
|
|
Width="100" |
|
|
|
|
|
Margin="10,0,0,0" |
|
|
|
|
|
VerticalAlignment="Center" |
|
|
|
|
|
Background="Transparent" |
|
|
|
|
|
BorderBrush="#FF23CACA" |
|
|
|
|
|
CaretBrush="Aqua" |
|
|
|
|
|
FontFamily="楷体" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Foreground="#ff34f7f7" |
|
|
|
|
|
Text="{Binding IntervalTime, UpdateSourceTrigger=PropertyChanged}" /> |
|
|
<TextBlock |
|
|
<TextBlock |
|
|
Margin="10,0,0,0" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Style="{StaticResource TextBlockStyle}" |
|
|
|
|
|
Text="(秒)" /> |
|
|
|
|
|
|
|
|
Margin="10,0,0,0" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Style="{StaticResource TextBlockStyle}" |
|
|
|
|
|
Text="(秒)" /> |
|
|
</StackPanel> |
|
|
</StackPanel> |
|
|
<!--未反转抽汤情况下时间设定--> |
|
|
|
|
|
<StackPanel Orientation="Horizontal"> |
|
|
|
|
|
|
|
|
<!-- 反转抽汤时间设定 --> |
|
|
|
|
|
<StackPanel |
|
|
|
|
|
Margin="0,5" |
|
|
|
|
|
HorizontalAlignment="Right" |
|
|
|
|
|
Orientation="Horizontal"> |
|
|
<TextBlock |
|
|
<TextBlock |
|
|
Margin="10,0,0,0" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Style="{StaticResource TextBlockStyle}" |
|
|
|
|
|
Text="未反转抽汤情况下时间设定:" /> |
|
|
|
|
|
|
|
|
Margin="10,0,0,0" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Style="{StaticResource TextBlockStyle}" |
|
|
|
|
|
Text="反转抽汤时间设定:" /> |
|
|
<TextBox |
|
|
<TextBox |
|
|
Width="100" |
|
|
|
|
|
Margin="10,0,0,0" |
|
|
|
|
|
VerticalAlignment="Center" |
|
|
|
|
|
Background="Transparent" |
|
|
|
|
|
BorderBrush="#FF23CACA" |
|
|
|
|
|
CaretBrush="Aqua" |
|
|
|
|
|
FontFamily="楷体" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Foreground="#ff34f7f7" |
|
|
|
|
|
Text="{Binding UnBackwardSoupSootTime}" /> |
|
|
|
|
|
|
|
|
Width="100" |
|
|
|
|
|
Margin="10,0,0,0" |
|
|
|
|
|
VerticalAlignment="Center" |
|
|
|
|
|
Background="Transparent" |
|
|
|
|
|
BorderBrush="#FF23CACA" |
|
|
|
|
|
CaretBrush="Aqua" |
|
|
|
|
|
FontFamily="楷体" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Foreground="#ff34f7f7" |
|
|
|
|
|
Text="{Binding BackwardSoupSootTime, UpdateSourceTrigger=PropertyChanged}" /> |
|
|
|
|
|
<TextBlock |
|
|
|
|
|
Margin="10,0,0,0" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Style="{StaticResource TextBlockStyle}" |
|
|
|
|
|
Text="(秒)" /> |
|
|
|
|
|
</StackPanel> |
|
|
|
|
|
<!-- 反转后再次出汤时间设定 --> |
|
|
|
|
|
<StackPanel |
|
|
|
|
|
Margin="0,5" |
|
|
|
|
|
HorizontalAlignment="Right" |
|
|
|
|
|
Orientation="Horizontal"> |
|
|
|
|
|
<TextBlock |
|
|
|
|
|
Margin="10,0,0,0" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Style="{StaticResource TextBlockStyle}" |
|
|
|
|
|
Text="反转后再次出汤时间设定:" /> |
|
|
|
|
|
<TextBox |
|
|
|
|
|
Width="100" |
|
|
|
|
|
Margin="10,0,0,0" |
|
|
|
|
|
VerticalAlignment="Center" |
|
|
|
|
|
Background="Transparent" |
|
|
|
|
|
BorderBrush="#FF23CACA" |
|
|
|
|
|
CaretBrush="Aqua" |
|
|
|
|
|
FontFamily="楷体" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Foreground="#ff34f7f7" |
|
|
|
|
|
Text="{Binding BackwardedOutSoupTime, UpdateSourceTrigger=PropertyChanged}" /> |
|
|
|
|
|
<TextBlock |
|
|
|
|
|
Margin="10,0,0,0" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Style="{StaticResource TextBlockStyle}" |
|
|
|
|
|
Text="(秒)" /> |
|
|
|
|
|
</StackPanel> |
|
|
|
|
|
<!-- 未反转抽汤情况下时间设定 --> |
|
|
|
|
|
<StackPanel |
|
|
|
|
|
Margin="0,5" |
|
|
|
|
|
HorizontalAlignment="Right" |
|
|
|
|
|
Orientation="Horizontal"> |
|
|
|
|
|
<TextBlock |
|
|
|
|
|
Margin="10,0,0,0" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Style="{StaticResource TextBlockStyle}" |
|
|
|
|
|
Text="未反转抽汤情况下时间设定:" /> |
|
|
|
|
|
<TextBox |
|
|
|
|
|
Width="100" |
|
|
|
|
|
Margin="10,0,0,0" |
|
|
|
|
|
VerticalAlignment="Center" |
|
|
|
|
|
Background="Transparent" |
|
|
|
|
|
BorderBrush="#FF23CACA" |
|
|
|
|
|
CaretBrush="Aqua" |
|
|
|
|
|
FontFamily="楷体" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Foreground="#ff34f7f7" |
|
|
|
|
|
Text="{Binding UnBackwardSoupSootTime, UpdateSourceTrigger=PropertyChanged}" /> |
|
|
<TextBlock |
|
|
<TextBlock |
|
|
Margin="10,0,0,0" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Style="{StaticResource TextBlockStyle}" |
|
|
|
|
|
Text="(秒)" /> |
|
|
|
|
|
|
|
|
Margin="10,0,0,0" |
|
|
|
|
|
FontSize="21" |
|
|
|
|
|
Style="{StaticResource TextBlockStyle}" |
|
|
|
|
|
Text="(秒)" /> |
|
|
</StackPanel> |
|
|
</StackPanel> |
|
|
</WrapPanel> |
|
|
|
|
|
<!--抽汤调试按钮--> |
|
|
|
|
|
|
|
|
</StackPanel> |
|
|
|
|
|
<!-- 抽汤调试按钮 --> |
|
|
<StackPanel Grid.Row="3" Orientation="Horizontal"> |
|
|
<StackPanel Grid.Row="3" Orientation="Horizontal"> |
|
|
<Button |
|
|
<Button |
|
|
|
|
|
Width="100" |
|
|
Margin="5" |
|
|
Margin="5" |
|
|
HorizontalAlignment="Center" |
|
|
HorizontalAlignment="Center" |
|
|
VerticalAlignment="Center" |
|
|
VerticalAlignment="Center" |
|
@@ -437,6 +456,7 @@ |
|
|
Foreground="Aqua" |
|
|
Foreground="Aqua" |
|
|
Style="{StaticResource ButtonStyle}" /> |
|
|
Style="{StaticResource ButtonStyle}" /> |
|
|
<Button |
|
|
<Button |
|
|
|
|
|
Width="100" |
|
|
Margin="5" |
|
|
Margin="5" |
|
|
HorizontalAlignment="Center" |
|
|
HorizontalAlignment="Center" |
|
|
VerticalAlignment="Center" |
|
|
VerticalAlignment="Center" |
|
@@ -445,6 +465,7 @@ |
|
|
Foreground="Aqua" |
|
|
Foreground="Aqua" |
|
|
Style="{StaticResource ButtonStyle}" /> |
|
|
Style="{StaticResource ButtonStyle}" /> |
|
|
<Button |
|
|
<Button |
|
|
|
|
|
Width="100" |
|
|
Margin="5" |
|
|
Margin="5" |
|
|
HorizontalAlignment="Center" |
|
|
HorizontalAlignment="Center" |
|
|
VerticalAlignment="Center" |
|
|
VerticalAlignment="Center" |
|
@@ -452,6 +473,15 @@ |
|
|
Content="抽汤停止" |
|
|
Content="抽汤停止" |
|
|
Foreground="Aqua" |
|
|
Foreground="Aqua" |
|
|
Style="{StaticResource ButtonStyle}" /> |
|
|
Style="{StaticResource ButtonStyle}" /> |
|
|
|
|
|
<Button |
|
|
|
|
|
Width="100" |
|
|
|
|
|
Margin="5" |
|
|
|
|
|
HorizontalAlignment="Center" |
|
|
|
|
|
VerticalAlignment="Center" |
|
|
|
|
|
Command="{Binding CommandStart}" |
|
|
|
|
|
Content="清洗启动" |
|
|
|
|
|
Foreground="Aqua" |
|
|
|
|
|
Style="{StaticResource ButtonStyle}" /> |
|
|
</StackPanel> |
|
|
</StackPanel> |
|
|
</Grid> |
|
|
</Grid> |
|
|
|
|
|
|
|
|