|
|
|
@ -86,7 +86,7 @@
|
|
|
|
</UniformGrid>
|
|
|
|
</UniformGrid>
|
|
|
|
</Border>
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
|
|
|
|
<md:DrawerHost Grid.Row="1" RightDrawerBackground="Transparent" IsRightDrawerOpen="True" OpenMode="Standard">
|
|
|
|
<md:DrawerHost Grid.Row="1" RightDrawerBackground="Transparent" IsRightDrawerOpen="{Binding IsOpenMode}" OpenMode="Standard">
|
|
|
|
<Border BorderBrush="#1D3649" BorderThickness="0 0 2 0">
|
|
|
|
<Border BorderBrush="#1D3649" BorderThickness="0 0 2 0">
|
|
|
|
<Grid>
|
|
|
|
<Grid>
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
@ -243,6 +243,28 @@
|
|
|
|
</Button>
|
|
|
|
</Button>
|
|
|
|
</StackPanel>
|
|
|
|
</StackPanel>
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Grid Grid.Column="1">
|
|
|
|
|
|
|
|
<Button Name="btnVisibilityDown" Tag="right"
|
|
|
|
|
|
|
|
Style="{StaticResource VerticalTrapezoidButtonStyle}" Command="{Binding ChangeDrawerStatusCommand}"
|
|
|
|
|
|
|
|
VerticalAlignment="Top" HorizontalAlignment="Left" Visibility="{Binding BtnVisibilityRight}">
|
|
|
|
|
|
|
|
<Path Data="M13.0607 12.1111L8.11067 17.0611L9.52467 18.4751L15.8887 12.1111L9.52467 5.7471L8.11067 7.1611L13.0607 12.1111Z"
|
|
|
|
|
|
|
|
Fill="White" Stretch="Uniform"
|
|
|
|
|
|
|
|
Width="7.78" Height="12.728"
|
|
|
|
|
|
|
|
HorizontalAlignment="Center"
|
|
|
|
|
|
|
|
VerticalAlignment="Center"/>
|
|
|
|
|
|
|
|
</Button>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Button Name="btnVisibilityUp" Tag="left"
|
|
|
|
|
|
|
|
Style="{StaticResource VerticalTrapezoidButtonStyle}" Command="{Binding ChangeDrawerStatusCommand}"
|
|
|
|
|
|
|
|
VerticalAlignment="Top" HorizontalAlignment="Left" Visibility="{Binding BtnVisibilityLeft}">
|
|
|
|
|
|
|
|
<Path Data="M11.1615 12.1111 L16.11153 17.0611 L14.69753 18.4751 L8.3335 12.1111 L14.69753 5.7471 L16.11153 7.1611 Z"
|
|
|
|
|
|
|
|
Fill="White" Stretch="Uniform"
|
|
|
|
|
|
|
|
Width="7.78" Height="12.728"
|
|
|
|
|
|
|
|
HorizontalAlignment="Center"
|
|
|
|
|
|
|
|
VerticalAlignment="Center"/>
|
|
|
|
|
|
|
|
</Button>
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
</Border>
|
|
|
|
</Border>
|
|
|
|
<md:DrawerHost.RightDrawerContent>
|
|
|
|
<md:DrawerHost.RightDrawerContent>
|
|
|
|
@ -430,8 +452,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<StackPanel Orientation="Horizontal" Margin="24 0 0 0" Grid.Row="1">
|
|
|
|
<StackPanel Orientation="Horizontal" Margin="24 0 0 0" Grid.Row="1">
|
|
|
|
<CheckBox IsChecked="{Binding ShowMarkers}" Margin="0 0 12 0"
|
|
|
|
<CheckBox IsChecked="{Binding ShowMarkers}" Margin="0 0 12 0"
|
|
|
|
Foreground="#264A60"
|
|
|
|
Foreground="#264A60">
|
|
|
|
VerticalContentAlignment="Center">
|
|
|
|
|
|
|
|
<CheckBox.Style>
|
|
|
|
<CheckBox.Style>
|
|
|
|
<Style TargetType="CheckBox" BasedOn="{StaticResource SquareCheckToggleButtonStyle}">
|
|
|
|
<Style TargetType="CheckBox" BasedOn="{StaticResource SquareCheckToggleButtonStyle}">
|
|
|
|
<Setter Property="Visibility" Value="Collapsed"/>
|
|
|
|
<Setter Property="Visibility" Value="Collapsed"/>
|
|
|
|
@ -448,8 +469,7 @@
|
|
|
|
<TextBlock Text="마커" Style="{StaticResource CheckBoxContentTextBlockStyle}"/>
|
|
|
|
<TextBlock Text="마커" Style="{StaticResource CheckBoxContentTextBlockStyle}"/>
|
|
|
|
</CheckBox>
|
|
|
|
</CheckBox>
|
|
|
|
<CheckBox IsChecked="{Binding ShowLegends}" Margin="0 0 12 0"
|
|
|
|
<CheckBox IsChecked="{Binding ShowLegends}" Margin="0 0 12 0"
|
|
|
|
Foreground="#264A60"
|
|
|
|
Foreground="#264A60">
|
|
|
|
VerticalContentAlignment="Center">
|
|
|
|
|
|
|
|
<CheckBox.Style>
|
|
|
|
<CheckBox.Style>
|
|
|
|
<Style TargetType="CheckBox" BasedOn="{StaticResource SquareCheckToggleButtonStyle}">
|
|
|
|
<Style TargetType="CheckBox" BasedOn="{StaticResource SquareCheckToggleButtonStyle}">
|
|
|
|
<Setter Property="Visibility" Value="Collapsed"/>
|
|
|
|
<Setter Property="Visibility" Value="Collapsed"/>
|
|
|
|
@ -482,7 +502,8 @@
|
|
|
|
</CheckBox>
|
|
|
|
</CheckBox>
|
|
|
|
</StackPanel>
|
|
|
|
</StackPanel>
|
|
|
|
|
|
|
|
|
|
|
|
<StackPanel Orientation="Horizontal" Margin="15 0" Grid.Row="1" HorizontalAlignment="Right">
|
|
|
|
<StackPanel Orientation="Horizontal" Grid.Row="1"
|
|
|
|
|
|
|
|
HorizontalAlignment="Right" Margin="0 0 24 24">
|
|
|
|
<Button Content="그래프 생성"
|
|
|
|
<Button Content="그래프 생성"
|
|
|
|
Style="{StaticResource GraphButtonStyle}"
|
|
|
|
Style="{StaticResource GraphButtonStyle}"
|
|
|
|
Command="{Binding DrawGraphCommand}"/>
|
|
|
|
Command="{Binding DrawGraphCommand}"/>
|
|
|
|
@ -501,9 +522,6 @@
|
|
|
|
</Border>
|
|
|
|
</Border>
|
|
|
|
</md:DrawerHost.RightDrawerContent>
|
|
|
|
</md:DrawerHost.RightDrawerContent>
|
|
|
|
</md:DrawerHost>
|
|
|
|
</md:DrawerHost>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
</Border>
|
|
|
|
</Border>
|
|
|
|
</UserControl>
|
|
|
|
</UserControl>
|
|
|
|
|