zoulei 1 year ago
parent
commit
e1a39d1447

+ 4 - 4
XdCxRhDW.App/EditForms/X2D1DTOParamEditor.cs

@@ -216,12 +216,12 @@ namespace XdCxRhDW.App.EditForms
                     mapControl1.DrawDtoLineTwo($"[{msat},超短{CDBAnt[0]}°]带参时差线", xdDtoLine1);
 
                     var tsDtoLine = DrawDtoLineHelper.DtoLine2XStart(twoStartOption);
-                    mapControl1.DrawDtoLine($"[{msat},{nsat}]时差线", tsDtoLine);
+                    mapControl1.DrawDtoLine($"[{msat},{nsat}]带参时差线", tsDtoLine);
                 }
                 else
                 {
                     //var xdDtoLine = DrawDtoLineHelper.DtoLineXdNoRef(dtoLineXd);
-                    //mapControl1.DrawDtoLine($"[{msat},超短{CDBAnt[0]}°]时差线", xdDtoLine);
+                    //mapControl1.DrawDtoLine($"[{msat},超短{CDBAnt[0]}°]无参时差线", xdDtoLine);
 
                     var xdDtoLine1 = DrawDtoLineHelper.DtoLineXdNoRefEx(dtoLineXd);
                     mapControl1.DrawDtoLineTwo($"[{msat},超短{CDBAnt[0]}°]无参时差线", xdDtoLine1);
@@ -231,10 +231,10 @@ namespace XdCxRhDW.App.EditForms
 
 
                     var tsDtoLine = DrawDtoLineHelper.DtoLine2XNoRefStart(twoStartOption);
-                    mapControl1.DrawDtoLine($"[{msat},{nsat}]时差线", tsDtoLine);
+                    mapControl1.DrawDtoLine($"[{msat},{nsat}]无参时差线", tsDtoLine);
 
                     //var tsDtoLine2 = DrawDtoLineHelper.DtoLine2XNoRefStartZl(twoStartOption);
-                    //mapControl1.DrawDtoLine($"[{msat},{nsat}]时差线zl", tsDtoLine2);
+                    //mapControl1.DrawDtoLine($"[{msat},{nsat}]无参时差线zl", tsDtoLine2);
                 }
             }
             catch (Exception ex)

+ 2 - 1
XdCxRhDW.App/ExtensionsDev/MapControlEx.cs

@@ -1697,7 +1697,8 @@ public static class MapControlEx
                     Stroke = ColorHelper.GetColor(identify),
                     EnableHighlighting = DefaultBoolean.False,
                     EnableSelection = DefaultBoolean.False,
-                    StrokeWidth = 4,
+                    StrokeWidth = 2,
+                    HighlightedStrokeWidth=4,
                     IsGeodesic = true,
                     CanResize = false,
                     CanEdit = false,