|
|
@ -62,6 +62,7 @@ |
|
|
|
</Style> |
|
|
|
</lvc:CartesianChart.Style> |
|
|
|
</lvc:CartesianChart> |
|
|
|
|
|
|
|
<StackPanel x:Name="s1cr" VerticalAlignment="Bottom" Height="60" Background="#FF00204E" Orientation="Horizontal" Margin="0,0,0,0"> |
|
|
|
<ListView ScrollViewer.HorizontalScrollBarVisibility="Disabled" Foreground="#FF1368BD"> |
|
|
|
<ListViewItem Height="60" MouseLeftButtonUp="DatePicker_Today" VerticalAlignment="Center"> |
|
|
@ -76,16 +77,16 @@ |
|
|
|
</ListViewItem> |
|
|
|
</ListView> |
|
|
|
<ListView ScrollViewer.HorizontalScrollBarVisibility="Disabled" Foreground="#FF1368BD"> |
|
|
|
<ListViewItem Height="60" x:Name="Resume"> |
|
|
|
<ListViewItem Height="60" x:Name="WNumder"> |
|
|
|
<StackPanel Orientation="Horizontal" > |
|
|
|
<materialDesign:PackIcon Kind="Number0CircleOutline" Width="40" Height="30" VerticalAlignment="Center"/> |
|
|
|
<TextBlock Text="{x:Static lang:Resources.Dyelot}" VerticalAlignment="Center" Margin="20 10" Foreground="White"/> |
|
|
|
<TextBox x:Name="Select_Dyelot" Width="300" Background="White" FontSize="20" /> |
|
|
|
</StackPanel> |
|
|
|
<TextBlock Text="{x:Static lang:Resources.WorkOrderNumder}" VerticalAlignment="Center" Margin="20 10" Foreground="White"/> |
|
|
|
<TextBox x:Name="Select_WorkOrderNumder" Width="300" Background="White" FontSize="20" VerticalAlignment="Center" Height="40" /> |
|
|
|
<Button Width="80" Height="40" VerticalAlignment="Center" Click="WorkOrderNumder_Click" Content="{x:Static lang:Resources.Search}"/> |
|
|
|
</StackPanel> |
|
|
|
</ListViewItem> |
|
|
|
</ListView> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ListView ScrollViewer.HorizontalScrollBarVisibility="Disabled" Foreground="#FF1368BD"> |
|
|
|
<ListViewItem Width="150" MouseLeftButtonUp="Paused_MouseLeftButtonUp" IsEnabled="False" x:Name="Paused"> |
|
|
|