|
|
|
@ -30,12 +30,12 @@
|
|
|
|
|
|
|
|
|
|
<Border Grid.Column="1" Background="Transparent" CornerRadius="3" Margin="10,10">
|
|
|
|
|
<StackPanel Orientation="Vertical" VerticalAlignment="Top" HorizontalAlignment="Left" Margin="0,10,0,0">
|
|
|
|
|
<Border Background="#1052AE" CornerRadius="5,5,5,0" Width="400" Height="40">
|
|
|
|
|
<TextBlock Text="{Binding ProductInfo.productSeries}" Foreground="White" FontSize="20" HorizontalAlignment="Left" VerticalAlignment="Center" Margin="10,0,0,0"/>
|
|
|
|
|
<Border Background="#1052AE" CornerRadius="5,5,5,0" Width="500" Height="40">
|
|
|
|
|
<TextBlock Text="{Binding ProductInfo.productSeries}" Foreground="White" FontSize="16" HorizontalAlignment="Left" VerticalAlignment="Center" Margin="10,0,0,0"/>
|
|
|
|
|
</Border>
|
|
|
|
|
<TextBlock Text="{Binding ProductInfo.productName}" Foreground="Black" FontSize="24" Margin="0,20"/>
|
|
|
|
|
<TextBlock Text="{Binding ProductInfo.productName}" Foreground="Black" FontSize="18" Margin="0,20,0,0"/>
|
|
|
|
|
|
|
|
|
|
<Border Background="Transparent" CornerRadius="5" Width="150" Height="40" HorizontalAlignment="Left" VerticalAlignment="Center" Margin="0,30,0,0">
|
|
|
|
|
<Border Background="Transparent" CornerRadius="5" Width="150" Height="40" HorizontalAlignment="Left" VerticalAlignment="Center" Margin="0,10,0,0">
|
|
|
|
|
<Image Source="/Templates/image/certification.jpg" Stretch="Uniform"/>
|
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
|
@ -51,18 +51,18 @@
|
|
|
|
|
<ColumnDefinition Width="3*"/>
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
|
|
|
|
|
<StackPanel Grid.Column="0" Width="600" Orientation="Vertical" VerticalAlignment="Center" HorizontalAlignment="Left" Margin="10,10,0,0">
|
|
|
|
|
<Border Background="#E6EDF6" CornerRadius="18" Height="40" Margin="0,10">
|
|
|
|
|
<StackPanel Grid.Column="0" Width="600" Orientation="Vertical" VerticalAlignment="Center" HorizontalAlignment="Left" Margin="10,0,0,0">
|
|
|
|
|
<Border Background="#E6EDF6" CornerRadius="18" Height="35" Margin="0,5">
|
|
|
|
|
<StackPanel Orientation="Horizontal" HorizontalAlignment="Left">
|
|
|
|
|
<TextBlock FontFamily="/Templates/fonts/font_5w2octy6l1q/#iconfont" Text="" Foreground="#1550B7" FontSize="22" VerticalAlignment="Center" Margin="5,0,0,0"/>
|
|
|
|
|
<TextBlock Text="{Binding ProductFeature[0].productFeature}" Width="500" Foreground="#1550B7" FontSize="20" HorizontalAlignment="Left" VerticalAlignment="Center" />
|
|
|
|
|
<TextBlock FontFamily="/Templates/fonts/font_5w2octy6l1q/#iconfont" Text="" Foreground="#1550B7" FontSize="16" VerticalAlignment="Center" Margin="5,0,0,0"/>
|
|
|
|
|
<TextBlock Text="{Binding ProductFeature[0].productFeature}" Width="500" Foreground="#1550B7" FontSize="16" HorizontalAlignment="Left" VerticalAlignment="Center" />
|
|
|
|
|
</StackPanel>
|
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
|
|
<Border Background="#E6EDF6" CornerRadius="18" Height="40" Margin="0,10">
|
|
|
|
|
<Border Background="#E6EDF6" CornerRadius="18" Height="35" Margin="0,5">
|
|
|
|
|
<StackPanel Orientation="Horizontal" HorizontalAlignment="Left">
|
|
|
|
|
<TextBlock FontFamily="/Templates/fonts/font_5w2octy6l1q/#iconfont" Text="" Foreground="#1550B7" FontSize="22" VerticalAlignment="Center" Margin="5,0,0,0"/>
|
|
|
|
|
<TextBlock Text="{Binding ProductFeature[1].productFeature}" Width="500" Foreground="#1550B7" FontSize="20" HorizontalAlignment="Left" VerticalAlignment="Center" />
|
|
|
|
|
<TextBlock FontFamily="/Templates/fonts/font_5w2octy6l1q/#iconfont" Text="" Foreground="#1550B7" FontSize="16" VerticalAlignment="Center" Margin="5,0,0,0"/>
|
|
|
|
|
<TextBlock Text="{Binding ProductFeature[1].productFeature}" Width="500" Foreground="#1550B7" FontSize="16" HorizontalAlignment="Left" VerticalAlignment="Center" />
|
|
|
|
|
</StackPanel>
|
|
|
|
|
</Border>
|
|
|
|
|
</StackPanel>
|
|
|
|
@ -92,9 +92,9 @@
|
|
|
|
|
<GradientStop Color="#FFFFFF" Offset="1.0"/>
|
|
|
|
|
</LinearGradientBrush>
|
|
|
|
|
</Border.Background>
|
|
|
|
|
<TextBlock Text="{Binding ProductDescribe[0].describeTitle}" Width="300" Foreground="#1550B7" FontSize="20" HorizontalAlignment="Left" VerticalAlignment="Center" Margin="20,0,0,0"/>
|
|
|
|
|
<TextBlock Text="{Binding ProductDescribe[0].describeTitle}" Width="300" Foreground="#1550B7" FontSize="16" HorizontalAlignment="Left" VerticalAlignment="Center" Margin="20,0,0,0"/>
|
|
|
|
|
</Border>
|
|
|
|
|
<TextBlock Grid.Row="1" Text="{Binding ProductDescribe[0].describeContent}" TextWrapping="Wrap" FontSize="18" Margin="0,10,0,0"/>
|
|
|
|
|
<TextBlock Grid.Row="1" Text="{Binding ProductDescribe[0].describeContent}" TextWrapping="Wrap" FontSize="15" Margin="0,2,0,0"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
|
@ -111,9 +111,9 @@
|
|
|
|
|
<GradientStop Color="#FFFFFF" Offset="1.0"/>
|
|
|
|
|
</LinearGradientBrush>
|
|
|
|
|
</Border.Background>
|
|
|
|
|
<TextBlock Text="{Binding ProductDescribe[1].describeTitle}" Width="300" Foreground="#1550B7" FontSize="20" HorizontalAlignment="Left" VerticalAlignment="Center" Margin="20,0,0,0"/>
|
|
|
|
|
<TextBlock Text="{Binding ProductDescribe[1].describeTitle}" Width="300" Foreground="#1550B7" FontSize="16" HorizontalAlignment="Left" VerticalAlignment="Center" Margin="20,0,0,0"/>
|
|
|
|
|
</Border>
|
|
|
|
|
<TextBlock Grid.Row="1" Text="{Binding ProductDescribe[1].describeContent}" TextWrapping="Wrap" FontSize="18" Margin="0,10,0,0"/>
|
|
|
|
|
<TextBlock Grid.Row="1" Text="{Binding ProductDescribe[1].describeContent}" TextWrapping="Wrap" FontSize="15" Margin="0,2,0,0"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
|
@ -130,9 +130,9 @@
|
|
|
|
|
<GradientStop Color="#FFFFFF" Offset="1.0"/>
|
|
|
|
|
</LinearGradientBrush>
|
|
|
|
|
</Border.Background>
|
|
|
|
|
<TextBlock Text="{Binding ProductDescribe[2].describeTitle}" Width="300" Foreground="#1550B7" FontSize="20" HorizontalAlignment="Left" VerticalAlignment="Center" Margin="20,0,0,0"/>
|
|
|
|
|
<TextBlock Text="{Binding ProductDescribe[2].describeTitle}" Width="300" Foreground="#1550B7" FontSize="16" HorizontalAlignment="Left" VerticalAlignment="Center" Margin="20,0,0,0"/>
|
|
|
|
|
</Border>
|
|
|
|
|
<TextBlock Grid.Row="1" Text="{Binding ProductDescribe[2].describeContent}" TextWrapping="Wrap" FontSize="18" Margin="0,10,0,0"/>
|
|
|
|
|
<TextBlock Grid.Row="1" Text="{Binding ProductDescribe[2].describeContent}" TextWrapping="Wrap" FontSize="15" Margin="0,2,0,0"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
</Border>
|
|
|
|
|
</Grid>
|
|
|
|
@ -149,11 +149,29 @@
|
|
|
|
|
<RowDefinition Height="6*"/>
|
|
|
|
|
<RowDefinition Height="4*"/>
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
|
|
|
|
|
<Border Grid.Row="0" Background="White" BorderBrush="White" BorderThickness="2" CornerRadius="3" Margin="10,10">
|
|
|
|
|
<Image Source="{Binding ProductInfo.analyzeImage}" Stretch="Uniform"/>
|
|
|
|
|
<!--<Image Source="{Binding ProductInfo.analyzeImage}" Stretch="Uniform"/>-->
|
|
|
|
|
<Grid Margin="10,2,10,0">
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
|
<RowDefinition Height="2*"/>
|
|
|
|
|
<RowDefinition Height="9*"/>
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
|
|
|
|
|
<Border Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="2">
|
|
|
|
|
<Border Grid.Row="0" BorderBrush="#1352B2" BorderThickness="10,0,0,0">
|
|
|
|
|
<TextBlock Text="测试数据" Foreground="#1550B7" FontSize="16" HorizontalAlignment="Left" VerticalAlignment="Center" Margin="20,0,0,0"/>
|
|
|
|
|
</Border>
|
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
|
|
<Border Grid.Row="1" Background="Transparent" BorderBrush="#5B93EA" BorderThickness="0" CornerRadius="3" Margin="10,10">
|
|
|
|
|
<Image Source="{Binding ProductInfo.analyzeImage}" Stretch="Uniform"/>
|
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
|
</Border>
|
|
|
|
|
<Border Grid.Row="1" Background="White" BorderBrush="White" BorderThickness="2" CornerRadius="3" Margin="10,10" >
|
|
|
|
|
<Grid Margin="10,0,10,0">
|
|
|
|
|
<Grid Margin="10,2,10,0">
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
|
<RowDefinition Height="1*"/>
|
|
|
|
|
<RowDefinition Height="9*"/>
|
|
|
|
@ -165,7 +183,7 @@
|
|
|
|
|
|
|
|
|
|
<Border Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="2">
|
|
|
|
|
<Border Grid.Row="0" BorderBrush="#1352B2" BorderThickness="10,0,0,0">
|
|
|
|
|
<TextBlock Text="技术参数" Foreground="#1550B7" FontSize="20" HorizontalAlignment="Left" VerticalAlignment="Center" Margin="20,0,0,0"/>
|
|
|
|
|
<TextBlock Text="技术参数" Foreground="#1550B7" FontSize="16" HorizontalAlignment="Left" VerticalAlignment="Center" Margin="20,0,0,0"/>
|
|
|
|
|
</Border>
|
|
|
|
|
</Border>
|
|
|
|
|
<Border Grid.Row="1" Grid.Column="0">
|
|
|
|
@ -183,32 +201,30 @@
|
|
|
|
|
</StackPanel>-->
|
|
|
|
|
|
|
|
|
|
<StackPanel Orientation="Vertical" VerticalAlignment="Top" HorizontalAlignment="Left" x:Name="ParameterStackPanelLeft">
|
|
|
|
|
<TextBlock Text="RFID特性" Foreground="#1550B7" FontSize="16" TextWrapping="Wrap" Margin="0,10,0,0"/>
|
|
|
|
|
<TextBlock Text="{Binding ProductParams[0].paramContent}" Width="380" Foreground="Gray" FontSize="14" TextWrapping="Wrap" Margin="0,5,0,0"/>
|
|
|
|
|
<TextBlock Text="{Binding ProductParams[1].paramContent}" Width="380" Foreground="Gray" FontSize="14" TextWrapping="Wrap" Margin="0,5,0,0"/>
|
|
|
|
|
<TextBlock Text="{Binding ProductParams[2].paramContent}" Width="380" Foreground="Gray" FontSize="14" TextWrapping="Wrap" Margin="0,5,0,0"/>
|
|
|
|
|
<TextBlock Text="{Binding ProductParams[3].paramContent}" Width="380" Foreground="Gray" FontSize="14" TextWrapping="Wrap" Margin="0,5,0,0"/>
|
|
|
|
|
<TextBlock Text="{Binding ProductParams[0].paramContent}" Width="380" Foreground="Gray" FontSize="12" TextWrapping="Wrap" Margin="0,5,0,0"/>
|
|
|
|
|
<TextBlock Text="{Binding ProductParams[1].paramContent}" Width="380" Foreground="Gray" FontSize="12" TextWrapping="Wrap" Margin="0,5,0,0"/>
|
|
|
|
|
<TextBlock Text="{Binding ProductParams[2].paramContent}" Width="380" Foreground="Gray" FontSize="12" TextWrapping="Wrap" Margin="0,5,0,0"/>
|
|
|
|
|
<TextBlock Text="{Binding ProductParams[3].paramContent}" Width="380" Foreground="Gray" FontSize="12" TextWrapping="Wrap" Margin="0,5,0,0"/>
|
|
|
|
|
|
|
|
|
|
<TextBlock Text="{Binding ProductParams[4].paramContent}" Width="380" Foreground="Gray" FontSize="14" TextWrapping="Wrap" Margin="0,5,0,0"/>
|
|
|
|
|
<TextBlock Text="{Binding ProductParams[5].paramContent}" Width="380" Foreground="Gray" FontSize="14" TextWrapping="Wrap" Margin="0,5,0,0"/>
|
|
|
|
|
<TextBlock Text="{Binding ProductParams[6].paramContent}" Width="380" Foreground="Gray" FontSize="14" TextWrapping="Wrap" Margin="0,5,0,0"/>
|
|
|
|
|
<TextBlock Text="{Binding ProductParams[7].paramContent}" Width="380" Foreground="Gray" FontSize="14" TextWrapping="Wrap" Margin="0,5,0,0"/>
|
|
|
|
|
<TextBlock Text="{Binding ProductParams[8].paramContent}" Width="380" Foreground="Gray" FontSize="14" TextWrapping="Wrap" Margin="0,5,0,0"/>
|
|
|
|
|
<TextBlock Text="{Binding ProductParams[4].paramContent}" Width="380" Foreground="Gray" FontSize="12" TextWrapping="Wrap" Margin="0,5,0,0"/>
|
|
|
|
|
<TextBlock Text="{Binding ProductParams[5].paramContent}" Width="380" Foreground="Gray" FontSize="12" TextWrapping="Wrap" Margin="0,5,0,0"/>
|
|
|
|
|
<TextBlock Text="{Binding ProductParams[6].paramContent}" Width="380" Foreground="Gray" FontSize="12" TextWrapping="Wrap" Margin="0,5,0,0"/>
|
|
|
|
|
<TextBlock Text="{Binding ProductParams[7].paramContent}" Width="380" Foreground="Gray" FontSize="12" TextWrapping="Wrap" Margin="0,5,0,0"/>
|
|
|
|
|
<TextBlock Text="{Binding ProductParams[8].paramContent}" Width="380" Foreground="Gray" FontSize="12" TextWrapping="Wrap" Margin="0,5,0,0"/>
|
|
|
|
|
</StackPanel>
|
|
|
|
|
</Border>
|
|
|
|
|
<Border Grid.Row="1" Grid.Column="1">
|
|
|
|
|
<StackPanel Orientation="Vertical" VerticalAlignment="Top" HorizontalAlignment="Left" x:Name="ParameterStackPanelRight">
|
|
|
|
|
<TextBlock Text="RFID特性" Foreground="#1550B7" FontSize="16" TextWrapping="Wrap" Margin="0,10,0,0"/>
|
|
|
|
|
<TextBlock Text="{Binding ProductParams[9].paramContent}" Width="380" Foreground="Gray" FontSize="14" TextWrapping="Wrap" Margin="0,5,0,0"/>
|
|
|
|
|
<TextBlock Text="{Binding ProductParams[10].paramContent}" Width="380" Foreground="Gray" FontSize="14" TextWrapping="Wrap" Margin="0,5,0,0"/>
|
|
|
|
|
<TextBlock Text="{Binding ProductParams[11].paramContent}" Width="380" Foreground="Gray" FontSize="14" TextWrapping="Wrap" Margin="0,5,0,0"/>
|
|
|
|
|
<TextBlock Text="{Binding ProductParams[12].paramContent}" Width="380" Foreground="Gray" FontSize="14" TextWrapping="Wrap" Margin="0,5,0,0"/>
|
|
|
|
|
<StackPanel Orientation="Vertical" VerticalAlignment="Top" HorizontalAlignment="Left" x:Name="ParameterStackPanelRight" >
|
|
|
|
|
<TextBlock Text="{Binding ProductParams[9].paramContent}" Width="380" Foreground="Gray" FontSize="12" TextWrapping="Wrap" Margin="0,5,0,0"/>
|
|
|
|
|
<TextBlock Text="{Binding ProductParams[10].paramContent}" Width="380" Foreground="Gray" FontSize="12" TextWrapping="Wrap" Margin="0,5,0,0"/>
|
|
|
|
|
<TextBlock Text="{Binding ProductParams[11].paramContent}" Width="380" Foreground="Gray" FontSize="12" TextWrapping="Wrap" Margin="0,5,0,0"/>
|
|
|
|
|
<TextBlock Text="{Binding ProductParams[12].paramContent}" Width="380" Foreground="Gray" FontSize="12" TextWrapping="Wrap" Margin="0,5,0,0"/>
|
|
|
|
|
|
|
|
|
|
<TextBlock Text="{Binding ProductParams[13].paramContent}" Width="380" Foreground="Gray" FontSize="14" TextWrapping="Wrap" Margin="0,5,0,0"/>
|
|
|
|
|
<TextBlock Text="{Binding ProductParams[14].paramContent}" Width="380" Foreground="Gray" FontSize="14" TextWrapping="Wrap" Margin="0,5,0,0"/>
|
|
|
|
|
<TextBlock Text="{Binding ProductParams[15].paramContent}" Width="380" Foreground="Gray" FontSize="14" TextWrapping="Wrap" Margin="0,5,0,0"/>
|
|
|
|
|
<TextBlock Text="{Binding ProductParams[16].paramContent}" Width="380" Foreground="Gray" FontSize="14" TextWrapping="Wrap" Margin="0,5,0,0"/>
|
|
|
|
|
<TextBlock Text="{Binding ProductParams[17].paramContent}" Width="380" Foreground="Gray" FontSize="14" TextWrapping="Wrap" Margin="0,5,0,0"/>
|
|
|
|
|
<TextBlock Text="{Binding ProductParams[13].paramContent}" Width="380" Foreground="Gray" FontSize="12" TextWrapping="Wrap" Margin="0,5,0,0"/>
|
|
|
|
|
<TextBlock Text="{Binding ProductParams[14].paramContent}" Width="380" Foreground="Gray" FontSize="12" TextWrapping="Wrap" Margin="0,5,0,0"/>
|
|
|
|
|
<TextBlock Text="{Binding ProductParams[15].paramContent}" Width="380" Foreground="Gray" FontSize="12" TextWrapping="Wrap" Margin="0,5,0,0"/>
|
|
|
|
|
<TextBlock Text="{Binding ProductParams[16].paramContent}" Width="380" Foreground="Gray" FontSize="12" TextWrapping="Wrap" Margin="0,5,0,0"/>
|
|
|
|
|
<TextBlock Text="{Binding ProductParams[17].paramContent}" Width="380" Foreground="Gray" FontSize="12" TextWrapping="Wrap" Margin="0,5,0,0"/>
|
|
|
|
|
</StackPanel>
|
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
|
@ -222,7 +238,7 @@
|
|
|
|
|
<ColumnDefinition/>
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
<Border Grid.Column="0" Background="White" BorderBrush="White" BorderThickness="2" Margin="0,0,5,0">
|
|
|
|
|
<Grid Margin="10,0,10,0">
|
|
|
|
|
<Grid Margin="10,2,10,0">
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
|
<RowDefinition Height="2*"/>
|
|
|
|
|
<RowDefinition Height="9*"/>
|
|
|
|
@ -230,7 +246,7 @@
|
|
|
|
|
|
|
|
|
|
<Border Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="2">
|
|
|
|
|
<Border Grid.Row="0" BorderBrush="#1352B2" BorderThickness="10,0,0,0">
|
|
|
|
|
<TextBlock Text="产品尺寸(mm)" Foreground="#1550B7" FontSize="20" HorizontalAlignment="Left" VerticalAlignment="Center" Margin="20,0,0,0"/>
|
|
|
|
|
<TextBlock Text="产品尺寸(mm)" Foreground="#1550B7" FontSize="16" HorizontalAlignment="Left" VerticalAlignment="Center" Margin="20,0,0,0"/>
|
|
|
|
|
</Border>
|
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
|
@ -241,7 +257,7 @@
|
|
|
|
|
</Grid>
|
|
|
|
|
</Border>
|
|
|
|
|
<Border Grid.Column="1" Background="White" BorderBrush="White" BorderThickness="2" Margin="5,0,0,0">
|
|
|
|
|
<Grid Margin="10,0,10,0">
|
|
|
|
|
<Grid Margin="10,2,10,0">
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
|
<RowDefinition Height="2*"/>
|
|
|
|
|
<RowDefinition Height="9*"/>
|
|
|
|
@ -249,7 +265,7 @@
|
|
|
|
|
|
|
|
|
|
<Border Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="2">
|
|
|
|
|
<Border Grid.Row="0" BorderBrush="#1352B2" BorderThickness="10,0,0,0">
|
|
|
|
|
<TextBlock Text="产品尺寸(mm)" Foreground="#1550B7" FontSize="20" HorizontalAlignment="Left" VerticalAlignment="Center" Margin="20,0,0,0"/>
|
|
|
|
|
<TextBlock Text="产品尺寸(mm)" Foreground="#1550B7" FontSize="16" HorizontalAlignment="Left" VerticalAlignment="Center" Margin="20,0,0,0"/>
|
|
|
|
|
</Border>
|
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
|
|