mirror of
https://git.vladimir.cc/vladimir/ewsdr.git
synced 2026-08-25 19:45:09 +00:00
16 lines
300 B
Plaintext
16 lines
300 B
Plaintext
object MainForm: TMainForm
|
|
Left = 100
|
|
Height = 720
|
|
Top = 50
|
|
Width = 1280
|
|
Caption = 'EWSDR | OpenHPSDR'
|
|
Color = clBlack
|
|
Font.Color = clSilver
|
|
Font.Height = -13
|
|
Position = poDesigned
|
|
LCLVersion = '4.6.0.0'
|
|
OnClose = FormClose
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
end
|