|
@@ -9,48 +9,49 @@
|
|
|
|
|
|
<Grid>
|
|
|
<Grid.ColumnDefinitions>
|
|
|
- <ColumnDefinition/>
|
|
|
+ <ColumnDefinition Width="1.2*"/>
|
|
|
<ColumnDefinition Width="2*"/>
|
|
|
</Grid.ColumnDefinitions>
|
|
|
- <Grid Grid.Column="0">
|
|
|
+ <qilin:DashboardCard Grid.Column="0">
|
|
|
<Grid>
|
|
|
<Grid.RowDefinitions>
|
|
|
- <RowDefinition Height="5*"/>
|
|
|
+ <RowDefinition Height="2*"/>
|
|
|
<RowDefinition/>
|
|
|
</Grid.RowDefinitions>
|
|
|
<Grid.ColumnDefinitions>
|
|
|
<ColumnDefinition/>
|
|
|
- <ColumnDefinition/>
|
|
|
+ <ColumnDefinition Width="1.5*"/>
|
|
|
<ColumnDefinition/>
|
|
|
</Grid.ColumnDefinitions>
|
|
|
- <Image x:Name="Img_BedNet" Grid.ColumnSpan="3" Source="D:\PROJECT\skoda-scada-daq3.0-master\skoda-scada-daq3.0-master\scada_-daq3.0-master\SCADA_DAQ.Plugin.Qilin\Content\Img\BedNet.png"/>
|
|
|
- <uct:UctLowerReadingControl Grid.Row="1" x:Name="CutterPosition" VerticalContentAlignment="Center" Grid.Column="1"/>
|
|
|
-
|
|
|
+ <Image x:Name="Img_BedNet" Grid.ColumnSpan="3" Source="D:\PROJECT\skoda-scada-daq3.0-master\skoda-scada-daq3.0-master\scada_-daq3.0-master\SCADA_DAQ.Plugin.Qilin\Content\Img\BedNet.png" VerticalAlignment="Top"/>
|
|
|
+ <uct:UctNoTitleRegEditViewUnitControl Grid.Row="1" x:Name="CutterPosition" VerticalContentAlignment="Center" Grid.Column="1" HorizontalAlignment="Center" Margin="10"/>
|
|
|
+ <TextBlock Text="切刀位置" VerticalAlignment="Top" HorizontalAlignment="Center" Grid.Row="1" Grid.Column="1" Margin="10"/>
|
|
|
+
|
|
|
</Grid>
|
|
|
- </Grid>
|
|
|
+ </qilin:DashboardCard>
|
|
|
<qilin:DashboardCard Grid.Column="1">
|
|
|
<Grid>
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition/>
|
|
|
- <RowDefinition/>
|
|
|
+ <RowDefinition Height="1.1*"/>
|
|
|
<RowDefinition/>
|
|
|
</Grid.RowDefinitions>
|
|
|
<TextBlock Text="床网手动操作" VerticalAlignment="Bottom" HorizontalAlignment="Right" FontSize="30"/>
|
|
|
<Grid Grid.Row="1">
|
|
|
<Grid>
|
|
|
<Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition Width="0.5*"/>
|
|
|
+ <ColumnDefinition Width="3*"/>
|
|
|
<ColumnDefinition Width="1*"/>
|
|
|
- <ColumnDefinition Width="2*"/>
|
|
|
<ColumnDefinition Width="3*"/>
|
|
|
<ColumnDefinition Width="2*"/>
|
|
|
- <ColumnDefinition Width="3*"/>
|
|
|
</Grid.ColumnDefinitions>
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="1*"/>
|
|
|
<RowDefinition Height="2*"/>
|
|
|
</Grid.RowDefinitions>
|
|
|
- <uct:UctLowerReadingControl x:Name="JoggingSpeed" VerticalAlignment="Bottom" Grid.Row="1" Grid.Column="1" FontSize="20"/>
|
|
|
- <uct:UctLowerReadingControl Grid.Column="3" x:Name="RealtimeLocation" VerticalContentAlignment="Bottom" Grid.Row="1" FontSize="20"/>
|
|
|
+ <uct:UctRegEditViewUnitControl x:Name="JoggingSpeed" VerticalAlignment="Bottom" Grid.Row="1" Grid.Column="1" FontSize="10"/>
|
|
|
+ <uct:UctRegEditViewUnitControl Grid.Column="3" x:Name="RealtimeLocation" VerticalContentAlignment="Bottom" Grid.Row="1" FontSize="10"/>
|
|
|
</Grid>
|
|
|
</Grid>
|
|
|
<Grid Grid.Row="2">
|