mirror of
https://git.vladimir.cc/vladimir/ewsdr.git
synced 2026-08-25 20:27:33 +00:00
Add channel memory: CH button, dropdown, editor form, smart CTCSS/RPT auto-clear
- New ChannelStore.pas: TChannel record + JSON persistence (channels.json) - New ChannelsForm.pas: full channel editor (list + fields, pre-fills from current radio state) - CH button in RX block: left-click opens dropdown, right-click opens editor - Active channel: button highlights with channel name, deactivates on VFO move - ApplyChannel: auto-switches XVTR/HF band based on channel frequency; saves old band state before switching to prevent cache corruption - SaveCurrentBand: skip save when VFO > 61 MHz (prevents HF cache corruption from VHF channel application without XVTR) - DeactivateXvtr: save full XVTR state (was only saving LastFreq) - CTCSS/RPT from channel marked as auto: cleared automatically when tuning away from channel frequency; survives band switches via FXvtrSettings auto-flags - TXvtrEntry: add LastCTCSSAutoActive, LastFMRptAutoActive fields Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+3
-1
@@ -42,7 +42,9 @@ type
|
||||
property ClrBorder: TColor read FClrBorder write FClrBorder;
|
||||
property ClrText: TColor read FClrText write FClrText;
|
||||
property ClrTextAct:TColor read FClrTextAct write FClrTextAct;
|
||||
property OnClick: TNotifyEvent read FOnClick write FOnClick;
|
||||
property OnClick: TNotifyEvent read FOnClick write FOnClick;
|
||||
property OnMouseDown;
|
||||
property OnMouseUp;
|
||||
property Caption;
|
||||
property Font;
|
||||
property Enabled;
|
||||
|
||||
Reference in New Issue
Block a user