object MainForm: TMainForm Left = 258 Top = 162 Width = 435 Height = 300 Caption = 'Stay On Top Demo' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Menu = MainMenu1 PixelsPerInch = 96 TextHeight = 16 object MainMenu1: TMainMenu Left = 48 Top = 8 object Demo1: TMenuItem Caption = '&Demo' object Stayontop1: TMenuItem Caption = '&Stay on top' OnClick = Stayontop1Click end object Exit1: TMenuItem Caption = 'E&xit' OnClick = Exit1Click end end end end