diff --git a/XplorePlane/Assets/Icons/angle.png b/XplorePlane/Assets/Icons/angle.png new file mode 100644 index 0000000..19c7ab0 Binary files /dev/null and b/XplorePlane/Assets/Icons/angle.png differ diff --git a/XplorePlane/Assets/Icons/bubble.png b/XplorePlane/Assets/Icons/bubble.png new file mode 100644 index 0000000..da7e8a6 Binary files /dev/null and b/XplorePlane/Assets/Icons/bubble.png differ diff --git a/XplorePlane/Assets/Icons/cylinder.png b/XplorePlane/Assets/Icons/cylinder.png new file mode 100644 index 0000000..3931601 Binary files /dev/null and b/XplorePlane/Assets/Icons/cylinder.png differ diff --git a/XplorePlane/Assets/Icons/ptol.png b/XplorePlane/Assets/Icons/ptol.png new file mode 100644 index 0000000..b635cee Binary files /dev/null and b/XplorePlane/Assets/Icons/ptol.png differ diff --git a/XplorePlane/Assets/Icons/ptop.png b/XplorePlane/Assets/Icons/ptop.png new file mode 100644 index 0000000..0946f78 Binary files /dev/null and b/XplorePlane/Assets/Icons/ptop.png differ diff --git a/XplorePlane/Views/ImageProcessing/BgaMeasurePanel.xaml b/XplorePlane/Views/ImageProcessing/BgaMeasurePanel.xaml index f24b39a..87aad82 100644 --- a/XplorePlane/Views/ImageProcessing/BgaMeasurePanel.xaml +++ b/XplorePlane/Views/ImageProcessing/BgaMeasurePanel.xaml @@ -62,7 +62,7 @@ - + @@ -93,4 +93,4 @@ - + \ No newline at end of file diff --git a/XplorePlane/Views/Main/MainWindow.xaml b/XplorePlane/Views/Main/MainWindow.xaml index f9b886a..b83d2f6 100644 --- a/XplorePlane/Views/Main/MainWindow.xaml +++ b/XplorePlane/Views/Main/MainWindow.xaml @@ -193,8 +193,6 @@ - - @@ -207,14 +205,14 @@ telerik:ScreenTip.Title="点点距测量" Command="{Binding PointDistanceMeasureCommand}" Size="Medium" - SmallImage="/Assets/Icons/crosshair.png" + SmallImage="/Assets/Icons/ptop.png" Text="点点距测量" /> @@ -225,14 +223,14 @@ telerik:ScreenTip.Title="角度测量" Command="{Binding AngleMeasureCommand}" Size="Medium" - SmallImage="/Assets/Icons/dynamic-range.png" + SmallImage="/Assets/Icons/angle.png" Text="角度测量" /> @@ -385,7 +383,6 @@ Size="Large" SmallImage="/Assets/Icons/spiral.png" /> - - - + - - @@ -584,4 +578,4 @@ - + \ No newline at end of file