diff --git a/Plane.FormationCreator/Formation/CopterManager.cs b/Plane.FormationCreator/Formation/CopterManager.cs index ea79b06..4ccaa29 100644 --- a/Plane.FormationCreator/Formation/CopterManager.cs +++ b/Plane.FormationCreator/Formation/CopterManager.cs @@ -25,7 +25,7 @@ namespace Plane.FormationCreator.Formation public class CopterCollection : ObservableCollection { //软件过期时间---过期将无法添加飞机,并自动退出 - public static DateTime Expire_App = DateTime.Parse("2022-06-10"); + public static DateTime Expire_App = DateTime.Parse("2021-08-10"); //超级用户过期时间--过期将无法使用内置超级用户登录 public static DateTime Expire_SuperUser = Expire_App; //允许飞行的飞机数量 diff --git a/Plane.FormationCreator/MainWindow.xaml b/Plane.FormationCreator/MainWindow.xaml index 3c3e992..95c8d7b 100644 --- a/Plane.FormationCreator/MainWindow.xaml +++ b/Plane.FormationCreator/MainWindow.xaml @@ -13,7 +13,7 @@ WindowTransitionsEnabled="False" FontFamily="Microsoft YaHei" WindowState="Maximized" - Title="飞行魔方无人机编队控制系统 V2.0" + Title="中科浩电无人机编队控制系统 V2.0" PreviewKeyDown="MetroWindow_PreviewKeyDown" PreviewKeyUp="MetroWindow_PreviewKeyUp" Style="{StaticResource VSWindowStyleKey}" diff --git a/Plane.FormationCreator/Plane.FormationCreator.csproj b/Plane.FormationCreator/Plane.FormationCreator.csproj index 3926fad..4bc5370 100644 --- a/Plane.FormationCreator/Plane.FormationCreator.csproj +++ b/Plane.FormationCreator/Plane.FormationCreator.csproj @@ -16,6 +16,21 @@ + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + false + true AnyCPU @@ -465,7 +480,7 @@ - + @@ -476,6 +491,21 @@ + + + + + + False + Microsoft .NET Framework 4.6 %28x86 和 x64%29 + true + + + False + .NET Framework 3.5 SP1 + false + + diff --git a/Plane.FormationCreator/Views/ConnectWindow.xaml b/Plane.FormationCreator/Views/ConnectWindow.xaml index 1fbf3b4..3a821b9 100644 --- a/Plane.FormationCreator/Views/ConnectWindow.xaml +++ b/Plane.FormationCreator/Views/ConnectWindow.xaml @@ -85,7 +85,7 @@ - + diff --git a/Plane.FormationCreator/Views/LoginView.xaml b/Plane.FormationCreator/Views/LoginView.xaml index 63b027c..22c0e46 100644 --- a/Plane.FormationCreator/Views/LoginView.xaml +++ b/Plane.FormationCreator/Views/LoginView.xaml @@ -5,7 +5,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:ignore="http://www.galasoft.ch/ignore" xmlns:Helper="clr-namespace:Plane.Util" - mc:Ignorable="d ignore" Height="253.421" Width="463.894" Title="飞行魔方地面控制中心" ResizeMode="NoResize" WindowStartupLocation="CenterScreen" + mc:Ignorable="d ignore" Height="253.421" Width="463.894" Title="中科浩电地面控制中心" ResizeMode="NoResize" WindowStartupLocation="CenterScreen" >