|
|
@ -95,37 +95,57 @@
|
|
|
|
<ColumnDefinition Width="*"/>
|
|
|
|
<ColumnDefinition Width="*"/>
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
<Grid Grid.Column="0">
|
|
|
|
<Grid Grid.Column="0">
|
|
|
|
|
|
|
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
<RowDefinition/>
|
|
|
|
<RowDefinition/>
|
|
|
|
<RowDefinition/>
|
|
|
|
<RowDefinition/>
|
|
|
|
<RowDefinition Height="2*"/>
|
|
|
|
<RowDefinition Height="2*"/>
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
<StackPanel Grid.Row="0" Grid.Column="0" Orientation="Horizontal" VerticalAlignment="Center" Margin="100 0 0 0 ">
|
|
|
|
<Grid Grid.Row="0">
|
|
|
|
<Label Content="MES条码 " FontSize="20" Foreground="#FFFFFF"/>
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
<TextBox TextWrapping="Wrap" Text="{Binding Code1}" Width="300" FontSize="20" Foreground="#FFFFFF"/>
|
|
|
|
<ColumnDefinition Width="*"/>
|
|
|
|
<Label Content="扫描时间 " FontSize="20" Foreground="#FFFFFF"/>
|
|
|
|
<ColumnDefinition Width="7*"/>
|
|
|
|
<TextBox TextWrapping="Wrap" Text="{Binding Code1Time}" Width="250" FontSize="20" Foreground="#FFFFFF"/>
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
<!--<Label Content="订单号 " FontSize="20" Foreground="#FFFFFF"/>
|
|
|
|
<StackPanel Grid.Column="1" Orientation="Horizontal" VerticalAlignment="Center" Margin="100 0 0 0 ">
|
|
|
|
|
|
|
|
<Label Content="MES条码 " FontSize="20" Foreground="#FFFFFF"/>
|
|
|
|
|
|
|
|
<TextBox TextWrapping="Wrap" Text="{Binding Code1}" Width="300" FontSize="20" Foreground="#FFFFFF"/>
|
|
|
|
|
|
|
|
<Label Content="扫描时间 " FontSize="20" Foreground="#FFFFFF"/>
|
|
|
|
|
|
|
|
<TextBox TextWrapping="Wrap" Text="{Binding Code1Time}" Width="250" FontSize="20" Foreground="#FFFFFF"/>
|
|
|
|
|
|
|
|
<!--<Label Content="订单号 " FontSize="20" Foreground="#FFFFFF"/>
|
|
|
|
<TextBox TextWrapping="Wrap" Width="300" FontSize="20" Foreground="#FFFFFF"/>-->
|
|
|
|
<TextBox TextWrapping="Wrap" Width="300" FontSize="20" Foreground="#FFFFFF"/>-->
|
|
|
|
</StackPanel>
|
|
|
|
</StackPanel>
|
|
|
|
<StackPanel Grid.Row="1" Grid.Column="0" Orientation="Horizontal" VerticalAlignment="Center" Margin="100 0 0 0 ">
|
|
|
|
</Grid>
|
|
|
|
<Label Content="成品条码 " FontSize="20" Foreground="#FFFFFF"/>
|
|
|
|
<Grid Grid.Row="1">
|
|
|
|
<TextBox TextWrapping="Wrap" Text="{Binding Code2}" Width="300" FontSize="20" Foreground="#FFFFFF"/>
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
<Label Content="扫描时间 " FontSize="20" Foreground="#FFFFFF"/>
|
|
|
|
<ColumnDefinition Width="*"/>
|
|
|
|
<TextBox TextWrapping="Wrap" Text="{Binding Code2Time}" Width="250" FontSize="20" Foreground="#FFFFFF"/>
|
|
|
|
<ColumnDefinition Width="7*"/>
|
|
|
|
<!--<Label Content="型号 " FontSize="20" Foreground="#FFFFFF"/>
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
|
|
|
<StackPanel Grid.Column="1" Orientation="Horizontal" VerticalAlignment="Center" Margin="100 0 0 0 ">
|
|
|
|
|
|
|
|
<Label Content="成品条码 " FontSize="20" Foreground="#FFFFFF"/>
|
|
|
|
|
|
|
|
<TextBox TextWrapping="Wrap" Text="{Binding Code2}" Width="300" FontSize="20" Foreground="#FFFFFF"/>
|
|
|
|
|
|
|
|
<Label Content="扫描时间 " FontSize="20" Foreground="#FFFFFF"/>
|
|
|
|
|
|
|
|
<TextBox TextWrapping="Wrap" Text="{Binding Code2Time}" Width="250" FontSize="20" Foreground="#FFFFFF"/>
|
|
|
|
|
|
|
|
<!--<Label Content="型号 " FontSize="20" Foreground="#FFFFFF"/>
|
|
|
|
<TextBox TextWrapping="Wrap" Width="300" FontSize="20" Foreground="#FFFFFF"/>-->
|
|
|
|
<TextBox TextWrapping="Wrap" Width="300" FontSize="20" Foreground="#FFFFFF"/>-->
|
|
|
|
</StackPanel>
|
|
|
|
</StackPanel>
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Grid Grid.Row="2" >
|
|
|
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
|
|
|
<ColumnDefinition Width="*"/>
|
|
|
|
|
|
|
|
<ColumnDefinition Width="7*"/>
|
|
|
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Button Grid.Column="0" Margin="15 120 0 0" Width="100" Height="40" FontSize="20" Cursor="Hand" Content="放 行" Background="#FF9900" BorderBrush="#FF9900" Click="Button_Click" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<StackPanel Grid.Column="1" Orientation="Horizontal" VerticalAlignment="Center" Margin="100 0 0 0 ">
|
|
|
|
|
|
|
|
<Label Content="提示信息 " FontSize="20" Foreground="#FFFFFF"/>
|
|
|
|
|
|
|
|
|
|
|
|
<StackPanel Grid.Row="2" Grid.Column="0" Orientation="Horizontal" VerticalAlignment="Center" Margin="100 0 0 0 ">
|
|
|
|
<TextBox TextWrapping="Wrap" IsReadOnly="True" Text="{Binding BindingInfo}" Width="600" Height="200" FontSize="18" Foreground="#FFFFFF"/>
|
|
|
|
<Label Content="提示信息 " FontSize="20" Foreground="#FFFFFF"/>
|
|
|
|
</StackPanel>
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|
<TextBox TextWrapping="Wrap" Text="{Binding BindingInfo}" Width="600" Height="200" FontSize="18" Foreground="#FFFFFF"/>
|
|
|
|
|
|
|
|
</StackPanel>
|
|
|
|
|
|
|
|
<Button Margin="10,51,420,80" Width="80" Grid.Row="2" Cursor="Hand" Content="放 行" Background="#FF9900" BorderBrush="#FF9900" Click="Button_Click">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Button>
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
<Grid Grid.Column="1">
|
|
|
|
<Grid Grid.Column="1">
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|