大量更新

This commit is contained in:
GG Z
2025-12-23 21:35:54 +08:00
parent cd4733ee01
commit ceccab9abb
211 changed files with 9439 additions and 6578 deletions

View File

@@ -389,7 +389,7 @@ public class ModifyTabApp
Autodesk.Windows.RibbonButton iavBtn =
new()
{
//Image = new System.Windows.Media.Imaging.BitmapImage(new Uri(icopath)),
//Image = new System.Windows.Media.Imaging.BitmapImage(new NavigateUri(icopath)),
Image = Resources.select_on_view_16px.ToBitmapSource(),
Size = RibbonItemSize.Standard,
ShowText = true,
@@ -529,7 +529,7 @@ public class ModifyTabApp
Autodesk.Windows.RibbonButton selFilterBtn =
new()
{
//Image = new System.Windows.Media.Imaging.BitmapImage(new Uri(icopath)),
//Image = new System.Windows.Media.Imaging.BitmapImage(new NavigateUri(icopath)),
Image = Resources.select_filter_16px.ToBitmapSource(),
LargeImage = Resources.select_filter_32px.ToBitmapSource(),
Size = RibbonItemSize.Large,
@@ -582,7 +582,7 @@ public class ModifyTabApp
Autodesk.Windows.RibbonButton btn =
new()
{
//Image = new System.Windows.Media.Imaging.BitmapImage(new Uri(icopath)),
//Image = new System.Windows.Media.Imaging.BitmapImage(new NavigateUri(icopath)),
Image = Resources.select_filter_16px.ToBitmapSource(),
LargeImage = Resources.select_filter_32px.ToBitmapSource(),
Size = RibbonItemSize.Large,