|
|
@ -62,6 +62,27 @@ |
|
|
|
<TextBox HorizontalAlignment="Left" Height="30" Margin="140,530,10,0" x:Name="TEXTUSER" VerticalAlignment="Top" Width="270" |
|
|
|
FontSize="15" BorderBrush="#FF673AB7" /> |
|
|
|
|
|
|
|
<TextBlock HorizontalAlignment="Right" Height="40" Margin="10,80,480,0" TextWrapping="Wrap" Text="{x:Static lang:Resources.Pump}" |
|
|
|
VerticalAlignment="Top" Width="120" FontSize="25"/> |
|
|
|
<TextBox HorizontalAlignment="Right" Height="30" Margin="140,80,380,0" x:Name="PumpSpeed" VerticalAlignment="Top" Width="100" |
|
|
|
FontSize="15" BorderBrush="#FF673AB7" /> |
|
|
|
<TextBlock HorizontalAlignment="Right" Height="40" Margin="240,80,150,0" TextWrapping="Wrap" Text="{x:Static lang:Resources.Blower}" |
|
|
|
VerticalAlignment="Top" Width="120" FontSize="25"/> |
|
|
|
<TextBox HorizontalAlignment="Right" Height="30" Margin="360,80,50,0" x:Name="Blower" VerticalAlignment="Top" Width="100" |
|
|
|
FontSize="15" BorderBrush="#FF673AB7" /> |
|
|
|
<TextBlock HorizontalAlignment="Right" Height="40" Margin="10,130,480,0" TextWrapping="Wrap" Text="{x:Static lang:Resources.Swing}" |
|
|
|
VerticalAlignment="Top" Width="120" FontSize="25"/> |
|
|
|
<TextBox HorizontalAlignment="Right" Height="30" Margin="140,130,380,0" x:Name="Swing" VerticalAlignment="Top" Width="100" |
|
|
|
FontSize="15" BorderBrush="#FF673AB7" /> |
|
|
|
<TextBlock HorizontalAlignment="Right" Height="40" Margin="240,130,150,0" TextWrapping="Wrap" Text="{x:Static lang:Resources.ClothWheel}" |
|
|
|
VerticalAlignment="Top" Width="120" FontSize="25"/> |
|
|
|
<TextBox HorizontalAlignment="Right" Height="30" Margin="360,130,50,0" x:Name="ClothWheel" VerticalAlignment="Top" Width="100" |
|
|
|
FontSize="15" BorderBrush="#FF673AB7" /> |
|
|
|
<TextBlock HorizontalAlignment="Right" Height="40" Margin="10,180,480,0" TextWrapping="Wrap" Text="{x:Static lang:Resources.Nozzle}" |
|
|
|
VerticalAlignment="Top" Width="120" FontSize="25"/> |
|
|
|
<TextBox HorizontalAlignment="Right" Height="30" Margin="140,180,380,0" x:Name="Nozzle" VerticalAlignment="Top" Width="100" |
|
|
|
FontSize="15" BorderBrush="#FF673AB7" /> |
|
|
|
|
|
|
|
<ComboBox HorizontalAlignment="Right" Height="30" Margin="150,30,50,0" x:Name="comboBoxProgram" VerticalAlignment="Top" Width="470" |
|
|
|
FontSize="15" IsEditable="True" BorderBrush="#FF673AB7" DropDownClosed="comboBoxProgram_DropDownClosed" |
|
|
|
TextBoxBase.TextChanged="comboBoxProgram_TextChanged"/> |
|
|
@ -72,7 +93,7 @@ |
|
|
|
GridLinesVisibility="All" ColumnHeaderHeight="40" MouseDoubleClick="Grid_data_MouseDoubleClick" |
|
|
|
Grid.ColumnSpan="2" CanUserResizeRows="False" AutoGenerateColumns="False" MinColumnWidth="30" |
|
|
|
CanUserAddRows="False" CanUserDeleteRows="False" HeadersVisibility ="Column" SelectionMode="Single" |
|
|
|
Margin="0,100,10,60" Width="600" HorizontalAlignment="Right" BorderBrush="#FFC9C9C9" FontSize="16" BorderThickness="5,5,5,5" > |
|
|
|
Margin="0,250,10,60" Width="600" HorizontalAlignment="Right" BorderBrush="#FFC9C9C9" FontSize="16" BorderThickness="5,5,5,5" > |
|
|
|
<DataGrid.RowStyle > |
|
|
|
<Style TargetType="{x:Type DataGridRow}"> |
|
|
|
<Setter Property="Height" Value="100" /> |
|
|
@ -122,11 +143,11 @@ |
|
|
|
</DataGridTextColumn.ElementStyle> |
|
|
|
</DataGridTextColumn> |
|
|
|
<DataGridTextColumn Header="{x:Static lang:Resources.Code}" Width="0" MinWidth="0" |
|
|
|
MaxWidth="0" Binding="{Binding StepID}" IsReadOnly="True"/> |
|
|
|
MaxWidth="0" Binding="{Binding StepID}" IsReadOnly="True"/> |
|
|
|
<DataGridTextColumn Header="{x:Static lang:Resources.Directives}" Width="0" MinWidth="0" |
|
|
|
MaxWidth="0" Binding="{Binding StepName}" IsReadOnly="True"/> |
|
|
|
<DataGridTextColumn Header="{x:Static lang:Resources.ParameterSet}" Width="0" MinWidth="0" |
|
|
|
MaxWidth="0" Binding="{Binding ParameterName}" IsReadOnly="True"/> |
|
|
|
MaxWidth="0" Binding="{Binding ParameterName}" IsReadOnly="True"/> |
|
|
|
<DataGridTextColumn Binding="{Binding Parameter1}" Width="0" MinWidth="0" MaxWidth="0"/> |
|
|
|
<DataGridTextColumn Binding="{Binding Parameter2}" Width="0" MinWidth="0" MaxWidth="0"/> |
|
|
|
<DataGridTextColumn Binding="{Binding Parameter3}" Width="0" MinWidth="0" MaxWidth="0"/> |
|
|
@ -190,7 +211,7 @@ MaxWidth="0" Binding="{Binding ParameterName}" IsReadOnly="True"/> |
|
|
|
<materialDesign:PackIcon Kind="ArrowRight" Foreground="#FF00204E" HorizontalAlignment="Center" VerticalAlignment="Center" Width="50" Height="35" /> |
|
|
|
</Button> |
|
|
|
|
|
|
|
<Grid Background="White" Margin="10,500,300,60" HorizontalAlignment="Left" VerticalAlignment="Bottom" Height="250" Width="400"> |
|
|
|
<Grid Background="White" Margin="10,500,300,45" HorizontalAlignment="Left" VerticalAlignment="Bottom" Height="250" Width="400"> |
|
|
|
<ContentControl x:Name="Picture"/> |
|
|
|
</Grid> |
|
|
|
</Grid> |
|
|
|