|
@@ -292,9 +292,9 @@
|
|
|
</local:Foup.RenderTransform>
|
|
|
</local:Foup>
|
|
|
|
|
|
- <TextBlock Text="LP1" Canvas.Left="460" Canvas.Top="920" FontSize="55"/>
|
|
|
- <TextBlock Text="LP2" Canvas.Left="860" Canvas.Top="920" FontSize="55"/>
|
|
|
- <TextBlock Text="LP3" Canvas.Left="1260" Canvas.Top="920" FontSize="55"/>
|
|
|
+ <TextBox IsReadOnly="True" Text="LP1" Canvas.Left="370" Canvas.Top="910" FontSize="55" Width="280" Height="200" Background="#B1D2F2" HorizontalContentAlignment="Center"/>
|
|
|
+ <TextBox IsReadOnly="True" Text="LP2" Canvas.Left="760" Canvas.Top="910" FontSize="55" Width="280" Height="200" Background="#B1D2F2" HorizontalContentAlignment="Center"/>
|
|
|
+ <TextBox IsReadOnly="True" Text="LP3" Canvas.Left="1160" Canvas.Top="910" FontSize="55" Width="280" Height="200" Background="#B1D2F2" HorizontalContentAlignment="Center"/>
|
|
|
</Canvas>
|
|
|
|
|
|
</Border>
|