diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7a407b4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/SubCabinetSolution/obj/
+/SubCabinetSolution/bin/
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7a407b4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/SubCabinetSolution/obj/
+/SubCabinetSolution/bin/
diff --git a/SubCabinetSolution/MainWindow.xaml b/SubCabinetSolution/MainWindow.xaml
index 5b1afe5..3e9b5c1 100644
--- a/SubCabinetSolution/MainWindow.xaml
+++ b/SubCabinetSolution/MainWindow.xaml
@@ -7,6 +7,51 @@
Title="MainWindow" Height="350" Width="525"
ResizeMode="NoResize" WindowStyle="None" WindowState="Maximized"
Background="#4381DF" WindowStartupLocation="CenterScreen">
+
+
+
+
+
+
+
+
+
@@ -23,7 +68,11 @@
FontWeight="Bold"
Padding=" 30 20" />
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -23,7 +68,11 @@
FontWeight="Bold"
Padding=" 30 20" />
-
+
+
+
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using SubCabinetSolution;
-using System;
-using System.Diagnostics;
-using System.Windows;
-using System.Windows.Automation;
-using System.Windows.Controls;
-using System.Windows.Controls.Primitives;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Ink;
-using System.Windows.Input;
-using System.Windows.Markup;
-using System.Windows.Media;
-using System.Windows.Media.Animation;
-using System.Windows.Media.Effects;
-using System.Windows.Media.Imaging;
-using System.Windows.Media.Media3D;
-using System.Windows.Media.TextFormatting;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-using System.Windows.Shell;
-
-
-namespace SubCabinetSolution {
-
-
- ///
- /// App
- ///
- public partial class App : System.Windows.Application {
-
- ///
- /// InitializeComponent
- ///
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
- public void InitializeComponent() {
-
- #line 5 "..\..\App.xaml"
- this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
-
- #line default
- #line hidden
- }
-
- ///
- /// Application Entry Point.
- ///
- [System.STAThreadAttribute()]
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
- public static void Main() {
- SubCabinetSolution.App app = new SubCabinetSolution.App();
- app.InitializeComponent();
- app.Run();
- }
- }
-}
-
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7a407b4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/SubCabinetSolution/obj/
+/SubCabinetSolution/bin/
diff --git a/SubCabinetSolution/MainWindow.xaml b/SubCabinetSolution/MainWindow.xaml
index 5b1afe5..3e9b5c1 100644
--- a/SubCabinetSolution/MainWindow.xaml
+++ b/SubCabinetSolution/MainWindow.xaml
@@ -7,6 +7,51 @@
Title="MainWindow" Height="350" Width="525"
ResizeMode="NoResize" WindowStyle="None" WindowState="Maximized"
Background="#4381DF" WindowStartupLocation="CenterScreen">
+
+
+
+
+
+
+
+
+
@@ -23,7 +68,11 @@
FontWeight="Bold"
Padding=" 30 20" />
-
+
+
+
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using SubCabinetSolution;
-using System;
-using System.Diagnostics;
-using System.Windows;
-using System.Windows.Automation;
-using System.Windows.Controls;
-using System.Windows.Controls.Primitives;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Ink;
-using System.Windows.Input;
-using System.Windows.Markup;
-using System.Windows.Media;
-using System.Windows.Media.Animation;
-using System.Windows.Media.Effects;
-using System.Windows.Media.Imaging;
-using System.Windows.Media.Media3D;
-using System.Windows.Media.TextFormatting;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-using System.Windows.Shell;
-
-
-namespace SubCabinetSolution {
-
-
- ///
- /// App
- ///
- public partial class App : System.Windows.Application {
-
- ///
- /// InitializeComponent
- ///
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
- public void InitializeComponent() {
-
- #line 5 "..\..\App.xaml"
- this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
-
- #line default
- #line hidden
- }
-
- ///
- /// Application Entry Point.
- ///
- [System.STAThreadAttribute()]
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
- public static void Main() {
- SubCabinetSolution.App app = new SubCabinetSolution.App();
- app.InitializeComponent();
- app.Run();
- }
- }
-}
-
diff --git a/SubCabinetSolution/obj/Debug/MainWindow.g.cs b/SubCabinetSolution/obj/Debug/MainWindow.g.cs
deleted file mode 100644
index 1b4cb0d..0000000
--- a/SubCabinetSolution/obj/Debug/MainWindow.g.cs
+++ /dev/null
@@ -1,75 +0,0 @@
-#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "931961CF0E8A0B7376D43BF3B819F25B6AEA49AE09B0E82B4255BFDFBFB7FBE5"
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using SubCabinetSolution;
-using System;
-using System.Diagnostics;
-using System.Windows;
-using System.Windows.Automation;
-using System.Windows.Controls;
-using System.Windows.Controls.Primitives;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Ink;
-using System.Windows.Input;
-using System.Windows.Markup;
-using System.Windows.Media;
-using System.Windows.Media.Animation;
-using System.Windows.Media.Effects;
-using System.Windows.Media.Imaging;
-using System.Windows.Media.Media3D;
-using System.Windows.Media.TextFormatting;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-using System.Windows.Shell;
-
-
-namespace SubCabinetSolution {
-
-
- ///
- /// MainWindow
- ///
- public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
-
- private bool _contentLoaded;
-
- ///
- /// InitializeComponent
- ///
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
- public void InitializeComponent() {
- if (_contentLoaded) {
- return;
- }
- _contentLoaded = true;
- System.Uri resourceLocater = new System.Uri("/SubCabinetSolution;component/mainwindow.xaml", System.UriKind.Relative);
-
- #line 1 "..\..\MainWindow.xaml"
- System.Windows.Application.LoadComponent(this, resourceLocater);
-
- #line default
- #line hidden
- }
-
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
- void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
- this._contentLoaded = true;
- }
- }
-}
-
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7a407b4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/SubCabinetSolution/obj/
+/SubCabinetSolution/bin/
diff --git a/SubCabinetSolution/MainWindow.xaml b/SubCabinetSolution/MainWindow.xaml
index 5b1afe5..3e9b5c1 100644
--- a/SubCabinetSolution/MainWindow.xaml
+++ b/SubCabinetSolution/MainWindow.xaml
@@ -7,6 +7,51 @@
Title="MainWindow" Height="350" Width="525"
ResizeMode="NoResize" WindowStyle="None" WindowState="Maximized"
Background="#4381DF" WindowStartupLocation="CenterScreen">
+
+
+
+
+
+
+
+
+
@@ -23,7 +68,11 @@
FontWeight="Bold"
Padding=" 30 20" />
-
+
+
+
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using SubCabinetSolution;
-using System;
-using System.Diagnostics;
-using System.Windows;
-using System.Windows.Automation;
-using System.Windows.Controls;
-using System.Windows.Controls.Primitives;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Ink;
-using System.Windows.Input;
-using System.Windows.Markup;
-using System.Windows.Media;
-using System.Windows.Media.Animation;
-using System.Windows.Media.Effects;
-using System.Windows.Media.Imaging;
-using System.Windows.Media.Media3D;
-using System.Windows.Media.TextFormatting;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-using System.Windows.Shell;
-
-
-namespace SubCabinetSolution {
-
-
- ///
- /// App
- ///
- public partial class App : System.Windows.Application {
-
- ///
- /// InitializeComponent
- ///
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
- public void InitializeComponent() {
-
- #line 5 "..\..\App.xaml"
- this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
-
- #line default
- #line hidden
- }
-
- ///
- /// Application Entry Point.
- ///
- [System.STAThreadAttribute()]
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
- public static void Main() {
- SubCabinetSolution.App app = new SubCabinetSolution.App();
- app.InitializeComponent();
- app.Run();
- }
- }
-}
-
diff --git a/SubCabinetSolution/obj/Debug/MainWindow.g.cs b/SubCabinetSolution/obj/Debug/MainWindow.g.cs
deleted file mode 100644
index 1b4cb0d..0000000
--- a/SubCabinetSolution/obj/Debug/MainWindow.g.cs
+++ /dev/null
@@ -1,75 +0,0 @@
-#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "931961CF0E8A0B7376D43BF3B819F25B6AEA49AE09B0E82B4255BFDFBFB7FBE5"
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using SubCabinetSolution;
-using System;
-using System.Diagnostics;
-using System.Windows;
-using System.Windows.Automation;
-using System.Windows.Controls;
-using System.Windows.Controls.Primitives;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Ink;
-using System.Windows.Input;
-using System.Windows.Markup;
-using System.Windows.Media;
-using System.Windows.Media.Animation;
-using System.Windows.Media.Effects;
-using System.Windows.Media.Imaging;
-using System.Windows.Media.Media3D;
-using System.Windows.Media.TextFormatting;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-using System.Windows.Shell;
-
-
-namespace SubCabinetSolution {
-
-
- ///
- /// MainWindow
- ///
- public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
-
- private bool _contentLoaded;
-
- ///
- /// InitializeComponent
- ///
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
- public void InitializeComponent() {
- if (_contentLoaded) {
- return;
- }
- _contentLoaded = true;
- System.Uri resourceLocater = new System.Uri("/SubCabinetSolution;component/mainwindow.xaml", System.UriKind.Relative);
-
- #line 1 "..\..\MainWindow.xaml"
- System.Windows.Application.LoadComponent(this, resourceLocater);
-
- #line default
- #line hidden
- }
-
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
- void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
- this._contentLoaded = true;
- }
- }
-}
-
diff --git a/SubCabinetSolution/obj/Debug/MainWindow.g.i.cs b/SubCabinetSolution/obj/Debug/MainWindow.g.i.cs
index 1b4cb0d..54aca4e 100644
--- a/SubCabinetSolution/obj/Debug/MainWindow.g.i.cs
+++ b/SubCabinetSolution/obj/Debug/MainWindow.g.i.cs
@@ -1,4 +1,4 @@
-#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "931961CF0E8A0B7376D43BF3B819F25B6AEA49AE09B0E82B4255BFDFBFB7FBE5"
+#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "B6507AA2201C3E4BB500028F6959A88B238A954B7DCA94813AD605CEB454C9C2"
//------------------------------------------------------------------------------
//
// 此代码由工具生成。
@@ -9,7 +9,6 @@
//
//------------------------------------------------------------------------------
-using SubCabinetSolution;
using System;
using System.Diagnostics;
using System.Windows;
@@ -40,6 +39,14 @@
///
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+
+ #line 72 "..\..\MainWindow.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.Button SearchDataButton;
+
+ #line default
+ #line hidden
+
private bool _contentLoaded;
///
@@ -68,6 +75,12 @@
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+ switch (connectionId)
+ {
+ case 1:
+ this.SearchDataButton = ((System.Windows.Controls.Button)(target));
+ return;
+ }
this._contentLoaded = true;
}
}
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7a407b4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/SubCabinetSolution/obj/
+/SubCabinetSolution/bin/
diff --git a/SubCabinetSolution/MainWindow.xaml b/SubCabinetSolution/MainWindow.xaml
index 5b1afe5..3e9b5c1 100644
--- a/SubCabinetSolution/MainWindow.xaml
+++ b/SubCabinetSolution/MainWindow.xaml
@@ -7,6 +7,51 @@
Title="MainWindow" Height="350" Width="525"
ResizeMode="NoResize" WindowStyle="None" WindowState="Maximized"
Background="#4381DF" WindowStartupLocation="CenterScreen">
+
+
+
+
+
+
+
+
+
@@ -23,7 +68,11 @@
FontWeight="Bold"
Padding=" 30 20" />
-
+
+
+
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using SubCabinetSolution;
-using System;
-using System.Diagnostics;
-using System.Windows;
-using System.Windows.Automation;
-using System.Windows.Controls;
-using System.Windows.Controls.Primitives;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Ink;
-using System.Windows.Input;
-using System.Windows.Markup;
-using System.Windows.Media;
-using System.Windows.Media.Animation;
-using System.Windows.Media.Effects;
-using System.Windows.Media.Imaging;
-using System.Windows.Media.Media3D;
-using System.Windows.Media.TextFormatting;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-using System.Windows.Shell;
-
-
-namespace SubCabinetSolution {
-
-
- ///
- /// App
- ///
- public partial class App : System.Windows.Application {
-
- ///
- /// InitializeComponent
- ///
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
- public void InitializeComponent() {
-
- #line 5 "..\..\App.xaml"
- this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
-
- #line default
- #line hidden
- }
-
- ///
- /// Application Entry Point.
- ///
- [System.STAThreadAttribute()]
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
- public static void Main() {
- SubCabinetSolution.App app = new SubCabinetSolution.App();
- app.InitializeComponent();
- app.Run();
- }
- }
-}
-
diff --git a/SubCabinetSolution/obj/Debug/MainWindow.g.cs b/SubCabinetSolution/obj/Debug/MainWindow.g.cs
deleted file mode 100644
index 1b4cb0d..0000000
--- a/SubCabinetSolution/obj/Debug/MainWindow.g.cs
+++ /dev/null
@@ -1,75 +0,0 @@
-#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "931961CF0E8A0B7376D43BF3B819F25B6AEA49AE09B0E82B4255BFDFBFB7FBE5"
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using SubCabinetSolution;
-using System;
-using System.Diagnostics;
-using System.Windows;
-using System.Windows.Automation;
-using System.Windows.Controls;
-using System.Windows.Controls.Primitives;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Ink;
-using System.Windows.Input;
-using System.Windows.Markup;
-using System.Windows.Media;
-using System.Windows.Media.Animation;
-using System.Windows.Media.Effects;
-using System.Windows.Media.Imaging;
-using System.Windows.Media.Media3D;
-using System.Windows.Media.TextFormatting;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-using System.Windows.Shell;
-
-
-namespace SubCabinetSolution {
-
-
- ///
- /// MainWindow
- ///
- public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
-
- private bool _contentLoaded;
-
- ///
- /// InitializeComponent
- ///
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
- public void InitializeComponent() {
- if (_contentLoaded) {
- return;
- }
- _contentLoaded = true;
- System.Uri resourceLocater = new System.Uri("/SubCabinetSolution;component/mainwindow.xaml", System.UriKind.Relative);
-
- #line 1 "..\..\MainWindow.xaml"
- System.Windows.Application.LoadComponent(this, resourceLocater);
-
- #line default
- #line hidden
- }
-
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
- void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
- this._contentLoaded = true;
- }
- }
-}
-
diff --git a/SubCabinetSolution/obj/Debug/MainWindow.g.i.cs b/SubCabinetSolution/obj/Debug/MainWindow.g.i.cs
index 1b4cb0d..54aca4e 100644
--- a/SubCabinetSolution/obj/Debug/MainWindow.g.i.cs
+++ b/SubCabinetSolution/obj/Debug/MainWindow.g.i.cs
@@ -1,4 +1,4 @@
-#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "931961CF0E8A0B7376D43BF3B819F25B6AEA49AE09B0E82B4255BFDFBFB7FBE5"
+#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "B6507AA2201C3E4BB500028F6959A88B238A954B7DCA94813AD605CEB454C9C2"
//------------------------------------------------------------------------------
//
// 此代码由工具生成。
@@ -9,7 +9,6 @@
//
//------------------------------------------------------------------------------
-using SubCabinetSolution;
using System;
using System.Diagnostics;
using System.Windows;
@@ -40,6 +39,14 @@
///
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+
+ #line 72 "..\..\MainWindow.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.Button SearchDataButton;
+
+ #line default
+ #line hidden
+
private bool _contentLoaded;
///
@@ -68,6 +75,12 @@
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+ switch (connectionId)
+ {
+ case 1:
+ this.SearchDataButton = ((System.Windows.Controls.Button)(target));
+ return;
+ }
this._contentLoaded = true;
}
}
diff --git a/SubCabinetSolution/obj/Debug/SubCabinetSolution.csproj.AssemblyReference.cache b/SubCabinetSolution/obj/Debug/SubCabinetSolution.csproj.AssemblyReference.cache
deleted file mode 100644
index ad81b3a..0000000
--- a/SubCabinetSolution/obj/Debug/SubCabinetSolution.csproj.AssemblyReference.cache
+++ /dev/null
Binary files differ
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7a407b4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/SubCabinetSolution/obj/
+/SubCabinetSolution/bin/
diff --git a/SubCabinetSolution/MainWindow.xaml b/SubCabinetSolution/MainWindow.xaml
index 5b1afe5..3e9b5c1 100644
--- a/SubCabinetSolution/MainWindow.xaml
+++ b/SubCabinetSolution/MainWindow.xaml
@@ -7,6 +7,51 @@
Title="MainWindow" Height="350" Width="525"
ResizeMode="NoResize" WindowStyle="None" WindowState="Maximized"
Background="#4381DF" WindowStartupLocation="CenterScreen">
+
+
+
+
+
+
+
+
+
@@ -23,7 +68,11 @@
FontWeight="Bold"
Padding=" 30 20" />
-
+
+
+
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using SubCabinetSolution;
-using System;
-using System.Diagnostics;
-using System.Windows;
-using System.Windows.Automation;
-using System.Windows.Controls;
-using System.Windows.Controls.Primitives;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Ink;
-using System.Windows.Input;
-using System.Windows.Markup;
-using System.Windows.Media;
-using System.Windows.Media.Animation;
-using System.Windows.Media.Effects;
-using System.Windows.Media.Imaging;
-using System.Windows.Media.Media3D;
-using System.Windows.Media.TextFormatting;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-using System.Windows.Shell;
-
-
-namespace SubCabinetSolution {
-
-
- ///
- /// App
- ///
- public partial class App : System.Windows.Application {
-
- ///
- /// InitializeComponent
- ///
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
- public void InitializeComponent() {
-
- #line 5 "..\..\App.xaml"
- this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
-
- #line default
- #line hidden
- }
-
- ///
- /// Application Entry Point.
- ///
- [System.STAThreadAttribute()]
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
- public static void Main() {
- SubCabinetSolution.App app = new SubCabinetSolution.App();
- app.InitializeComponent();
- app.Run();
- }
- }
-}
-
diff --git a/SubCabinetSolution/obj/Debug/MainWindow.g.cs b/SubCabinetSolution/obj/Debug/MainWindow.g.cs
deleted file mode 100644
index 1b4cb0d..0000000
--- a/SubCabinetSolution/obj/Debug/MainWindow.g.cs
+++ /dev/null
@@ -1,75 +0,0 @@
-#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "931961CF0E8A0B7376D43BF3B819F25B6AEA49AE09B0E82B4255BFDFBFB7FBE5"
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using SubCabinetSolution;
-using System;
-using System.Diagnostics;
-using System.Windows;
-using System.Windows.Automation;
-using System.Windows.Controls;
-using System.Windows.Controls.Primitives;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Ink;
-using System.Windows.Input;
-using System.Windows.Markup;
-using System.Windows.Media;
-using System.Windows.Media.Animation;
-using System.Windows.Media.Effects;
-using System.Windows.Media.Imaging;
-using System.Windows.Media.Media3D;
-using System.Windows.Media.TextFormatting;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-using System.Windows.Shell;
-
-
-namespace SubCabinetSolution {
-
-
- ///
- /// MainWindow
- ///
- public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
-
- private bool _contentLoaded;
-
- ///
- /// InitializeComponent
- ///
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
- public void InitializeComponent() {
- if (_contentLoaded) {
- return;
- }
- _contentLoaded = true;
- System.Uri resourceLocater = new System.Uri("/SubCabinetSolution;component/mainwindow.xaml", System.UriKind.Relative);
-
- #line 1 "..\..\MainWindow.xaml"
- System.Windows.Application.LoadComponent(this, resourceLocater);
-
- #line default
- #line hidden
- }
-
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
- void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
- this._contentLoaded = true;
- }
- }
-}
-
diff --git a/SubCabinetSolution/obj/Debug/MainWindow.g.i.cs b/SubCabinetSolution/obj/Debug/MainWindow.g.i.cs
index 1b4cb0d..54aca4e 100644
--- a/SubCabinetSolution/obj/Debug/MainWindow.g.i.cs
+++ b/SubCabinetSolution/obj/Debug/MainWindow.g.i.cs
@@ -1,4 +1,4 @@
-#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "931961CF0E8A0B7376D43BF3B819F25B6AEA49AE09B0E82B4255BFDFBFB7FBE5"
+#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "B6507AA2201C3E4BB500028F6959A88B238A954B7DCA94813AD605CEB454C9C2"
//------------------------------------------------------------------------------
//
// 此代码由工具生成。
@@ -9,7 +9,6 @@
//
//------------------------------------------------------------------------------
-using SubCabinetSolution;
using System;
using System.Diagnostics;
using System.Windows;
@@ -40,6 +39,14 @@
///
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+
+ #line 72 "..\..\MainWindow.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.Button SearchDataButton;
+
+ #line default
+ #line hidden
+
private bool _contentLoaded;
///
@@ -68,6 +75,12 @@
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+ switch (connectionId)
+ {
+ case 1:
+ this.SearchDataButton = ((System.Windows.Controls.Button)(target));
+ return;
+ }
this._contentLoaded = true;
}
}
diff --git a/SubCabinetSolution/obj/Debug/SubCabinetSolution.csproj.AssemblyReference.cache b/SubCabinetSolution/obj/Debug/SubCabinetSolution.csproj.AssemblyReference.cache
deleted file mode 100644
index ad81b3a..0000000
--- a/SubCabinetSolution/obj/Debug/SubCabinetSolution.csproj.AssemblyReference.cache
+++ /dev/null
Binary files differ
diff --git a/SubCabinetSolution/obj/Debug/SubCabinetSolution_MarkupCompile.cache b/SubCabinetSolution/obj/Debug/SubCabinetSolution_MarkupCompile.cache
deleted file mode 100644
index f7da82c..0000000
--- a/SubCabinetSolution/obj/Debug/SubCabinetSolution_MarkupCompile.cache
+++ /dev/null
@@ -1,20 +0,0 @@
-SubCabinetSolution
-
-
-winexe
-C#
-.cs
-D:\Code\RiderProject\SubCabinetSolution\SubCabinetSolution\obj\Debug\
-SubCabinetSolution
-none
-false
-DEBUG;TRACE
-D:\Code\RiderProject\SubCabinetSolution\SubCabinetSolution\App.xaml
-11151548125
-
-41492813464
-91659208413
-MainWindow.xaml;
-
-True
-
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7a407b4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/SubCabinetSolution/obj/
+/SubCabinetSolution/bin/
diff --git a/SubCabinetSolution/MainWindow.xaml b/SubCabinetSolution/MainWindow.xaml
index 5b1afe5..3e9b5c1 100644
--- a/SubCabinetSolution/MainWindow.xaml
+++ b/SubCabinetSolution/MainWindow.xaml
@@ -7,6 +7,51 @@
Title="MainWindow" Height="350" Width="525"
ResizeMode="NoResize" WindowStyle="None" WindowState="Maximized"
Background="#4381DF" WindowStartupLocation="CenterScreen">
+
+
+
+
+
+
+
+
+
@@ -23,7 +68,11 @@
FontWeight="Bold"
Padding=" 30 20" />
-
+
+
+
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using SubCabinetSolution;
-using System;
-using System.Diagnostics;
-using System.Windows;
-using System.Windows.Automation;
-using System.Windows.Controls;
-using System.Windows.Controls.Primitives;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Ink;
-using System.Windows.Input;
-using System.Windows.Markup;
-using System.Windows.Media;
-using System.Windows.Media.Animation;
-using System.Windows.Media.Effects;
-using System.Windows.Media.Imaging;
-using System.Windows.Media.Media3D;
-using System.Windows.Media.TextFormatting;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-using System.Windows.Shell;
-
-
-namespace SubCabinetSolution {
-
-
- ///
- /// App
- ///
- public partial class App : System.Windows.Application {
-
- ///
- /// InitializeComponent
- ///
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
- public void InitializeComponent() {
-
- #line 5 "..\..\App.xaml"
- this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
-
- #line default
- #line hidden
- }
-
- ///
- /// Application Entry Point.
- ///
- [System.STAThreadAttribute()]
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
- public static void Main() {
- SubCabinetSolution.App app = new SubCabinetSolution.App();
- app.InitializeComponent();
- app.Run();
- }
- }
-}
-
diff --git a/SubCabinetSolution/obj/Debug/MainWindow.g.cs b/SubCabinetSolution/obj/Debug/MainWindow.g.cs
deleted file mode 100644
index 1b4cb0d..0000000
--- a/SubCabinetSolution/obj/Debug/MainWindow.g.cs
+++ /dev/null
@@ -1,75 +0,0 @@
-#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "931961CF0E8A0B7376D43BF3B819F25B6AEA49AE09B0E82B4255BFDFBFB7FBE5"
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using SubCabinetSolution;
-using System;
-using System.Diagnostics;
-using System.Windows;
-using System.Windows.Automation;
-using System.Windows.Controls;
-using System.Windows.Controls.Primitives;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Ink;
-using System.Windows.Input;
-using System.Windows.Markup;
-using System.Windows.Media;
-using System.Windows.Media.Animation;
-using System.Windows.Media.Effects;
-using System.Windows.Media.Imaging;
-using System.Windows.Media.Media3D;
-using System.Windows.Media.TextFormatting;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-using System.Windows.Shell;
-
-
-namespace SubCabinetSolution {
-
-
- ///
- /// MainWindow
- ///
- public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
-
- private bool _contentLoaded;
-
- ///
- /// InitializeComponent
- ///
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
- public void InitializeComponent() {
- if (_contentLoaded) {
- return;
- }
- _contentLoaded = true;
- System.Uri resourceLocater = new System.Uri("/SubCabinetSolution;component/mainwindow.xaml", System.UriKind.Relative);
-
- #line 1 "..\..\MainWindow.xaml"
- System.Windows.Application.LoadComponent(this, resourceLocater);
-
- #line default
- #line hidden
- }
-
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
- void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
- this._contentLoaded = true;
- }
- }
-}
-
diff --git a/SubCabinetSolution/obj/Debug/MainWindow.g.i.cs b/SubCabinetSolution/obj/Debug/MainWindow.g.i.cs
index 1b4cb0d..54aca4e 100644
--- a/SubCabinetSolution/obj/Debug/MainWindow.g.i.cs
+++ b/SubCabinetSolution/obj/Debug/MainWindow.g.i.cs
@@ -1,4 +1,4 @@
-#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "931961CF0E8A0B7376D43BF3B819F25B6AEA49AE09B0E82B4255BFDFBFB7FBE5"
+#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "B6507AA2201C3E4BB500028F6959A88B238A954B7DCA94813AD605CEB454C9C2"
//------------------------------------------------------------------------------
//
// 此代码由工具生成。
@@ -9,7 +9,6 @@
//
//------------------------------------------------------------------------------
-using SubCabinetSolution;
using System;
using System.Diagnostics;
using System.Windows;
@@ -40,6 +39,14 @@
///
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+
+ #line 72 "..\..\MainWindow.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.Button SearchDataButton;
+
+ #line default
+ #line hidden
+
private bool _contentLoaded;
///
@@ -68,6 +75,12 @@
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+ switch (connectionId)
+ {
+ case 1:
+ this.SearchDataButton = ((System.Windows.Controls.Button)(target));
+ return;
+ }
this._contentLoaded = true;
}
}
diff --git a/SubCabinetSolution/obj/Debug/SubCabinetSolution.csproj.AssemblyReference.cache b/SubCabinetSolution/obj/Debug/SubCabinetSolution.csproj.AssemblyReference.cache
deleted file mode 100644
index ad81b3a..0000000
--- a/SubCabinetSolution/obj/Debug/SubCabinetSolution.csproj.AssemblyReference.cache
+++ /dev/null
Binary files differ
diff --git a/SubCabinetSolution/obj/Debug/SubCabinetSolution_MarkupCompile.cache b/SubCabinetSolution/obj/Debug/SubCabinetSolution_MarkupCompile.cache
deleted file mode 100644
index f7da82c..0000000
--- a/SubCabinetSolution/obj/Debug/SubCabinetSolution_MarkupCompile.cache
+++ /dev/null
@@ -1,20 +0,0 @@
-SubCabinetSolution
-
-
-winexe
-C#
-.cs
-D:\Code\RiderProject\SubCabinetSolution\SubCabinetSolution\obj\Debug\
-SubCabinetSolution
-none
-false
-DEBUG;TRACE
-D:\Code\RiderProject\SubCabinetSolution\SubCabinetSolution\App.xaml
-11151548125
-
-41492813464
-91659208413
-MainWindow.xaml;
-
-True
-
diff --git a/SubCabinetSolution/obj/Debug/SubCabinetSolution_MarkupCompile.lref b/SubCabinetSolution/obj/Debug/SubCabinetSolution_MarkupCompile.lref
deleted file mode 100644
index 84dc7ae..0000000
--- a/SubCabinetSolution/obj/Debug/SubCabinetSolution_MarkupCompile.lref
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-FD:\Code\RiderProject\SubCabinetSolution\SubCabinetSolution\MainWindow.xaml;;
-