diff --git a/DATA/SCCM.db b/DATA/SCCM.db
index bd17d1b..925bc77 100644
Binary files a/DATA/SCCM.db and b/DATA/SCCM.db differ
diff --git a/EX/VNC.xaml b/EX/VNC.xaml
new file mode 100644
index 0000000..892abcd
--- /dev/null
+++ b/EX/VNC.xaml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
diff --git a/EX/VNC.xaml.cs b/EX/VNC.xaml.cs
new file mode 100644
index 0000000..a7a1f93
--- /dev/null
+++ b/EX/VNC.xaml.cs
@@ -0,0 +1,36 @@
+using SunlightCentralizedControlManagement_SCCM_.View;
+using SunlightCentralizedControlManagement_SCCM_.EX;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows;
+using System.Windows.Controls;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Input;
+using System.Windows.Media;
+using System.Windows.Media.Imaging;
+using System.Windows.Shapes;
+
+
+namespace SunlightCentralizedControlManagement_SCCM_.WindowsView
+{
+ ///
+ /// UserMessage.xaml 的交互逻辑
+ ///
+ public partial class VNC : Window
+ {
+ public VNC()
+ {
+ InitializeComponent();
+ }
+
+
+ private void Save_Click(object sender, RoutedEventArgs e)
+ {
+ this.Close();
+ }
+ }
+}
diff --git a/SunlightCentralizedControlManagement_SCCM_.csproj b/SunlightCentralizedControlManagement_SCCM_.csproj
index 61cd35c..3c2659b 100644
--- a/SunlightCentralizedControlManagement_SCCM_.csproj
+++ b/SunlightCentralizedControlManagement_SCCM_.csproj
@@ -107,6 +107,9 @@
ManualDyelot.xaml
+
+ VNC.xaml
+
Login.xaml
@@ -230,6 +233,10 @@
Designer
MSBuild:Compile
+
+ MSBuild:Compile
+ Designer
+
MSBuild:Compile
Designer
diff --git a/UserControls/DispenseMacInfo.xaml.cs b/UserControls/DispenseMacInfo.xaml.cs
index 62a4cbf..3bf4872 100644
--- a/UserControls/DispenseMacInfo.xaml.cs
+++ b/UserControls/DispenseMacInfo.xaml.cs
@@ -32,7 +32,7 @@ namespace SunlightCentralizedControlManagement_SCCM_.UserControls
InitializeComponent();
}
- private void State_Click(object sender, RoutedEventArgs e)
+ private void State_Click(object sender, RoutedEventArgs e)//状态
{
if (mlock.Visibility == Visibility.Visible)
{
@@ -44,7 +44,7 @@ namespace SunlightCentralizedControlManagement_SCCM_.UserControls
userMessage.Show();
}
- private void Manual_Click(object sender, RoutedEventArgs e)
+ private void Manual_Click(object sender, RoutedEventArgs e)//手动呼叫
{
if (mlock.Visibility == Visibility.Visible)
{
@@ -56,7 +56,7 @@ namespace SunlightCentralizedControlManagement_SCCM_.UserControls
manualDyelot.Show();
}
- private void Screen_Click(object sender, RoutedEventArgs e)
+ private void Screen_Click(object sender, RoutedEventArgs e)//远程画面
{
if (mlock.Visibility == Visibility.Visible)
{