object MainForm: TMainForm Left = 0 Top = 0 Caption = 'DockManagement demo' ClientHeight = 372 ClientWidth = 540 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] Menu = MainMenu1 OldCreateOrder = False OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object MainMenu1: TMainMenu Left = 352 Top = 96 object Newform1: TMenuItem Caption = 'New form' OnClick = Newform1Click end end end