|
@@ -153,11 +153,11 @@
|
|
|
<ColumnDefinition Width="75" />
|
|
|
<ColumnDefinition Width="150" />
|
|
|
</Grid.ColumnDefinitions>
|
|
|
- <Rectangle Grid.Row="0" Grid.Column="0" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
|
|
|
+ <!--<Rectangle Grid.Row="0" Grid.Column="0" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
|
|
|
<TextBlock Grid.Row="0" Grid.Column="0" FontSize="13" Margin="3,0,0,0" VerticalAlignment="Center" Text="Carrier ID:" Foreground="White" />
|
|
|
|
|
|
<Rectangle Grid.Row="0" Grid.Column="1" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
|
|
|
- <deviceControl:AITBarcodeTextBox Grid.Row="0" Grid.Column="1" FontSize="12" Foreground="White" BarcodeText="{Binding LP1CarrierIDText, Mode=TwoWay}" BarcodeInputChangedCommand="{Binding LP1CarrierIDChangedCommand}" MaxScanCount="1" />
|
|
|
+ <deviceControl:AITBarcodeTextBox Grid.Row="0" Grid.Column="1" FontSize="12" Foreground="White" BarcodeText="{Binding LP1CarrierIDText, Mode=TwoWay}" BarcodeInputChangedCommand="{Binding LP1CarrierIDChangedCommand}" MaxScanCount="1" />-->
|
|
|
|
|
|
</Grid>
|
|
|
|
|
@@ -169,11 +169,11 @@
|
|
|
<ColumnDefinition Width="75" />
|
|
|
<ColumnDefinition Width="150" />
|
|
|
</Grid.ColumnDefinitions>
|
|
|
- <Rectangle Grid.Row="0" Grid.Column="0" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
|
|
|
+ <!--<Rectangle Grid.Row="0" Grid.Column="0" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
|
|
|
<TextBlock Grid.Row="0" Grid.Column="0" FontSize="13" Margin="3,0,0,0" VerticalAlignment="Center" Text="Carrier ID:" Foreground="White" />
|
|
|
|
|
|
<Rectangle Grid.Row="0" Grid.Column="1" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
|
|
|
- <deviceControl:AITBarcodeTextBox Grid.Row="0" Grid.Column="1" FontSize="12" Foreground="White" BarcodeText="{Binding LP2CarrierIDText, Mode=TwoWay}" BarcodeInputChangedCommand="{Binding LP2CarrierIDChangedCommand}" MaxScanCount="1" />
|
|
|
+ <deviceControl:AITBarcodeTextBox Grid.Row="0" Grid.Column="1" FontSize="12" Foreground="White" BarcodeText="{Binding LP2CarrierIDText, Mode=TwoWay}" BarcodeInputChangedCommand="{Binding LP2CarrierIDChangedCommand}" MaxScanCount="1" />-->
|
|
|
|
|
|
</Grid>
|
|
|
|