diff --git a/客户端/齐越慧眼/齐越慧眼.sln b/客户端/齐越慧眼/齐越慧眼.sln new file mode 100644 index 0000000..9c84340 --- /dev/null +++ b/客户端/齐越慧眼/齐越慧眼.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30804.86 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "齐越慧眼", "齐越慧眼\齐越慧眼.csproj", "{BAF5933E-1C5F-4316-ABFF-D02263E4AC5A}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {BAF5933E-1C5F-4316-ABFF-D02263E4AC5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BAF5933E-1C5F-4316-ABFF-D02263E4AC5A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BAF5933E-1C5F-4316-ABFF-D02263E4AC5A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BAF5933E-1C5F-4316-ABFF-D02263E4AC5A}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {D120485D-D472-4F82-9C60-F6A6B11F9B35} + EndGlobalSection +EndGlobal diff --git a/客户端/齐越慧眼/齐越慧眼/App.xaml b/客户端/齐越慧眼/齐越慧眼/App.xaml new file mode 100644 index 0000000..aace080 --- /dev/null +++ b/客户端/齐越慧眼/齐越慧眼/App.xaml @@ -0,0 +1,14 @@ + + + + + + + + + + diff --git a/客户端/齐越慧眼/齐越慧眼/App.xaml.cs b/客户端/齐越慧眼/齐越慧眼/App.xaml.cs new file mode 100644 index 0000000..9ad27c5 --- /dev/null +++ b/客户端/齐越慧眼/齐越慧眼/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 齐越慧眼 +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } +} diff --git a/客户端/齐越慧眼/齐越慧眼/AssemblyInfo.cs b/客户端/齐越慧眼/齐越慧眼/AssemblyInfo.cs new file mode 100644 index 0000000..8b5504e --- /dev/null +++ b/客户端/齐越慧眼/齐越慧眼/AssemblyInfo.cs @@ -0,0 +1,10 @@ +using System.Windows; + +[assembly: ThemeInfo( + ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located + //(used if a resource is not found in the page, + // or application resource dictionaries) + ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located + //(used if a resource is not found in the page, + // app, or any theme specific resource dictionaries) +)] diff --git a/客户端/齐越慧眼/齐越慧眼/MainWindow.xaml b/客户端/齐越慧眼/齐越慧眼/MainWindow.xaml new file mode 100644 index 0000000..4649d57 --- /dev/null +++ b/客户端/齐越慧眼/齐越慧眼/MainWindow.xaml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + diff --git a/客户端/齐越慧眼/齐越慧眼/MainWindow.xaml.cs b/客户端/齐越慧眼/齐越慧眼/MainWindow.xaml.cs new file mode 100644 index 0000000..051264d --- /dev/null +++ b/客户端/齐越慧眼/齐越慧眼/MainWindow.xaml.cs @@ -0,0 +1,29 @@ +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.Navigation; +using System.Windows.Shapes; +using HandyControl.Controls; + +namespace 齐越慧眼 +{ + /// + /// Interaction logic for MainWindow.xaml + /// + public partial class MainWindow : GlowWindow + { + public MainWindow() + { + InitializeComponent(); + } + } +} diff --git a/客户端/齐越慧眼/齐越慧眼/UserControls/CatControl.xaml b/客户端/齐越慧眼/齐越慧眼/UserControls/CatControl.xaml new file mode 100644 index 0000000..b45b84f --- /dev/null +++ b/客户端/齐越慧眼/齐越慧眼/UserControls/CatControl.xaml @@ -0,0 +1,12 @@ + + + 品类词库 + + diff --git a/客户端/齐越慧眼/齐越慧眼/UserControls/CatControl.xaml.cs b/客户端/齐越慧眼/齐越慧眼/UserControls/CatControl.xaml.cs new file mode 100644 index 0000000..33bfbbc --- /dev/null +++ b/客户端/齐越慧眼/齐越慧眼/UserControls/CatControl.xaml.cs @@ -0,0 +1,26 @@ +using System; +using System.Collections.Generic; +using System.Text; +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.Navigation; +using System.Windows.Shapes; + +namespace 齐越慧眼.UserControls +{ + /// + /// CatControl.xaml 的交互逻辑 + /// + public partial class CatControl : UserControl + { + public CatControl() + { + InitializeComponent(); + } + } +} diff --git a/客户端/齐越慧眼/齐越慧眼/齐越慧眼.csproj b/客户端/齐越慧眼/齐越慧眼/齐越慧眼.csproj new file mode 100644 index 0000000..834e141 --- /dev/null +++ b/客户端/齐越慧眼/齐越慧眼/齐越慧眼.csproj @@ -0,0 +1,13 @@ + + + + WinExe + netcoreapp3.1 + true + + + + + + +