日常更新
This commit is contained in:
@@ -17,9 +17,8 @@
|
||||
<TextBlock
|
||||
Grid.Row="0"
|
||||
Margin="0,0,0,10"
|
||||
TextWrapping="Wrap" Text="双击列表项可定位并选中块。使用“手动匹配”按钮可重新指定标高。">
|
||||
|
||||
</TextBlock>
|
||||
Text="双击列表项可定位并选中块。使用“手动匹配”按钮可重新指定标高。"
|
||||
TextWrapping="Wrap" />
|
||||
|
||||
<ListView
|
||||
x:Name="ReviewListView"
|
||||
@@ -55,23 +54,25 @@
|
||||
x:Name="LocateInListButton"
|
||||
Margin="5"
|
||||
Click="LocateInListButton_Click"
|
||||
Content="定位选中" />
|
||||
Content="定位选中"
|
||||
ToolTip="选择点的块,快速定位到列表中的位置" />
|
||||
<Button
|
||||
x:Name="MatchButton"
|
||||
Margin="5"
|
||||
Click="MatchButton_Click"
|
||||
Content="手动匹配"
|
||||
FontWeight="Bold" />
|
||||
FontWeight="Bold"
|
||||
ToolTip="选中列表中的行,选择文字,手动匹配" />
|
||||
<Button
|
||||
x:Name="CleanLinesButton"
|
||||
Margin="5"
|
||||
Click="CleanLinesButton_Click"
|
||||
Content="清理连线" />
|
||||
<Button
|
||||
<!--<Button
|
||||
x:Name="CloseButton"
|
||||
Margin="5"
|
||||
Click="CloseButton_Click"
|
||||
Content="隐藏面板" />
|
||||
Content="隐藏面板" />-->
|
||||
</StackPanel>
|
||||
</Grid>
|
||||
</UserControl>
|
||||
Reference in New Issue
Block a user