diff --git a/LOGO/sunlight_logo.jpg b/LOGO/sunlight_logo.jpg
new file mode 100644
index 0000000..1b98457
Binary files /dev/null and b/LOGO/sunlight_logo.jpg differ
diff --git a/MainWindow.xaml b/MainWindow.xaml
index 36b2f93..2d68e2d 100644
--- a/MainWindow.xaml
+++ b/MainWindow.xaml
@@ -46,7 +46,7 @@
-
+
@@ -56,6 +56,7 @@
+
@@ -76,7 +77,7 @@
-
+
@@ -93,46 +94,36 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
-
+
+
-
-
+
+
-
+
+
+
+
+
+
+
+
+
diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs
index 6c77522..f590252 100644
--- a/MainWindow.xaml.cs
+++ b/MainWindow.xaml.cs
@@ -78,6 +78,10 @@ namespace SunlightCentralizedControlManagement_SCCM_
}
-
+ private void Buttonhelp_Click(object sender, RoutedEventArgs e)
+ {
+ // Windows.Help help_page = new Windows.Help();
+ // help_page.ShowDialog();//实例化并置顶打开信息窗口
+ }
}
}
diff --git a/Properties/Resources.Designer.cs b/Properties/Resources.Designer.cs
index 5a3253e..658e8f7 100644
--- a/Properties/Resources.Designer.cs
+++ b/Properties/Resources.Designer.cs
@@ -861,6 +861,15 @@ namespace SunlightCentralizedControlManagement_SCCM_.Properties {
}
}
+ ///
+ /// 查找类似 Help 的本地化字符串。
+ ///
+ public static string Help {
+ get {
+ return ResourceManager.GetString("Help", resourceCulture);
+ }
+ }
+
///
/// 查找类似 High-water level 的本地化字符串。
///
diff --git a/Properties/Resources.resx b/Properties/Resources.resx
index b38cbca..ec3d346 100644
--- a/Properties/Resources.resx
+++ b/Properties/Resources.resx
@@ -858,4 +858,7 @@
PopUpLogout
+
+ Help
+
\ No newline at end of file
diff --git a/SunlightCentralizedControlManagement(SCCM).sln b/SunlightCentralizedControlManagement(SCCM).sln
index 733a895..708ea7a 100644
--- a/SunlightCentralizedControlManagement(SCCM).sln
+++ b/SunlightCentralizedControlManagement(SCCM).sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35312.102
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SunlightCentralizedControlManagement(SCCM)", "SunlightCentralizedControlManagement(SCCM).csproj", "{2CFE8A79-C7DC-47AC-8D0C-2E03010E2458}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SunlightCentralizedControlManagement_SCCM_", "SunlightCentralizedControlManagement_SCCM_.csproj", "{2CFE8A79-C7DC-47AC-8D0C-2E03010E2458}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
diff --git a/SunlightCentralizedControlManagement(SCCM).csproj b/SunlightCentralizedControlManagement_SCCM_.csproj
similarity index 97%
rename from SunlightCentralizedControlManagement(SCCM).csproj
rename to SunlightCentralizedControlManagement_SCCM_.csproj
index caf7739..bba48be 100644
--- a/SunlightCentralizedControlManagement(SCCM).csproj
+++ b/SunlightCentralizedControlManagement_SCCM_.csproj
@@ -96,6 +96,9 @@
+
+ Help.xaml
+
MSBuild:Compile
Designer
@@ -114,6 +117,10 @@
MainWindow.xaml
Code
+
+ MSBuild:Compile
+ Designer
+
@@ -218,6 +225,7 @@
+
diff --git a/WindowsView/Help.xaml b/WindowsView/Help.xaml
new file mode 100644
index 0000000..28fb432
--- /dev/null
+++ b/WindowsView/Help.xaml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/WindowsView/Help.xaml.cs b/WindowsView/Help.xaml.cs
new file mode 100644
index 0000000..37d7b5c
--- /dev/null
+++ b/WindowsView/Help.xaml.cs
@@ -0,0 +1,16 @@
+using System.Windows;
+
+namespace formula_manage
+{
+ ///
+ /// Help.xaml 的交互逻辑
+ ///
+ public partial class Help : Window
+ {
+ public Help()
+ {
+ WindowStartupLocation = WindowStartupLocation.CenterScreen;
+ InitializeComponent();
+ }
+ }
+}
diff --git a/WindowsView/sunlight_logotext.jpg b/WindowsView/sunlight_logotext.jpg
new file mode 100644
index 0000000..fee7f29
Binary files /dev/null and b/WindowsView/sunlight_logotext.jpg differ