|
|
@@ -54,6 +54,190 @@
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
|
<Grid Grid.Row="0">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1">
|
|
|
+ <StackPanel>
|
|
|
+ <Grid HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition Width="*"/>
|
|
|
+ <ColumnDefinition Width="*"/>
|
|
|
+ <ColumnDefinition Width="*"/>
|
|
|
+ <ColumnDefinition Width="*"/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="*"/>
|
|
|
+ <RowDefinition Height="*"/>
|
|
|
+ <RowDefinition Height="*"/>
|
|
|
+ <RowDefinition Height="*"/>
|
|
|
+ <RowDefinition Height="*"/>
|
|
|
+ <RowDefinition Height="*"/>
|
|
|
+ <RowDefinition Height="*"/>
|
|
|
+ <RowDefinition Height="*"/>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+
|
|
|
+ <Grid Grid.Row="0">
|
|
|
+ <TextBlock/>
|
|
|
+ </Grid>
|
|
|
+
|
|
|
+ <Grid Grid.Row="1">
|
|
|
+ <Border BorderBrush="#FF349FDA" BorderThickness="1"/>
|
|
|
+ <TextBlock Text="Front" FontSize="30" Foreground="White" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="2">
|
|
|
+ <TextBlock/>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="3">
|
|
|
+ <TextBlock/>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="4">
|
|
|
+ <TextBlock/>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="5">
|
|
|
+ <TextBlock/>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="6">
|
|
|
+ <TextBlock/>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="7">
|
|
|
+ <TextBlock/>
|
|
|
+ </Grid>
|
|
|
+
|
|
|
+ <Grid Grid.Row="4">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1"/>
|
|
|
+ <TextBlock Text="Speed" FontSize="30" Foreground="White" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
+ </Grid>
|
|
|
+
|
|
|
+ <Grid Grid.Row="4" Grid.Column="1">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1"/>
|
|
|
+ <TextBlock Text="Torque" FontSize="30" Foreground="White" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
+ </Grid>
|
|
|
+
|
|
|
+ <Grid Grid.Row="4" Grid.Column="2">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1"/>
|
|
|
+ <TextBlock Text="Rpm" FontSize="30" Foreground="White" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
+ </Grid>
|
|
|
+
|
|
|
+ <Grid Grid.Row="4" Grid.Column="3">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1"/>
|
|
|
+ <TextBlock Text="Loadage" FontSize="30" Foreground="White" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
+ </Grid>
|
|
|
+
|
|
|
+ <Grid Grid.Row="5">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1"/>
|
|
|
+ <TextBlock Text="{Binding FrontSpeed, FallbackValue=0.0}" FontSize="30" Foreground="Orange" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
+ </Grid>
|
|
|
+
|
|
|
+ <Grid Grid.Row="5" Grid.Column="1">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1"/>
|
|
|
+ <TextBlock Text="{Binding FrontTorque, FallbackValue=0.0}" FontSize="30" Foreground="Orange" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
+ </Grid>
|
|
|
+
|
|
|
+ <Grid Grid.Row="5" Grid.Column="2">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1"/>
|
|
|
+ <TextBlock Text="{Binding FrontRpm, FallbackValue=0.0}" FontSize="30" Foreground="Orange" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
+ </Grid>
|
|
|
+
|
|
|
+ <Grid Grid.Row="5" Grid.Column="3">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1"/>
|
|
|
+ <TextBlock Text="{Binding FrontLoadage, FallbackValue=0.0}" FontSize="30" Foreground="Orange" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
+ </Grid>
|
|
|
+ </Grid>
|
|
|
+ </StackPanel>
|
|
|
+ </Border>
|
|
|
+ </Grid>
|
|
|
+
|
|
|
+ <Grid Grid.Row="1">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1">
|
|
|
+ <StackPanel>
|
|
|
+ <Grid HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition Width="*"/>
|
|
|
+ <ColumnDefinition Width="*"/>
|
|
|
+ <ColumnDefinition Width="*"/>
|
|
|
+ <ColumnDefinition Width="*"/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="*"/>
|
|
|
+ <RowDefinition Height="*"/>
|
|
|
+ <RowDefinition Height="*"/>
|
|
|
+ <RowDefinition Height="*"/>
|
|
|
+ <RowDefinition Height="*"/>
|
|
|
+ <RowDefinition Height="*"/>
|
|
|
+ <RowDefinition Height="*"/>
|
|
|
+ <RowDefinition Height="*"/>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+
|
|
|
+ <Grid Grid.Row="0">
|
|
|
+ <TextBlock/>
|
|
|
+ </Grid>
|
|
|
+
|
|
|
+ <Grid Grid.Row="1">
|
|
|
+ <Border BorderBrush="#FF349FDA" BorderThickness="1"/>
|
|
|
+ <TextBlock Text="Back" FontSize="30" Foreground="White" VerticalAlignment="Center" HorizontalAlignment="Center" TextAlignment="Center"/>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="2">
|
|
|
+ <TextBlock/>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="3">
|
|
|
+ <TextBlock/>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="4">
|
|
|
+ <TextBlock/>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="5">
|
|
|
+ <TextBlock/>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="6">
|
|
|
+ <TextBlock/>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="7">
|
|
|
+ <TextBlock/>
|
|
|
+ </Grid>
|
|
|
+
|
|
|
+ <Grid Grid.Row="4">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1"/>
|
|
|
+ <TextBlock Text="Speed" FontSize="30" Foreground="White" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
+ </Grid>
|
|
|
+
|
|
|
+ <Grid Grid.Row="4" Grid.Column="1">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1"/>
|
|
|
+ <TextBlock Text="Torque" FontSize="30" Foreground="White" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
+ </Grid>
|
|
|
+
|
|
|
+ <Grid Grid.Row="4" Grid.Column="2">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1"/>
|
|
|
+ <TextBlock Text="Rpm" FontSize="30" Foreground="White" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
+ </Grid>
|
|
|
+
|
|
|
+ <Grid Grid.Row="4" Grid.Column="3">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1"/>
|
|
|
+ <TextBlock Text="Loadage" FontSize="30" Foreground="White" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
+ </Grid>
|
|
|
+
|
|
|
+ <Grid Grid.Row="5">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1"/>
|
|
|
+ <TextBlock Text="{Binding BackSpeed, FallbackValue=0.0}" FontSize="30" Foreground="Orange" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
+ </Grid>
|
|
|
+
|
|
|
+ <Grid Grid.Row="5" Grid.Column="1">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1"/>
|
|
|
+ <TextBlock Text="{Binding BackTorque, FallbackValue=0.0}" FontSize="30" Foreground="Orange" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
+ </Grid>
|
|
|
+
|
|
|
+ <Grid Grid.Row="5" Grid.Column="2">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1"/>
|
|
|
+ <TextBlock Text="{Binding BackRpm, FallbackValue=0.0}" FontSize="30" Foreground="Orange" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
+ </Grid>
|
|
|
+
|
|
|
+ <Grid Grid.Row="5" Grid.Column="3">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1"/>
|
|
|
+ <TextBlock Text="{Binding BackLoadage, FallbackValue=0.0}" FontSize="30" Foreground="Orange" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
+ </Grid>
|
|
|
+ </Grid>
|
|
|
+ </StackPanel>
|
|
|
+ </Border>
|
|
|
+ </Grid>
|
|
|
+
|
|
|
+ <!--<Grid Grid.Row="0">
|
|
|
<Border Margin="5" BorderBrush="Gray" BorderThickness="1" VerticalAlignment="Stretch" HorizontalAlignment="Stretch"/>
|
|
|
<Button Background="{x:Null}" Foreground="Orange" Margin="10,10,657,226" Height="Auto">
|
|
|
<TextBlock Text="Drive" FontSize="20"/>
|
|
|
@@ -112,96 +296,7 @@
|
|
|
<Button Content="{Binding LockRightScale, FallbackValue=0.001}" FontSize="20" Background="{x:Null}" Height="Auto"/>
|
|
|
</StackPanel>
|
|
|
</StackPanel>
|
|
|
- </Grid>
|
|
|
-
|
|
|
- <!--<Border Margin="2,101,0,10" BorderBrush="#FF00FFD3"
|
|
|
- BorderThickness="1" VerticalAlignment="Stretch"
|
|
|
- HorizontalAlignment="Stretch" Grid.Column="1"
|
|
|
- Grid.ColumnSpan="3" Grid.RowSpan="2"/>
|
|
|
- <Button
|
|
|
- Style="{StaticResource MaterialDesignRaisedButton}"
|
|
|
- materialDesign:ButtonAssist.CornerRadius="10"
|
|
|
- ToolTip="MaterialDesignRaisedButton with Round Corners"
|
|
|
- Margin="10,20,10,20"
|
|
|
- Grid.Row="1"
|
|
|
- Grid.Column="1"
|
|
|
- Height="auto"
|
|
|
- HorizontalAlignment="Stretch">
|
|
|
- <StackPanel>
|
|
|
- <TextBlock><Run Text="Limit(-)"/></TextBlock>
|
|
|
- </StackPanel>
|
|
|
- </Button>
|
|
|
-
|
|
|
- <materialDesign:Badged
|
|
|
- Grid.Row="1"
|
|
|
- Grid.Column="2"
|
|
|
- Badge="Current Pos"
|
|
|
- BadgeColorZoneMode="Dark"
|
|
|
- BadgePlacementMode="Top"
|
|
|
- BadgeForeground="Aqua"
|
|
|
- VerticalAlignment="Center"
|
|
|
- HorizontalAlignment="Center"
|
|
|
- Height="auto">
|
|
|
- <Button Margin="15" VerticalAlignment="Center" HorizontalAlignment="Center" Height="50" >
|
|
|
- <StackPanel>
|
|
|
- <TextBlock Text="0.000"/>
|
|
|
- </StackPanel>
|
|
|
- </Button>
|
|
|
- </materialDesign:Badged>
|
|
|
-
|
|
|
- <Button
|
|
|
- Style="{StaticResource MaterialDesignRaisedButton}"
|
|
|
- materialDesign:ButtonAssist.CornerRadius="10"
|
|
|
- ToolTip="MaterialDesignRaisedButton with Round Corners"
|
|
|
- Margin="10,20,10,20"
|
|
|
- Grid.Row="1"
|
|
|
- Grid.Column="3"
|
|
|
- Height="auto"
|
|
|
- HorizontalAlignment="Stretch">
|
|
|
- <StackPanel>
|
|
|
- <TextBlock><Run Text="Limit(-)"/></TextBlock>
|
|
|
- </StackPanel>
|
|
|
- </Button>
|
|
|
-
|
|
|
- <Button
|
|
|
- Margin="5"
|
|
|
- Grid.Row="2"
|
|
|
- Grid.Column="1"
|
|
|
- HorizontalAlignment="Stretch"
|
|
|
- Height="auto">
|
|
|
- <StackPanel>
|
|
|
- <materialDesign:PackIcon Kind="ArrowLeftBoldCircleOutline" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Height="42" Width="auto"/>
|
|
|
- <TextBlock><Run Text="Jog(-)"/></TextBlock>
|
|
|
- </StackPanel>
|
|
|
- </Button>
|
|
|
-
|
|
|
- <materialDesign:Badged
|
|
|
- Grid.Row="2"
|
|
|
- Grid.Column="2"
|
|
|
- Badge="Jog Velocity"
|
|
|
- BadgeColorZoneMode="Dark"
|
|
|
- BadgePlacementMode="Top"
|
|
|
- BadgeForeground="Aqua"
|
|
|
- VerticalAlignment="Center"
|
|
|
- HorizontalAlignment="Center">
|
|
|
- <Button Margin="15" VerticalAlignment="Center" HorizontalAlignment="Center" Height="60" Width="Auto" >
|
|
|
- <StackPanel>
|
|
|
- <TextBlock Text="0.000"/>
|
|
|
- </StackPanel>
|
|
|
- </Button>
|
|
|
- </materialDesign:Badged>
|
|
|
-
|
|
|
- <Button
|
|
|
- Margin="5"
|
|
|
- Grid.Row="2"
|
|
|
- Grid.Column="3"
|
|
|
- HorizontalAlignment="Stretch"
|
|
|
- Height="auto">
|
|
|
- <StackPanel>
|
|
|
- <materialDesign:PackIcon Kind="ArrowRightBoldCircleOutline" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Height="42" Width="auto"/>
|
|
|
- <TextBlock><Run Text="Jog(+)"/></TextBlock>
|
|
|
- </StackPanel>
|
|
|
- </Button>-->
|
|
|
+ </Grid>-->
|
|
|
|
|
|
</Grid>
|
|
|
</Grid>
|
|
|
@@ -216,20 +311,7 @@
|
|
|
</StackPanel>
|
|
|
</Button>
|
|
|
</StackPanel>
|
|
|
-
|
|
|
</Grid>
|
|
|
-
|
|
|
- <!--<StackPanel Orientation="Horizontal" Grid.Row="2" HorizontalAlignment="Center" VerticalAlignment="Top" Margin="0,5,0,0">
|
|
|
- <Button x:Name="btnSend" HorizontalAlignment="Left" VerticalAlignment="Top" Width="100" Margin="0,0,20,0" Height="25" Command="{Binding CloseDialogCommand}" CommandParameter="true" Content="확인" Background="#FF1368BD" Style="{StaticResource MaterialDesignRaisedButton}"/>
|
|
|
- -->
|
|
|
- <!--Style="{DynamicResource btn_Send}"-->
|
|
|
- <!--
|
|
|
-
|
|
|
- <Button x:Name="btnCancel" HorizontalAlignment="Left" VerticalAlignment="Top" Width="100" Height="25" Content="취소" Command="{Binding CloseDialogCommand}" CommandParameter="false" Background="#FF1368BD" Style="{StaticResource MaterialDesignRaisedButton}"/>
|
|
|
- -->
|
|
|
- <!--Style="{DynamicResource btn_Close}"-->
|
|
|
- <!--
|
|
|
- </StackPanel>-->
|
|
|
</Grid>
|
|
|
</Border>
|
|
|
|