|
@@ -34,8 +34,8 @@
|
|
<TextBox Height="28" Width="120" Text="{Binding ScheduleName}" IsReadOnly="True" />
|
|
<TextBox Height="28" Width="120" Text="{Binding ScheduleName}" IsReadOnly="True" />
|
|
</StackPanel>
|
|
</StackPanel>
|
|
<StackPanel Orientation="Horizontal">
|
|
<StackPanel Orientation="Horizontal">
|
|
- <TextBlock Text="设备名称:" Style="{StaticResource NormalTextBlockStyle}" Margin="10,0,5,0"/>
|
|
|
|
- <TextBox Height="28" Width="120" Text="{Binding DeviceName}" IsReadOnly="True"/>
|
|
|
|
|
|
+ <TextBlock Text="设备类型:" Style="{StaticResource NormalTextBlockStyle}" Margin="10,0,5,0"/>
|
|
|
|
+ <TextBox Height="28" Width="120" Text="{Binding DeviceKindName}" IsReadOnly="True"/>
|
|
</StackPanel>
|
|
</StackPanel>
|
|
<StackPanel Orientation="Horizontal" >
|
|
<StackPanel Orientation="Horizontal" >
|
|
<TextBlock Text="测试项类型:" Style="{StaticResource NormalTextBlockStyle}" Margin="10,0,5,0"/>
|
|
<TextBlock Text="测试项类型:" Style="{StaticResource NormalTextBlockStyle}" Margin="10,0,5,0"/>
|