object MainForm: TMainForm Left = 242 Top = 177 Width = 356 Height = 152 Caption = 'Splashin Demo' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 16 object ExitButton: TButton Left = 96 Top = 24 Width = 145 Height = 73 Caption = 'E&xit' TabOrder = 0 OnClick = ExitButtonClick end end