diff --git a/App.config b/App.config index 99b3cf6..0f07c61 100644 --- a/App.config +++ b/App.config @@ -1,12 +1,12 @@ - + - -
+ +
- + @@ -45,4 +45,4 @@ - \ No newline at end of file + diff --git a/App.xaml b/App.xaml index 91a7b7d..99aaa7f 100644 --- a/App.xaml +++ b/App.xaml @@ -4,6 +4,11 @@ Startup="RunCheck" ShutdownMode="OnExplicitShutdown"> - + + + + + + diff --git a/App.xaml.cs b/App.xaml.cs index 6c4e7ac..0763e5e 100644 --- a/App.xaml.cs +++ b/App.xaml.cs @@ -11,7 +11,7 @@ namespace DesktopNote public partial class App : Application { public static MainWindow mainwin; - public static FormatBox fb; + public static Win_Format fb; internal const int MaxWindowCount = 2;//need to set this to 4 while debugging if you use live debug toolbar in vs2015. [System.Runtime.InteropServices.DllImport("shlwapi.dll")] @@ -85,5 +85,7 @@ private void RunCheck(object sender1, StartupEventArgs e1) Current.MainWindow = mainwin; mainwin.Show(); } + + } } diff --git a/DesktopNote.csproj b/DesktopNote.csproj index 132114b..339e67f 100644 --- a/DesktopNote.csproj +++ b/DesktopNote.csproj @@ -9,11 +9,12 @@ Properties DesktopNote DesktopNote - v4.5.1 + v4.5.2 512 {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 4 true + AnyCPU @@ -37,6 +38,10 @@ Resources\stickynote.ico + + + + @@ -60,14 +65,18 @@ MSBuild:Compile Designer - - FormatBox.xaml + + Win_Format.xaml + + + Win_Options.xaml + Win_Search.xaml - + Designer MSBuild:Compile @@ -91,6 +100,14 @@ Designer MSBuild:Compile + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + Designer MSBuild:Compile diff --git a/FormatBox.xaml b/FormatBox.xaml deleted file mode 100644 index d0dab48..0000000 --- a/FormatBox.xaml +++ /dev/null @@ -1,210 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + +