This commit is contained in:
@@ -219,6 +219,7 @@
|
||||
<MenuItem Header="测试" Style="{StaticResource MenuItemStyle}">
|
||||
<MenuItem Header="空载测试" Style="{StaticResource MenuItemStyle}"/>
|
||||
<MenuItem Header="负载测试" Style="{StaticResource MenuItemStyle}" Click="LoadTestMenuItem_Click"/>
|
||||
<MenuItem Header="跳动测试" Style="{StaticResource MenuItemStyle}" Click="JumpingTest_Click"/>
|
||||
<MenuItem Header="报表" Style="{StaticResource MenuItemStyle}" Click="ReportMenuItem_Click"/>
|
||||
</MenuItem>
|
||||
|
||||
@@ -341,7 +342,8 @@
|
||||
<RowDefinition Height="*"/>
|
||||
</Grid.RowDefinitions>
|
||||
|
||||
<!-- 按钮区域 --><!--
|
||||
<!-- 按钮区域 -->
|
||||
<!--
|
||||
<StackPanel Grid.Row="1" Orientation="Horizontal" Grid.Column="1"
|
||||
HorizontalAlignment="Center" Margin="0,300,0,0" Cursor="">
|
||||
<Button Content="开始" Style="{StaticResource StartButtonStyle}" Click="Button_Click_1"/>
|
||||
@@ -371,7 +373,7 @@
|
||||
</Border>
|
||||
<TextBlock Text=" | " Foreground="#7F8C8D"
|
||||
VerticalAlignment="Center" Margin="10,0"/>
|
||||
|
||||
|
||||
</StackPanel>
|
||||
</Grid>
|
||||
</Border>
|
||||
|
||||
Reference in New Issue
Block a user