This commit is contained in:
2026-03-05 16:19:26 +03:00
parent 02666e7d22
commit 7521a46bbc
24 changed files with 12693 additions and 33 deletions
+16
View File
@@ -0,0 +1,16 @@
object MainForm: TMainForm
Left = 100
Height = 720
Top = 50
Width = 1280
Caption = 'EWSDR | OpenHPSDR'
Color = clBlack
Font.Color = clSilver
Font.Height = -13
Font.Name = 'Courier New'
Position = poScreenCenter
LCLVersion = '4.6.0.0'
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
end