diff --git a/WPF控件-10-TabItem/App.xaml b/WPF控件-10-TabItem/App.xaml
new file mode 100644
index 0000000..73cd83e
--- /dev/null
+++ b/WPF控件-10-TabItem/App.xaml
@@ -0,0 +1,9 @@
+
+
+
+
+
diff --git a/WPF控件-10-TabItem/App.xaml.cs b/WPF控件-10-TabItem/App.xaml.cs
new file mode 100644
index 0000000..f236ccf
--- /dev/null
+++ b/WPF控件-10-TabItem/App.xaml.cs
@@ -0,0 +1,12 @@
+using System.Configuration;
+using System.Data;
+using System.Windows;
+
+namespace WPF控件_10_TabItem;
+
+///
+/// Interaction logic for App.xaml
+///
+public partial class App : Application
+{
+}
\ No newline at end of file
diff --git a/WPF控件-10-TabItem/AssemblyInfo.cs b/WPF控件-10-TabItem/AssemblyInfo.cs
new file mode 100644
index 0000000..4a05c7d
--- /dev/null
+++ b/WPF控件-10-TabItem/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)
+)]
\ No newline at end of file
diff --git a/WPF控件-10-TabItem/MainWindow.xaml b/WPF控件-10-TabItem/MainWindow.xaml
new file mode 100644
index 0000000..ad4b36d
--- /dev/null
+++ b/WPF控件-10-TabItem/MainWindow.xaml
@@ -0,0 +1,26 @@
+
+
+
+
+ Setting One
+ Setting Two
+ Setting Three
+
+
+
+
+
+ Tab Two One
+ Tab Two Two
+ Tab Two Three
+
+
+
+
\ No newline at end of file
diff --git a/WPF控件-10-TabItem/MainWindow.xaml.cs b/WPF控件-10-TabItem/MainWindow.xaml.cs
new file mode 100644
index 0000000..078ab04
--- /dev/null
+++ b/WPF控件-10-TabItem/MainWindow.xaml.cs
@@ -0,0 +1,23 @@
+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 WPF控件_10_TabItem;
+
+///
+/// Interaction logic for MainWindow.xaml
+///
+public partial class MainWindow : Window
+{
+ public MainWindow()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file
diff --git a/WPF控件-10-TabItem/WPF控件-10-TabItem.csproj b/WPF控件-10-TabItem/WPF控件-10-TabItem.csproj
new file mode 100644
index 0000000..09ee809
--- /dev/null
+++ b/WPF控件-10-TabItem/WPF控件-10-TabItem.csproj
@@ -0,0 +1,19 @@
+
+
+
+ WinExe
+ net8.0-windows
+ WPF控件_10_TabItem
+ enable
+ enable
+ true
+
+
+
+
+
+ Always
+
+
+
+
diff --git a/WPF控件-10-TabItem/public/003540AH4M72.jpg b/WPF控件-10-TabItem/public/003540AH4M72.jpg
new file mode 100644
index 0000000..4aa96ac
Binary files /dev/null and b/WPF控件-10-TabItem/public/003540AH4M72.jpg differ
diff --git a/WPF控件.sln b/WPF控件.sln
index b36a8f6..49bab2f 100644
--- a/WPF控件.sln
+++ b/WPF控件.sln
@@ -18,6 +18,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WPF控件-8-ScrollViewer",
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WPF控件-9-GroupBox", "WPF控件-9-GroupBox\WPF控件-9-GroupBox.csproj", "{04404109-C5C1-44EF-9D1D-224D082DB36B}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WPF控件-10-TabItem", "WPF控件-10-TabItem\WPF控件-10-TabItem.csproj", "{6796E20D-9385-475A-9DD2-9D0E30848F35}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -60,5 +62,9 @@ Global
{04404109-C5C1-44EF-9D1D-224D082DB36B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04404109-C5C1-44EF-9D1D-224D082DB36B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04404109-C5C1-44EF-9D1D-224D082DB36B}.Release|Any CPU.Build.0 = Release|Any CPU
+ {6796E20D-9385-475A-9DD2-9D0E30848F35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {6796E20D-9385-475A-9DD2-9D0E30848F35}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {6796E20D-9385-475A-9DD2-9D0E30848F35}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {6796E20D-9385-475A-9DD2-9D0E30848F35}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal