|
|
@ -8,34 +8,34 @@ |
|
|
<VerticalStackLayout> |
|
|
<VerticalStackLayout> |
|
|
<HorizontalStackLayout> |
|
|
<HorizontalStackLayout> |
|
|
<Label Text="工单: " FontAttributes="Bold" FontSize="22" TextColor="Black"/> |
|
|
<Label Text="工单: " FontAttributes="Bold" FontSize="22" TextColor="Black"/> |
|
|
<Label Text="{Binding Dyelot}" FontAttributes="Bold" FontSize="22" TextColor="Gray"/> |
|
|
<Label x:Name="_Dyelot" FontAttributes="Bold" FontSize="22" TextColor="Gray"/> |
|
|
<Label Text="@" FontAttributes="Bold" FontSize="22" TextColor="Black"/> |
|
|
<Label Text="@" FontAttributes="Bold" FontSize="22" TextColor="Black"/> |
|
|
<Label Text="{Binding ReDye}" FontAttributes="Bold" FontSize="22" TextColor="Gray"/> |
|
|
<Label x:Name="_ReDye" FontAttributes="Bold" FontSize="22" TextColor="Gray"/> |
|
|
</HorizontalStackLayout> |
|
|
</HorizontalStackLayout> |
|
|
<HorizontalStackLayout> |
|
|
<HorizontalStackLayout> |
|
|
<Label Text="机台: " FontAttributes="Bold" FontSize="22" TextColor="Black"/> |
|
|
<Label Text="机台: " FontAttributes="Bold" FontSize="22" TextColor="Black"/> |
|
|
<Label Text="{Binding Machine}" FontAttributes="Bold" FontSize="22" TextColor="Gray"/> |
|
|
<Label x:Name="_Machine" FontAttributes="Bold" FontSize="22" TextColor="Gray"/> |
|
|
</HorizontalStackLayout> |
|
|
</HorizontalStackLayout> |
|
|
<HorizontalStackLayout> |
|
|
<HorizontalStackLayout> |
|
|
<Label Text="下单时间: " FontAttributes="Bold" FontSize="22" TextColor="Black"/> |
|
|
<Label Text="下单时间: " FontAttributes="Bold" FontSize="22" TextColor="Black"/> |
|
|
<Label Text="{Binding CreationTime}" FontAttributes="Bold" FontSize="22" TextColor="Gray"/> |
|
|
<Label x:Name="_CreationTime" FontAttributes="Bold" FontSize="22" TextColor="Gray"/> |
|
|
</HorizontalStackLayout> |
|
|
</HorizontalStackLayout> |
|
|
<HorizontalStackLayout> |
|
|
<HorizontalStackLayout> |
|
|
<Label Text="工艺: " FontAttributes="Bold" FontSize="22" TextColor="Black"/> |
|
|
<Label Text="工艺: " FontAttributes="Bold" FontSize="22" TextColor="Black"/> |
|
|
<Label Text="{Binding FabricName}" FontAttributes="Bold" FontSize="22" TextColor="Gray"/> |
|
|
<Label x:Name="_FabricName1" FontAttributes="Bold" FontSize="22" TextColor="Gray"/> |
|
|
</HorizontalStackLayout> |
|
|
</HorizontalStackLayout> |
|
|
<HorizontalStackLayout> |
|
|
<HorizontalStackLayout> |
|
|
<Label Text="面料: " FontAttributes="Bold" FontSize="22" TextColor="Black"/> |
|
|
<Label Text="面料: " FontAttributes="Bold" FontSize="22" TextColor="Black"/> |
|
|
<Label Text="{Binding FabricName}" FontAttributes="Bold" FontSize="22" TextColor="Gray"/> |
|
|
<Label x:Name="_FabricName" FontAttributes="Bold" FontSize="22" TextColor="Gray"/> |
|
|
</HorizontalStackLayout> |
|
|
</HorizontalStackLayout> |
|
|
<HorizontalStackLayout> |
|
|
<HorizontalStackLayout> |
|
|
<Label Text="客户: " FontAttributes="Bold" FontSize="22" TextColor="Black"/> |
|
|
<Label Text="客户: " FontAttributes="Bold" FontSize="22" TextColor="Black"/> |
|
|
<Label Text="{Binding CustomerName}" FontAttributes="Bold" FontSize="22" TextColor="Gray"/> |
|
|
<Label x:Name="_CustomerName" FontAttributes="Bold" FontSize="22" TextColor="Gray"/> |
|
|
</HorizontalStackLayout> |
|
|
</HorizontalStackLayout> |
|
|
<HorizontalStackLayout> |
|
|
<HorizontalStackLayout> |
|
|
<Label Text="颜色: " FontAttributes="Bold" FontSize="22" TextColor="Black"/> |
|
|
<Label Text="颜色: " FontAttributes="Bold" FontSize="22" TextColor="Black"/> |
|
|
<Label FontSize="22" BackgroundColor="Black"/> |
|
|
<Label FontSize="22" BackgroundColor="Black"/> |
|
|
<Label Text="{Binding ColorName}" FontAttributes="Bold" FontSize="22" TextColor="Gray"/> |
|
|
<Label x:Name="_ColorName" FontAttributes="Bold" FontSize="22" TextColor="Gray"/> |
|
|
</HorizontalStackLayout> |
|
|
</HorizontalStackLayout> |
|
|
<BoxView HeightRequest="25" Color="#E0E0E0" Margin="0,0" /> |
|
|
<BoxView HeightRequest="25" Color="#E0E0E0" Margin="0,0" /> |
|
|
</VerticalStackLayout> |
|
|
</VerticalStackLayout> |
|
|
|