diff --git a/Help.xaml b/Help.xaml new file mode 100644 index 0000000..ae8a52c --- /dev/null +++ b/Help.xaml @@ -0,0 +1,23 @@ + + + + + + + + + diff --git a/Help.xaml.cs b/Help.xaml.cs new file mode 100644 index 0000000..29f319c --- /dev/null +++ b/Help.xaml.cs @@ -0,0 +1,27 @@ +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 formula_manage +{ + /// + /// Help.xaml 的交互逻辑 + /// + public partial class Help : Window + { + public Help() + { + InitializeComponent(); + } + } +} diff --git a/Logo/SUNLIGHT.ico b/Logo/SUNLIGHT.ico new file mode 100644 index 0000000..2e138f4 Binary files /dev/null and b/Logo/SUNLIGHT.ico differ diff --git a/Logo/sunlight_sc.png b/Logo/sunlight_sc.png new file mode 100644 index 0000000..5165ad8 Binary files /dev/null and b/Logo/sunlight_sc.png differ diff --git a/MainWindow.xaml b/MainWindow.xaml index 9a27358..0255b36 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -13,6 +13,7 @@ + diff --git a/formula_manage.csproj b/formula_manage.csproj index 0b7954a..fc608a7 100644 --- a/formula_manage.csproj +++ b/formula_manage.csproj @@ -55,6 +55,10 @@ MSBuild:Compile Designer + + Designer + MSBuild:Compile + MSBuild:Compile Designer @@ -63,6 +67,9 @@ App.xaml Code + + Help.xaml + MainWindow.xaml Code @@ -94,5 +101,8 @@ + + + \ No newline at end of file diff --git a/sunlight_sc.png b/sunlight_sc.png new file mode 100644 index 0000000..5165ad8 Binary files /dev/null and b/sunlight_sc.png differ