diff --git a/UserControls/NumberTextBox.xaml b/UserControls/NumberTextBox.xaml new file mode 100644 index 0000000..be454af --- /dev/null +++ b/UserControls/NumberTextBox.xaml @@ -0,0 +1,12 @@ + + + + + diff --git a/UserControls/NumberTextBox.xaml.cs b/UserControls/NumberTextBox.xaml.cs new file mode 100644 index 0000000..7c0d4d8 --- /dev/null +++ b/UserControls/NumberTextBox.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 formula_manage.UserControls +{ + /// + /// NumberTextBox.xaml 的交互逻辑 + /// + public partial class NumberTextBox : UserControl + { + public NumberTextBox() + { + InitializeComponent(); + } + } +} diff --git a/formula_manage.csproj b/formula_manage.csproj index d3d3431..6e03d56 100644 --- a/formula_manage.csproj +++ b/formula_manage.csproj @@ -82,6 +82,9 @@ + + NumberTextBox.xaml + APP_set.xaml @@ -117,6 +120,10 @@ MainWindow.xaml Code + + Designer + MSBuild:Compile + Designer MSBuild:Compile @@ -184,8 +191,6 @@ - - - + \ No newline at end of file