diff --git a/App.xaml b/App.xaml index 53e826a..d3dcada 100644 --- a/App.xaml +++ b/App.xaml @@ -9,6 +9,7 @@ + diff --git a/Control/ConfigWindow.xaml b/Control/ConfigWindow.xaml index f599517..bda4749 100644 --- a/Control/ConfigWindow.xaml +++ b/Control/ConfigWindow.xaml @@ -13,7 +13,22 @@ Background="Transparent" > - + + + + @@ -27,28 +42,53 @@ - - - - - - - + + + + + + + diff --git a/Control/UserControls/MotionControl.xaml b/Control/UserControls/MotionControl.xaml new file mode 100644 index 0000000..a67defc --- /dev/null +++ b/Control/UserControls/MotionControl.xaml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Control/UserControls/MotionControl.xaml.cs b/Control/UserControls/MotionControl.xaml.cs new file mode 100644 index 0000000..1deb809 --- /dev/null +++ b/Control/UserControls/MotionControl.xaml.cs @@ -0,0 +1,38 @@ +using GeekDesk.Util; +using GeekDesk.ViewModel; +using Microsoft.Win32; +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 GeekDesk.Control.UserControls +{ + /// + /// 动作设置 + /// + public partial class MotionControl : UserControl + { + public MotionControl() + { + InitializeComponent(); + } + + private void CheckBox_Unchecked(object sender, RoutedEventArgs e) + { + + } + + + } +} diff --git a/Control/UserControls/SettingControl.xaml b/Control/UserControls/SettingControl.xaml deleted file mode 100644 index 2eba87c..0000000 --- a/Control/UserControls/SettingControl.xaml +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -