wyq 1 an în urmă
părinte
comite
bc24b2b9a0

+ 1 - 0
DataSimulation.Forms/DataSimulation.Forms.csproj

@@ -268,6 +268,7 @@
     <EmbeddedResource Include="MainForm.resx">
       <DependentUpon>MainForm.cs</DependentUpon>
     </EmbeddedResource>
+    <EmbeddedResource Include="Properties\licenses.licx" />
     <EmbeddedResource Include="Properties\Resources.resx">
       <Generator>ResXFileCodeGenerator</Generator>
       <LastGenOutput>Resources.Designer.cs</LastGenOutput>

+ 1 - 1
DataSimulation.Forms/EditForms/FlightImport.cs

@@ -32,7 +32,7 @@ namespace DataSimulation.Forms.EditForms
         public FlightImport(List<SimulationInfo> simulationInfos)
         {
             InitializeComponent();
-            this.Text = "导入航迹";
+            this.Text = "航迹导入";
             this.simulationInfos = simulationInfos;
             this.StartPosition = FormStartPosition.CenterParent;
         }

+ 3 - 0
DataSimulation.Forms/Properties/licenses.licx

@@ -0,0 +1,3 @@
+DevExpress.XtraLayout.LayoutControl, DevExpress.XtraLayout.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+DevExpress.XtraMap.MapControl, DevExpress.XtraMap.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a