From 6f8f85771e62882d669e7d9c5500cdc80542a9fc Mon Sep 17 00:00:00 2001 From: Will Date: Wed, 27 Feb 2019 11:51:39 +0800 Subject: [PATCH] Add project files. --- Fate.Wpf.Controls.Tester/App.config | 6 + Fate.Wpf.Controls.Tester/App.xaml | 9 ++ Fate.Wpf.Controls.Tester/App.xaml.cs | 17 +++ .../Fate.Wpf.Controls.Tester.csproj | 108 +++++++++++++++ Fate.Wpf.Controls.Tester/MainWindow.xaml | 33 +++++ Fate.Wpf.Controls.Tester/MainWindow.xaml.cs | 28 ++++ .../MainWindowViewModel.cs | 62 +++++++++ .../Properties/AssemblyInfo.cs | 55 ++++++++ .../Properties/Resources.Designer.cs | 71 ++++++++++ .../Properties/Resources.resx | 117 ++++++++++++++++ .../Properties/Settings.Designer.cs | 30 ++++ .../Properties/Settings.settings | 7 + .../lib/Fate.Wpf.MVVM.dll | Bin 0 -> 17408 bytes Fate.Wpf.Controls.sln | 31 +++++ Fate.Wpf.Controls/Fate.Wpf.Controls.csproj | 91 +++++++++++++ Fate.Wpf.Controls/LabelTextBox.xaml | 30 ++++ Fate.Wpf.Controls/LabelTextBox.xaml.cs | 108 +++++++++++++++ Fate.Wpf.Controls/LabelUnitTextBox.xaml | 36 +++++ Fate.Wpf.Controls/LabelUnitTextBox.xaml.cs | 128 ++++++++++++++++++ Fate.Wpf.Controls/Properties/AssemblyInfo.cs | 55 ++++++++ .../Properties/Resources.Designer.cs | 62 +++++++++ Fate.Wpf.Controls/Properties/Resources.resx | 117 ++++++++++++++++ .../Properties/Settings.Designer.cs | 30 ++++ .../Properties/Settings.settings | 7 + 24 files changed, 1238 insertions(+) create mode 100644 Fate.Wpf.Controls.Tester/App.config create mode 100644 Fate.Wpf.Controls.Tester/App.xaml create mode 100644 Fate.Wpf.Controls.Tester/App.xaml.cs create mode 100644 Fate.Wpf.Controls.Tester/Fate.Wpf.Controls.Tester.csproj create mode 100644 Fate.Wpf.Controls.Tester/MainWindow.xaml create mode 100644 Fate.Wpf.Controls.Tester/MainWindow.xaml.cs create mode 100644 Fate.Wpf.Controls.Tester/MainWindowViewModel.cs create mode 100644 Fate.Wpf.Controls.Tester/Properties/AssemblyInfo.cs create mode 100644 Fate.Wpf.Controls.Tester/Properties/Resources.Designer.cs create mode 100644 Fate.Wpf.Controls.Tester/Properties/Resources.resx create mode 100644 Fate.Wpf.Controls.Tester/Properties/Settings.Designer.cs create mode 100644 Fate.Wpf.Controls.Tester/Properties/Settings.settings create mode 100644 Fate.Wpf.Controls.Tester/lib/Fate.Wpf.MVVM.dll create mode 100644 Fate.Wpf.Controls.sln create mode 100644 Fate.Wpf.Controls/Fate.Wpf.Controls.csproj create mode 100644 Fate.Wpf.Controls/LabelTextBox.xaml create mode 100644 Fate.Wpf.Controls/LabelTextBox.xaml.cs create mode 100644 Fate.Wpf.Controls/LabelUnitTextBox.xaml create mode 100644 Fate.Wpf.Controls/LabelUnitTextBox.xaml.cs create mode 100644 Fate.Wpf.Controls/Properties/AssemblyInfo.cs create mode 100644 Fate.Wpf.Controls/Properties/Resources.Designer.cs create mode 100644 Fate.Wpf.Controls/Properties/Resources.resx create mode 100644 Fate.Wpf.Controls/Properties/Settings.Designer.cs create mode 100644 Fate.Wpf.Controls/Properties/Settings.settings diff --git a/Fate.Wpf.Controls.Tester/App.config b/Fate.Wpf.Controls.Tester/App.config new file mode 100644 index 0000000..787dcbe --- /dev/null +++ b/Fate.Wpf.Controls.Tester/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Fate.Wpf.Controls.Tester/App.xaml b/Fate.Wpf.Controls.Tester/App.xaml new file mode 100644 index 0000000..80e9924 --- /dev/null +++ b/Fate.Wpf.Controls.Tester/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/Fate.Wpf.Controls.Tester/App.xaml.cs b/Fate.Wpf.Controls.Tester/App.xaml.cs new file mode 100644 index 0000000..324e816 --- /dev/null +++ b/Fate.Wpf.Controls.Tester/App.xaml.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Threading.Tasks; +using System.Windows; + +namespace Fate.Wpf.Controls.Tester +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } +} diff --git a/Fate.Wpf.Controls.Tester/Fate.Wpf.Controls.Tester.csproj b/Fate.Wpf.Controls.Tester/Fate.Wpf.Controls.Tester.csproj new file mode 100644 index 0000000..18fa687 --- /dev/null +++ b/Fate.Wpf.Controls.Tester/Fate.Wpf.Controls.Tester.csproj @@ -0,0 +1,108 @@ + + + + + Debug + AnyCPU + {76895FDD-2975-47D3-B3B6-490C09C9A7ED} + WinExe + Fate.Wpf.Controls.Tester + Fate.Wpf.Controls.Tester + v4.7.1 + 512 + {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + 4 + true + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + lib\Fate.Wpf.MVVM.dll + + + + + + + + + + + 4.0 + + + + + + + + MSBuild:Compile + Designer + + + MSBuild:Compile + Designer + + + App.xaml + Code + + + MainWindow.xaml + Code + + + + + + Code + + + True + True + Resources.resx + + + True + Settings.settings + True + + + ResXFileCodeGenerator + Resources.Designer.cs + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + + + + + + {7e9c7618-9941-4d31-8965-0e8b4d6b8004} + Fate.Wpf.Controls + + + + \ No newline at end of file diff --git a/Fate.Wpf.Controls.Tester/MainWindow.xaml b/Fate.Wpf.Controls.Tester/MainWindow.xaml new file mode 100644 index 0000000..88b4c9d --- /dev/null +++ b/Fate.Wpf.Controls.Tester/MainWindow.xaml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + +