|
@@ -54,8 +54,8 @@ namespace XdCxRhDW.App.UserControl
|
|
|
{
|
|
|
this.txtRefLocation1.Text = $"{station.RefLon},{station.RefLat}";
|
|
|
}
|
|
|
- this.txtFu1.EditValue = cg.TarFreqUp.HasValue ? cg.TarFreqUp.Value : 950;
|
|
|
- this.txtFu2.EditValue = cg.RefFreqUp.HasValue ? cg.RefFreqUp.Value : 950;
|
|
|
+ this.txtFu1.EditValue = cg.TarFreqUp.HasValue ? cg.TarFreqUp.Value * 1e-6 : 950;
|
|
|
+ this.txtFu2.EditValue = cg.RefFreqUp.HasValue ? cg.RefFreqUp.Value * 1e-6 : 950;
|
|
|
|
|
|
var xlList = db.XlInfos.OrderBy(p => p.SatName).OrderByDescending(p => p.TimeBJ).ToList();
|
|
|
xlall.AddRange(xlList.Select(m => m.TwoLine));
|