From e3a85e42fa0b89d9ee5394e82cf03638054d0aac Mon Sep 17 00:00:00 2001 From: liufei Date: Thu, 23 Dec 2021 17:58:06 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E5=9B=BE=E6=A0=87-=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Control/Windows/SystemItemWindow.xaml | 84 +++++++++ Control/Windows/SystemItemWindow.xaml.cs | 227 +++++++++++++++++++++++ GeekDesk.csproj | 8 + Util/FileIcon.cs | 18 +- Util/SystemIcon.cs | 34 ++++ 5 files changed, 370 insertions(+), 1 deletion(-) create mode 100644 Control/Windows/SystemItemWindow.xaml create mode 100644 Control/Windows/SystemItemWindow.xaml.cs create mode 100644 Util/SystemIcon.cs diff --git a/Control/Windows/SystemItemWindow.xaml b/Control/Windows/SystemItemWindow.xaml new file mode 100644 index 0000000..4cf58b4 --- /dev/null +++ b/Control/Windows/SystemItemWindow.xaml @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +