mirror of
https://git.vladimir.cc/vladimir/ewsdr.git
synced 2026-08-25 17:27:32 +00:00
init
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user