diff --git a/STranslate/View/UserControlInput.xaml b/STranslate/View/UserControlInput.xaml
new file mode 100644
index 0000000..8b4b4cd
--- /dev/null
+++ b/STranslate/View/UserControlInput.xaml
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/STranslate/View/UserControlInput.xaml.cs b/STranslate/View/UserControlInput.xaml.cs
new file mode 100644
index 0000000..57c10b1
--- /dev/null
+++ b/STranslate/View/UserControlInput.xaml.cs
@@ -0,0 +1,28 @@
+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;
+
+namespace STranslate.View
+{
+ ///
+ /// UserControlInput.xaml 的交互逻辑
+ ///
+ public partial class UserControlInput : UserControl
+ {
+ public UserControlInput()
+ {
+ InitializeComponent();
+ }
+ }
+}