|
@@ -28,7 +28,7 @@ namespace XdCxRhDW.App.UserControl
|
|
|
|
|
|
layoutControlItemx.AllowHtmlStringInCaption = true;
|
|
|
ephX.EditValue = eph.x.HasValue ? Math.Round(eph.x.Value, 3) : 0;
|
|
|
- layoutControlItemx.Text = $"{title}<color=255,0,0> [{satCode}]</color>星历X";
|
|
|
+ layoutControlItemx.Text = $"{title}<size=12><color=0,103,192> [{satCode}]</color></size>星历X";
|
|
|
ephY.EditValue = eph.y.HasValue ? Math.Round(eph.y.Value, 3) : 0;
|
|
|
layoutControlItemy.Text = $"{title}星历Y";
|
|
|
ephZ.EditValue = eph.z.HasValue ? Math.Round(eph.z.Value, 3) : 0;
|