Explorar o código

修改字体大小和颜色

wyq hai 1 ano
pai
achega
2fa3832bc3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      XdCxRhDW.App/UserControl/UCEphXYZParam.cs

+ 1 - 1
XdCxRhDW.App/UserControl/UCEphXYZParam.cs

@@ -28,7 +28,7 @@ namespace XdCxRhDW.App.UserControl
 
 
             layoutControlItemx.AllowHtmlStringInCaption = true;
             layoutControlItemx.AllowHtmlStringInCaption = true;
             ephX.EditValue = eph.x.HasValue ? Math.Round(eph.x.Value, 3) : 0;
             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;
             ephY.EditValue = eph.y.HasValue ? Math.Round(eph.y.Value, 3) : 0;
             layoutControlItemy.Text = $"{title}星历Y";
             layoutControlItemy.Text = $"{title}星历Y";
             ephZ.EditValue = eph.z.HasValue ? Math.Round(eph.z.Value, 3) : 0;
             ephZ.EditValue = eph.z.HasValue ? Math.Round(eph.z.Value, 3) : 0;