|
@@ -13,7 +13,7 @@
|
|
|
ShowIconOnTitleBar="True"
|
|
|
PreviewKeyDown="processGrid_KeyDown"
|
|
|
WindowStartupLocation="CenterScreen"
|
|
|
- WindowState = "Normal"
|
|
|
+ WindowState = "Normal" FontFamily="Segoe UI Symbol"
|
|
|
>
|
|
|
<Controls:MetroWindow.Resources>
|
|
|
<Style BasedOn="{StaticResource MetroTabItem}" TargetType="{x:Type TabItem}" x:Key="smallHeader" >
|
|
@@ -218,12 +218,15 @@
|
|
|
<Label x:Name="labelTi2" Content="题" HorizontalAlignment="Left" Margin="280,10,0,0" VerticalAlignment="Top" FontSize="18"/>
|
|
|
<Label x:Name="labelFilterQuestionTitle" Content="[问题的标题,大约需要30个汉字,所以空间需要够]" HorizontalAlignment="Left" Margin="90,36,0,0" VerticalAlignment="Top" FontSize="30"/>
|
|
|
<TextBlock x:Name="textBlockFilterQuetionContent" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="94,90,0,0" TextWrapping="Wrap" Text="Here is the question content." Height="240" Width="745" FontSize="18"/>
|
|
|
- <Image x:Name="imageFilterQuestion" HorizontalAlignment="Left" Width="348" Height="430" Margin="850,90,0,0" VerticalAlignment="Top" />
|
|
|
+ <Image x:Name="imageFilterQuestion_start" HorizontalAlignment="Left" Width="460" Height="245" Margin="850,50,0,0" VerticalAlignment="Top" />
|
|
|
+ <Image x:Name="imageFilterQuestion_active" HorizontalAlignment="Left" Width="460" Height="245" Margin="850,295,0,0" VerticalAlignment="Top" />
|
|
|
<Grid x:Name="gridFilterSelection" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="94,340,0,0" Width="745" Height="200" ></Grid>
|
|
|
+ <Label x:Name="labelFilterStartPosition" Content="起始位" HorizontalAlignment="Left" Margin="1210,50,0,0" VerticalAlignment="Top" FontSize="30"/>
|
|
|
+ <Label x:Name="labelFilterActivePosition" Content="动作位" HorizontalAlignment="Left" Margin="1210,295,0,0" VerticalAlignment="Top" FontSize="30"/>
|
|
|
<Button x:Name="buttonFilterPrevious" Content="上一题" HorizontalAlignment="Left" Margin="424,550,0,0" VerticalAlignment="Top" Width="130" Height="50" FontSize="18" IsEnabled="False" Click="buttonFilterPrevious_Click" />
|
|
|
<Button x:Name="buttonFilterNext" Content="下一题" HorizontalAlignment="Left" Margin="784,550,0,0" VerticalAlignment="Top" Width="130" Height="50" FontSize="18" IsEnabled="False" Click="buttonFilterNext_Click" />
|
|
|
<Button x:Name="buttonSubmitFilter" Content="提交" HorizontalAlignment="Left" Margin="604,550,0,0" VerticalAlignment="Top" Width="130" Height="50" FontSize="18" Background="#FF317602" Foreground="White" IsEnabled="False" Click="buttonSubmitFilter_Click"/>
|
|
|
- <Button x:Name="buttonAbortFilter" Content="中止筛查" HorizontalAlignment="Left" Margin="1150,550,0,0" VerticalAlignment="Top" Width="132" Height="50" FontSize="18" Background="#FFB92424" Foreground="White" Click="buttonAbortFilter_Click"/>
|
|
|
+ <Button x:Name="buttonAbortFilter" Content="中止筛查" HorizontalAlignment="Left" Margin="110,545,0,0" VerticalAlignment="Top" Width="132" Height="50" FontSize="18" Background="#FFB92424" Foreground="White" Click="buttonAbortFilter_Click"/>
|
|
|
</Grid>
|
|
|
</TabItem>
|
|
|
<TabItem Header="筛查报告" Style="{StaticResource smallerHeader}" IsEnabled="False" >
|
|
@@ -256,12 +259,15 @@
|
|
|
<Label x:Name="labelTi2E" Content="题" HorizontalAlignment="Left" Margin="190,10,0,0" VerticalAlignment="Top" FontSize="18"/>
|
|
|
<Label x:Name="labelEvaluationQuestionTitle" Content="[问题的标题,大约需要30个汉字,所以空间需要够]" HorizontalAlignment="Left" Margin="90,36,0,0" VerticalAlignment="Top" FontSize="30"/>
|
|
|
<TextBlock x:Name="textBlockEvaluationQuetionContent" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="94,90,0,0" TextWrapping="Wrap" Text="Here is the question content." Height="310" Width="745" FontSize="18"/>
|
|
|
- <Image x:Name="imageEvaluationQuestion" HorizontalAlignment="Left" Width="348" Height="430" Margin="850,90,0,0" VerticalAlignment="Top" />
|
|
|
+ <Image x:Name="imageEvaluationQuestion_start" HorizontalAlignment="Left" Width="460" Height="245" Margin="850,50,0,0" VerticalAlignment="Top" />
|
|
|
+ <Image x:Name="imageEvaluationQuestion_active" HorizontalAlignment="Left" Width="460" Height="245" Margin="850,295,0,0" VerticalAlignment="Top" />
|
|
|
<Grid x:Name="gridEvaluationSelection" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="94,400,0,0" Width="745" Height="120" ></Grid>
|
|
|
- <Button x:Name="buttonEvaluationPrevious" Content="上一题" HorizontalAlignment="Left" Margin="424,550,0,0" VerticalAlignment="Top" Width="130" Height="50" FontSize="18" IsEnabled="False" Click="buttonEvaluationPrevious_Click" />
|
|
|
+ <Label x:Name="labelEvaluationStartPosition" Content="起始位" HorizontalAlignment="Left" Margin="1210,50,0,0" VerticalAlignment="Top" FontSize="30"/>
|
|
|
+ <Label x:Name="labelEvaluationActivePosition" Content="动作位" HorizontalAlignment="Left" Margin="1210,295,0,0" VerticalAlignment="Top" FontSize="30"/>
|
|
|
+ <Button x:Name="buttonEvaluationPrevious" Visibility="Hidden" Content="上一题" HorizontalAlignment="Left" Margin="424,550,0,0" VerticalAlignment="Top" Width="130" Height="50" FontSize="18" IsEnabled="False" Click="buttonEvaluationPrevious_Click" />
|
|
|
<Button x:Name="buttonEvaluationNext" Content="下一题" HorizontalAlignment="Left" Margin="784,550,0,0" VerticalAlignment="Top" Width="130" Height="50" FontSize="18" IsEnabled="False" Click="buttonEvaluationNext_Click" />
|
|
|
<Button x:Name="buttonSubmitEvaluation" Content="提交" HorizontalAlignment="Left" Margin="604,550,0,0" VerticalAlignment="Top" Width="130" Height="50" FontSize="18" Background="#FF317602" Foreground="White" IsEnabled="False" Click="buttonSubmitEvaluation_Click"/>
|
|
|
- <Button x:Name="buttonAbortEvaluation" Content="中止评估" HorizontalAlignment="Left" Margin="1150,550,0,0" VerticalAlignment="Top" Width="132" Height="50" FontSize="18" Background="#FFB92424" Foreground="White" Click="buttonAbortEvaluation_Click"/>
|
|
|
+ <Button x:Name="buttonAbortEvaluation" Content="中止评估" HorizontalAlignment="Left" Margin="406,550,0,0" VerticalAlignment="Top" Width="132" Height="50" FontSize="18" Background="#FFB92424" Foreground="White" Click="buttonAbortEvaluation_Click"/>
|
|
|
</Grid>
|
|
|
</TabItem>
|
|
|
<TabItem Header="评估报告" Style="{StaticResource smallerHeader}" IsEnabled="False" >
|