object MainForm: TMainForm Left = 305 Top = 220 AutoScroll = False Caption = 'Exception Instance' ClientHeight = 194 ClientWidth = 328 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'System' Font.Style = [] OldCreateOrder = True PixelsPerInch = 120 TextHeight = 20 object Button1: TButton Left = 30 Top = 20 Width = 221 Height = 101 Caption = 'Click me' TabOrder = 0 OnClick = Button1Click end object ScrollBar1: TScrollBar Left = 30 Top = 150 Width = 221 Height = 21 PageSize = 0 TabOrder = 1 end object ScrollBar2: TScrollBar Left = 285 Top = 20 Width = 16 Height = 151 Kind = sbVertical PageSize = 0 TabOrder = 2 end end