From b0de14c2670b9ff0079dacfb4b7457b438368f11 Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期四, 27 三月 2025 10:17:53 +0800 Subject: [PATCH] 添加导出直线圆弧数据 --- Client/DesktopMain/Properties/Resources.Designer.cs | 42 ++++++++++++++++-------------------------- 1 files changed, 16 insertions(+), 26 deletions(-) diff --git a/Client/DesktopMain/Properties/Resources.Designer.cs b/Client/DesktopMain/Properties/Resources.Designer.cs index 4d951d8..d1714b2 100644 --- a/Client/DesktopMain/Properties/Resources.Designer.cs +++ b/Client/DesktopMain/Properties/Resources.Designer.cs @@ -63,9 +63,9 @@ /// <summary> /// 鏌ユ壘 System.Drawing.Bitmap 绫诲瀷鐨勬湰鍦板寲璧勬簮銆� /// </summary> - internal static System.Drawing.Bitmap baseline_bluetooth_black_24dp { + internal static System.Drawing.Bitmap AppIcon256 { get { - object obj = ResourceManager.GetObject("baseline_bluetooth_black_24dp", resourceCulture); + object obj = ResourceManager.GetObject("AppIcon256", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } @@ -73,9 +73,9 @@ /// <summary> /// 鏌ユ壘 System.Drawing.Bitmap 绫诲瀷鐨勬湰鍦板寲璧勬簮銆� /// </summary> - internal static System.Drawing.Bitmap baseline_build_black_24dp { + internal static System.Drawing.Bitmap Book { get { - object obj = ResourceManager.GetObject("baseline_build_black_24dp", resourceCulture); + object obj = ResourceManager.GetObject("Book", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } @@ -83,9 +83,9 @@ /// <summary> /// 鏌ユ壘 System.Drawing.Bitmap 绫诲瀷鐨勬湰鍦板寲璧勬簮銆� /// </summary> - internal static System.Drawing.Bitmap baseline_favorite_border_black_24dp { + internal static System.Drawing.Bitmap logo { get { - object obj = ResourceManager.GetObject("baseline_favorite_border_black_24dp", resourceCulture); + object obj = ResourceManager.GetObject("logo", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } @@ -93,9 +93,9 @@ /// <summary> /// 鏌ユ壘 System.Drawing.Bitmap 绫诲瀷鐨勬湰鍦板寲璧勬簮銆� /// </summary> - internal static System.Drawing.Bitmap baseline_fingerprint_black_24dp { + internal static System.Drawing.Bitmap Search { get { - object obj = ResourceManager.GetObject("baseline_fingerprint_black_24dp", resourceCulture); + object obj = ResourceManager.GetObject("Search", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } @@ -103,9 +103,9 @@ /// <summary> /// 鏌ユ壘 System.Drawing.Bitmap 绫诲瀷鐨勬湰鍦板寲璧勬簮銆� /// </summary> - internal static System.Drawing.Bitmap baseline_thumb_up_black_24dp { + internal static System.Drawing.Bitmap setting { get { - object obj = ResourceManager.GetObject("baseline_thumb_up_black_24dp", resourceCulture); + object obj = ResourceManager.GetObject("setting", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } @@ -113,9 +113,9 @@ /// <summary> /// 鏌ユ壘 System.Drawing.Bitmap 绫诲瀷鐨勬湰鍦板寲璧勬簮銆� /// </summary> - internal static System.Drawing.Bitmap minus { + internal static System.Drawing.Bitmap user { get { - object obj = ResourceManager.GetObject("minus", resourceCulture); + object obj = ResourceManager.GetObject("user", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } @@ -123,9 +123,9 @@ /// <summary> /// 鏌ユ壘 System.Drawing.Bitmap 绫诲瀷鐨勬湰鍦板寲璧勬簮銆� /// </summary> - internal static System.Drawing.Bitmap plus { + internal static System.Drawing.Bitmap woke { get { - object obj = ResourceManager.GetObject("plus", resourceCulture); + object obj = ResourceManager.GetObject("woke", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } @@ -133,19 +133,9 @@ /// <summary> /// 鏌ユ壘 System.Drawing.Bitmap 绫诲瀷鐨勬湰鍦板寲璧勬簮銆� /// </summary> - internal static System.Drawing.Bitmap round_add_black_24dp { + internal static System.Drawing.Bitmap yelun { get { - object obj = ResourceManager.GetObject("round_add_black_24dp", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// <summary> - /// 鏌ユ壘 System.Drawing.Bitmap 绫诲瀷鐨勬湰鍦板寲璧勬簮銆� - /// </summary> - internal static System.Drawing.Bitmap round_phone_black_24dp { - get { - object obj = ResourceManager.GetObject("round_phone_black_24dp", resourceCulture); + object obj = ResourceManager.GetObject("yelun", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } -- Gitblit v1.9.3