|
|
|
@ -12,7 +12,7 @@
|
|
|
|
|
<RowDefinition Height="1*"/>
|
|
|
|
|
<RowDefinition Height="8*"/>
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
<Border Grid.Row="0" BorderBrush="Green" BorderThickness="2" CornerRadius="5" Margin="0,0,0,10">
|
|
|
|
|
<Border Grid.Row="0" BorderBrush="Green" BorderThickness="0" CornerRadius="5" Margin="0,0,0,10">
|
|
|
|
|
<StackPanel Orientation="Horizontal" HorizontalAlignment="Left" VerticalAlignment="Center">
|
|
|
|
|
|
|
|
|
|
<TextBlock Text="配置名称:" FontSize="20" Foreground="White" VerticalAlignment="Center" Margin="80,0,10,0"/>
|
|
|
|
@ -25,7 +25,7 @@
|
|
|
|
|
</StackPanel>
|
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
|
|
<Border Grid.Row="1" BorderBrush="Green" BorderThickness="2" CornerRadius="5" Margin="0,0,0,10">
|
|
|
|
|
<Border Grid.Row="1" BorderBrush="Green" BorderThickness="0" CornerRadius="5" Margin="0,0,0,10">
|
|
|
|
|
<StackPanel Orientation="Horizontal" HorizontalAlignment="Left" VerticalAlignment="Center">
|
|
|
|
|
|
|
|
|
|
<TextBox Text="{Binding SelectedItem.ConfigId, ElementName=dgvMH}" x:Name="ConfigId" Foreground="White" FontSize="18" Width="50" Visibility="Hidden"/>
|
|
|
|
@ -46,7 +46,7 @@
|
|
|
|
|
</StackPanel>
|
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
|
|
<Border Grid.Row="2" BorderBrush="Green" BorderThickness="2" CornerRadius="5" Margin="0,0,0,10">
|
|
|
|
|
<Border Grid.Row="2" BorderBrush="Green" BorderThickness="0" CornerRadius="5" Margin="0,0,0,10">
|
|
|
|
|
<DataGrid x:Name="dgvMH" Grid.Row="0" ItemsSource="{Binding TablesDataGrid}" Background="Transparent"
|
|
|
|
|
FontSize="15" ColumnHeaderHeight="35"
|
|
|
|
|
RowHeight="31" AutoGenerateColumns="False" RowHeaderWidth="0"
|
|
|
|
|