diff --git a/src/fPreferences.lfm b/src/fPreferences.lfm index 7f3afa4..5033684 100644 --- a/src/fPreferences.lfm +++ b/src/fPreferences.lfm @@ -5,8 +5,8 @@ object frmPreferences: TfrmPreferences Width = 1131 HelpType = htKeyword HelpKeyword = 'help/h1.html' - HorzScrollBar.Page = 1094 - VertScrollBar.Page = 703 + HorzScrollBar.Page = 794 + VertScrollBar.Page = 432 ActiveControl = lbPreferences AutoScroll = True BorderIcons = [biSystemMenu] @@ -56,7 +56,7 @@ object frmPreferences: TfrmPreferences BorderSpacing.Left = 6 BorderSpacing.Top = 3 Caption = ' Internet connection ' - ClientHeight = 111 + ClientHeight = 127 ClientWidth = 339 TabOrder = 0 object lblintProxy: TLabel @@ -248,7 +248,7 @@ object frmPreferences: TfrmPreferences Width = 626 BorderSpacing.Top = 9 Caption = ' Offsets and colors' - ClientHeight = 185 + ClientHeight = 201 ClientWidth = 624 TabOrder = 7 object lblUtc: TLabel @@ -2140,7 +2140,7 @@ object frmPreferences: TfrmPreferences BorderSpacing.Left = 6 BorderSpacing.Top = 4 Caption = ' rigctld ' - ClientHeight = 70 + ClientHeight = 86 ClientWidth = 655 TabOrder = 0 object lblRigctdPath: TLabel @@ -2374,7 +2374,7 @@ object frmPreferences: TfrmPreferences Width = 511 BorderSpacing.Top = 3 Caption = 'Radio one serial parameters' - ClientHeight = 130 + ClientHeight = 146 ClientWidth = 509 TabOrder = 11 object lblSerialRSpd: TLabel diff --git a/src/fPreferences.pas b/src/fPreferences.pas index dd99a14..6463165 100644 --- a/src/fPreferences.pas +++ b/src/fPreferences.pas @@ -3186,11 +3186,7 @@ begin fraExportPref1.LoadExportPref; lbPreferences.Selected[pgPreferences.ActivePageIndex] := True; - edtCW.Width := 60; - edtSSB.Width := 60; - edtRTTY.Width := 60; - edtAM.Width := 60; - edtFM.Width := 60; + chkSysUTCClick(nil); TRXChanged := False; @@ -3297,7 +3293,7 @@ Begin end; edtRDevice.Text := cqrini.ReadString('TRX'+nr, 'device', ''); edtPoll.Text := cqrini.ReadString('TRX'+nr, 'poll', '500'); - edtRadioName.Text := cqrini.ReadString('TRX'+nr, 'Desc', 'Radio 1'); + edtRadioName.Text := cqrini.ReadString('TRX'+nr, 'Desc', ''); chkRSendCWR.Checked := cqrini.ReadBool('TRX'+nr, 'CWR', False); chkRVfo.Checked:= cqrini.ReadBool('TRX'+nr, 'ChkVfo', True); edtRRigCtldPort.Text := cqrini.ReadString('TRX'+nr, 'RigCtldPort', '4532');