|
@ -68,29 +68,30 @@ |
|
|
<StackPanel Orientation="Horizontal" > |
|
|
<StackPanel Orientation="Horizontal" > |
|
|
<materialDesign:PackIcon Kind="DateRange" Width="25" Height="40" Margin="10" VerticalAlignment="Center"/> |
|
|
<materialDesign:PackIcon Kind="DateRange" Width="25" Height="40" Margin="10" VerticalAlignment="Center"/> |
|
|
<TextBlock Text="{x:Static lang:Resources.SelectDate}" VerticalAlignment="Center" Margin="20 10" Foreground="White"/> |
|
|
<TextBlock Text="{x:Static lang:Resources.SelectDate}" VerticalAlignment="Center" Margin="20 10" Foreground="White"/> |
|
|
<DatePicker x:Name="Sdatepicker" Width="150" FontSize="20" Height="30" FontWeight="Bold" Padding="1,1,0,1" |
|
|
<DatePicker x:Name="Sdatepicker" Width="150" FontSize="20" Height="40" FontWeight="Bold" Padding="1,1,0,1" |
|
|
Focusable="False" Text="{x:Static lang:Resources.Startdate}"/> |
|
|
Focusable="False" Text="{x:Static lang:Resources.Startdate}"/> |
|
|
<DatePicker x:Name="Edatepicker" Width="150" FontSize="20" Height="30" FontWeight="Bold" Padding="1,1,0,1" |
|
|
<DatePicker x:Name="Edatepicker" Width="150" FontSize="20" Height="40" FontWeight="Bold" Padding="1,1,0,1" |
|
|
Focusable="False" Text="{x:Static lang:Resources.Enddate}"/> |
|
|
Focusable="False" Text="{x:Static lang:Resources.Enddate}"/> |
|
|
</StackPanel> |
|
|
</StackPanel> |
|
|
</ListViewItem> |
|
|
</ListViewItem> |
|
|
</ListView> |
|
|
</ListView> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ListView ScrollViewer.HorizontalScrollBarVisibility="Disabled" Foreground="#FF1368BD"> |
|
|
<ListView ScrollViewer.HorizontalScrollBarVisibility="Disabled" Foreground="#FF1368BD"> |
|
|
<ListViewItem Width="150" x:Name="Resume"> |
|
|
<ListViewItem Height="60" x:Name="Resume"> |
|
|
<StackPanel Orientation="Horizontal" > |
|
|
<StackPanel Orientation="Horizontal" > |
|
|
<materialDesign:PackIcon Kind="DateRange" Width="25" Height="40" Margin="10" VerticalAlignment="Center"/> |
|
|
<materialDesign:PackIcon Kind="Number0CircleOutline" Width="40" Height="30" VerticalAlignment="Center"/> |
|
|
<TextBlock Text="{x:Static lang:Resources.YES}" VerticalAlignment="Center" Margin="20 10" Foreground="White"/> |
|
|
<TextBlock Text="{x:Static lang:Resources.Dyelot}" VerticalAlignment="Center" Margin="20 10" Foreground="White"/> |
|
|
</StackPanel> |
|
|
<TextBox x:Name="Select_Dyelot" Width="300" Background="White" FontSize="20" /> |
|
|
|
|
|
</StackPanel> |
|
|
</ListViewItem> |
|
|
</ListViewItem> |
|
|
</ListView> |
|
|
</ListView> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ListView ScrollViewer.HorizontalScrollBarVisibility="Disabled" Foreground="#FF1368BD"> |
|
|
<ListView ScrollViewer.HorizontalScrollBarVisibility="Disabled" Foreground="#FF1368BD"> |
|
|
<ListViewItem Width="150" MouseLeftButtonUp="Paused_MouseLeftButtonUp" IsEnabled="False" x:Name="Paused"> |
|
|
<ListViewItem Width="150" MouseLeftButtonUp="Paused_MouseLeftButtonUp" IsEnabled="False" x:Name="Paused"> |
|
|
<StackPanel Orientation="Horizontal"> |
|
|
<StackPanel Orientation="Horizontal"> |
|
|
<materialDesign:PackIcon Kind="Pause" Width="25" Height="25" Margin="10" VerticalAlignment="Center"/> |
|
|
<materialDesign:PackIcon Kind="Pause" Width="40" Height="30" VerticalAlignment="Center"/> |
|
|
<TextBlock Text="{x:Static lang:Resources.Paused}" VerticalAlignment="Center" Margin="20 10" Foreground="White"/> |
|
|
<TextBlock Text="{x:Static lang:Resources.Paused}" VerticalAlignment="Center" Margin="15" Foreground="White"/> |
|
|
</StackPanel> |
|
|
</StackPanel> |
|
|
</ListViewItem> |
|
|
</ListViewItem> |
|
|
</ListView> |
|
|
</ListView> |
|
|