|
|
|
@ -78,66 +78,55 @@
|
|
|
|
<Setter.Value>
|
|
|
|
<Setter.Value>
|
|
|
|
<ControlTemplate TargetType="{x:Type ListBoxItem}">
|
|
|
|
<ControlTemplate TargetType="{x:Type ListBoxItem}">
|
|
|
|
<Border x:Name="Bd" BorderThickness="3"
|
|
|
|
<Border x:Name="Bd" BorderThickness="3"
|
|
|
|
Width="125"
|
|
|
|
Width="165"
|
|
|
|
Height="80"
|
|
|
|
Height="80"
|
|
|
|
Margin="2,0,0,0"
|
|
|
|
Margin="2,0,0,0"
|
|
|
|
Style="{DynamicResource ListBoxItemNormalBackground_Border_Style}">
|
|
|
|
Style="{DynamicResource ListBoxItemNormalBackground_Border_Style}">
|
|
|
|
<Grid >
|
|
|
|
<Grid>
|
|
|
|
<Image Source="../Resources/leaf.png" Margin="223,-82,0,0" Width="50"/>
|
|
|
|
<Image Source="../Resources/leaf.png" Margin="223,-82,0,0" Width="50"/>
|
|
|
|
<TextBlock Text="{Binding childprocess_code}"
|
|
|
|
<TextBlock Text="{Binding childprocess_code}"
|
|
|
|
VerticalAlignment="Center"
|
|
|
|
VerticalAlignment="Center"
|
|
|
|
Margin="10,0,0,0" FontWeight="Bold" Foreground="Black"
|
|
|
|
Margin="10,0,0,0" FontWeight="Bold" Foreground="Black"
|
|
|
|
Style="{DynamicResource ListBoxItemContent_TextBlock_Style}"/>
|
|
|
|
Style="{DynamicResource ListBoxItemContent_TextBlock_Style}"/>
|
|
|
|
|
|
|
|
|
|
|
|
<TextBlock Text="{Binding childprocess_name}"
|
|
|
|
<TextBlock Text="{Binding childprocess_name}"
|
|
|
|
VerticalAlignment="Center"
|
|
|
|
VerticalAlignment="Center"
|
|
|
|
Margin="55,0,0,0" FontWeight="Bold" Foreground="Black"
|
|
|
|
Margin="55,0,0,0" FontWeight="Bold" Foreground="Black"
|
|
|
|
Style="{DynamicResource ListBoxItemContent_TextBlock_Style}"/>
|
|
|
|
Style="{DynamicResource ListBoxItemContent_TextBlock_Style}"
|
|
|
|
|
|
|
|
TextTrimming="CharacterEllipsis"
|
|
|
|
|
|
|
|
Width="100">
|
|
|
|
|
|
|
|
<TextBlock.ToolTip>
|
|
|
|
|
|
|
|
<ToolTip>
|
|
|
|
|
|
|
|
<TextBlock Text="{Binding childprocess_name}" TextWrapping="Wrap"/>
|
|
|
|
|
|
|
|
</ToolTip>
|
|
|
|
|
|
|
|
</TextBlock.ToolTip>
|
|
|
|
|
|
|
|
</TextBlock>
|
|
|
|
|
|
|
|
|
|
|
|
<Grid
|
|
|
|
<Grid Margin="-15,12,0,0"
|
|
|
|
Margin="-15,12,0,0"
|
|
|
|
Width="90"
|
|
|
|
Width="90"
|
|
|
|
Height="102"
|
|
|
|
Height="102"
|
|
|
|
VerticalAlignment="Top"
|
|
|
|
VerticalAlignment="Top"
|
|
|
|
HorizontalAlignment="Left">
|
|
|
|
HorizontalAlignment="Left" >
|
|
|
|
<Image Source="../Resources/circular.png" Width="10" Height="10" Margin="0,-62,0,0"/>
|
|
|
|
<Image Source="../Resources/circular.png" Width="10" Height="10" Margin="0,-62,0,0"/>
|
|
|
|
<Image Source="../Resources/circular.png" Width="10" Height="10" Margin="0,-22,0,0"/>
|
|
|
|
<Image Source="../Resources/circular.png" Width="10" Height="10" Margin="0,-22,0,0"/>
|
|
|
|
<Image Source="../Resources/circular.png" Width="10" Height="10" Margin="0,18,0,0"/>
|
|
|
|
<Image Source="../Resources/circular.png" Width="10" Height="10" Margin="0,18,0,0"/>
|
|
|
|
<Image Source="../Resources/circular.png" Width="10" Height="10" Margin="0,56,0,0"/>
|
|
|
|
<Image Source="../Resources/circular.png" Width="10" Height="10" Margin="0,56,0,0"/>
|
|
|
|
|
|
|
|
<!--<Image Source="../Resources/lanjuLogo.png" VerticalAlignment="Stretch"/>-->
|
|
|
|
|
|
|
|
<!--<StackPanel Orientation="Vertical">
|
|
|
|
|
|
|
|
<TextBlock Text="{Binding rfid_no}" FontSize="18"
|
|
|
|
|
|
|
|
Foreground="{Binding rfid_no,Converter={StaticResource ForeGroundBatchType}}" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
|
|
|
|
|
<Image Source="..\Img\1.png"></Image>
|
|
|
|
|
|
|
|
</StackPanel>-->
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
</Border>
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
|
|
|
|
<!--控件触发器-->
|
|
|
|
<!-- 控件触发器 -->
|
|
|
|
<ControlTemplate.Triggers>
|
|
|
|
<ControlTemplate.Triggers>
|
|
|
|
<Trigger Property="IsSelected" Value="true">
|
|
|
|
<Trigger Property="IsSelected" Value="true">
|
|
|
|
<Setter Property="Background" TargetName="Bd">
|
|
|
|
<Setter Property="Background" TargetName="Bd">
|
|
|
|
<Setter.Value>
|
|
|
|
<Setter.Value>
|
|
|
|
<!--LinearGradientBrush,渐变线画笔-->
|
|
|
|
<LinearGradientBrush StartPoint="0.4,0" EndPoint="0.4,1">
|
|
|
|
<LinearGradientBrush
|
|
|
|
|
|
|
|
StartPoint="0.4,0"
|
|
|
|
|
|
|
|
EndPoint="0.4,1">
|
|
|
|
|
|
|
|
<LinearGradientBrush.GradientStops>
|
|
|
|
<LinearGradientBrush.GradientStops>
|
|
|
|
<!--GradientStops渐变线停止,GradientStopCollection渐变线停止集合点-->
|
|
|
|
|
|
|
|
<GradientStopCollection>
|
|
|
|
<GradientStopCollection>
|
|
|
|
<GradientStop
|
|
|
|
<GradientStop Color="#FFffeeac" Offset="0" />
|
|
|
|
Color="#FFffeeac"
|
|
|
|
<GradientStop Color="#FFfbe178" Offset="0.4" />
|
|
|
|
Offset="0" />
|
|
|
|
<GradientStop Color="#FFfbe178" Offset="0.6" />
|
|
|
|
<GradientStop
|
|
|
|
<GradientStop Color="#FFfffbd9" Offset="1" />
|
|
|
|
Color="#FFfbe178"
|
|
|
|
|
|
|
|
Offset="0.4" />
|
|
|
|
|
|
|
|
<GradientStop
|
|
|
|
|
|
|
|
Color="#FFfbe178"
|
|
|
|
|
|
|
|
Offset="0.6" />
|
|
|
|
|
|
|
|
<GradientStop
|
|
|
|
|
|
|
|
Color="#FFfffbd9"
|
|
|
|
|
|
|
|
Offset="1" />
|
|
|
|
|
|
|
|
</GradientStopCollection>
|
|
|
|
</GradientStopCollection>
|
|
|
|
</LinearGradientBrush.GradientStops>
|
|
|
|
</LinearGradientBrush.GradientStops>
|
|
|
|
</LinearGradientBrush>
|
|
|
|
</LinearGradientBrush>
|
|
|
|
@ -148,25 +137,13 @@
|
|
|
|
<Trigger Property="IsMouseOver" Value="true">
|
|
|
|
<Trigger Property="IsMouseOver" Value="true">
|
|
|
|
<Setter Property="Background" TargetName="Bd">
|
|
|
|
<Setter Property="Background" TargetName="Bd">
|
|
|
|
<Setter.Value>
|
|
|
|
<Setter.Value>
|
|
|
|
<!--LinearGradientBrush,渐变线画笔-->
|
|
|
|
<LinearGradientBrush StartPoint="0.4,0" EndPoint="0.4,1">
|
|
|
|
<LinearGradientBrush
|
|
|
|
|
|
|
|
StartPoint="0.4,0"
|
|
|
|
|
|
|
|
EndPoint="0.4,1">
|
|
|
|
|
|
|
|
<LinearGradientBrush.GradientStops>
|
|
|
|
<LinearGradientBrush.GradientStops>
|
|
|
|
<!--GradientStops渐变线停止,GradientStopCollection渐变线停止集合点-->
|
|
|
|
|
|
|
|
<GradientStopCollection>
|
|
|
|
<GradientStopCollection>
|
|
|
|
<GradientStop
|
|
|
|
<GradientStop Color="#FFC2E0FF" Offset="0" />
|
|
|
|
Color="#FFC2E0FF"
|
|
|
|
<GradientStop Color="#FFC2E0dF" Offset="0.4" />
|
|
|
|
Offset="0" />
|
|
|
|
<GradientStop Color="#FFC2E0dF" Offset="0.6" />
|
|
|
|
<GradientStop
|
|
|
|
<GradientStop Color="#FFfffbd9" Offset="1" />
|
|
|
|
Color="#FFC2E0dF"
|
|
|
|
|
|
|
|
Offset="0.4" />
|
|
|
|
|
|
|
|
<GradientStop
|
|
|
|
|
|
|
|
Color="#FFC2E0dF"
|
|
|
|
|
|
|
|
Offset="0.6" />
|
|
|
|
|
|
|
|
<GradientStop
|
|
|
|
|
|
|
|
Color="#FFfffbd9"
|
|
|
|
|
|
|
|
Offset="1" />
|
|
|
|
|
|
|
|
</GradientStopCollection>
|
|
|
|
</GradientStopCollection>
|
|
|
|
</LinearGradientBrush.GradientStops>
|
|
|
|
</LinearGradientBrush.GradientStops>
|
|
|
|
</LinearGradientBrush>
|
|
|
|
</LinearGradientBrush>
|
|
|
|
@ -280,13 +257,62 @@
|
|
|
|
<ColumnDefinition/>
|
|
|
|
<ColumnDefinition/>
|
|
|
|
<ColumnDefinition/>
|
|
|
|
<ColumnDefinition/>
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
|
|
|
<DataGrid
|
|
|
|
|
|
|
|
x:Name="dgUserInfo1"
|
|
|
|
|
|
|
|
MinWidth="200"
|
|
|
|
|
|
|
|
MinHeight="260"
|
|
|
|
|
|
|
|
Width="562"
|
|
|
|
|
|
|
|
Height="385"
|
|
|
|
|
|
|
|
RowStyle="{StaticResource DataGridRowStyle}"
|
|
|
|
|
|
|
|
MaxHeight="400"
|
|
|
|
|
|
|
|
AlternationCount="2"
|
|
|
|
|
|
|
|
FontSize="18"
|
|
|
|
|
|
|
|
LoadingRow="dgWorkOrderInfo_LoadingRow"
|
|
|
|
|
|
|
|
HeadersVisibility="Column"
|
|
|
|
|
|
|
|
HorizontalAlignment="Center"
|
|
|
|
|
|
|
|
VerticalAlignment="Top" VerticalContentAlignment="Center"
|
|
|
|
|
|
|
|
AutoGenerateColumns="False" CanUserAddRows="False" SelectionMode="Extended" SelectionUnit="FullRow" SelectionChanged="dgUserInfo_SelectionChanged"
|
|
|
|
|
|
|
|
CellEditEnding="dgUserInfo_CellEditEnding" Grid.Row="1" Margin="0,10,0,0">
|
|
|
|
|
|
|
|
<DataGrid.ColumnHeaderStyle >
|
|
|
|
|
|
|
|
<Style TargetType="DataGridColumnHeader">
|
|
|
|
|
|
|
|
<Setter Property="HorizontalContentAlignment" Value="Center" />
|
|
|
|
|
|
|
|
<Setter Property="Height" Value="48" />
|
|
|
|
|
|
|
|
<Setter Property="FontSize" Value="20" />
|
|
|
|
|
|
|
|
<Setter Property="Foreground" Value="White" />
|
|
|
|
|
|
|
|
<Setter Property="Background" Value="#2B7EE6" />
|
|
|
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
</DataGrid.ColumnHeaderStyle>
|
|
|
|
|
|
|
|
<DataGrid.Columns>
|
|
|
|
|
|
|
|
<DataGridTemplateColumn Width="50">
|
|
|
|
|
|
|
|
<!--<DataGridTemplateColumn.Header>
|
|
|
|
|
|
|
|
<CheckBox x:Name="cb_all" Click="cb_all_Click" HorizontalAlignment="Center" VerticalAlignment="Center" />
|
|
|
|
|
|
|
|
</DataGridTemplateColumn.Header>-->
|
|
|
|
|
|
|
|
<DataGridTemplateColumn.CellTemplate>
|
|
|
|
|
|
|
|
<DataTemplate>
|
|
|
|
|
|
|
|
<CheckBox x:Name="cb_child" Click="cb_child_Click_1" IsChecked="{Binding IsChecked}" HorizontalAlignment="Left" VerticalAlignment="Center" VerticalContentAlignment="Center" Margin="15,0,0,0"/>
|
|
|
|
|
|
|
|
</DataTemplate>
|
|
|
|
|
|
|
|
</DataGridTemplateColumn.CellTemplate>
|
|
|
|
|
|
|
|
</DataGridTemplateColumn>
|
|
|
|
|
|
|
|
<DataGridTemplateColumn Header="序号" Width="50" MinWidth="10" IsReadOnly="True">
|
|
|
|
|
|
|
|
<DataGridTemplateColumn.CellTemplate>
|
|
|
|
|
|
|
|
<DataTemplate>
|
|
|
|
|
|
|
|
<TextBlock Text="{Binding RelativeSource={RelativeSource Mode=FindAncestor,AncestorType={x:Type DataGridRow}}, Path=Header}" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="10,0,0,0"/>
|
|
|
|
|
|
|
|
</DataTemplate>
|
|
|
|
|
|
|
|
</DataGridTemplateColumn.CellTemplate>
|
|
|
|
|
|
|
|
</DataGridTemplateColumn>
|
|
|
|
|
|
|
|
<DataGridTextColumn Width="60*" Header="工序编号" IsReadOnly="true" Binding="{Binding childprocess_code}"/>
|
|
|
|
|
|
|
|
<DataGridTextColumn Width="190*" Header="工序名称" IsReadOnly="true" Binding="{Binding childprocess_name}"/>
|
|
|
|
|
|
|
|
<DataGridTextColumn Width="70*" Header="单价" Binding="{Binding attr1}"/>
|
|
|
|
|
|
|
|
</DataGrid.Columns>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</DataGrid>
|
|
|
|
<!--<Button x:Name="btnStepConfirm1" Style="{StaticResource btnKey}" Background="#2B7EE6" Width="100" Height="40" Click="btnConfirm_Click">
|
|
|
|
<!--<Button x:Name="btnStepConfirm1" Style="{StaticResource btnKey}" Background="#2B7EE6" Width="100" Height="40" Click="btnConfirm_Click">
|
|
|
|
<StackPanel Orientation="Horizontal">
|
|
|
|
<StackPanel Orientation="Horizontal">
|
|
|
|
<Image Source="/Resources/green.png" Width="30" Height="30"/>
|
|
|
|
<Image Source="/Resources/green.png" Width="30" Height="30"/>
|
|
|
|
<TextBlock Text="确认" VerticalAlignment="Center" Margin="15,0,0,0"/>
|
|
|
|
<TextBlock Text="确认" VerticalAlignment="Center" Margin="15,0,0,0"/>
|
|
|
|
</StackPanel>
|
|
|
|
</StackPanel>
|
|
|
|
</Button>-->
|
|
|
|
</Button>-->
|
|
|
|
<CheckBox x:Name="btnSelectStep" Visibility="Collapsed" Grid.Row="0" Content="选择工序" FontSize="16" HorizontalAlignment="Left" Width="100" Margin="10,0,0,9" FontWeight="Bold" Background="#2B7EE6"
|
|
|
|
<!--<CheckBox x:Name="btnSelectStep" Visibility="Collapsed" Grid.Row="0" Content="选择工序" FontSize="16" HorizontalAlignment="Left" Width="100" Margin="10,0,0,9" FontWeight="Bold" Background="#2B7EE6"
|
|
|
|
Click="btnSelectStep_Click"/>
|
|
|
|
Click="btnSelectStep_Click"/>
|
|
|
|
<Popup Grid.Row="1" Grid.RowSpan="2" IsOpen="{Binding ElementName=btnSelectStep,Path=IsChecked,UpdateSourceTrigger=PropertyChanged}" PlacementTarget="{Binding ElementName=btnSelectStep}">
|
|
|
|
<Popup Grid.Row="1" Grid.RowSpan="2" IsOpen="{Binding ElementName=btnSelectStep,Path=IsChecked,UpdateSourceTrigger=PropertyChanged}" PlacementTarget="{Binding ElementName=btnSelectStep}">
|
|
|
|
<StackPanel Orientation="Vertical">
|
|
|
|
<StackPanel Orientation="Vertical">
|
|
|
|
@ -294,13 +320,15 @@
|
|
|
|
</ListBox>
|
|
|
|
</ListBox>
|
|
|
|
<Button x:Name="btnStepConfirm" Style="{StaticResource btnKey}" Background="#2B7EE6" Content="确认" Width="100" Height="30" Click="btnConfirm_Click"/>
|
|
|
|
<Button x:Name="btnStepConfirm" Style="{StaticResource btnKey}" Background="#2B7EE6" Content="确认" Width="100" Height="30" Click="btnConfirm_Click"/>
|
|
|
|
</StackPanel>
|
|
|
|
</StackPanel>
|
|
|
|
</Popup>
|
|
|
|
</Popup>-->
|
|
|
|
<ListBox x:Name="lstSelectedStep" Grid.Row="1" Grid.Column="0" Background="#F2F3F5" Style="{DynamicResource ApplicantList_ListBox_Style}"
|
|
|
|
<!--<ListBox x:Name="lstSelectedStep" Grid.Row="1" Grid.Column="0" Background="#F2F3F5" Style="{DynamicResource ApplicantList_ListBox_Style}"
|
|
|
|
ItemContainerStyle="{DynamicResource ApplicantList_ListBoxItem_Style}" SelectionMode="Single" SelectionChanged="lstSelectedStep_SelectionChanged">
|
|
|
|
ItemContainerStyle="{DynamicResource ApplicantList_ListBoxItem_Style}" SelectionMode="Single" SelectionChanged="lstSelectedStep_SelectionChanged">
|
|
|
|
<ListBox.ItemTemplate>
|
|
|
|
<ListBox.ItemTemplate>
|
|
|
|
<DataTemplate>
|
|
|
|
<DataTemplate>
|
|
|
|
<Grid>
|
|
|
|
<Grid>
|
|
|
|
<!-- 这里放置你的数据绑定内容 -->
|
|
|
|
-->
|
|
|
|
|
|
|
|
<!-- 这里放置你的数据绑定内容 -->
|
|
|
|
|
|
|
|
<!--
|
|
|
|
<TextBlock Text="{Binding childprocess_name}" />
|
|
|
|
<TextBlock Text="{Binding childprocess_name}" />
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
<DataTemplate.Triggers>
|
|
|
|
<DataTemplate.Triggers>
|
|
|
|
@ -310,7 +338,7 @@
|
|
|
|
</DataTemplate.Triggers>
|
|
|
|
</DataTemplate.Triggers>
|
|
|
|
</DataTemplate>
|
|
|
|
</DataTemplate>
|
|
|
|
</ListBox.ItemTemplate>
|
|
|
|
</ListBox.ItemTemplate>
|
|
|
|
</ListBox>
|
|
|
|
</ListBox>-->
|
|
|
|
|
|
|
|
|
|
|
|
<Grid Grid.Row="0" Grid.RowSpan="2" Grid.Column="1">
|
|
|
|
<Grid Grid.Row="0" Grid.RowSpan="2" Grid.Column="1">
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
@ -325,7 +353,7 @@
|
|
|
|
<TextBlock Text="请输入用户名或者ID:" VerticalAlignment="Center"/>
|
|
|
|
<TextBlock Text="请输入用户名或者ID:" VerticalAlignment="Center"/>
|
|
|
|
<TextBox x:Name="txtP" Width="120" Height="30" FontSize="18" VerticalAlignment="Center" VerticalContentAlignment="Center" TextChanged="txtP_TextChanged"/>
|
|
|
|
<TextBox x:Name="txtP" Width="120" Height="30" FontSize="18" VerticalAlignment="Center" VerticalContentAlignment="Center" TextChanged="txtP_TextChanged"/>
|
|
|
|
<Button x:Name="btnQueryUser" Content="查询" FontWeight="Bold" Width="100" Height="40" Style="{StaticResource btnKey}" Click="btnQueryUser_Click" Visibility="Collapsed"/>
|
|
|
|
<Button x:Name="btnQueryUser" Content="查询" FontWeight="Bold" Width="100" Height="40" Style="{StaticResource btnKey}" Click="btnQueryUser_Click" Visibility="Collapsed"/>
|
|
|
|
<Button x:Name="btnUserConfirm" Content="确认" FontWeight="Bold" Width="100" Height="40" Style="{StaticResource btnKey}" Click="btnUserConfirm_Click"/>
|
|
|
|
<Button x:Name="btnUserConfirm" Content="确认" FontWeight="Bold" Width="100" Height="40" Style="{StaticResource btnKey}" Click="btnUserConfirm_Click"/>
|
|
|
|
<Button x:Name="btnCloseWin" Content="关闭" FontWeight="Bold" Width="100" Height="40" Style="{StaticResource btnKey}" Click="btnCloseWin_Click"/>
|
|
|
|
<Button x:Name="btnCloseWin" Content="关闭" FontWeight="Bold" Width="100" Height="40" Style="{StaticResource btnKey}" Click="btnCloseWin_Click"/>
|
|
|
|
<CheckBox Content="为所有用户更改" x:Name="alluser" Margin="10,25,0,0"></CheckBox>
|
|
|
|
<CheckBox Content="为所有用户更改" x:Name="alluser" Margin="10,25,0,0"></CheckBox>
|
|
|
|
</StackPanel>
|
|
|
|
</StackPanel>
|
|
|
|
@ -425,6 +453,7 @@
|
|
|
|
<DataGridTextColumn Width="80" Header="工序名称" Binding="{Binding childprocess_name}"/>
|
|
|
|
<DataGridTextColumn Width="80" Header="工序名称" Binding="{Binding childprocess_name}"/>
|
|
|
|
<DataGridTextColumn Width="80" Header="线体" Binding="{Binding line_code}"/>
|
|
|
|
<DataGridTextColumn Width="80" Header="线体" Binding="{Binding line_code}"/>
|
|
|
|
<DataGridTextColumn Width="80" Header="报工数量" Binding="{Binding attr1}"/>
|
|
|
|
<DataGridTextColumn Width="80" Header="报工数量" Binding="{Binding attr1}"/>
|
|
|
|
|
|
|
|
<DataGridTextColumn Width="80" Header="工时" Binding="{Binding attr2}"/>
|
|
|
|
<DataGridTextColumn Width="185" Header="创建时间" Binding="{Binding create_time, StringFormat={}{0:yyyy-MM-dd HH:mm:ss}}"/>
|
|
|
|
<DataGridTextColumn Width="185" Header="创建时间" Binding="{Binding create_time, StringFormat={}{0:yyyy-MM-dd HH:mm:ss}}"/>
|
|
|
|
<DataGridTemplateColumn Width="80" Header="操作">
|
|
|
|
<DataGridTemplateColumn Width="80" Header="操作">
|
|
|
|
<DataGridTemplateColumn.CellTemplate>
|
|
|
|
<DataGridTemplateColumn.CellTemplate>
|
|
|
|
|